Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-25 | zzufed | hubertf | 27 | -449/+485 | |
1999-09-14 | Change how Kerberos support is enabled in pkgsrc. | kim | 1 | -5/+5 | |
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-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-05-03 | Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies | tv | 1 | -3/+4 | |
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled. | |||||
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -3/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1998-11-24 | Use -O2, not -O6. | mycroft | 1 | -21/+21 | |
1998-11-24 | optimize, for mycroft | hubertf | 1 | -0/+212 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -2/+3 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+10 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -6/+1 | |
1998-06-03 | Include bsd.prefs.mk so that variables can be set in /etc/mk.conf | agc | 1 | -5/+4 | |
1998-05-10 | Check for existance of mk.conf, first. | mycroft | 1 | -1/+3 | |
1998-05-10 | We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4. | mycroft | 1 | -5/+3 | |
1998-05-09 | Don't do the latter before the further | hubertf | 1 | -2/+2 | |
1998-05-09 | Ooops, add another forgotten file. | frueauf | 1 | -1/+2 | |
1998-05-09 | Sort and add missing files. | frueauf | 1 | -36/+42 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -5/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-09 | Fix zephyr built with kerberosIV | sommerfe | 2 | -1/+66 | |
1998-03-20 | Tidy this up, and make me the `maintainer'. | mycroft | 1 | -6/+3 | |
1998-03-16 | Make the ZUnique_ID format consistent between 32-bit and 64-bit systems. | mycroft | 1 | -0/+180 | |
1998-03-06 | Add com_err to the packing list and the man page list. | mycroft | 2 | -2/+6 | |
1998-02-27 | Fix a formatting glitch on the last line. | agc | 1 | -2/+5 | |
If we create directories, we should remove them when de-installing. | |||||
1998-02-27 | Add this shell script from FreeBSD. Don't hardcode /usr/local, | agc | 1 | -0/+7 | |
though - this gets pre-processed at install time. | |||||
1998-02-27 | Install the post-processed zhm.sh file. | agc | 1 | -2/+3 | |
1998-02-27 | Add NetBSD RCS Id. | agc | 1 | -2/+3 | |
Sort out configure args. Set GNU_CONFIGURE, not HAS_CONFIGURE, so that --prefix is recognised. | |||||
1998-02-27 | Use the Makefile from FreeBSD for now. | agc | 1 | -0/+39 | |
1998-02-27 | Initial checkin | mellon | 4 | -0/+111 | |
1998-02-27 | checksum for distribution | mellon | 1 | -0/+1 | |