pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Drop Windows specific parts to get re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df84590fe1b5
branches:  trunk
changeset: 624905:df84590fe1b5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 02 19:59:31 2013 +0000

description:
Drop Windows specific parts to get results consistent with all other
platforms for the man pages.

diffstat:

 security/openssl/distinfo         |   4 ++--
 security/openssl/patches/patch-af |  12 +++++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r a3a810e5e11c -r df84590fe1b5 security/openssl/distinfo
--- a/security/openssl/distinfo Wed Oct 02 18:31:36 2013 +0000
+++ b/security/openssl/distinfo Wed Oct 02 19:59:31 2013 +0000
@@ -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-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 -r a3a810e5e11c -r df84590fe1b5 security/openssl/patches/patch-af
--- a/security/openssl/patches/patch-af Wed Oct 02 18:31:36 2013 +0000
+++ b/security/openssl/patches/patch-af Wed Oct 02 19:59:31 2013 +0000
@@ -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 @@
  
  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`; \



Home | Main Index | Thread Index | Old Index