summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormarkd <markd>2004-04-27 12:15:48 +0000
committermarkd <markd>2004-04-27 12:15:48 +0000
commitbf0aa9c9295dec16914aa35ac8489524e01d9e16 (patch)
treee83b27fb3e65c5021188c379e49fab6432e73f72 /security
parent584109e8410e2df4d57fe293023ccf829b8b38a0 (diff)
downloadpkgsrc-bf0aa9c9295dec16914aa35ac8489524e01d9e16.tar.gz
Teach about recent NetBSD versions.
Finish buildlink3 changes. Obscure LOCALBASE path so that base system compilers dont match the prefix otherwise compiler.mk then wants to build the pkgsrc gcc package. (ick)
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile.intree9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/openssh/Makefile.intree b/security/openssh/Makefile.intree
index 6f467c88f78..9824b62b891 100644
--- a/security/openssh/Makefile.intree
+++ b/security/openssh/Makefile.intree
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.intree,v 1.8 2004/04/25 23:36:52 wiz Exp $
+# $NetBSD: Makefile.intree,v 1.9 2004/04/27 12:15:48 markd Exp $
.include "../../mk/bsd.prefs.mk"
@@ -10,7 +10,7 @@ _UPDATE_INTREE_OPENSSH= YES
PKG_SYSCONFSUBDIR:= # empty
. endif
. endfor
-. for PATTERN in 1.6*
+. for PATTERN in 1.6* 2.0*
. if ${OS_VERSION:M${PATTERN}}
_UPDATE_INTREE_OPENSSH= YES
PKG_SYSCONFSUBDIR:= ssh
@@ -24,7 +24,8 @@ PKG_SYSCONFSUBDIR:= ssh
#
# USE_OPENSSL_VERSION:= ${OPENSSL_VERSION_095A}
.include "../../security/openssl/buildlink3.mk"
-.if ${_NEED_OPENSSL} == "YES"
+.include "../../security/openssl/builtin.mk"
+.if !empty(USE_BUILTIN.openssl:M[nN][oO])
_UPDATE_INTREE_OPENSSH= NO
PKG_FAIL_REASON= "OpenSSL>=0.9.6m in the base distribution is required."
.endif
@@ -34,7 +35,7 @@ NO_MTREE= yes
NO_PKG_REGISTER= yes
NO_PACKAGE= No package registration is done
MANCOMPRESSED_IF_MANZ= yes
-LOCALBASE:= /usr
+LOCALBASE:= /usr/.
PKG_SYSCONFBASE:= /etc
MANDIR:= share/man
RCD_SCRIPTS_EGDIR:= share/examples/openssh