summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-16 12:19:56 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-16 12:19:56 +0000
commitf48f4dcfd107ddefc4b71d1ab385b53fc091e2b2 (patch)
treeed184409c3bcc1879638e2fc0f5f9eda9d7b9c25 /security
parentBUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-) (diff)
libRSAglue.a is needed to build apache-ssl port.
Added it to the post-install target in ports Makefile. Updated PLIST
Notes
Notes: svn path=/head/; revision=7606
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/Makefile4
-rw-r--r--security/openssl-beta/pkg-plist1
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/openssl/pkg-plist1
4 files changed, 8 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index b949fc731976..cee99512e2a4 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Aug 1997
# Whom: markm@freebsd.org
#
-# $Id: Makefile,v 1.12 1997/08/16 10:24:56 andreas Exp $
+# $Id: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $
DISTNAME= SSLeay-0.8.1
CATEGORIES= devel security
@@ -33,6 +33,8 @@ post-configure:
.endif
post-install:
+ # needed to build apache-ssl port
+ ${CP} ${WRKSRC}/libRSAglue.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SSLeay
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay
diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist
index 9847ecb0cb9a..7b0599e01c50 100644
--- a/security/openssl-beta/pkg-plist
+++ b/security/openssl-beta/pkg-plist
@@ -165,6 +165,7 @@ include/stack.h
include/txt_db.h
include/x509.h
include/x509_vfy.h
+lib/libRSAglue.a
lib/libcrypto.a
@exec ranlib %D/%F
lib/libssl.a
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b949fc731976..cee99512e2a4 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Aug 1997
# Whom: markm@freebsd.org
#
-# $Id: Makefile,v 1.12 1997/08/16 10:24:56 andreas Exp $
+# $Id: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $
DISTNAME= SSLeay-0.8.1
CATEGORIES= devel security
@@ -33,6 +33,8 @@ post-configure:
.endif
post-install:
+ # needed to build apache-ssl port
+ ${CP} ${WRKSRC}/libRSAglue.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SSLeay
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay
diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist
index 9847ecb0cb9a..7b0599e01c50 100644
--- a/security/openssl/pkg-plist
+++ b/security/openssl/pkg-plist
@@ -165,6 +165,7 @@ include/stack.h
include/txt_db.h
include/x509.h
include/x509_vfy.h
+lib/libRSAglue.a
lib/libcrypto.a
@exec ranlib %D/%F
lib/libssl.a