Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 05:13:25 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d598dd345526 - main - security/aide: Remove redundant autoreconf
Message-ID:  <202201250513.20P5DP2A037625@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit d598dd3455265f48323009020c367b4e74301b14
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-25 04:40:38 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-25 05:13:01 +0000

    security/aide: Remove redundant autoreconf
    
    Remove the unneeded autoreconf. It causes poudriere builds to fail.
    
    MFH:            2022Q1
---
 security/aide/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/aide/Makefile b/security/aide/Makefile
index fbf829de0469..2995ab681919 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -11,7 +11,7 @@ COMMENT=	File and directory integrity checker
 LIB_DEPENDS=	libmhash.so:security/mhash \
 		libpcre.so:devel/pcre
 
-USES=		autoreconf bison gmake localbase
+USES=		bison gmake localbase
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \



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