diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-09 12:55:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-09 12:55:50 +0000 |
commit | fb85680370bac5e134cf5b1c3c94705893d7698b (patch) | |
tree | 87175428ece3982e353895d978fd7b51b640edb9 /security/openssl-beta/files/patch-ab | |
parent | Mark this broken while Dirk works on it. (diff) |
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
Notes
Notes:
svn path=/head/; revision=15945
Diffstat (limited to 'security/openssl-beta/files/patch-ab')
-rw-r--r-- | security/openssl-beta/files/patch-ab | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab index 0d390ca466d0..2040fc110d81 100644 --- a/security/openssl-beta/files/patch-ab +++ b/security/openssl-beta/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 |