git: 7c6c0b205d69 - main - math/gap: Add comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:07:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c6c0b205d69e0a848bb06d22ba411ec3464ee69 commit 7c6c0b205d69e0a848bb06d22ba411ec3464ee69 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-21 19:07:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-21 19:07:24 +0000 math/gap: Add comments --- math/gap/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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-*} && \