Skip to content

Commit

Permalink
dns/libasr-devel: Remove unneeded CA_BUNDLE option.
Browse files Browse the repository at this point in the history
MFH:		2023Q4
Approved by:	fluffy
Differential Revision:	https://reviews.freebsd.org/D42073
  • Loading branch information
dag-erling committed Oct 6, 2023
1 parent b6c274c commit 0bbc603
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 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
Expand All @@ -17,21 +17,13 @@ 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
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

Expand Down

0 comments on commit 0bbc603

Please sign in to comment.