summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-15 19:39:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-15 19:39:21 +0000
commitb46611d8cf5744f43a12213e07177cfde2b532fe (patch)
treee2b2b2506dec9b407f62fb595c5fe1d38f379aee /security
parentUpdate to the 2002-03-10 snapshot of what will be version 5.2. (diff)
Fixed Build in 4.2
Add correct Version of OPENSSL in dependencies if older than 4.3 (bsd.ports.mk) is still not sufficent.
Notes
Notes: svn path=/head/; revision=56167
Diffstat (limited to 'security')
-rw-r--r--security/hpn-ssh/Makefile14
-rw-r--r--security/openssh-portable/Makefile14
2 files changed, 26 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 940730c77a44..cfe8163d7664 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -77,4 +77,16 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 430000
+OPENSSLBASE= /usr/local
+OPENSSLDIR= ${OPENSSLBASE}/openssl
+LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl
+OPENSSLLIB= ${OPENSSLBASE}/lib
+OPENSSLINC= ${OPENSSLBASE}/include
+MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
+ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 940730c77a44..cfe8163d7664 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -77,4 +77,16 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 430000
+OPENSSLBASE= /usr/local
+OPENSSLDIR= ${OPENSSLBASE}/openssl
+LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl
+OPENSSLLIB= ${OPENSSLBASE}/lib
+OPENSSLINC= ${OPENSSLBASE}/include
+MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
+ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR}
+.endif
+
+.include <bsd.port.post.mk>