Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2004 18:00:16 -0500 (EST)
From:      David Gilbert <dgilbert@daveg.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73951: audio/xmms-imms depends on fftwf.so.3 not fftw.so.3
Message-ID:  <20041114230016.0DB0967ED@canoe.dclg.ca>
Resent-Message-ID: <200411142300.iAEN0o4h024666@freefall.freebsd.org>

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

>Number:         73951
>Category:       ports
>Synopsis:       audio/xmms-imms depends on fftwf.so.3 not fftw.so.3
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 14 23:00:50 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Gilbert
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
DaveG.ca
>Environment:
System: FreeBSD canoe.dclg.ca 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 2 14:45:07 EST 2004 root@canoe.dclg.ca:/usr/obj/usr/src/sys/CANOE i386


Probably affects all
>Description:
Recently, the fftw ports appear to have split into long and float
versions.  It would appear that if the long version is already installed,
then the float version won't be required.
>How-To-Repeat:
install math/fftw3-long
attempt to install audio/xmms-imms
>Fix:


--- Makefile.orig	Sun Nov 14 17:56:08 2004
+++ Makefile	Sun Nov 14 17:56:19 2004
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
 		sqlite3:${PORTSDIR}/databases/sqlite3 \
 		pcre.0:${PORTSDIR}/devel/pcre \
-		fftw3.3:${PORTSDIR}/math/fftw3 \
+		fftw3f.3:${PORTSDIR}/math/fftw3-float \
 		tag.4:${PORTSDIR}/audio/taglib
 
 USE_BZIP2=	yes

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



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