ports/157098: [PATCH] multimedia/mplayer: Add USE_NCURSES=yes
Raphael Kubo da Costa
kubito at gmail.com
Tue May 17 00:40:09 UTC 2011
>Number: 157098
>Category: ports
>Synopsis: [PATCH] multimedia/mplayer: Add USE_NCURSES=yes
>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: Tue May 17 00:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Raphael Kubo da Costa
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #29: Sun May 1 16:10:18 BRT
>Description:
mplayer looks for ncurses during its configuration. When devel/ncurses
is installed and one has chosen to use it for ports instead of the one
in base, an implicit dependency is created. When devel/ncurses is
updated, one does not automatically notice mplayer needs to be
recompiled to follow the library bump, which causes problems. Adding
USE_NCURSES=yes should fix this.
I've raised PORTREVISION, but I'm not sure this is necessary.
Port maintainer (riggs at rrr.de) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- mplayer-1.0.r20110329_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/mplayer/Makefile /tmp/mplayer/Makefile
--- /usr/ports/multimedia/mplayer/Makefile 2011-04-01 08:09:36.000000000 -0300
+++ /tmp/mplayer/Makefile 2011-05-16 21:30:47.000000000 -0300
@@ -7,7 +7,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= High performance media player supporting many formats
.include "${.CURDIR}/Makefile.shared"
diff -ruN --exclude=CVS /usr/ports/multimedia/mplayer/Makefile.shared /tmp/mplayer/Makefile.shared
--- /usr/ports/multimedia/mplayer/Makefile.shared 2011-05-16 21:22:44.000000000 -0300
+++ /tmp/mplayer/Makefile.shared 2011-05-16 21:23:34.000000000 -0300
@@ -20,6 +20,7 @@
BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
USE_BZIP2= yes
+USE_NCURSES= yes
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
--- mplayer-1.0.r20110329_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list