[kde-freebsd] ports/116484: commit references a PR
dfilter service
dfilter at FreeBSD.org
Mon Dec 10 20:10:02 CET 2007
The following reply was made to PR ports/116484; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/116484: commit references a PR
Date: Mon, 10 Dec 2007 19:09:33 +0000 (UTC)
dougb 2007-12-10 19:09:24 UTC
FreeBSD src repository
Modified files:
lib Makefile
share/mk bsd.own.mk
tools/build/options WITHOUT_KERBEROS
Added files:
tools/build/options WITH_GSSAPI
Log:
Hide the building and installation of libgssapi behind the
WITHOUT_KERBEROS knob. While GSS can be used for other things
some third party software (most notably ports/x11/kdelibs3)
takes the presence of libgssapi as an indication that kerberos
is available, and attempts to link with the kerberos libs. If
they are not available, the build will fail.
Because you might want to use GSS but not kerberos, add a knob
to re-enable it if WITHOUT_KERBEROS is present.
Document the new knob, and the new behavior of WITHOUT_KERBEROS.
Not objected and/or generally agreed to by: freebsd-arch
Problem discussed/analyzed in:
PR: ports/116484
Revision Changes Path
1.227 +9 -1 src/lib/Makefile
1.70 +1 -0 src/share/mk/bsd.own.mk
1.2 +5 -0 src/tools/build/options/WITHOUT_KERBEROS
1.1 +4 -0 src/tools/build/options/WITH_GSSAPI (new)
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the kde-freebsd
mailing list