summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej>2000-08-10 17:00:39 +0000
committerthorpej <thorpej>2000-08-10 17:00:39 +0000
commit6d44710d2572556a23b223e5c8ce60813ccfd5e5 (patch)
tree86b2fbcf04284b02f91c3b7702c502abaa1c65e8
parentd6e6de5d8fc2891a34ab28d68f774624e133fa50 (diff)
downloadpkgsrc-6d44710d2572556a23b223e5c8ce60813ccfd5e5.tar.gz
Comment out Kerberos 5 support, for now.
-rw-r--r--devel/cvs-current/Makefile15
-rw-r--r--devel/cvs/Makefile17
-rw-r--r--security/ssh/Makefile15
-rw-r--r--security/ssh6/Makefile15
4 files changed, 33 insertions, 29 deletions
diff --git a/devel/cvs-current/Makefile b/devel/cvs-current/Makefile
index 193d6161588..9f52a250810 100644
--- a/devel/cvs-current/Makefile
+++ b/devel/cvs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/05/21 15:27:30 kim Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/10 17:00:39 thorpej Exp $
#
DISTNAME= cvs-1.10.8
@@ -26,12 +26,13 @@ CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
CONFIGURE_ARGS+= --with-krb4=no
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+= --with-gssapi
-.else
-CONFIGURE_ARGS+= --with-gssapi=no
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+= --with-gssapi
+#.else
+#CONFIGURE_ARGS+= --with-gssapi=no
+#.endif
.if defined(RCS_LOCALID)
CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\"
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 66331b65674..29bdc5df16c 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2000/05/21 15:27:29 kim Exp $
+# $NetBSD: Makefile,v 1.28 2000/08/10 17:00:39 thorpej Exp $
#
DISTNAME= cvs-1.10
@@ -27,13 +27,14 @@ CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
CONFIGURE_ARGS+= --with-krb4=no
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+= --with-gssapi
-CFLAGS+= -I/usr/include/krb5 # krb5.h
-.else
-CONFIGURE_ARGS+= --with-gssapi=no
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+= --with-gssapi
+#CFLAGS+= -I/usr/include/krb5 # krb5.h
+#.else
+#CONFIGURE_ARGS+= --with-gssapi=no
+#.endif
.if defined(RCS_LOCALID)
CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\"
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 325736fa353..4c06198b7f4 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2000/08/05 21:56:23 itojun Exp $
+# $NetBSD: Makefile,v 1.80 2000/08/10 17:02:25 thorpej Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -106,12 +106,13 @@ USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-krb5=/usr
-.else
-CONFIGURE_ARGS+=--without-krb5
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+=--with-krb5=/usr
+#.else
+#CONFIGURE_ARGS+=--without-krb5
+#.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile
index b7e6713601c..ce892ff8f37 100644
--- a/security/ssh6/Makefile
+++ b/security/ssh6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/03/26 14:28:13 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/10 17:02:25 thorpej Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -95,12 +95,13 @@ USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-krb5=/usr
-.else
-CONFIGURE_ARGS+=--without-krb5
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+=--with-krb5=/usr
+#.else
+#CONFIGURE_ARGS+=--without-krb5
+#.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)