Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2011 17:33:18 -0700 (PDT)
From:      Raphael Kubo da Costa <kubito@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        riggs@rrr.de
Subject:   ports/157098: [PATCH] multimedia/mplayer: Add USE_NCURSES=yes
Message-ID:  <4dd1c24e.01f9640a.215d.002b@mx.google.com>
Resent-Message-ID: <201105170040.p4H0e8Ge016755@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dd1c24e.01f9640a.215d.002b>