aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_cleanup/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* */*: return shurd's ports to the pool ...Rene Ladan2021-06-071-1/+1
| | | | | | ... after safekeeping his commit bit. With hat: portmgr-secretary
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Mute extraction commands and do not use shell wildcards if possibleAlexey Dokuchaev2015-09-051-16/+4
| | | | | | | | | | - Remove IGNORE on FreeBSD versions before 900038, they're unsupported - Do not claim that port is broken on PowerPC (builds and links fine) - Remove custom naive `do-build' target: add missing `all' target to supplied Makefile instead Notes: svn path=/head/; revision=396165
* Fix segfault caused by passing a string literal pointer to mkstemp()Stephen Hurd2014-10-301-1/+1
| | | | | | | Submitted by: Oki Sawada <oki@tamon.co.jp> Notes: svn path=/head/; revision=371724
* Update my ports to use my shurd@FreeBSD.org accountStephen Hurd2014-06-181-2/+2
| | | | | | | Approved by: db, skreuzer (mentors) Notes: svn path=/head/; revision=358312
* For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.Mathieu Arnold2014-03-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=349255
* Update to support pkg, bump to v2.0.Raphael Kubo da Costa2014-01-061-7/+5
| | | | | | | | PR: ports/185435 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) Notes: svn path=/head/; revision=338835
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* Mark as broken on powerpc-9.Mark Linimon2011-12-281-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288152
* - Remove BROKEN on 9.XThomas Abthorpe2011-11-041-2/+2
| | | | | | | | | | - Mark as IGNORE for ${OSVERSION} >= 900000 && ${OSVERSION} < 900038 PR: ports/162205 Submitted by: Stephen Hurd <shurd sasktel.net> (maintainer) Notes: svn path=/head/; revision=285029
* - Mark BROKEN on 9-CURRENTPav Lucistnik2011-05-011-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=273421
* - Fix build on -CURRENTPav Lucistnik2011-03-251-2/+1
| | | | | | | | PR: ports/155771 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) Notes: svn path=/head/; revision=271762
* - Fix a typo in gauge change checking could cause slow gauge update over ↵Martin Wilke2008-08-151-1/+1
| | | | | | | | | | slow links. PR: 126512 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) Notes: svn path=/head/; revision=218621
* - Fix segfaults due to typo in malloc() invocationDmitry Marakasov2008-08-111-0/+1
| | | | | | | | | | PR: ports/126338 Submitted by: Shota Iwazaki <iwazaki8 at yahoo dot co dot jp> Approved by: Stephen Hurd <shurd at sasktel dot net> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=218418
* pkg_cleanup finds packages that are not requested by any other installedPav Lucistnik2008-01-041-0/+33
package and lets you decide for each one if you want to keep it or delete it. It also allows viewing the pacakge comment and description. This program is essentially a clone of pkg_rmleaves except that it shows the comment and description of packages and does not support GUI dialog(1) implementations. PR: ports/117782 Submitted by: Stephen Hurd <shurd@sasktel.net> Notes: svn path=/head/; revision=204988