Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2007 08:37:16 GMT
From:      "h.skuhra@gmail.com"<Herbert.J.Skuhra@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6
Message-ID:  <200704070837.l378bGqY011391@www.freebsd.org>
Resent-Message-ID: <200704070850.l378o6bH085775@freefall.freebsd.org>

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

>Number:         111349
>Category:       ports
>Synopsis:       [PATCH] audio/cmus - ncursesw now in releng_6
>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:   Sat Apr 07 08:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     h.skuhra@gmail.com
>Release:        FreeBSD 6.2-STABLE
>Organization:
>Environment:
FreeBSD oslo.ath.cx 6.2-STABLE FreeBSD 6.2-STABLE #2: Sat Apr  7 09:05:17 CEST 2007     root@oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
After the MFC of ncurses 5.6-20061217 devel/ncurses is no longer required on FreeBSD >= 602107.
>How-To-Repeat:

>Fix:

http://norway.ath.cx/freebsd/cmus_20070407.diff

----

diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile
--- audio/cmus.bak/Makefile	Sat Apr  7 10:08:44 2007
+++ audio/cmus/Makefile	Sat Apr  7 10:34:04 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	cmus
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
 		http://mirror.greaterscope.net/cmus/
@@ -42,6 +42,10 @@
 
 .if ${OSVERSION} < 500000
 BROKEN=		does not compile on FreeBSD 4.X
+.endif
+
+.if ${OSVERSION} < 602107
+LIB_DEPENDS+=   ncursesw.5:${PORTSDIR}/devel/ncurses
 .endif
 
 .if defined(WITH_FLAC)

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



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