ports/104496: [patch]: math/octave has an incorrect lib dependence on the math/fftw

User & modyun jacula at gmail.com
Tue Oct 17 14:40:27 UTC 2006


>Number:         104496
>Category:       ports
>Synopsis:       [patch]: math/octave has an incorrect lib dependence on the math/fftw
>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:   Tue Oct 17 14:40:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     User & modyun
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD splork.wirewater.yow 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Oct 8 18:25:40 UTC 2006 root at splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386


>Description:
If you've installed the math/fftw3 port, the configuring process for octave
autodetect fftw3 and the math/fftw is unnecessary.
>How-To-Repeat:
Install math/fftw3 and then install math/octave.
>Fix:


--- patch begins here ---
--- Makefile.orig	Tue Oct 17 08:41:04 2006
+++ Makefile	Mon Oct 16 08:34:41 2006
@@ -16,7 +16,7 @@
 
 BUILD_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS=	fftw.2:${PORTSDIR}/math/fftw \
+LIB_DEPENDS=	fftw3.4:${PORTSDIR}/math/fftw3 \
 		atlas.1:${PORTSDIR}/math/atlas
 
 USE_BZIP2=	yes
--- patch ends here ---


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



More information about the freebsd-ports-bugs mailing list