summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-03-08 17:44:30 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-03-08 17:44:30 +0000
commit1bda92506faa4db0fe49b70e7db9e722d17fc6c9 (patch)
treedb591133e1cceab7fd682f0da148a867ef885d62 /security
parent- Add more INET6 #ifdef's (diff)
Mark BROKEN in Kerberos case: Simon Wilkinson has not released
updated patches yet. (I hope dinoex doesn't mind my committing this.)
Notes
Notes: svn path=/head/; revision=55736
Diffstat (limited to 'security')
-rw-r--r--security/hpn-ssh/Makefile3
-rw-r--r--security/openssh-portable/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index e5b517170347..fcf6f5eb4ed9 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
-.if defined(KRB5_HOME)
+.if defined(KRB5_HOME) && exists(KRB5_HOME)
+BROKEN= Need updated patches from Simon Wilkinson
MASTER_SITES+= ${PATCH_SITES}
DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index e5b517170347..fcf6f5eb4ed9 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
-.if defined(KRB5_HOME)
+.if defined(KRB5_HOME) && exists(KRB5_HOME)
+BROKEN= Need updated patches from Simon Wilkinson
MASTER_SITES+= ${PATCH_SITES}
DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}