Date: Wed, 30 Aug 2023 08:00:37 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7f38560ce69 - main - security/strongswan: Explicitly set sysconfdir Message-ID: <202308300800.37U80brX009001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7f38560ce695333898e7e13bbafd3313f4f2abc commit f7f38560ce695333898e7e13bbafd3313f4f2abc Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-08-16 07:48:26 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-08-30 08:00:13 +0000 security/strongswan: Explicitly set sysconfdir This allows for proper substitution in manual pages. PR: 273138 Reported by: jlduran@gmail.com Reviewed by: strongswan@Nanoteq.com (maintainer timeout > 2 weeks) --- security/strongswan/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 3345a3a6bed9..f6fe9d669352 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,6 +1,6 @@ PORTNAME= strongswan DISTVERSION= 5.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-vpn MASTER_SITES= https://download.strongswan.org/ \ https://download2.strongswan.org/ @@ -19,7 +19,8 @@ USE_LDCONFIG= ${PREFIX}/lib/ipsec USE_RC_SUBR= strongswan GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gmp \ +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ + --disable-gmp \ --disable-kernel-netlink \ --disable-scripts \ --enable-addrblock \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308300800.37U80brX009001>