diff options
author | jlam <jlam> | 2004-03-26 08:13:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-26 08:13:24 +0000 |
commit | 463b110ac63743f614981ef37ad7be0c4e87cf0b (patch) | |
tree | 094b306599e045b87621ec6920765886f8125c3d | |
parent | 587f1ffa983f9443cef8b489bfa2149442cae422 (diff) | |
download | pkgsrc-463b110ac63743f614981ef37ad7be0c4e87cf0b.tar.gz |
Don't rebuild openssl again as part of installing it.
-rw-r--r-- | security/openssl/distinfo | 4 | ||||
-rw-r--r-- | security/openssl/patches/patch-af | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 43cf6341f66..ea52d3a966c 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -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-ab) = cfbcaa52bec88987b8a63725b84adfd58b324032 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 --git a/security/openssl/patches/patch-af b/security/openssl/patches/patch-af index 341daaf3f27..5c9ef11306c 100644 --- a/security/openssl/patches/patch-af +++ b/security/openssl/patches/patch-af @@ -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 @@ $NetBSD: patch-af,v 1.9 2004/03/26 02:22:38 wiz Exp $ -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 \ |