summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-12-14 09:18:47 +0000
committerjperkin <jperkin@pkgsrc.org>2017-12-14 09:18:47 +0000
commitb4bb534e3859fd025d964dc00cfc2e15121e48e5 (patch)
tree6b2a214c1472d60cdbf97d1144446ca666b5069b /security
parent014e25eec07b66e6b4458b7bec22db79b194960e (diff)
downloadpkgsrc-b4bb534e3859fd025d964dc00cfc2e15121e48e5.tar.gz
openssl: Avoid case-sensitive issue on Darwin. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile13
-rw-r--r--security/openssl/PLIST.common4
2 files changed, 14 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 3625b174b15..4a4fb04f45a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.234 2017/12/09 18:02:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.235 2017/12/14 09:18:47 jperkin Exp $
DISTNAME= openssl-1.0.2n
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/
@@ -171,5 +172,15 @@ INSTALLATION_DIRS+= share/examples/openssl
pre-configure:
cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${PERL5}
+# BN_print.3 and bn_print.3 cannot co-exist on Darwin, we choose to remove
+# bn_print.3 simply because it has more aliases to the same manual page.
+PLIST_VARS+= notmac
+.if ${OPSYS} == "Darwin"
+post-install:
+ ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/bn_print.3*
+.else
+PLIST.notmac= yes
+.endif
+
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common
index 0592347096b..640ae33fe98 100644
--- a/security/openssl/PLIST.common
+++ b/security/openssl/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.31 2017/11/24 20:34:23 bsiegert Exp $
+@comment $NetBSD: PLIST.common,v 1.32 2017/12/14 09:18:47 jperkin Exp $
bin/c_rehash
bin/openssl
include/openssl/aes.h
@@ -1648,7 +1648,7 @@ man/man3/bn_mul_normal.3
man/man3/bn_mul_part_recursive.3
man/man3/bn_mul_recursive.3
man/man3/bn_mul_words.3
-man/man3/bn_print.3
+${PLIST.notmac}man/man3/bn_print.3
man/man3/bn_set_high.3
man/man3/bn_set_low.3
man/man3/bn_set_max.3