Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -3/+3 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-04-22 | Add one file (sorry, can't reproduce bulk build failure) | wiz | 1 | -1/+2 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-26 | regen. | bad | 1 | -4/+4 | |
2001-03-26 | Instantiate Vector<size_t> on __sparc__ too. | bad | 2 | -4/+4 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-09 | Okay, do this the Hard Way. Activate the size_t instantiation block if | tv | 4 | -44/+11 | |
one of __alpha__ or __sparc64__ are defined. I'll look into a better fix later. | |||||
2000-10-07 | Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t is | tv | 3 | -0/+61 | |
"unsigned long" on alpha. Nuke instantiation of Vector<unsigned int> and finish the halfassed LP64 fix that's already here by changing a Vector<unsigned int> to Vector<size_t> in the code. NOT TESTED but appears to fix the problem for alpha; tested not to cause problems on i386. | |||||
2000-06-07 | add CONFLICTS on sp/opensp | hubertf | 1 | -1/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-16 | Fix default sgml catalog path, add NetBSD id to patch, correct | mjl | 4 | -32/+45 | |
PLIST. | |||||
1999-12-16 | Updated to 1.3.4. Changes are bugfixes (no details available). | mjl | 4 | -34/+11 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-06-28 | Include bsd.prefs.mk before any != ${CC} --version assignment, just in | agc | 1 | -1/+3 | |
case CC is set to something non-standard, so that we execute the right compiler. | |||||
1999-03-22 | add conflict with jade | rh | 1 | -1/+3 | |
1999-03-13 | Initial import of sp-1.3, an SGML system conforming to ISO-8879 as | rh | 7 | -0/+160 | |
provided by Martin Laubach (with a few modifications to work under NetBSD-1.3.3 as well as -current) -- thanks! |