The FreeBSD Ports Archive
FreeBSD math : fftw34>
FFTW is a C subroutine library for computing the Discrete Fourier Transform
(DFT) in one or more dimensions, of both real and complex data, and of
arbitrary input size. We believe that FFTW, which is free software, should
become the FFT library of choice for most applications. Our benchmarks,
performed on a variety of platforms, show that FFTW's performance is
typically superior to that of other publicly available FFT software.
Moreover, FFTW's performance is portable: the program will perform well on
most architectures without modification.
The FFTW package was developed at MIT by Matteo Frigo and Steven G.
Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep
track of users and send you information about new releases. The latest
version of FFTW, benchmarks, links, and other information can be found at
the FFTW home page.
http://www.fftw.org/
|
fftw3 history
v. 1.48
date: 2007/10/04 01:49:28; author: edwin; state: Exp; lines: +0 -6
Remove always-false/true conditions based on OSVERSION 500000
v. 1.47
date: 2007/07/23 09:36:10; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.46
date: 2006/07/06 06:34:17; author: ahze; state: Exp; lines: +5 -1
- Update to 3.1.2
v. 1.45
date: 2006/05/11 15:11:30; author: ahze; state: Exp; lines: +7 -10
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use)
v. 1.44
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.43
date: 2006/04/24 13:07:59; author: ahze; state: Exp; lines: +1 -2
- Update MASTER_SITES to fix fetch
v. 1.42
date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.41
date: 2005/11/30 19:28:00; author: ahze; state: Exp; lines: +3 -11
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
v. 1.40
date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.39
date: 2005/11/03 19:30:10; author: ahze; state: Exp; lines: +1 -3
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble
v. 1.38
date: 2005/10/29 01:18:07; author: ahze; state: Exp; lines: +1 -1
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
v. 1.37
date: 2005/09/30 23:22:01; author: ahze; state: Exp; lines: +5 -2
- Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not defined
by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably
some others won't work.
Reported by: PointyHat
v. 1.36
date: 2005/09/01 18:00:04; author: ahze; state: Exp; lines: +6 -3
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build
PR: ports/85555
Submitted by: Tetsuya Uemura
v. 1.35
date: 2005/05/18 00:41:58; author: ahze; state: Exp; lines: +4 -0
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
it now has some long double math functions.
v. 1.34
date: 2005/03/15 01:34:46; author: ahze; state: Exp; lines: +1 -3
- Remove a few MASTER_SITES that don't carry fftw3
v. 1.33
date: 2004/12/20 04:55:49; author: ahze; state: Exp; lines: +5 -2
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes
Reported by: marcus [1]
v. 1.32
date: 2004/12/15 09:04:36; author: ahze; state: Exp; lines: +14 -18
- Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
v. 1.31
date: 2004/12/09 21:58:18; author: ahze; state: Exp; lines: +2 -3
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations
Pointed out by: kris
v. 1.30
date: 2004/12/09 19:21:04; author: ahze; state: Exp; lines: +3 -3
- Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
to use a 16-byte aligned maloc by really using freebsd's 16-byte
aligned maloc
Reported by: phk
v. 1.29
date: 2004/11/07 21:50:25; author: ahze; state: Exp; lines: +65 -47
Add support for slave ports
Approved by: pav (co mentor)
v. 1.28
date: 2004/10/30 04:21:27; author: ahze; state: Exp; lines: +1 -1
Remove not need gnomeprefix
Pointed out by: marcus
Approved by: adamw (mentor)
v. 1.27
date: 2004/10/29 22:24:44; author: ahze; state: Exp; lines: +1 -1
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
v. 1.26
date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.25
date: 2004/08/22 12:25:36; author: arved; state: Exp; lines: +1 -0
Needs perl to build
Reported by: pointyhat
v. 1.24
date: 2004/07/24 01:53:06; author: ijliao; state: Exp; lines: +7 -3
only show i386 options to i386
PR: 69488
Submitted by: maintainer
v. 1.23
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/07/08 22:48:51; author: pav; state: Exp; lines: +3 -3
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build
v. 1.21
date: 2004/06/27 14:16:45; author: pav; state: Exp; lines: +4 -1
- Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES
PR: ports/68407
Submitted by: michael johnson (maintainer)
v. 1.20
date: 2004/05/31 10:13:40; author: pav; state: Exp; lines: +3 -2
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned malloc
PR: ports/67393
Submitted by: michael johnson (maintainer)
v. 1.19
date: 2004/05/28 18:02:43; author: pav; state: Exp; lines: +57 -4
- Build and install fftwf library
- Add new knob to enable SSE optimizations
PR: ports/67271
Submitted by: michael johnson (maintainer)
v. 1.18
date: 2004/04/18 10:48:22; author: pav; state: Exp; lines: +26 -15
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson
v. 1.17
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.16
date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.15
date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9
- Do not install useless .la files
- Fix handling info files
PR: 54902
Submitted by: KATO Tsuguru
Approved by: fjoe (mentor) (implicit)
v. 1.14
date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2
o) Update to version 2.1.5
v. 1.13
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.12
date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.11
date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.9
date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.8
date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2
Update to version 2.1.3.
PR: 14827
Submitted by: maintainer
v. 1.7
date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3
changed maintainer's mail address.
Submitted by: maintainer
v. 1.6
date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2
Add MASTER_SITE.
Submitted by: Lars Koeller (ports/12296)
v. 1.4
date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2
Fixup version required comment after upgrade.
v. 1.3
date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2
Upgrade to 2.1.2.
PR: 12048
Submitted by: Lars Koeller
v. 1.2
date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16
Update to version 2.1.1.
PR: 10758, 10917
v. 1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0
Fast C routines library to compute the Discrete Fourier Transform
PR: ports/9222
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
=============================================================================
v. 1.48
date: 2007/10/04 01:49:28; author: edwin; state: Exp; lines: +0 -6
Remove always-false/true conditions based on OSVERSION 500000
v. 1.47
date: 2007/07/23 09:36:10; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.46
date: 2006/07/06 06:34:17; author: ahze; state: Exp; lines: +5 -1
- Update to 3.1.2
v. 1.45
date: 2006/05/11 15:11:30; author: ahze; state: Exp; lines: +7 -10
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use)
v. 1.44
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.43
date: 2006/04/24 13:07:59; author: ahze; state: Exp; lines: +1 -2
- Update MASTER_SITES to fix fetch
v. 1.42
date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.41
date: 2005/11/30 19:28:00; author: ahze; state: Exp; lines: +3 -11
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
v. 1.40
date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.39
date: 2005/11/03 19:30:10; author: ahze; state: Exp; lines: +1 -3
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble
v. 1.38
date: 2005/10/29 01:18:07; author: ahze; state: Exp; lines: +1 -1
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
v. 1.37
date: 2005/09/30 23:22:01; author: ahze; state: Exp; lines: +5 -2
- Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not defined
by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably
some others won't work.
Reported by: PointyHat
v. 1.36
date: 2005/09/01 18:00:04; author: ahze; state: Exp; lines: +6 -3
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build
PR: ports/85555
Submitted by: Tetsuya Uemura
v. 1.35
date: 2005/05/18 00:41:58; author: ahze; state: Exp; lines: +4 -0
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
it now has some long double math functions.
v. 1.34
date: 2005/03/15 01:34:46; author: ahze; state: Exp; lines: +1 -3
- Remove a few MASTER_SITES that don't carry fftw3
v. 1.33
date: 2004/12/20 04:55:49; author: ahze; state: Exp; lines: +5 -2
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes
Reported by: marcus [1]
v. 1.32
date: 2004/12/15 09:04:36; author: ahze; state: Exp; lines: +14 -18
- Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
v. 1.31
date: 2004/12/09 21:58:18; author: ahze; state: Exp; lines: +2 -3
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations
Pointed out by: kris
v. 1.30
date: 2004/12/09 19:21:04; author: ahze; state: Exp; lines: +3 -3
- Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
to use a 16-byte aligned maloc by really using freebsd's 16-byte
aligned maloc
Reported by: phk
v. 1.29
date: 2004/11/07 21:50:25; author: ahze; state: Exp; lines: +65 -47
Add support for slave ports
Approved by: pav (co mentor)
v. 1.28
date: 2004/10/30 04:21:27; author: ahze; state: Exp; lines: +1 -1
Remove not need gnomeprefix
Pointed out by: marcus
Approved by: adamw (mentor)
v. 1.27
date: 2004/10/29 22:24:44; author: ahze; state: Exp; lines: +1 -1
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
v. 1.26
date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.25
date: 2004/08/22 12:25:36; author: arved; state: Exp; lines: +1 -0
Needs perl to build
Reported by: pointyhat
v. 1.24
date: 2004/07/24 01:53:06; author: ijliao; state: Exp; lines: +7 -3
only show i386 options to i386
PR: 69488
Submitted by: maintainer
v. 1.23
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/07/08 22:48:51; author: pav; state: Exp; lines: +3 -3
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build
v. 1.21
date: 2004/06/27 14:16:45; author: pav; state: Exp; lines: +4 -1
- Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES
PR: ports/68407
Submitted by: michael johnson (maintainer)
v. 1.20
date: 2004/05/31 10:13:40; author: pav; state: Exp; lines: +3 -2
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned malloc
PR: ports/67393
Submitted by: michael johnson (maintainer)
v. 1.19
date: 2004/05/28 18:02:43; author: pav; state: Exp; lines: +57 -4
- Build and install fftwf library
- Add new knob to enable SSE optimizations
PR: ports/67271
Submitted by: michael johnson (maintainer)
v. 1.18
date: 2004/04/18 10:48:22; author: pav; state: Exp; lines: +26 -15
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson
v. 1.17
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.16
date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.15
date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9
- Do not install useless .la files
- Fix handling info files
PR: 54902
Submitted by: KATO Tsuguru
Approved by: fjoe (mentor) (implicit)
v. 1.14
date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2
o) Update to version 2.1.5
v. 1.13
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.12
date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.11
date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.9
date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.8
date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2
Update to version 2.1.3.
PR: 14827
Submitted by: maintainer
v. 1.7
date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3
changed maintainer's mail address.
Submitted by: maintainer
v. 1.6
date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2
Add MASTER_SITE.
Submitted by: Lars Koeller (ports/12296)
v. 1.4
date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2
Fixup version required comment after upgrade.
v. 1.3
date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2
Upgrade to 2.1.2.
PR: 12048
Submitted by: Lars Koeller
v. 1.2
date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16
Update to version 2.1.1.
PR: 10758, 10917
v. 1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0
Fast C routines library to compute the Discrete Fourier Transform
PR: ports/9222
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
=============================================================================
v. 1.48
date: 2007/10/04 01:49:28; author: edwin; state: Exp; lines: +0 -6
Remove always-false/true conditions based on OSVERSION 500000
v. 1.47
date: 2007/07/23 09:36:10; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.46
date: 2006/07/06 06:34:17; author: ahze; state: Exp; lines: +5 -1
- Update to 3.1.2
v. 1.45
date: 2006/05/11 15:11:30; author: ahze; state: Exp; lines: +7 -10
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use)
v. 1.44
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.43
date: 2006/04/24 13:07:59; author: ahze; state: Exp; lines: +1 -2
- Update MASTER_SITES to fix fetch
v. 1.42
date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.41
date: 2005/11/30 19:28:00; author: ahze; state: Exp; lines: +3 -11
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
v. 1.40
date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.39
date: 2005/11/03 19:30:10; author: ahze; state: Exp; lines: +1 -3
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble
v. 1.38
date: 2005/10/29 01:18:07; author: ahze; state: Exp; lines: +1 -1
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
v. 1.37
date: 2005/09/30 23:22:01; author: ahze; state: Exp; lines: +5 -2
- Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not defined
by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably
some others won't work.
Reported by: PointyHat
v. 1.36
date: 2005/09/01 18:00:04; author: ahze; state: Exp; lines: +6 -3
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build
PR: ports/85555
Submitted by: Tetsuya Uemura
v. 1.35
date: 2005/05/18 00:41:58; author: ahze; state: Exp; lines: +4 -0
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
it now has some long double math functions.
v. 1.34
date: 2005/03/15 01:34:46; author: ahze; state: Exp; lines: +1 -3
- Remove a few MASTER_SITES that don't carry fftw3
v. 1.33
date: 2004/12/20 04:55:49; author: ahze; state: Exp; lines: +5 -2
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes
Reported by: marcus [1]
v. 1.32
date: 2004/12/15 09:04:36; author: ahze; state: Exp; lines: +14 -18
- Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
v. 1.31
date: 2004/12/09 21:58:18; author: ahze; state: Exp; lines: +2 -3
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations
Pointed out by: kris
v. 1.30
date: 2004/12/09 19:21:04; author: ahze; state: Exp; lines: +3 -3
- Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
to use a 16-byte aligned maloc by really using freebsd's 16-byte
aligned maloc
Reported by: phk
v. 1.29
date: 2004/11/07 21:50:25; author: ahze; state: Exp; lines: +65 -47
Add support for slave ports
Approved by: pav (co mentor)
v. 1.28
date: 2004/10/30 04:21:27; author: ahze; state: Exp; lines: +1 -1
Remove not need gnomeprefix
Pointed out by: marcus
Approved by: adamw (mentor)
v. 1.27
date: 2004/10/29 22:24:44; author: ahze; state: Exp; lines: +1 -1
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
v. 1.26
date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.25
date: 2004/08/22 12:25:36; author: arved; state: Exp; lines: +1 -0
Needs perl to build
Reported by: pointyhat
v. 1.24
date: 2004/07/24 01:53:06; author: ijliao; state: Exp; lines: +7 -3
only show i386 options to i386
PR: 69488
Submitted by: maintainer
v. 1.23
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/07/08 22:48:51; author: pav; state: Exp; lines: +3 -3
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build
v. 1.21
date: 2004/06/27 14:16:45; author: pav; state: Exp; lines: +4 -1
- Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES
PR: ports/68407
Submitted by: michael johnson (maintainer)
v. 1.20
date: 2004/05/31 10:13:40; author: pav; state: Exp; lines: +3 -2
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned malloc
PR: ports/67393
Submitted by: michael johnson (maintainer)
v. 1.19
date: 2004/05/28 18:02:43; author: pav; state: Exp; lines: +57 -4
- Build and install fftwf library
- Add new knob to enable SSE optimizations
PR: ports/67271
Submitted by: michael johnson (maintainer)
v. 1.18
date: 2004/04/18 10:48:22; author: pav; state: Exp; lines: +26 -15
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson
v. 1.17
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.16
date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.15
date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9
- Do not install useless .la files
- Fix handling info files
PR: 54902
Submitted by: KATO Tsuguru
Approved by: fjoe (mentor) (implicit)
v. 1.14
date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2
o) Update to version 2.1.5
v. 1.13
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.12
date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.11
date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.9
date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.8
date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2
Update to version 2.1.3.
PR: 14827
Submitted by: maintainer
v. 1.7
date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3
changed maintainer's mail address.
Submitted by: maintainer
v. 1.6
date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2
Add MASTER_SITE.
Submitted by: Lars Koeller (ports/12296)
v. 1.4
date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2
Fixup version required comment after upgrade.
v. 1.3
date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2
Upgrade to 2.1.2.
PR: 12048
Submitted by: Lars Koeller
v. 1.2
date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16
Update to version 2.1.1.
PR: 10758, 10917
v. 1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0
Fast C routines library to compute the Discrete Fourier Transform
PR: ports/9222
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
=============================================================================
|
| |

|