git: 0bbc60316aa1 - main - dns/libasr-devel: Remove unneeded CA_BUNDLE option.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 09:46:51 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0bbc60316aa11c145f9da58f9a2ddbfddeca820d
commit 0bbc60316aa11c145f9da58f9a2ddbfddeca820d
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-10-06 09:46:32 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-10-06 09:46:32 +0000
dns/libasr-devel: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4
Approved by: fluffy
Differential Revision: https://reviews.freebsd.org/D42073
---
dns/libasr-devel/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile
index fe4121059249..1358c9cb7fd3 100644
--- a/dns/libasr-devel/Makefile
+++ b/dns/libasr-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libasr
PORTVERSION= 201602131606
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns
MASTER_SITES= http://www.opensmtpd.org/archives/
PKGNAMESUFFIX= -devel
@@ -17,11 +17,6 @@ USES= cpe groff libtool
CONFLICTS= libasr
-OPTIONS_DEFINE= CA_BUNDLE
-OPTIONS_DEFAULT= CA_BUNDLE
-
-CA_BUNDLE_DESC= Use NSS CA bundle for SSL instead of /etc/ssl/cert.pem
-
CPE_VENDOR= openbsd
GNU_CONFIGURE= yes
@@ -29,9 +24,6 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-mantype="man"
INSTALL_TARGET= install-strip
-CA_BUNDLE_CONFIGURE_WITH= ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
-CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-
post-patch:
${REINPLACE_CMD} -e '/opensslv.h/d' ${WRKSRC}/openbsd-compat/includes.h