Subject: Re: pkg/32642: www/neon tries to use gssapi
To: None <epg@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: pkgsrc-bugs
Date: 01/30/2006 23:55:02
The following reply was made to PR pkg/32642; it has been noted by GNATS.
From: Mark Davies <mark@mcs.vuw.ac.nz>
To: gnats-bugs@netbsd.org, egp@netbsd.org
Cc:
Subject: Re: pkg/32642: www/neon tries to use gssapi
Date: Tue, 31 Jan 2006 12:52:26 +1300
On Tuesday 31 January 2006 12:15, Eric Gillespie wrote:
> Thanks for the patch! Unfortunately, it did not work for me. I
> tried with both --with-gssapi and --with-gssapi=yes (neon's
> configure is or used to be picky about having the =yes with
> --with-ssl so...). It looks for krb5-config, doesn't find it,
> and leaves all the GSSAPI bits commented out in config.h.
Do you have an up-to-date security/heimdal package? the builtin.mk now
creates a krb5-config if there isn't one.
> Note that all this should be in options.mk, which should be
> included in Makefile. Also, the option should be 'kerberos', not
> 'gssapi', to match other packages.
No actually I would say gssapi is the more appropriate option when its
specifically gssapi you are dealing with, not generic kerberos. See the
cyrus-*, fetchmail, and dovecot packages. As to whether its in a separate
options.mk I think thats just a matter of style when there is just a single
option - there are plenty of packages that have them in the Makefile.
cheers
mark