The following reply was made to PR ports/116484; it has been noted by GNATS.

From: [EMAIL PROTECTED] (dfilter service)
To: [EMAIL PROTECTED]
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)
 _______________________________________________
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to