diff options
author | pav <pav@FreeBSD.org> | 2009-05-18 15:08:58 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-18 15:08:58 +0000 |
commit | 041a24ea1dbae179a8345dc62f8abfbd5572d852 (patch) | |
tree | 3210d09ee407f41a3037fa71d889a24b901ed8bd | |
parent | cf162b42fa38a9cc73bce6465994bc4db614923d (diff) | |
download | FreeBSD-ports-041a24ea1dbae179a8345dc62f8abfbd5572d852.zip FreeBSD-ports-041a24ea1dbae179a8345dc62f8abfbd5572d852.tar.gz |
- Chase fftw3 update
34 files changed, 65 insertions, 54 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index 7aa336d..34b2891 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -7,6 +7,7 @@ PORTNAME= aacplusenc PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://teknoraver.net/software/mp4tools/ @@ -23,8 +24,8 @@ PLIST_FILES= bin/aacplusenc .if defined(WITHOUT_FFTW3) MAKE_ARGS+= NOFFTW3=1 .else -LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float \ - fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float \ + fftw3.5:${PORTSDIR}/math/fftw3 CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 3f76da5..518cad8 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -7,14 +7,14 @@ PORTNAME= extace PORTVERSION= 1.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An Audio Visualization plugin for the X Window System -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 USE_GNOME= esound gnomehack gnomehier gnometarget gtk20 GNU_CONFIGURE= yes diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index f5c7151..64949a8 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -7,7 +7,7 @@ PORTNAME= fdmf DISTVERSION= 0.0.9r -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://w140.com/audio/ CENKES @@ -16,7 +16,7 @@ COMMENT= Find similar music by perceptual hashing LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ plot.4:${PORTSDIR}/graphics/plotutils \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 35236f5..27a95b4 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -7,7 +7,7 @@ PORTNAME= fmit PORTVERSION= 0.97.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.gna.org/fmit/ @@ -15,7 +15,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Free Music Instrument Tuner LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-alsa bnv_cv_qt_test_result=yes diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile index 07682e8..8c6f895 100644 --- a/audio/gkrellmss2/Makefile +++ b/audio/gkrellmss2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellmss PORTVERSION= 2.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_XORG= x11 diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index c2e2cbd..5e4a8cd 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -7,6 +7,7 @@ PORTNAME= libconvolve PORTVERSION= 0.0.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://tapas.affenbande.org/jack_convolve/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= trasz@FreeBSD.org COMMENT= Simple C library for partitioned convolution -LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float \ +LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 10c7e06..0b3f2a1 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,14 +7,14 @@ PORTNAME= libofa PORTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/files/ MAINTAINER= alexbl@FreeBSD.org COMMENT= The Open Fingerprint Architecture Library -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ curl.5:${PORTSDIR}/ftp/curl diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index bcdbfe7..db8b88d 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -14,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool:15 diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index f547156..8204215 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -7,6 +7,7 @@ PORTNAME= audio PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/q-lang PKGNAMEPREFIX= q- @@ -18,7 +19,7 @@ COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 941eca0..6ad8ddd 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,6 +7,7 @@ PORTNAME= snd PORTVERSION= 10.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF \ http://mirror.mcx2.org/ @@ -50,7 +51,7 @@ CONFIGURE_ARGS+= --with-esd .endif .if !defined(WITHOUT_FFTW3) -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 .else CONFIGURE_ARGS+= --without-fftw .endif diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index a6b8397..52b636e 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= swhplugins PORTVERSION= 0.4.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Steve Harris' huge Collection of LADSPA Plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 diff --git a/audio/waon/Makefile b/audio/waon/Makefile index 0ec3085..a2b0627 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -7,14 +7,14 @@ PORTNAME= waon PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= kichiki@users.sourceforge.net COMMENT= A Wave-to-Notes transcriber and some utility tools -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ ao.3:${PORTSDIR}/audio/libao \ sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 680d30e..ce46016 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,7 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20070418 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://home.jps.net/~musound/ @@ -17,7 +17,7 @@ COMMENT= Versatile softsynth implemented as a DSSI plugin LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi USE_BZIP2= yes diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 63026b1..1bd3fbe 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -323,7 +323,7 @@ PLIST_SUB+= KARAOKE="@comment " .endif .if defined(WITH_VOCODER) -LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate PLIST_SUB+= VOCODER="" .else diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index ad451ad5..2081f539 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -7,7 +7,7 @@ PORTNAME= zynaddsubfx PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= zynaddsubfx @@ -21,7 +21,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= A realtime software synthesizer LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - fftw3.4:${PORTSDIR}/math/fftw3 \ + fftw3.5:${PORTSDIR}/math/fftw3 \ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ expat.6:${PORTSDIR}/textproc/expat2 \ jack.0:${PORTSDIR}/audio/jack diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index ef95b19..60c8699 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --disable-gmm # For FourierModel .if defined(WITH_FFTW3) -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 CONFIGURE_ARGS+= --enable-fftw3 --with-fftw3-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-fftw3 diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index 88bee83..d5ba8a3 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -7,7 +7,7 @@ PORTNAME= dangerdeep PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Open source World War II German submarine simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ execinfo.1:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/maps/default.xml:${PORTSDIR}/games/dangerdeep-data diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 764ab57..592389d 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.8.11.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -45,7 +46,7 @@ CONFIGURE_ARGS+= --with-colors=double --with-coords=double .if defined(WITHOUT_FFTW3) CONFIGURE_ARGS+= --without-fftw3 .else -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 .endif .if defined(WITHOUT_IMAGEMAGICK) diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index e9a9eef..3733d5b50 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtpfsgui PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -18,7 +19,7 @@ LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float USE_QT_VER= 4 QT_COMPONENTS= corelib gui imageformats \ diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 6706684..ee92621 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -35,7 +35,7 @@ MAN1= pfstmo_pattanaik00.1 \ .include <bsd.port.pre.mk> .if defined(WITH_FFTW3F) -LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float .endif .include <bsd.port.post.mk> diff --git a/graphics/qtpfsgui/Makefile b/graphics/qtpfsgui/Makefile index e9a9eef..3733d5b50 100644 --- a/graphics/qtpfsgui/Makefile +++ b/graphics/qtpfsgui/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtpfsgui PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -18,7 +19,7 @@ LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float USE_QT_VER= 4 QT_COMPONENTS= corelib gui imageformats \ diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 429b99b..3c21661 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmorph PORTVERSION= 2006.08.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= A digital image warping program -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 9ed7ffa..32244da 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -64,7 +64,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd .if ${PKGNAMESUFFIX} == "-fftw" . if defined(WITH_FFTW) -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 . endif .endif diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 3e63a00..ae47406 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -20,7 +20,7 @@ COMMENT= A powerful script-based vector graphics language LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl .endif .if defined(WITH_FFTW) -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 .endif BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ diff --git a/math/digitizer/Makefile b/math/digitizer/Makefile index 9b0bb32..dae680b 100644 --- a/math/digitizer/Makefile +++ b/math/digitizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= digitizer PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Engauge Digitizer - Digitizing software to convert graphs into numbers BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/engauge diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index cac7f8d..81b4b6d 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -fftw diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 3a4fd58..3ef48f2 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -7,6 +7,7 @@ PORTNAME= freefem++ DISTVERSION= 3.0-5 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.freefem.org/ff++/ftp/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of a language dedicated to the finite element method LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ - fftw3.4:${PORTSDIR}/math/fftw3 \ + fftw3.5:${PORTSDIR}/math/fftw3 \ umfpack.1:${PORTSDIR}/math/suitesparse \ arpack.1:${PORTSDIR}/math/arpack \ gsl.13:${PORTSDIR}/math/gsl diff --git a/math/freemat/Makefile b/math/freemat/Makefile index bcb242e7..45c4de1 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeMat PORTVERSION= 3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -43,8 +43,8 @@ SLAVEDIRS= math/freemat-mpi DATADIR+= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} .if !defined(WITHOUT_FFTW) -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 \ - fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 \ + fftw3f.5:${PORTSDIR}/math/fftw3-float .endif .if !defined(WITHOUT_ARPACK) diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 8b71ca3..d5031c7 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ mpfr.3:${PORTSDIR}/math/mpfr RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 698f2db..fc60972 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -19,7 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ gsl.13:${PORTSDIR}/math/gsl \ - fftw3.4:${PORTSDIR}/math/fftw3 \ + fftw3.5:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ origin.0:${PORTSDIR}/math/liborigin diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index 948fc24..8740c9a 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -7,7 +7,7 @@ PORTNAME= fftw3 PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= A Ruby interface to the FFTW ver.3 BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index e35e543..9c53319 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -97,8 +97,8 @@ CONFIGURE_ARGS+=--with-python=no WITH_FFTW3= yes .endif .if defined(WITH_FFTW3) -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 \ - fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 \ + fftw3f.5:${PORTSDIR}/math/fftw3-float CONFIGURE_ARGS+=--with-fftw=${LOCALBASE} .endif diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index e75c6b8..326c53c 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gromacs PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -47,9 +48,9 @@ IGNORE= Cannot build with MPICH and OpenMPI support. Run 'make config' again an .if !defined(WITHOUT_FFTW3) CONFIGURE_ARGS+= --with-fft=fftw3 . if defined(WITH_FLOAT) -LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float . else -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 . endif .else . if defined(WITH_FFTW2) diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index e508a4c..3b860b5 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -7,7 +7,7 @@ PORTNAME= gwyddion PORTVERSION= 2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ COMMENT= A gtk2 based SPM data visualization and analysis tool LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |