Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 17:11:11 GMT
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1124878708e - main - security/cyrus-sasl2{,-saslauthd}: Restore GNU_CONFIGURE
Message-ID:  <202401161711.40GHBBos017245@gitrepo.freebsd.org>

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

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

commit c1124878708ec79c4b5b48726f348d1a03241a8c
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2024-01-16 16:49:36 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2024-01-16 17:11:02 +0000

    security/cyrus-sasl2{,-saslauthd}: Restore GNU_CONFIGURE
---
 security/cyrus-sasl2-saslauthd/Makefile | 2 +-
 security/cyrus-sasl2/Makefile           | 2 +-
 security/cyrus-sasl2/Makefile.common    | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index da27f93957f9..6c922264b12d 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-saslauthd
 
 COMMENT=	SASL authentication server for cyrus-sasl2
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 878b355ac8a8..3cb484f52c9f 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	2
+PORTREVISION=	3
 
 COMMENT=	RFC 2222 SASL (Simple Authentication and Security Layer)
 WWW=		https://www.cyrusimap.org/sasl/
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 96f8da2e87e6..90f627525f40 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -11,10 +11,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES+=		gmake
 USE_LDCONFIG=	yes
 USES+=		ssl
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
-CONFIGURE_ARGS+=--mandir=${PREFIX}/share/man \
-		--sysconfdir=${PREFIX}/etc \
+CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \
 		--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \
 		--with-plugindir=${PREFIX}/lib/sasl2 \
 		--with-dbpath=${SASLDB_DIR}/sasldb2 \



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