Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | sysutils: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | sysutils: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2017-06-23 | Correct build failure of whowatch on NetBSD 8.99.1 | kamil | 2 | -4/+17 | |
Address <sys/user.h> removal fallout. | |||||
2017-01-19 | Convert all occurrences (353 by my count) of | agc | 1 | -3/+3 | |
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. | |||||
2017-01-03 | Use the curses framework. | roy | 1 | -3/+4 | |
2015-11-04 | Add SHA512 digests for distfiles for sysutils category | agc | 1 | -1/+2 | |
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-08-18 | Bump all packages that depend on curses.bui* or terminfo.bui* since they | wiz | 1 | -2/+2 | |
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that. | |||||
2015-08-17 | Bump PKGREVISION for ncurses shlib bump. | wiz | 1 | -2/+2 | |
2013-12-23 | Reset maintainer for resigned developers. | wiz | 1 | -3/+2 | |
2013-04-08 | Remove "Trailing empty lines." and/or "Trailing white-space." | rodent | 1 | -2/+2 | |
2013-01-11 | Explicitly tell the system headers that this wants to mook with KVM. | joerg | 1 | -1/+3 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-08-08 | sysutils/whowatch: Fix LP64 and DragonFly regression | marino | 4 | -11/+114 | |
1) The 4th argument of the sysctl function requires type size_t, not int, which matters for LP64. 2) DragonFly's kinfo structure changed dramatically a few years ago, breaking this package. Repatched. 3) sysctl can return pid of -1 for pure kernel processes which must be skipped to avoid a segfault. | |||||
2010-01-27 | DESTDIR support | joerg | 1 | -1/+7 | |
2006-12-13 | Fix build with gcc4, based on patch provided by David Howland in | wiz | 2 | -1/+15 | |
PR 35243. | |||||
2006-06-12 | Add DragonFly support. | joerg | 3 | -1/+38 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-18 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
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-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -4/+4 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-06-20 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -6/+4 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-16 | Clean up input handling. | wiz | 3 | -26/+120 | |
Patches provided by Brett Lymn in private mail. | |||||
2000-08-11 | correct typo in comment | itojun | 2 | -4/+4 | |
2000-08-11 | support non-ncurses build. use {REPLACE,USE}_CURSES for ncurses detection. | itojun | 4 | -3/+46 | |
2000-06-12 | Initial import of whowatch-1.4, an interactive who-like program displaying | rh | 5 | -0/+31 | |
real-time user information. |