Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Sep 14 02:32:27 UTC 1999

Modified Files:
        pkgsrc/databases/openldap: Makefile
        pkgsrc/devel/cvs: Makefile
        pkgsrc/devel/cvs-current: Makefile
        pkgsrc/mail/cyrus: Makefile
        pkgsrc/mail/fetchmail: Makefile
        pkgsrc/mail/nmh: Makefile
        pkgsrc/mk: bsd.pkg.mk mk.conf.example
        pkgsrc/net/radius: Makefile
        pkgsrc/net/zephyr: Makefile
        pkgsrc/security/sudo: Makefile

Log Message:
Change how Kerberos support is enabled in pkgsrc.

Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/openldap/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/cvs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/cvs-current/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/cyrus/Makefile
cvs rdiff -r1.52 -r1.53 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -r1.28 -r1.29 pkgsrc/mail/nmh/Makefile
cvs rdiff -r1.337 -r1.338 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.73 -r1.74 pkgsrc/mk/mk.conf.example
cvs rdiff -r1.12 -r1.13 pkgsrc/net/radius/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/net/zephyr/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/security/sudo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index