ports/155950: multimedia/vlc did not actually get updated with new UPNP library version

Gary Palmer freebsd-gnats at in-addr.com
Sat Mar 26 17:30:15 UTC 2011


>Number:         155950
>Category:       ports
>Synopsis:       multimedia/vlc did not actually get updated with new UPNP library version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 26 17:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Gary Palmer
>Release:        
>Organization:
N/A
>Environment:
>Description:
multimedia/vlc still has upnp.6 in its Makefile, despite the alleged shared library bump in revision 1.255.  If you look in revision 1.255 then all that actually happened was the PORTREVISION was bumped, the upnp line was NOT altered.
>How-To-Repeat:
cd /usr/ports/multimedia/vlc
make config
make sure upnp is enabled
make

>Fix:
See attached.  Not sure if its really necessary to bump vlc port revision again

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/vlc/Makefile,v
retrieving revision 1.256
diff -d -u -r1.256 Makefile
--- Makefile	23 Mar 2011 16:40:02 -0000	1.256
+++ Makefile	26 Mar 2011 17:24:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	1.1.7
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	3
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -596,7 +596,7 @@
 .endif
 
 .if defined(WITH_UPNP)
-LIB_DEPENDS+=	upnp.6:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+=	upnp.7:${PORTSDIR}/devel/upnp
 CONFIGURE_ARGS+=--enable-upnp
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-modules__services_discovery__upnp_intel.cpp
 .else


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



More information about the freebsd-ports-bugs mailing list