summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-04 09:14:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-04 09:14:22 +0000
commit831c9f1680943ad0750c044c01c5f00257f0665c (patch)
treed9f82fbbe3ce563d79adeb55c2b9404395f7806b
parentUpdate to 0.013 (diff)
- Annotate the combination of X509 and KERB_GSSAPI patches as broken
PR: ports/142819 Submitted by: Scot Hetzel <swhetzel@gmail.com> Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=253666
-rw-r--r--security/openssh-portable/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 35bb19cd291a..45b86a557977 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -78,6 +78,10 @@ BROKEN= does not build
BROKEN= X509 patch incompatible with HPN and LPK patches
.endif
+.if defined(WITH_X509) && defined(WITH_KERB_GSSAPI)
+BROKEN= X509 patch incompatible with KERB_GSSAPI patch
+.endif
+
.if defined(OPENSSH_OVERWRITE_BASE)
WITH_OVERWRITE_BASE= yes
.endif