pkgsrc/mk
kim d0e9933400 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
1999-09-14 02:32:21 +00:00
..
bsd.pkg.mk Change how Kerberos support is enabled in pkgsrc. 1999-09-14 02:32:21 +00:00
bsd.pkg.subdir.mk Pass the makepatchsum target down to submakes. 1999-07-09 13:15:24 +00:00
bsd.prefs.mk Linux fixes. 1999-08-12 14:16:25 +00:00
Linux.pkg.dist Linux bits; now the package system works on Linux too. 1999-06-23 17:06:20 +00:00
Linux.x11.dist Linux bits; now the package system works on Linux too. 1999-06-23 17:06:20 +00:00
mk.conf.example Change how Kerberos support is enabled in pkgsrc. 1999-09-14 02:32:21 +00:00
NetBSD.pkg.dist Remove "${LOCALBASE}/www" again. As pointed out by Todd Vierling this 1999-05-10 22:30:19 +00:00
NetBSD.x11.dist Don't set username to man on the */cat? directories, as that username 1997-11-17 16:49:07 +00:00
SunOS.pkg.dist Remove "${LOCALBASE}/www" again. As pointed out by Todd Vierling this 1999-05-10 22:30:19 +00:00
SunOS.x11.dist Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulation 1999-03-08 17:26:54 +00:00