Subject: CVS and kerberos?
To: None <tech-pkg@netbsd.org>
From: Urban Boquist <urban@boquist.net>
List: tech-pkg
Date: 03/03/2001 16:31:00
Hi all,

I would appreciate if someone could elaborate some on the following
found in pkgsrc/devel/cvs/Makefile:

# 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

The change in question seems to be:

----------------------------
revision 1.28
date: 2000/08/10 17:00:39;  author: thorpej;  state: Exp;  lines: +9 -8
Comment out Kerberos 5 support, for now.
----------------------------

Why it is broken? Is there an easy fix?

Thanks,

        -- Urban