diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
commit | 696a9dc9e63ce407cb2e9ad886f16023dca1cb79 (patch) | |
tree | 86b2fbcf04284b02f91c3b7702c502abaa1c65e8 /devel | |
parent | c986504d517302c8bcfa476d0b538b37760363ed (diff) | |
download | pkgsrc-696a9dc9e63ce407cb2e9ad886f16023dca1cb79.tar.gz |
Comment out Kerberos 5 support, for now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs-current/Makefile | 15 | ||||
-rw-r--r-- | devel/cvs/Makefile | 17 |
2 files changed, 17 insertions, 15 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}\\\"\" |