ports/156929: [patch] multimedia/vlc: fix the goom dependency

Anatoly Borodin anatoly.borodin at gmail.com
Tue May 10 15:00:21 UTC 2011


>Number:         156929
>Category:       ports
>Synopsis:       [patch] multimedia/vlc: fix the goom dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 10 15:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
multimedia/vlc can depend on graphics/goom after some recent update, but cannot find it during the install: the dependency is broken, the wrong name of the library is used.
>How-To-Repeat:

>Fix:
See the patch.

Patch attached with submission follows:

--- multimedia/vlc/Makefile
+++ multimedia/vlc/Makefile
@@ -358,7 +358,7 @@ CONFIGURE_ARGS+=--enable-gnutls --enable-libgcrypt
 .endif
 
 .if defined(WITH_GOOM)
-LIB_DEPENDS+=	goom.0:${PORTSDIR}/graphics/goom
+LIB_DEPENDS+=	goom2.0:${PORTSDIR}/graphics/goom
 CONFIGURE_ARGS+=--enable-goom
 .else
 CONFIGURE_ARGS+=--disable-goom


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



More information about the freebsd-ports-bugs mailing list