aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-04 17:14:22 +0800
committerpav <pav@FreeBSD.org>2010-05-04 17:14:22 +0800
commit7a31d1f8c03d3a202829aee955c9b68818ca07da (patch)
tree151a865ca846fa1c5782ed6c2b6bea502f86e9aa /security/openssh-portable
parent91747b4928c15f98af877e02611a6b565f91e8a9 (diff)
downloadfreebsd-ports-gnome-7a31d1f8c03d3a202829aee955c9b68818ca07da.tar.gz
freebsd-ports-gnome-7a31d1f8c03d3a202829aee955c9b68818ca07da.tar.zst
freebsd-ports-gnome-7a31d1f8c03d3a202829aee955c9b68818ca07da.zip
- 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)
Diffstat (limited to 'security/openssh-portable')
-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