commit a7273a58af1c3fbbcf0c91a9de7b3adf2f547806
Author: Jakub Bogusz <[email protected]>
Date:   Wed Oct 1 18:24:36 2008 +0000

    - use openssl_ namespace for man pages links too
    
    Changed files:
        openssl-man-namespace.patch -> 1.1

 openssl-man-namespace.patch | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/openssl-man-namespace.patch b/openssl-man-namespace.patch
new file mode 100644
index 0000000..8e037f7
--- /dev/null
+++ b/openssl-man-namespace.patch
@@ -0,0 +1,38 @@
+--- openssl-0.9.8i/Makefile.org.orig   2008-10-01 00:47:19.398638174 +0200
++++ openssl-0.9.8i/Makefile.org        2008-10-01 17:06:58.554632307 +0200
+@@ -554,7 +554,7 @@
+                       --release=$(VERSION) `basename $$i`") \
+                       >  
$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
+               $(PERL) util/extract-names.pl < $$i | \
+-                      (grep -v $$filecase "^$$fn\$$"; true) | \
++                      (grep -v $$filecase "^$${fn#openssl_}\$$"; true) | \
+                       (grep -v "[     ]"; true) | \
+                       (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
+                        while read n; do \
+@@ -571,11 +571,11 @@
+                       --release=$(VERSION) `basename $$i`") \
+                       >  
$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
+               $(PERL) util/extract-names.pl < $$i | \
+-                      (grep -v $$filecase "^$$fn\$$"; true) | \
++                      (grep -v -E $$filecase "^$${fn#openssl_}\$$"; true) | \
+                       (grep -v "[     ]"; true) | \
+                       (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
+                        while read n; do \
+-                              $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) 
"$$n".$${sec}$(MANSUFFIX); \
++                              $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) 
openssl_"$$n".$${sec}$(MANSUFFIX); \
+                        done); \
+       done
+ 
+--- openssl-0.9.8i/util/point.sh.orig  2003-06-11 21:44:37.000000000 +0200
++++ openssl-0.9.8i/util/point.sh       2008-10-01 17:05:49.170637335 +0200
+@@ -1,7 +1,9 @@
+ #!/bin/sh
+ 
+ rm -f "$2"
+-if test "$OSTYPE" = msdosdjgpp; then
++if true; then
++    echo ".so $1" > "$2"
++elif test "$OSTYPE" = msdosdjgpp; then
+     cp "$1" "$2"
+ else
+     ln -s "$1" "$2"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to