Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2007 17:51:26 GMT
From:      Carl Johan Gustavsson<cjg@bsdmail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111987: Fix build for gstreamer-plugins-moodbar
Message-ID:  <200704211751.l3LHpQUi001636@www.freebsd.org>
Resent-Message-ID: <200704211800.l3LI0AP8066659@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704211751.l3LHpQUi001636>