Date: Tue, 17 Oct 2006 07:30:22 -0700 (PDT) From: User & modyun <jacula@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104496: [patch]: math/octave has an incorrect lib dependence on the math/fftw Message-ID: <200610171430.k9HEUGdU019149@splork.wirewater.yow> Resent-Message-ID: <200610171440.k9HEeLJw081320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610171430.k9HEUGdU019149>