Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 04:37:31 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: eb4078f32812 - main - math/gap: Remove unnecessary USES=autoreconf
Message-ID:  <202209030437.2834bVse038521@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=eb4078f328120e3af1a6f74087109c370dcdd2be

commit eb4078f328120e3af1a6f74087109c370dcdd2be
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-03 04:35:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-03 04:37:28 +0000

    math/gap: Remove unnecessary USES=autoreconf
    
    Recently build began to break with automake- and autoconf-related
    messages, and the removal would likely fix the breakage.
    
    Reported by:    fallout
---
 math/gap/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index ad3112d8d524..f43d0613cce9 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -15,8 +15,7 @@ BROKEN_riscv64=		fails to link: undefined reference to SyAllocBags
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		autoreconf:build gmake libtool localbase perl5 shebangfix	\
-		readline
+USES=		gmake libtool localbase perl5 readline shebangfix
 SHEBANG_FILES=	.
 USE_PERL5=	run
 



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