ports/114464: [patch] Add 'make qsearch' alias target for 'make quicksearch'

Henrik Brix Andersen henrik at brixandersen.dk
Mon Jul 9 22:50:02 UTC 2007


>Number:         114464
>Category:       ports
>Synopsis:       [patch] Add 'make qsearch' alias target for 'make quicksearch'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 22:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
pil.dk
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #51: Tue Jul 10 00:31:07 CEST 2007 root at lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:

Having to type 'make quicksearch name=foo' is rather tedious. It would
be nice if there was a 'make qsearch name=foo' alias target

'quicksearch' is a rather long word to type when you often search for
ports.

	
>How-To-Repeat:
	
>Fix:

	

--- qsearch.patch begins here ---
--- Mk/bsd.port.subdir.mk.orig	2007-07-03 18:32:44.000000000 +0200
+++ Mk/bsd.port.subdir.mk	2007-07-03 18:33:06.000000000 +0200
@@ -478,6 +478,8 @@ _PORTSEARCH=	\
 search:
 	@${_PORTSEARCH}
 
+qsearch: quicksearch
+
 quicksearch:
 	@export display="name,path,info" ; \
 	${_PORTSEARCH}
--- qsearch.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list