ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6
h.skuhra@gmail.com
Herbert.J.Skuhra at FreeBSD.org
Sat Apr 7 08:50:06 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list