Commit graph

8 commits

Author SHA1 Message Date
grant
0a55d7d6cd simplify by commenting the pkg's Makefile variables as they're
already set by pkgsrc. override the do-install target.
2004-02-04 13:33:36 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
agc
1fff0c5260 Make sure the distfile can be fetched - set the PKGNAME var to ...nb1,
not the DISTNAME.
2001-11-10 19:59:00 +00:00
hubertf
d564911ef1 Update to ElectricFence 2.1nb1:
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-09 00:39:38 +00:00
wiz
e65d4b6206 Update to 2.1, requested in pkg/14264.
Change: Remove work-arounds, most operating systems and C libraries have
been fixed now.
2001-10-21 11:53:05 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
23351a4352 use {MASTER_SITE_SUNSITE} magic, added homepage 2000-01-08 04:13:24 +00:00
garbled
94a3b7794c Add new pkg for ElectricFence-2.0.5, a debugging malloc implementation. 1998-10-27 04:04:11 +00:00