Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-19 | Resign as maintainer. I have not used this package for a long time. | tron | 1 | -2/+2 | |
2007-06-15 | * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP | jlam | 1 | -2/+2 | |
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs. | |||||
2007-03-14 | Fixed the unprivileged build and PKGMANDIR. | rillig | 1 | -1/+9 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -1/+3 | |
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+8 | |
2006-03-23 | Add DragonFly support. | joerg | 4 | -23/+32 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-03 | It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh. | jschauma | 1 | -2/+2 | |
2003-03-03 | Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more | jschauma | 2 | -4/+4 | |
portable. Bump PKGREVISION accordingly. | |||||
2002-09-18 | Add security patch from the FreeBSD ports collection: | tron | 3 | -5/+13 | |
Drop setgid kmem privs before executing external programs. Reported by: Christer Oberg <christer.oberg@gmx.net> Bump the package revision to 3. | |||||
2002-07-18 | Add support for Solaris via the kstat(3) facility. | seb | 6 | -51/+226 | |
Provided in PR pkg/17521 by Lubomir Sedlacik <salo@Xtrmntr.org>. | |||||
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-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-06-30 | It seems struct ifnet grew, and the buffer used to kvm_read into wasn't | wiz | 4 | -10/+24 | |
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-04-21 | Move to sha1 checksum, 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 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Update to wmnet-1.06nb1 to add some patches to make this work better in | hubertf | 5 | -9/+234 | |
a fvwm2 FvwmButton (switches are mainly to set background color etc.) | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-02 | Update man page to show new default (ppp0 instead of ec0) | wiz | 2 | -5/+5 | |
2000-07-31 | Because the default rate is suitable for a modem connection use "ppp0" | tron | 2 | -4/+13 | |
instead of "ec0" - does anybody really use 3c503 these days? - as the default interface. | |||||
2000-07-31 | Use normal patch files instead of custom "do-patch" target. | tron | 7 | -4/+93 | |
2000-07-30 | Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599: | tron | 5 | -0/+27 | |
dockable network monitor |