Commit graph

11 commits

Author SHA1 Message Date
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
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
d6affa77ea It seems struct ifnet grew, and the buffer used to kvm_read into wasn't
big enough, resulting into overwriting of stack variables making wmnet
core dump because of segfault. Increase buffer size to avoid that.
Bump to 1.06nb2.
2001-06-30 09:55:57 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
70ef1da67c Update to wmnet-1.06nb1 to add some patches to make this work better in
a fvwm2 FvwmButton (switches are mainly to set background color etc.)
2001-03-27 02:29:17 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
f7d9d32836 Update man page to show new default (ppp0 instead of ec0) 2000-08-02 00:01:23 +00:00
tron
860e81b475 Because the default rate is suitable for a modem connection use "ppp0"
instead of "ec0" - does anybody really use 3c503 these days? - as the
default interface.
2000-07-31 17:24:21 +00:00
tron
a2a15ee30d Use normal patch files instead of custom "do-patch" target. 2000-07-31 17:02:24 +00:00
tron
e7473de353 Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:
dockable network monitor
2000-07-30 20:08:52 +00:00