Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2023 08:24:03 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: 1905bd032f4a - main - math/gap: Attempt to fix the intermittent failure due to missing automake-1.16
Message-ID:  <202308150824.37F8O3xG009636@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1905bd032f4a1592bd463b6e4161fda646426c05

commit 1905bd032f4a1592bd463b6e4161fda646426c05
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-15 08:22:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-15 08:24:01 +0000

    math/gap: Attempt to fix the intermittent failure due to missing automake-1.16
    
    Reported by:    fallout
---
 math/gap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index c9e6929e054d..8ea4f7288db3 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -10,6 +10,7 @@ WWW=		https://www.gap-system.org/
 LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	bash:shells/bash
+BUILD_DEPENDS+=	automake:devel/automake # attempt to fix the intermittent failure: WARNING: 'automake-1.16' is missing on your system.
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		gmake libtool localbase perl5 readline shebangfix


home | help

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