summaryrefslogtreecommitdiff
path: root/security/openssl-beta/files/patch-ab
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-02-17 21:14:40 +0000
committerMark Murray <markm@FreeBSD.org>1998-02-17 21:14:40 +0000
commitf8e3fd6b643d61bf3c70ee8c50784a7cdbb35e72 (patch)
tree78a494f46b9d19cefd1f2c89e1e4f7259e585e4b /security/openssl-beta/files/patch-ab
parentMove PKG_NAME and portlint clean. (diff)
Fix this port for RSAref, fix the config files location according to
BSD religion.
Notes
Notes: svn path=/head/; revision=9776
Diffstat (limited to 'security/openssl-beta/files/patch-ab')
-rw-r--r--security/openssl-beta/files/patch-ab71
1 files changed, 28 insertions, 43 deletions
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab
index 651c70a0922e..184f8010307e 100644
--- a/security/openssl-beta/files/patch-ab
+++ b/security/openssl-beta/files/patch-ab
@@ -1,43 +1,28 @@
---- util/mk1mf.pl.orig Thu Dec 5 08:25:31 1996
-+++ util/mk1mf.pl Wed Dec 11 22:37:57 1996
-@@ -6,7 +6,7 @@
- # funny stuff
- #
-
--$INSTALLTOP="/usr/local/ssl";
-+$INSTALLTOP="/usr/local";
-
- $infile="MINFO";
-
-@@ -244,6 +244,7 @@
- TEST_D=\$(OUT_D)
- LIB_D=\$(OUT_D)
- INC_D=\$(OUT_D)
-+APPL_D=apps
-
- # INCL_D - local library directory
- # OBJ_D - temp object file directory
-@@ -281,14 +282,17 @@
- exe: \$(T_EXE) \$(BIN_D)$o\$(E_EXE)$exep
-
- install:
-- \$(MKDIR) \$(INSTALLTOP)
-- \$(MKDIR) \$(INSTALLTOP)${o}bin
-- \$(MKDIR) \$(INSTALLTOP)${o}include
-- \$(MKDIR) \$(INSTALLTOP)${o}lib
-+ -\$(MKDIR) \$(INSTALLTOP)
-+ -\$(MKDIR) \$(INSTALLTOP)${o}bin
-+ -\$(MKDIR) \$(INSTALLTOP)${o}etc
-+ -\$(MKDIR) \$(INSTALLTOP)${o}include
-+ -\$(MKDIR) \$(INSTALLTOP)${o}lib
- \$(CP) \$(INC_D)${o}*.h \$(INSTALLTOP)${o}include
-+ \$(CP) \$(APPL_D)${o}ssleay.cnf \$(INSTALLTOP)${o}etc
- \$(CP) \$(BIN_D)$o\$(E_EXE)$exep \$(INSTALLTOP)${o}bin
-- \$(CP) \$(LIB_D)$o\$(O_SSL) \$(INSTALLTOP)${o}lib
-- \$(CP) \$(LIB_D)$o\$(O_CRYPTO) \$(INSTALLTOP)${o}lib
-+ \$(CP) \$(O_SSL) \$(INSTALLTOP)${o}lib
-+ \$(CP) \$(O_CRYPTO) \$(INSTALLTOP)${o}lib
-+ \$(CP) \$(O_RSAGLUE) \$(INSTALLTOP)${o}lib
-
- clean:
- \$(RM) \$(TMP_D)$o*.*
+*** Makefile.ssl.ORIG Tue Feb 17 21:43:38 1998
+--- Makefile.ssl Tue Feb 17 21:46:22 1998
+***************
+*** 122,128 ****
+ VERSION PROBLEMS MINFO makefile.one e_os.h \
+ MICROSOFT makevms.com
+ WDIRS= windows
+! LIBS= libcrypto.a libssl.a
+
+ GENERAL= Makefile
+ BASENAME= SSLeay
+--- 122,128 ----
+ VERSION PROBLEMS MINFO makefile.one e_os.h \
+ MICROSOFT makevms.com
+ WDIRS= windows
+! LIBS= libcrypto.a libssl.a libRSAglue.a
+
+ GENERAL= Makefile
+ BASENAME= SSLeay
+***************
+*** 272,276 ****
+--- 272,277 ----
+ 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.