diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-09 20:55:50 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-09 20:55:50 +0800 |
commit | f00f38e8b306cd67c02e4567de36b17ee95ac840 (patch) | |
tree | 874d0a5f0054ece1383f4a55a09c323e186343e2 /security/openssl/files | |
parent | f76fdb75739ea32f9dcf734d4e45ec160e35b834 (diff) | |
download | freebsd-ports-gnome-f00f38e8b306cd67c02e4567de36b17ee95ac840.tar.gz freebsd-ports-gnome-f00f38e8b306cd67c02e4567de36b17ee95ac840.tar.zst freebsd-ports-gnome-f00f38e8b306cd67c02e4567de36b17ee95ac840.zip |
Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.
OpenSSL is a successor of SSLeay (see http://www.openssl.org/).
This port uses almost the same files as SSLeay. So they can't be
installed both.
- make the port ${PREFIX} clean
- reorganize PLIST (list links as normal files, which makes the PLIST
shorter and easier to maintain)
- reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to
${PREFIX}/lib/ssleay.cnf somewhere)
- some other minor portlint changes
Diffstat (limited to 'security/openssl/files')
-rw-r--r-- | security/openssl/files/patch-ab | 19 | ||||
-rw-r--r-- | security/openssl/files/patch-ac | 10 |
2 files changed, 6 insertions, 23 deletions
diff --git a/security/openssl/files/patch-ab b/security/openssl/files/patch-ab index 0d390ca466d0..2040fc110d81 100644 --- a/security/openssl/files/patch-ab +++ b/security/openssl/files/patch-ab @@ -1,18 +1,11 @@ ---- Makefile.ssl.orig Fri Jun 26 10:25:25 1998 -+++ Makefile.ssl Sat Aug 22 13:14:34 1998 -@@ -175,7 +175,7 @@ - VERSION PROBLEMS MINFO makefile.one e_os.h \ - MICROSOFT makevms.com config PATENTS +--- Makefile.ssl.orig Wed Dec 23 09:20:52 1998 ++++ Makefile.ssl Sun Jan 3 20:03:00 1999 +@@ -174,7 +174,7 @@ + ONEDIRS=out tmp + EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep WDIRS= windows -LIBS= libcrypto.a libssl.a +LIBS= libcrypto.a libssl.a libRSAglue.a GENERAL= Makefile - BASENAME= SSLeay -@@ -327,5 +327,6 @@ - sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \ - chmod 644 $(INSTALLTOP)/lib/$$i ); \ - done -+ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample - - # DO NOT DELETE THIS LINE -- make depend depends on it. + BASENAME= openssl diff --git a/security/openssl/files/patch-ac b/security/openssl/files/patch-ac index b8dec3467f95..e69de29bb2d1 100644 --- a/security/openssl/files/patch-ac +++ b/security/openssl/files/patch-ac @@ -1,10 +0,0 @@ ---- Configure.orig Thu Oct 15 10:26:12 1998 -+++ Configure Thu Oct 15 10:26:34 1998 -@@ -133,6 +133,7 @@ - "NetBSD-m86", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", - "NetBSD-x86", "gcc:-DTERMIOS -DBN_ASM -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:", - "FreeBSD", "gcc:-DTERMIOS -DBN_ASM -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", -+"FreeBSD-elf", "gcc:-DTERMIOS -DBN_ASM -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", - #"bsdi-gcc", "gcc:-O3 -ffast-math -DBN_ASM -DL_ENDIAN -DPERL5 -m486::RSA_LLONG $x86_gc_des $x86_gcc_opts:$x86_bsdi_asm", - "nextstep", "cc:-O3 -Wall -DBN_ASM::BN_LLONG $x86_gcc_des $x86_gcc_opts:::", - # NCR MP-RAS UNIX ver 02.03.01 |