Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 16:12:30 GMT
From:      Dennis Herrmann <adox@mcx2.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121432: Add search function into ncmpc
Message-ID:  <200803061612.m26GCUCH034370@www.freebsd.org>
Resent-Message-ID: <200803061620.m26GK1R7001621@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803061612.m26GCUCH034370>