From nobody@FreeBSD.org  Sat Apr 21 17:56:27 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B15AC16A400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Apr 2007 17:56:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id A338413C457
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Apr 2007 17:56:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3LHuRhh002148
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Apr 2007 17:56:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l3LHpQUi001636;
	Sat, 21 Apr 2007 17:51:26 GMT
	(envelope-from nobody)
Message-Id: <200704211751.l3LHpQUi001636@www.freebsd.org>
Date: Sat, 21 Apr 2007 17:51:26 GMT
From: Carl Johan Gustavsson<cjg@bsdmail.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix build for gstreamer-plugins-moodbar
X-Send-Pr-Version: www-3.0

>Number:         111987
>Category:       ports
>Synopsis:       Fix build for gstreamer-plugins-moodbar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 21 18:00:10 GMT 2007
>Closed-Date:    Sat Apr 21 20:22:04 GMT 2007
>Last-Modified:  Sat Apr 21 20:22:04 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Apr 21 19:20:36 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111987 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111987: commit references a PR
Date: Sat, 21 Apr 2007 20:16:54 +0000 (UTC)

 lx          2007-04-21 20:16:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/gstreamer-plugins-moodbar Makefile 
   Log:
   Fix dependency on fftw3.
   
   PR:             ports/111987
   Submitted by:   Carl Johan Gustavsson <cjg@bsdmail.org>
   Reviewed by:    lx
   Approved by:    edwin (mentor)
   
   Revision  Changes    Path
   1.5       +3 -4      ports/audio/gstreamer-plugins-moodbar/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: lx 
State-Changed-When: Sat Apr 21 20:21:52 UTC 2007 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=111987 
>Unformatted:
