| non port: Tools/scripts/rmport |
|
CVSWeb
|
Number of commits found: 21 |
|
Wed, 2 May 2012
|
[ 18:32 crees ]
1.21 Tools/scripts/rmport
Take maintainership-- thanks to vd for his past work on this script
Approved by: vd (maintainer)
- Make the diff output work
- Use cdiff if exists, otherwise stick with $EDITOR
- Stop trying to remove CVSROOT; hasn't been checked out since modules
support was removed by erwin
|
|
Tue, 6 Oct 2009
|
[ 00:48 glarkin ]
1.20 Tools/scripts/rmport
- Fixed "permission denied" error
- Prevented full ports tree build when operating with ~/.cvsrc
PR: ports/139121
|
|
Thu, 19 Jun 2008
|
[ 22:09 erwin ]
1.53 Tools/scripts/addport
1.6 Tools/scripts/chkmodules.pl
1.5 Tools/scripts/modulesupdate
1.19 Tools/scripts/rmport
CVSROOT/modules no longer contains an entry per port, remove support
for this from these scripts.
|
|
Wed, 28 Mar 2007
|
[ 20:39 vd ]
1.18 Tools/scripts/rmport
Use echo instead of printf because external commands cannot be executed
with very long arguments (>400000 characters).
The problem reveals for example if
/usr/ports/Tools/scripts/rmport -d print/ghostscript-gnu
is executed - it does
printf "%s\n" "... 451109 chars ..."
Spotted by: rafan
|
|
Mon, 19 Feb 2007
|
[ 07:24 vd ]
1.17 Tools/scripts/rmport
* Run cvs update just before cvs commit to sync a potentially changed files
in the repository. Suggested by: gabor@
* Fix typo in the output
|
|
Fri, 26 Jan 2007
|
[ 14:25 vd ]
1.16 Tools/scripts/rmport
A bunch of cosmetic changes - add one empty line to make the output more
readable and use double quotes everywhere.
|
[ 10:19 vd ]
1.15 Tools/scripts/rmport
Make output messages more useful
|
|
Fri, 19 Jan 2007
|
[ 15:49 vd ]
1.14 Tools/scripts/rmport
* Make it possible to skip existing dependencies and ports references in LEGAL
and continue with removal anyway. Requested by miwi@
* Pipe dependencies information (if any) through a PAGER because INDEX lines
are very long and hard to read when wrapped
|
|
Wed, 20 Dec 2006
|
[ 13:18 vd ]
1.13 Tools/scripts/rmport
Query Gnats for PRs by using the query-pr command on freefall instead of the
web-interface becase the later is not reliable.
|
|
Wed, 13 Dec 2006
|
[ 07:32 vd ]
1.12 Tools/scripts/rmport
Add check for existing non-closed PRs related to the port being removed.
If any are found then ask if the port should be skipped from removal or
removed regardless of the PRs.
|
|
Thu, 2 Nov 2006
|
[ 09:20 vd ]
1.11 Tools/scripts/rmport
Add deprecated reason to the output of -F
|
|
Wed, 1 Nov 2006
|
[ 09:57 vd ]
1.10 Tools/scripts/rmport
* Create custom commit message template and populate it with the ports
to be removed, possibly with the expiration date and deprecated reason
* If port is not marked for expiration than put "Removed" in ports/MOVED
entry instead of "Has expired"
* Implement -a option to remove all expired ports
* Ask if the cvs diff output should be recreated/reviewed again thus
giving the committer a chance to edit files by hand and view diff
results afterwards
* Cosmetic changes
|
|
Thu, 5 Oct 2006
|
[ 10:40 vd ]
1.9 Tools/scripts/rmport
When checking for dependencies of foocategory/barport also find constructs
like .../barport/something e.g. expect either space, slash or eol after
port's name
|
|
Thu, 14 Sep 2006
|
[ 09:13 vd ]
1.8 Tools/scripts/rmport
When checking dependencies also look for portname references in Mk/*.mk
in addition to */*/Makefile* and ignore references in comments
|
|
Tue, 12 Sep 2006
|
[ 08:35 vd ]
1.7 Tools/scripts/rmport
Remove grep's -w switch from the dependency check since it misses some
dependencies. This needs some more polishing but for now it is better to
emit false positives than skip dependencies.
|
|
Wed, 5 Jul 2006
|
[ 08:31 vd ]
1.6 Tools/scripts/rmport
Escape characters (like +) that may appear in ports' names and
break sed -E regular expressions
|
|
Tue, 2 May 2006
|
[ 11:31 vd ]
1.5 Tools/scripts/rmport
Add support for specifying ports to be removed as directories on the
filesystem (either absolute or relative) in addition to `category/port'.
PR: ports/96649
Submitted by: Cheng-Lung Sung <clsung@freebsd.org>
Reworked by: vd
|
[ 09:16 vd ]
1.4 Tools/scripts/rmport
Improve dependency check:
When removing category/port - look if other ports' Makefiles contain
`/port' rather than `category/port', since the later misses things
like `${.CURDIR}/../port'
|
|
Mon, 17 Apr 2006
|
[ 08:08 vd ]
1.3 Tools/scripts/rmport
Add support for removing multiple ports which depend on each other
|
|
Wed, 12 Apr 2006
|
[ 05:23 vd ]
1.2 Tools/scripts/rmport
Quote ${1} so we don't get ``[: =: unexpected operator'' if the script
is started without arguments.
|
|
Mon, 10 Apr 2006
|
[ 05:54 vd ]
1.1 Tools/scripts/rmport
Add the script I use to remove ports so everyone
can benefit (or suffer :-) from it.
|
Number of commits found: 21 |