pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Don't rebuild openssl again as part o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8e1ed4063d0
branches:  trunk
changeset: 471320:a8e1ed4063d0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 26 08:13:24 2004 +0000

description:
Don't rebuild openssl again as part of installing it.

diffstat:

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

diffs (42 lines):

diff -r f3fb00517ef6 -r a8e1ed4063d0 security/openssl/distinfo
--- a/security/openssl/distinfo Fri Mar 26 06:54:30 2004 +0000
+++ b/security/openssl/distinfo Fri Mar 26 08:13:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2004/03/26 06:54:30 jlam Exp $
+$NetBSD: distinfo,v 1.28 2004/03/26 08:13:24 jlam Exp $
 
 SHA1 (openssl-0.9.6m.tar.gz) = 52414b8867944e2c35940142d38052544dab1358
 Size (openssl-0.9.6m.tar.gz) = 2184918 bytes
@@ -7,5 +7,5 @@
 SHA1 (patch-ac) = e0a6c1b2923e75e87fae54631240d5dce7afd017
 SHA1 (patch-ad) = 44acd3ba563095511267b09a7b56774bb3b90b1d
 SHA1 (patch-ae) = f4bf6ae5aa41b55d9978376e4e50ee10c10dd288
-SHA1 (patch-af) = 1f8bfdad878808a05d5597adba5112090568cf19
+SHA1 (patch-af) = f37700c5fc04e2e59e525b5fb37986ba27c0080a
 SHA1 (patch-aj) = e300ae91c19214faf3419e7499214a1b536aac18
diff -r f3fb00517ef6 -r a8e1ed4063d0 security/openssl/patches/patch-af
--- a/security/openssl/patches/patch-af Fri Mar 26 06:54:30 2004 +0000
+++ b/security/openssl/patches/patch-af Fri Mar 26 08:13:24 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.9 2004/03/26 02:22:38 wiz Exp $
+$NetBSD: patch-af,v 1.10 2004/03/26 08:13:24 jlam Exp $
 
---- Makefile.org.orig  Thu Jul  3 23:43:50 2003
+--- Makefile.org.orig  Thu Jul  3 17:43:50 2003
 +++ Makefile.org
 @@ -169,7 +169,7 @@ SDIRS=  \
  MAKEFILE= Makefile.ssl
@@ -21,7 +21,12 @@
                -Wl,--whole-archive lib$$i.a \
                -Wl,--no-whole-archive $$libs ${EX_LIBS} -lc ) || exit 1; \
        libs="$$libs -l$$i"; \
-@@ -640,10 +639,10 @@ install: all install_docs
+@@ -636,14 +635,14 @@ dist:   
+ dist_pem_h:
+       (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
+ 
+-install: all install_docs
++install: install_docs
        @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
                $(INSTALL_PREFIX)$(INSTALLTOP)/lib \
                $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \



Home | Main Index | Thread Index | Old Index