Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-07-09 | Add package patch-sum files | agc | 279 | -0/+1703 | |
1999-07-09 | Pass the makepatchsum target down to submakes. | agc | 1 | -1/+2 | |
1999-07-09 | Add logic to provide md5 checksums on the patch files, placing them in | agc | 1 | -20/+57 | |
a file called files/patch-sum. This has the benefit of only attempting to patch packages with official patches. This should mean that you can untar a pkgsrc.tar.gz over a previous tree, and still have it do the right thing, ignoring old patch files. Patches which have an entry in the files/patch-sum file will be applied, and then any local patches. If there are local patches to a package, these should go in patch files called patches/patch-local-* (these files are ignored when calculating the files/patch-sum file, and also when checking the patches/patch-* files). The calculation of the patch checksum ignores any NetBSD RCS Id in the patch-* files. This removes a nasty ordering dependency for developers making patches to packages. Patch file checksums will only be checked if the files/patch-sum file exists. Add a target "makepatchsum", analogous to "makesum", which makes a new files/patch-sum file. | |||||
1999-07-09 | Enable "ruby". | sakamoto | 1 | -2/+2 | |
1999-07-09 | remove tabs. | sakamoto | 1 | -15/+15 | |
1999-07-09 | the Object-Oriented Script Language | sakamoto | 7 | -0/+154 | |
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>. | |||||
1999-07-09 | Update 1.0b2 to 1.0b4. | sakamoto | 4 | -12/+13 | |
Fix mastersite noted by Hubert Feyrer. | |||||
1999-07-08 | add NetBSD RCS ID | itojun | 2 | -0/+4 | |
1999-07-08 | enable IPv6 build (USE_INET6) | itojun | 4 | -2/+44 | |
1999-07-08 | Add Hermes. | garbled | 1 | -1/+2 | |
1999-07-08 | Hermes-1.2.5 | garbled | 8 | -0/+86 | |
Library for conversion of pixel graphics. Some help from Hubert on this one.. | |||||
1999-07-08 | enable IPV6 build (USE_INET6) | itojun | 3 | -1/+203 | |
1999-07-08 | enable IPv6 build (USE_INET6) | itojun | 4 | -2/+43 | |
1999-07-08 | Work around a <stdarg.h> problem for just now. | agc | 1 | -1/+6 | |
1999-07-08 | Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() call | agc | 1 | -0/+18 | |
when function names are re-defined. Unfortunately, it also does that after defining "struct rlimit", and so we lose because it can't find the structure. So we get to redefine it ourselves before <sys/resource.h> is included. Thanks, guys. | |||||
1999-07-08 | Remove redundant comments at top of Makefile. | agc | 1 | -6/+1 | |
1999-07-08 | Get rid of redundant comments at top of Makefile. | agc | 1 | -10/+4 | |
Modify the logic around the use of IPv6. | |||||
1999-07-08 | Correct a typo. | agc | 1 | -1/+1 | |
1999-07-08 | bsd.pkg.mk recognises patch files of the form "patches/patch-*", rather | agc | 3 | -5/+8 | |
than "patches/patch-??" - fix pkglint.pl to mirror this. Bump version number to 1.73, and update CHANGELOG | |||||
1999-07-08 | Revert to previous configuration: | agc | 5 | -13/+7 | |
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding. | |||||
1999-07-08 | CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile, | agc | 2 | -10/+12 | |
but calculated every time bsd.prefs.mk is read. Correct the situation, and only calculate these when they are needed. Also save a few more cycles by hardcoding the LOWER_OPSYS values for known operating systems, rather than using expensive shell echo and tr commands every time bsd.prefs.mk is read. | |||||
1999-07-08 | Update xsidplay to 1.3.8. Provided in pr 7911 by Antti Kantee. | frueauf | 9 | -168/+13 | |
1999-07-08 | thropej suggested me to put it into src/usr.sbin so I nuke it. | itojun | 6 | -82/+0 | |
sorry for the mess... | |||||
1999-07-08 | pkgsrc for ALTQ (alternate queueing framework). | itojun | 6 | -0/+82 | |
mainly for ATM PVC related userland programs. | |||||
1999-07-08 | Fix run time library search path. | tron | 1 | -3/+3 | |
1999-07-08 | Fix incorrect directory name in dependence. | tron | 1 | -2/+2 | |
1999-07-08 | Remove redundant dependence on "libaudiofile". | tron | 1 | -2/+1 | |
1999-07-08 | Fix incorrect directory name in dependence. | tron | 1 | -2/+2 | |
1999-07-08 | Remove redundant dependences on "gettext" and "libaudiofile". | tron | 1 | -3/+1 | |
1999-07-08 | - Update homepage. | tron | 3 | -82/+90 | |
- Update built-in sites from Bunyip's canononical list. - Build with libcompat instead of custom regex. Patches supplied by Frederick Bruckman in PR pkg/7856. | |||||
1999-07-08 | Create language directories for locale files where it is necessary. | tron | 1 | -0/+13 | |
1999-07-07 | Make "ksirc" build on ELF systems. | tron | 1 | -0/+13 | |
1999-07-07 | enable IPv6-ready build on USE_INET6. | itojun | 5 | -18/+74 | |
commit approved by maintainer. | |||||
1999-07-07 | Use Linux ELF object files for NetBSD-i386 ELF as suggested by | tron | 3 | -25/+45 | |
Klaus Klein in PR pkg/7355. | |||||
1999-07-07 | Fix detection of TIFF and PNG library to avoid link failures on | tron | 1 | -2/+2 | |
ELF systems. | |||||
1999-07-07 | pkglint: move "ONLY_FOR_PLATFORM" to correct place. | tron | 1 | -2/+3 | |
1999-07-07 | Fix typo in last commit. | tron | 1 | -2/+2 | |
1999-07-07 | Fix run time library path and link with "Xt" library. | tron | 1 | -2/+4 | |
1999-07-07 | Fix run time library path and link with "SM" library. | tron | 1 | -3/+3 | |
1999-07-07 | No need to shout: YES -> yes | tron | 1 | -2/+2 | |
1999-07-07 | Fix ELF lossage by linking with "-ltiff -ljpeg -lz" instead of "-ltiff". | tron | 1 | -0/+22 | |
1999-07-07 | Correct MD5 checksum. They now match what is on the master sites and on | tron | 1 | -3/+3 | |
"ftp.netbsd.org". | |||||
1999-07-07 | Make this package work on Solaris. Again. | agc | 2 | -4/+22 | |
1999-07-07 | Make this package work on Solaris. | agc | 2 | -3/+82 | |
1999-07-07 | pkglint. | bouyer | 4 | -318/+9 | |
1999-07-07 | Add and enable tcl-cgi. | bouyer | 1 | -1/+2 | |
1999-07-07 | Add and enable tcl-gdbm. | bouyer | 1 | -1/+2 | |
1999-07-07 | fix USE_INET6 build. | itojun | 2 | -0/+28 | |
1999-07-07 | A library of Tcl procedures to assist in writing CGI scripts. | bouyer | 6 | -0/+241 | |
1999-07-07 | tcl interface to gdbm. | bouyer | 8 | -0/+276 | |