ports/111987: Fix build for gstreamer-plugins-moodbar

Carl Johan Gustavsson cjg at bsdmail.org
Sat Apr 21 18:00:11 UTC 2007


>Number:         111987
>Category:       ports
>Synopsis:       Fix build for gstreamer-plugins-moodbar
>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 21 18:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Gustavsson
>Release:        6.2-STABLE
>Organization:
-
>Environment:
FreeBSD sleipner.home.swe 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 13 00:41:01 CEST 2007     carl at sleipner.home.swe:/usr/obj/usr/src/sys/SLEIPNER_6  i386
>Description:
gstreamer-plugins-moodbar is broken due to a missing dependency (math/fftw3).
>How-To-Repeat:
Build the port without math/fftw3 installed.
>Fix:


Patch attached with submission follows:

--- Makefile.orig	Sat Apr 21 19:34:59 2007
+++ Makefile	Sat Apr 21 19:36:44 2007
@@ -15,9 +15,8 @@
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	Shows the "moods" of audio tracks in Amarok
 
-LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float
-
-BROKEN=		Does not compile
+LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float \
+		fftw3:${PORTSDIR}/math/fftw3
 
 USE_GSTREAMER=	yes good
 USE_GMAKE=	yes

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



More information about the freebsd-ports-bugs mailing list