Subject: pkg/12292: LPRng pkg doesn't support kerberos
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dmcmahill@netbsd.org>
List: netbsd-bugs
Date: 02/27/2001 06:01:53
>Number:         12292
>Category:       pkg
>Synopsis:       LPRng pkg doesn't support kerberos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 27 03:02:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     dmcmahill
>Release:        LPRng as of 2001-02-27	<NetBSD-current source date>
>Organization:
	
>Environment:
	
System: NetBSD catholic-girls 1.5 NetBSD 1.5 (GENERIC) #1: Sun Nov 19 15:44:10 PST 2000 matt@cheetah.local:/u1/kobj/GENERIC vax


>Description:

the LPRng package doesn't enable the kerberos options of LPRng.
	
>How-To-Repeat:
build LPRng, note it doesn't turn on the kerberos stuff.
	
>Fix:
add this to pkgsrc/print/LPRng-core/Makefile

LPRNG_KERBEROS?=         NO
LPRNG_MIT_KERB4?=        NO

and then
.if (${LPRNG_KERBEROS} == "YES")
CONFIGURE_ARGS+=	--enable-kerberos
.endif
.if (${LPRNG_MIT_KERB4} == "YES")
CONFIGURE_ARGS+=	--enable-mit_kerb4
.endif

but this isn't quite enough because it doesn't quite like our kerberos
installation.  Haven't figured out the rest.

	
>Release-Note:
>Audit-Trail:
>Unformatted: