]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-man-namespace.patch
- updated for 1.0.0
[packages/openssl.git] / openssl-man-namespace.patch
index 8e037f7a86fa7ad890d2555cc9340ce7e6d02981..14d025ed4a689a23c259a831e40a2e0a8665517d 100644 (file)
@@ -1,6 +1,6 @@
---- 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 @@
+--- openssl-1.0.0/Makefile.org.orig    2010-04-10 11:05:35.900993086 +0200
++++ openssl-1.0.0/Makefile.org 2010-04-10 11:16:15.052993924 +0200
+@@ -610,7 +610,7 @@
                        --release=$(VERSION) `basename $$i`") \
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
                $(PERL) util/extract-names.pl < $$i | \
@@ -9,7 +9,7 @@
                        (grep -v "[     ]"; true) | \
                        (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
                         while read n; do \
-@@ -571,11 +571,11 @@
+@@ -627,11 +627,11 @@
                        --release=$(VERSION) `basename $$i`") \
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
                $(PERL) util/extract-names.pl < $$i | \
                        (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); \
+-                              PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
++                              PLATFORM=$(PLATFORM) $$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
+--- openssl-1.0.0/util/point.sh.orig   2009-04-06 16:25:02.000000000 +0200
++++ openssl-1.0.0/util/point.sh        2010-04-10 11:17:19.616991410 +0200
 @@ -1,7 +1,9 @@
  #!/bin/sh
  
  rm -f "$2"
--if test "$OSTYPE" = msdosdjgpp; then
+-if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
 +if true; then
 +    echo ".so $1" > "$2"
-+elif test "$OSTYPE" = msdosdjgpp; then
++elif test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
      cp "$1" "$2"
  else
      ln -s "$1" "$2"
This page took 0.055228 seconds and 4 git commands to generate.