Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-05 | s/root/${ROOT_USER}/g, now that the definition appears in the | agc | 1 | -2/+2 | |
defs.${OPSYS}.mk files. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
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-04 | Add patch to add rudimentary cname chasing to the ptr lookup stuff so | wiz | 3 | -7/+35 | |
that classless in-addr lookups work. Patch by atatat. Bump to 0.42nb1. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-16 | Import the mtr-gtk-0.42 package, split off from the standard curses-based | agc | 7 | -0/+78 | |
package, to make things easier for those who may prefer not to link in all of the gtk-based functionality. |