aboutsummaryrefslogtreecommitdiff
path: root/sysutils/psmisc
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* sysutils/psmisc: document ncurses requirement (USES+=ncurses)John Marino2016-02-041-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408051
* sysutils/psmisc: Fix runtime on DragonFly by expanding existing patchesJohn Marino2015-11-134-29/+29
| | | | | | | While here, regenerate the other patches Notes: svn path=/head/; revision=401484
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-262-17/+7
| | | | | | | | | | | | - While I'm here: - Convert to new options helper - Use USES=gmake PR: ports/184275 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=334943
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Convert left sysutils ports to new options frameworkBaptiste Daroussin2013-04-281-10/+6
| | | | Notes: svn path=/head/; revision=316744
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* - Update to 22.16Jason Helfman2012-03-022-3/+3
| | | | | | | | | | | | | | | * Use strncpy for COMM_LEN and make it 18 characters to cover brackets in name. * don't change COMM_LEN, it breaks matching long commands Debian #661145 * Enable some harden AM_CFLAGS by default, use configure option --disable-harden-flags to not use it. PR: ports/165607 Submitted by: maintainer, douglas@douglasthrift.net Notes: svn path=/head/; revision=292539
* - Update to 22.15Jason Helfman2012-02-214-17/+5
| | | | | | | | | | | | | | | | | | | | | Changes in 22.15 ================ * Really apply patch for SF#31110178 RH#651794, SF#3317431 * Conditionally use fork before stat calls SF#3427522 * Patch from Corrina Vinschen for compiling on cygwin * Use ENOENT not EBADE for FreeBSD Debian #631566 * Fix prstat typos * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674 * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke * Remove doubled content in src/lists.h * Add another 2 for thread brackets in pstree.c * Correct defines for timeout in configure.ac PR: ports/165336 Submitted by: maintainer, douglas@douglasthrift.net Notes: svn path=/head/; revision=291965
* - Upgrade to 22.14Pav Lucistnik2011-08-084-27/+33
| | | | | | | | | | | - Fix the -u/--user option of killall to actually work - Make portlint happy PR: ports/159574 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279217
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Add NLS optionSunpoet Po-Chuan Hsieh2010-10-065-50/+125
| | | | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter - Update to 22.13 while I'm here PR: ports/146709 Submitted by: Douglas William Thrift <douglas at douglasthrift.net> (new maintainer) Approved by: sunpoet (myself, maintainer), pgollucci (mentor) Notes: svn path=/head/; revision=262511
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Update to 22.12Li-Wen Hsu2010-08-016-33/+24
| | | | | | | | PR: ports/149166 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) Notes: svn path=/head/; revision=258563
* - Update to 22.11Sylvio Cesar Teixeira2010-05-302-17/+12
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/147181 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=255357
* Update to the latest version 22.9.Akinori MUSHA2010-01-026-189/+156
| | | | Notes: svn path=/head/; revision=247006
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Give up on this portPav Lucistnik2007-03-031-1/+1
| | | | Notes: svn path=/head/; revision=186403
* - Update to 21.9Pav Lucistnik2006-01-054-14/+18
| | | | Notes: svn path=/head/; revision=152843
* - Update to 21.8Pav Lucistnik2005-11-165-76/+106
| | | | Notes: svn path=/head/; revision=148492
* - Update to 21.6Pav Lucistnik2005-10-055-26/+85
| | | | | | | | | | - Add WWW PR: ports/86924 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=144270
* - Update to 21.5Pav Lucistnik2005-09-1010-212/+280
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=142329
* Conflicts with sysutils/pidof.Roman Bogorodskiy2005-05-021-1/+2
| | | | Notes: svn path=/head/; revision=134488
* Remove pkg-plist and use PLIST_FILESRoman Bogorodskiy2005-04-302-3/+4
| | | | Notes: svn path=/head/; revision=134411
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Many of the Slackware mirrors no longer mirror this distfile sinceMark Linimon2003-10-261-2/+1
| | | | | | | | it's quite old (relates to Slackware 3.6 while the current is 9.2). So, remove a mastersite per distfile survey. Notes: svn path=/head/; revision=92167
* - Add CONFLICTS, because of the same item in pkg-plistKirill Ponomarev2003-10-111-1/+3
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90853
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update MASTER_SITESMario Sergio Fujikawa Ferreira2002-08-291-1/+2
| | | | | | | Submitted by: blackend Notes: svn path=/head/; revision=65234
* Remove rantapaa@uswest.net as MAINTAINER; mail has been bouncing forBill Fenner2002-01-071-1/+1
| | | | | | | 2.5 months. Notes: svn path=/head/; revision=52723
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-2/+1
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-5/+5
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Switch to working MASTER_SITESJustin M. Seger1999-04-111-3/+3
| | | | Notes: svn path=/head/; revision=17792
* Import of psmisc-17.Justin M. Seger1998-12-208-0/+230
A port of the Linux pstree, killall and pidof commands. Does not include the 'fuser' command. PR: ports/5970 Submitted by: rantapaa@uswest.net Notes: svn path=/head/; revision=15442