notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/fftw3/Makefile
SVNWeb

Number of commits found: 97

Sat, 17 Jun 2023
[ 22:14 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:5e0e92cbca373cdfdb5defbb612402bde1b33f14  commit hash:5e0e92cbca373cdfdb5defbb612402bde1b33f14  commit hash:5e0e92cbca373cdfdb5defbb612402bde1b33f14  5e0e92c 
math/fftw3-float: check for MACHINE_CPU on powerpc*

MACHINE_CPU for powerpc * has been added recently to bsd.cpu.mk. To provide
compatibility with older FreeBSD, leave the check for powerpc64*.
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Jul 2022
[ 02:17 Jason E. Hale (jhale) search for other commits by this committer Author: Yuri Victorovich ]    commit hash:56c25a920ea8cd322b8fdb9516aa93cee55c994e  commit hash:56c25a920ea8cd322b8fdb9516aa93cee55c994e  commit hash:56c25a920ea8cd322b8fdb9516aa93cee55c994e  56c25a9 
math/fftw3: Enable OPENMP by default on i386

This fixes a build failure with science/cp2k.

PR:		264397
Tue, 21 Jun 2022
[ 13:36 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:bd9737e9ee0c14815498c37e5eb98cef46efa3b3  commit hash:bd9737e9ee0c14815498c37e5eb98cef46efa3b3  commit hash:bd9737e9ee0c14815498c37e5eb98cef46efa3b3  bd9737e 
math/fftw3: enable OPENMP by default on powerpc64* and riscv64
Sun, 16 Jan 2022
[ 09:47 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:639be20b0fa3c66622eea22e1916e36b1e555eec  commit hash:639be20b0fa3c66622eea22e1916e36b1e555eec  commit hash:639be20b0fa3c66622eea22e1916e36b1e555eec  639be20 
math/fftw3: Update to 3.3.10

Bugfix release, changelog: http://www.fftw.org/release-notes.html
Change PORTVERSION to DISTVERSION to follow Porters Handbook more
closely.
Enable OpenMP support by default on aarch64 and amd64

PR:		259837
Approved by:	jhale (maintainer timeout, 2+ months)
Sun, 31 Oct 2021
[ 11:13 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:1a1f2fbd6ccefa2eb32a6966b0ec5c7ab4283985  commit hash:1a1f2fbd6ccefa2eb32a6966b0ec5c7ab4283985  commit hash:1a1f2fbd6ccefa2eb32a6966b0ec5c7ab4283985  1a1f2fb 
math/fftw3: fix altivec check

MACHINE_CPU is actually empty on powerpc* so just enable altivec on powerpc64*,
which should have altivec anyway.
Tue, 5 Oct 2021
[ 13:51 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:865ea2fb35e36645d899b65c7701758f3c1bcc16  commit hash:865ea2fb35e36645d899b65c7701758f3c1bcc16  commit hash:865ea2fb35e36645d899b65c7701758f3c1bcc16  865ea2f 
math/fftw3: fix after sweep

COMPILER_TYPE needs to be defined in all cases

make: "/usr/ports/math/fftw3-float/../../math/fftw3/Makefile" line 130:
Malformed conditional (${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" ||
!empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI})
Sun, 3 Oct 2021
[ 19:41 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  54cc4cc  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
*/*: Remove more compiler:openmp instances

Reported by: antoine@
Fixes:	07fb2d5e9d00
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 30 Dec 2020
[ 00:42 jhale search for other commits by this committer ] Original commit   Revision:559634
math/fftw3*: Update to 3.3.9

Changes:	http://www.fftw.org/release-notes.html
Sun, 19 Apr 2020
[ 09:49 danilo search for other commits by this committer ] Original commit   Revision:532095 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is
deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi
Sun, 3 Nov 2019
[ 13:11 rakuco search for other commits by this committer ] Original commit   Revision:516418
Add arm64 performance counter and enable NEON support.

* Enable cycle counter via the PMCCNTR_EL0 register on arm64 for all variants
* Enable NEON instructions for -float flavor
* Runtime tested with bench utility in tests directory
  (./work/fftw-3.3.8/tests/bench if compiling ports) on Orange Pi PC running
  13.0-CURRENT r347967

PR:		239511
Submitted by:	daniel.engberg.lists@pyret.net
Reviewed by:	mikael.urankar@gmail.com
Approved by:	jhale (maintainer timeout, 3 months)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Wed, 10 Oct 2018
[ 21:44 jbeich search for other commits by this committer ] Original commit   Revision:481771
math/fftw3: drop FreeBSD 11.1 support per EOL

PR:		220590 (for tracking)
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Fri, 27 Jul 2018
[ 11:22 jhale search for other commits by this committer ] Original commit   Revision:475428
Update to 3.3.8

Remove -ffast-math from OPTIMIZED_CFLAGS since it causes problems with
gcc8 and upstream has removed it.
https://github.com/FFTW/fftw3/commit/41b0d9e
Sat, 27 Jan 2018
[ 10:08 jhale search for other commits by this committer ] Original commit   Revision:460082
Update to 3.3.7

Changes:	http://www.fftw.org/release-notes.html
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Mon, 31 Jul 2017
[ 11:58 jhale search for other commits by this committer ] Original commit   Revision:446955
Fix build on armv6. The -funsafe-math-optimizations flag in Clang (pulled in by
-ffast-math) is emitting references to the sincos() function which is not
implemented on versions of FreeBSD < 1200032. Workaround by adding
-fno-unsafe-math-optimizations to armv6 CFLAGS.

/bin/sh ../libtool  --tag=CC   --mode=link /nxb-bin/usr/bin/cc -D_THREAD_SAFE
-pthread -O2 -pipe  -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer   -o
bench bench-bench.o bench-hook.o bench-fftw-bench.o
../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a  -lm
libtool: link: /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3
-ffast-math -fstrict-aliasing -fomit-frame-pointer -o .libs/bench bench-bench.o
bench-hook.o bench-fftw-bench.o  ../threads/.libs/libfftw3_threads.so
../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread -Wl,-rpath
-Wl,/usr/local/lib
./libbench2/libbench2.a(verify-lib.o): In function `aphase_shift':
verify-lib.c:(.text+0x578): undefined reference to `sincos'
./libbench2/libbench2.a(verify-lib.o): In function `tf_shift':
verify-lib.c:(.text+0x13a0): undefined reference to `sincos'
verify-lib.c:(.text+0x16e4): undefined reference to `sincos'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:400: bench] Error 1
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2/tests'
gmake[2]: *** [Makefile:684: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2'
gmake[1]: *** [Makefile:549: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2'
*** Error code 1

PR:		220590
Submitted by:	jbeich
Thu, 6 Apr 2017
[ 17:25 jhale search for other commits by this committer ] Original commit   Revision:437871
Update to 3.3.6.pl2 (3.3.6.2)
Fix LICENSE

Changes:	http://www.fftw.org/release-notes.html
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Mon, 16 Jan 2017
[ 23:10 jhale search for other commits by this committer ] Original commit   Revision:431709
Update to 3.3.6-pl1 (3.3.6.1)
Use ports test framework
Remove obsolete CVS tags

Changes:	http://www.fftw.org/release-notes.html
Fri, 6 Jan 2017
[ 23:09 antoine search for other commits by this committer ] Original commit   Revision:430757
Add USES=makeinfo
Even with the recently added USES=gmake I still have spurious failures on
the exp builders, adding USES=makeinfo works around the problem
[ 17:15 jhale search for other commits by this committer ] Original commit   Revision:430717
Switch to gmake to hopefully prevent pkg-fallout errors that have been popping
up (specifically for math/fftw3-long), although, I can't reproduce them.

Making all in FAQ
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:"
&& cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh /wrkdirs/usr/
ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null
2>&1;
then  for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9]
./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;
restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if /bin/sh
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo   -I .
-o ./fftw3.info ./fftw3.texi;  then  rc=0;  CDPATH="${ZSH_VERSION+.}:" && cd .;
else  rc=$?;  CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore $backupdir/*
`echo "././fftw3.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
*** Error code 127
Wed, 26 Oct 2016
[ 00:16 jhale search for other commits by this committer ] Original commit   Revision:424661
- Update to 3.3.5
- Add SIMD option to easily toggle cpu optimizations (ON by default)
- Add OPENMPI option to build the MPI libraries (OFF by default) [1]
- Strip slave port binaries
- Take maintainership

PR:		203847 [1]
Submitted by:	<dieterich@ogolem.org> [1]
Mon, 27 Jun 2016
[ 21:30 rene search for other commits by this committer ] Original commit   Revision:417685 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Sun, 31 Aug 2014
[ 16:36 tijl search for other commits by this committer ] Original commit   Revision:366788 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Tue, 29 Jul 2014
[ 20:55 adamw search for other commits by this committer ] Original commit   Revision:363390 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 4 Apr 2014
[ 13:45 bapt search for other commits by this committer ] Original commit   Revision:350121
Remove useless post-patch-script in append it to post-patch
change -exec ${RM} by -delete in the find command
Wed, 5 Mar 2014
[ 03:17 bf search for other commits by this committer ] Original commit   Revision:347093
Fix i386 builds using clang [1]; use staging;
remove some outdated material

PR:		186998 [1]
Submitted by:	truckman [1]
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Mon, 16 Sep 2013
[ 16:45 bapt search for other commits by this committer ] Original commit   Revision:327414 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert USE_GMAKE to USES
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Mon, 18 Mar 2013
[ 16:11 bf search for other commits by this committer ] Original commit   Revision:314582
update master sites; trim headers; reposition LICENSE, WWW
Thu, 14 Feb 2013
[ 12:21 bf search for other commits by this committer ] Original commit   Revision:312217
fix WITH_OPENMP on recent -CURRENT built WITH_CLANG_IS_CC [1];
use USE_PKGCONFIG

Reported by:	A. Shterenlikht, Denis [1]
Tue, 27 Nov 2012
[ 05:14 bf search for other commits by this committer ] Original commit   Revision:307819
update to 3.3.3

Feature safe:	yes
Fri, 8 Jun 2012
[ 22:38 bf search for other commits by this committer ] Original commit 
exit earlier, and with a more helpful error message, when attempting to
build the OpenMP libraries with clang [1]; shorten a long line

PR:             168804 [1]
Thu, 7 Jun 2012
[ 03:05 bf search for other commits by this committer ] Original commit 
update to 3.3.2 and convert options to the new style
Sat, 3 Mar 2012
[ 09:06 bf search for other commits by this committer ] Original commit 
update to 3.3.1
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Fri, 28 Oct 2011
[ 17:09 miwi search for other commits by this committer ] Original commit 
- Fix build on FreeBSD 10

With hat:       portmgr
Sat, 22 Oct 2011
[ 16:02 bf search for other commits by this committer ] Original commit 
Fix minor infelicity in OPTIONS, to prevent the end
of the world.

PR:             161896
Submitted by:   mandree, wblock (different patch)
[ 08:03 bf search for other commits by this committer ] Original commit 
add an option for the fftw3 OpenMP libraries, and turn it
off by default, because some compilers (e.g. clang) don't
support OpenMP; make linking to the fftw3*_threads shared
libraries easier by adding tags for the system thread
library; simplify math library changes for the long flavor
on 7.*; defer patch cleanup, to make debugging easier;
tweak format of post-patch target
Mon, 17 Oct 2011
[ 10:08 bf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
Tue, 27 Sep 2011
[ 22:18 bf search for other commits by this committer ] Original commit 
use altivec only in the -float case; simplify some conditionals;
restrict sse2 to machines that support it; re-format a few lines
Mon, 26 Sep 2011
[ 18:09 bf search for other commits by this committer ] Original commit 
fix flags when built WITH_OPTIMIZED_CFLAGS

PR:             157936, 161023
Reported by:    L.V. Iliev, amdmi3, "break19", G.V. Seibert
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Mon, 26 Jul 2010
[ 01:59 linimon search for other commits by this committer ] Original commit 
Over to new volunteer.
[ 00:03 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Reset ahze@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Tue, 25 Aug 2009
[ 20:50 db search for other commits by this committer ] Original commit 
- Oops checked in the wrong Makefile

Approved by:    ahze
[ 20:24 db search for other commits by this committer ] Original commit 
- After digging into the Makefile and configure for fftw3 I discovered
  that USE_FORTRAN was only used to determine what name mangling scheme
  it had to use to compile the shim libs for fortran, but compiling everything
  using 'C' anyway.
  With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran
  and fftw3-fortran disapear since the shims are always built, without
  necessitating the use of a USE_FORTRAN.

Approved by:    ahze (Maintainer)
Mon, 10 Aug 2009
[ 00:45 ahze search for other commits by this committer ] Original commit 
Update to 3.2.2
Wed, 17 Jun 2009
[ 19:29 db search for other commits by this committer ] Original commit 
- Ensure Fortran shim is not built if USE_FORTRAN is not set.
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran
- Have to bump PORTREVISION for package builds etc..
- Fix silly spelling mistakes "Percision" -> "Precision" noted.

Reviewed by:    itetcu (portmgr)
Approved by:    ahze (Maintainer)
Sun, 7 Jun 2009
[ 18:33 ahze search for other commits by this committer ] Original commit 
Update to 3.2.1
Mon, 18 May 2009
[ 15:08 pav search for other commits by this committer ] Original commit 
- Update to 3.2

PR:             ports/129035
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout (ahze; 6 months)
Fri, 15 May 2009
[ 11:58 db search for other commits by this committer ] Original commit 
- fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout.

PR:     ports/134115 [1]
Tue, 20 Jan 2009
[ 15:15 pav search for other commits by this committer ] Original commit 
- Update download locations
Sun, 12 Oct 2008
[ 20:20 ahze search for other commits by this committer ] Original commit 
Update to 3.1.3
Sun, 7 Sep 2008
[ 04:19 ahze search for other commits by this committer ] Original commit 
Add 'make regression-test' which runs a series of tests of the fftw3 build

PR:             ports/127103
Submitted by:   Pedro Giffuni <pfgshield-freebsd@yahoo.com>
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Thu, 4 Oct 2007
[ 01:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 6 Jul 2006
[ 06:34 ahze search for other commits by this committer ] Original commit 
- Update to 3.1.2
Thu, 11 May 2006
[ 15:11 ahze search for other commits by this committer ] Original commit 
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64

PR:             93925 (did not use)
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Mon, 24 Apr 2006
[ 13:07 ahze search for other commits by this committer ] Original commit 
- Update MASTER_SITES to fix fetch
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Wed, 30 Nov 2005
[ 19:28 ahze search for other commits by this committer ] Original commit 
- Always build the seprate fftw3 threads lib.

Requested by:   Xride via irc.freenode.org/#FreeBSD-GNOME
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 3 Nov 2005
[ 19:30 ahze search for other commits by this committer ] Original commit 
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
  math/ldouble
Sat, 29 Oct 2005
[ 01:18 ahze search for other commits by this committer ] Original commit 
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
  since some CPUTYPES work and others don't.
Fri, 30 Sep 2005
[ 23:22 ahze search for other commits by this committer ] Original commit 
- 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
Thu, 1 Sep 2005
[ 18:00 ahze search for other commits by this committer ] Original commit 
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build

PR:             ports/85555
Submitted by:   Tetsuya Uemura
Wed, 18 May 2005
[ 00:41 ahze search for other commits by this committer ] Original commit 
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
  it now has some long double math functions.
Tue, 15 Mar 2005
[ 01:34 ahze search for other commits by this committer ] Original commit 
- Remove a few MASTER_SITES that don't carry fftw3
Mon, 20 Dec 2004
[ 04:55 ahze search for other commits by this committer ] Original commit 
- 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]
Wed, 15 Dec 2004
[ 09:04 ahze search for other commits by this committer ] Original commit 
- 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
Thu, 9 Dec 2004
[ 21:58 ahze search for other commits by this committer ] Original commit 
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by: kris
[ 19:21 ahze search for other commits by this committer ] Original commit 
- 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
Sun, 7 Nov 2004
[ 21:50 ahze search for other commits by this committer ] Original commit 
Add support for slave ports

Approved by:    pav (co mentor)
Sat, 30 Oct 2004
[ 04:21 ahze search for other commits by this committer ] Original commit 
Remove not need gnomeprefix

Pointed out by: marcus
Approved by:    adamw (mentor)
Fri, 29 Oct 2004
[ 22:24 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Change email to new FreeBSD.org address

Approved by:adamw (mentor)
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Sun, 22 Aug 2004
[ 12:25 arved search for other commits by this committer ] Original commit 
Needs perl to build

Reported by:    pointyhat
Sat, 24 Jul 2004
[ 01:53 ijliao search for other commits by this committer ] Original commit 
only show i386 options to i386

PR:             69488
Submitted by:   maintainer
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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
Thu, 8 Jul 2004
[ 22:48 pav search for other commits by this committer ] Original commit 
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
  are not expanded and perl hangs on tty input during build
Sun, 27 Jun 2004
[ 14:16 pav search for other commits by this committer ] Original commit 
- Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES

PR:             ports/68407
Submitted by:   michael johnson <ahze@rgv.net> (maintainer)
Mon, 31 May 2004
[ 10:13 pav search for other commits by this committer ] Original commit 
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned
malloc

PR:             ports/67393
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
Fri, 28 May 2004
[ 18:02 pav search for other commits by this committer ] Original commit 
- Build and install fftwf library
- Add new knob to enable SSE optimizations

PR:             ports/67271
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
Sun, 18 Apr 2004
[ 10:48 pav search for other commits by this committer ] Original commit 
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 <ahze@ahze.net>

Number of commits found: 97