aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-21 19:07:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-21 19:07:24 +0000
commit7c6c0b205d69e0a848bb06d22ba411ec3464ee69 (patch)
tree3b3c60ba34ae62a178ba05884b2e2b9938293377
parente6d5957937b49ed2edf0d489384d2a9fe985c1fd (diff)
downloadports-7c6c0b205d69e0a848bb06d22ba411ec3464ee69.tar.gz
ports-7c6c0b205d69e0a848bb06d22ba411ec3464ee69.zip
math/gap: Add comments
-rw-r--r--math/gap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 2361db9cf519..f13ac5ffda43 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -37,7 +37,9 @@ pre-configure:
-e "s|am__api_version='1.15'|am__api_version='${ACLOCVER}'|"
.endfor
-post-build:
+post-build: # it is unclear why is this needed, see the question here: https://github.com/gap-system/gap/issues/5599
+ # there are intermittend failures in this build step: configure.ac:3: error: version mismatch. This is Automake 1.16.5,
+ @${ECHO} "Build in pkg/simpcomp"
@cd ${WRKSRC}/pkg/simpcomp && \
${SETENV} ${CONFIGURE_ENV} ${SH} configure \
${CONFIGURE_ARGS:N--with-*} && \