Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 16:39:32 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib Makefile src/tools/build/options WITHOUT_GSSAPI WITH_GSSAPI makeman src/share/mk bsd.own.mk
Message-ID:  <200712121639.lBCGdWvO095066@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2007-12-12 16:39:32 UTC

  FreeBSD src repository

  Modified files:
    lib                  Makefile 
    tools/build/options  makeman 
    share/mk             bsd.own.mk 
  Added files:
    tools/build/options  WITHOUT_GSSAPI 
  Removed files:
    tools/build/options  WITH_GSSAPI 
  Log:
  - Fix setting of MK_GSSAPI option by bsd.own.mk; its value should
    default to the value of MK_KERBEROS unless set explicitly by
    WITH_GSSAPI/WITHOUT_GSSAPI.  (This introduces another type of
    MK_* variables which itself is questionable.)
  
  - Teach tools/build/options/makeman script that generates the
    src.conf(5) manpage about the new type of MK_* variables.
  
  - Fix broken logic in lib/Makefile.
  
  Revision  Changes    Path
  1.228     +1 -5      src/lib/Makefile
  1.71      +21 -1     src/share/mk/bsd.own.mk
  1.1       +2 -0      src/tools/build/options/WITHOUT_GSSAPI (new)
  1.2       +0 -4      src/tools/build/options/WITH_GSSAPI (dead)
  1.8       +15 -4     src/tools/build/options/makeman



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