summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-02 19:59:31 +0000
committerjoerg <joerg>2013-10-02 19:59:31 +0000
commitcac07b4c1da2ccc1293cf56a187962fc2eb7e1c5 (patch)
tree17db531502cf071e410e2d33150574239c0f19b8 /security/openssl
parentea6e3bfbbd593a0c83d4decfd3dd2f6bfd34befc (diff)
downloadpkgsrc-cac07b4c1da2ccc1293cf56a187962fc2eb7e1c5.tar.gz
Drop Windows specific parts to get results consistent with all other
platforms for the man pages.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/distinfo4
-rw-r--r--security/openssl/patches/patch-af12
2 files changed, 11 insertions, 5 deletions
diff --git a/security/openssl/distinfo b/security/openssl/distinfo
index 51ee756dfaa..411562d988c 100644
--- a/security/openssl/distinfo
+++ b/security/openssl/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.98 2013/07/26 11:27:02 ryoon Exp $
+$NetBSD: distinfo,v 1.99 2013/10/02 19:59:31 joerg Exp $
SHA1 (openssl-1.0.1e.tar.gz) = 3f1b1223c9e8189bfe4e186d86449775bd903460
RMD160 (openssl-1.0.1e.tar.gz) = 380827c16f18bed4f2eb3d54a387c7c089b2b299
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = 8311c7af603513d4574946386ba11f4a36953b0c
SHA1 (patch-ac) = a93264ac5944835661533c8ee722aa753f4a7121
SHA1 (patch-ad) = bb86ac463fc4ab8b485df5f1a4fb9c13c1fc41c3
SHA1 (patch-ae) = 7a58f1765a3761321dcc8dafc5fe2e33207be480
-SHA1 (patch-af) = 376f474f3809365a20a53cfe1c91eca4bc02a5cd
+SHA1 (patch-af) = f305134acfaa17e6a039630d916fbda4900adc85
SHA1 (patch-ag) = b407200455878a8a151fc9b4f771fe17552d04fc
SHA1 (patch-ak) = 049250b9bd42e6f155145703135dab39a7ec17e0
SHA1 (patch-crypto_dso_dso__dlfcn.c) = d5d6ca9a517151357efecb6aa9a5f528a5014290
diff --git a/security/openssl/patches/patch-af b/security/openssl/patches/patch-af
index 59b96f686ce..cd6e5591a4d 100644
--- a/security/openssl/patches/patch-af
+++ b/security/openssl/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.25 2013/02/06 21:40:34 jperkin Exp $
+$NetBSD: patch-af,v 1.26 2013/10/02 19:59:31 joerg Exp $
---- Makefile.org.orig 2012-04-22 13:25:19.000000000 +0000
+--- Makefile.org.orig 2013-02-11 15:26:04.000000000 +0000
+++ Makefile.org
@@ -28,6 +28,7 @@ INSTALLTOP=/usr/local/ssl
@@ -36,7 +36,13 @@ $NetBSD: patch-af,v 1.25 2013/02/06 21:40:34 jperkin Exp $
install_sw:
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
-@@ -648,35 +650,53 @@ install_docs:
+@@ -642,41 +644,56 @@ install_docs:
+ @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
+ here="`pwd`"; \
+ filecase=; \
+- if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \
+- filecase=-i; \
+- fi; \
set -e; for i in doc/apps/*.pod; do \
fn=`basename $$i .pod`; \
sec=`$(PERL) util/extract-section.pl 1 < $$i`; \