cvs commit: ports Makefile ports/Mk bsd.autotools.mk
bsd.database.mk bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk
bsd.kde.mk bsd.linux-rpm.mk bsd.local.mk bsd.mail.mk
bsd.php.mk bsd.port.mk bsd.port.subdir.mk bsd.ruby.mk
bsd.sdl.mk bsd.tcl.mk ...
Clement Laforet
clement at FreeBSD.org
Sat Jan 21 12:59:49 PST 2006
On Sat, Jan 21, 2006 at 05:37:14PM +0000, Kirill Ponomarew wrote:
> - Introduce new 'quicksearch' target to show only port, path and
> info section of the matching ports. [3]
> - Improve 'search' target output. [12]
search shell code had been "MACRO'ified". The code had been put into a
variable to make it reusable. _INSTALL_DEPENDS had also been added and
rit now replaces duplicatded code in *-depends targets.
> - Add @dirrmtry for plists which does the same as:
> "@unexec rmdir %D/foo 2>/dev/null || true" [15]
It uses PLIST_REINPLACE which allows you to run REINPLACE_CMD with a
specific expression on plist. It's flexible enough to let maintainers
define their expression.
Ex:
PLIST_REINPLACE+= dummy
PLIST_REINPLACE_DUMMY=s!\(.*\)!\1!
clem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20060121/ac2b9b1c/attachment.bin
More information about the cvs-all
mailing list