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

Reply via email to