ports/121432: Add search function into ncmpc
Dennis Herrmann
adox at mcx2.org
Thu Mar 6 16:20:02 UTC 2008
>Number: 121432
>Category: ports
>Synopsis: Add search function into ncmpc
>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: Thu Mar 06 16:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Dennis Herrmann
>Release: FreeBSD 7.0-RELEASE
>Organization:
>Environment:
FreeBSD contempt 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Sun Mar 2 17:31:14 CET 2008 root at contempt:/usr/obj/usr/src/sys/CONTEMPT i386
>Description:
I missed the search function into ncmpc (a music player daemon client), i implement it :) . I think it's a nice feature
>How-To-Repeat:
>Fix:
--- Makefile.orig 2005-11-05 06:19:43.000000000 +0100
+++ Makefile 2008-03-06 16:58:33.000000000 +0100
@@ -21,7 +21,8 @@
LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= NLS "Native language support" on \
- CLOCK_SCREEN "Enable clock screen" on
+ CLOCK_SCREEN "Enable clock screen" on \
+ SEARCH_SCREEN "Enable search screen" on
.include <bsd.port.pre.mk>
@@ -47,6 +48,10 @@
CONFIGURE_ARGS+=--enable-clock-screen
.endif
+.if !defined(WITHOUT_SEARCH_SCREEN)
+CONFIGURE_ARGS+=--enable-search-screen
+.endif
+
MAN1= ncmpc.1
do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list