Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-10 | Make sure the distfile can be fetched - set the PKGNAME var to ...nb1, | agc | 1 | -2/+3 | |
not the DISTNAME. | |||||
2001-11-09 | Update to ElectricFence 2.1nb1: | hubertf | 4 | -7/+39 | |
Fix this pkg to run on sparc64 (and probably some others), by changing the 2ns argument of mmap(2) from (int)size to size. Patches contributed by Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> in PR pkg/14493. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-10-21 | Update to 2.1, requested in pkg/14264. | wiz | 2 | -6/+6 | |
Change: Remove work-arounds, most operating systems and C libraries have been fixed now. | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-07-07 | make this work on mips machines | dmcmahill | 2 | -11/+13 | |
2000-01-08 | use {MASTER_SITE_SUNSITE} magic, added homepage | wiz | 1 | -2/+3 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1998-10-27 | Call ranlib(1) on the installed library. | agc | 2 | -15/+29 | |
Use a generic BSD definition, rather than just __NetBSD__. | |||||
1998-10-27 | Add new pkg for ElectricFence-2.0.5, a debugging malloc implementation. | garbled | 7 | -0/+64 | |