Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-20 | Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer | jlam | 1 | -2/+3 | |
automatically added by libgetopt/buildlink.mk. | |||||
2001-07-14 | Don't really need kernfs. | jlam | 1 | -4/+3 | |
2001-07-14 | Add message file describing preconditions for the use of psmisc. | jlam | 1 | -0/+10 | |
2001-07-14 | Move inclusion of buildlink.mk files to end of Makefile. | jlam | 1 | -3/+2 | |
2001-06-18 | Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to | jlam | 1 | -4/+2 | |
prevent detection of ncurses. | |||||
2001-06-18 | Convert to use buildlink.mk files. | jlam | 1 | -8/+2 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-24 | Update psmisc to 20.1. Changes from version 19: | jlam | 10 | -321/+326 | |
- command line -<num> put back in. - got rid of annoying "sending signal #" debug message - updated killall.1 - updated killall usage - verbose now tells you what signal it is killing with. - New maintainer - Uses automake/autoconf to determine things - License changed to GPL - signames.h generated better (suggested by Grant Erickson) - uses getopt() for better command line stuff - makes less assumptions about process name, closes Debian Bug #53337 - Doesn't use losetup for loop devices in fuser. - Better selection of process name (thanks to David desJardins) | |||||
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 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-20 | Note CONFLICTS with each other. | jlam | 1 | -1/+3 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | Kill compiler warning. | jlam | 2 | -7/+9 | |
2000-10-06 | Honor CFLAGS passed in from environment. | jlam | 2 | -5/+10 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+1 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-03-19 | Regen | jlam | 1 | -2/+2 | |
2000-03-19 | Fix my sloppiness...this should fix 1.4.x compiles. | jlam | 1 | -6/+6 | |
2000-03-17 | Updated psmisc to version 19. Changes from version 17: | jlam | 8 | -144/+97 | |
- supports /proc/cmdline on NetBSD - killall: new option -g to kill process group instead of process - pidof: new option -g to show PGID instead of PID (by Florian La Roche) - pstree: new option -H to highlight process specified by PID | |||||
1999-07-23 | sync. | frueauf | 1 | -2/+2 | |
1999-07-23 | Add -Dunix to compile options. | frueauf | 1 | -4/+7 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+8 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-03-11 | Fix for procfs as per PR 7127 by Frederick Bruckman <fb@enteract.com> | hubertf | 1 | -2/+2 | |
1998-08-11 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-07-20 | Initial addition of psmisc-17, some miscellaneous proc FS tools: killall, | frueauf | 11 | -0/+392 | |
pidof, and pstree. Closes pr 5801 by Ben Harris. |