Date: Mon, 26 Jul 2021 01:52:32 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: f3d69b8facb6 - main - security/libreswan: Fix build by providing xmlto. Message-ID: <202107260152.16Q1qWAl052217@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=f3d69b8facb62067486e98f69c20e6a0af073640 commit f3d69b8facb62067486e98f69c20e6a0af073640 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-26 01:51:29 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-07-26 01:52:26 +0000 security/libreswan: Fix build by providing xmlto. W/out xmlto build is broken on some systems. Reported by: fallout --- security/libreswan/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/libreswan/Makefile b/security/libreswan/Makefile index 0a01f537b014..94a277e6317b 100644 --- a/security/libreswan/Makefile +++ b/security/libreswan/Makefile @@ -13,6 +13,7 @@ COMMENT= IPsec and IKE based firewall LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= xmlto:textproc/xmlto # build requires xmlto, but manpages aren't installed: https://github.com/libreswan/libreswan/issues/479 LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libldns.so:dns/ldns \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107260152.16Q1qWAl052217>