Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:07:40 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c6c0b205d69 - main - math/gap: Add comments
Message-ID:  <202401211907.40LJ7eYd038236@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-*} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211907.40LJ7eYd038236>