Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2007 19:09:25 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib Makefile src/share/mk bsd.own.mk src/tools/build/options WITHOUT_KERBEROS WITH_GSSAPI
Message-ID:  <200712101909.lBAJ9PeE059089@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712101909.lBAJ9PeE059089>