From 696a9dc9e63ce407cb2e9ad886f16023dca1cb79 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 10 Aug 2000 17:00:39 +0000 Subject: Comment out Kerberos 5 support, for now. --- devel/cvs-current/Makefile | 15 ++++++++------- devel/cvs/Makefile | 17 +++++++++-------- 2 files changed, 17 insertions(+), 15 deletions(-) (limited to 'devel') 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}\\\"\" -- cgit v1.2.3