cvs commit: src/lib Makefile src/share/mk bsd.own.mk src/tools/build/options WITHOUT_KERBEROS WITH_GSSAPI

Doug Barton dougb at FreeBSD.org
Mon Dec 10 11:09:26 PST 2007


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)


More information about the cvs-src mailing list