1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Diane Bruce
a6d191cbc7 - Oops checked in the wrong Makefile
Approved by:	ahze
2009-08-25 20:50:53 +00:00
Diane Bruce
0ba6a0a241 - 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)
2009-08-25 20:24:09 +00:00
Michael Johnson
a8fd1d1350 Update to 3.2.2 2009-08-10 00:45:07 +00:00
Diane Bruce
8b92a2cd89 - 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)
2009-06-17 19:29:52 +00:00
Pav Lucistnik
43b0bc87a6 - Update to 3.2.1
With hat:	portmgr (quick unbreak)
2009-06-07 22:14:01 +00:00
Michael Johnson
81387e45d9 Update to 3.2.1 2009-06-07 18:33:21 +00:00
Pav Lucistnik
55af5f30cd - Update to 3.2
PR:		ports/129035
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout (ahze; 6 months)
2009-05-18 15:08:28 +00:00
Diane Bruce
21a8d0ccd9 - fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout.

PR:	ports/134115 [1]
2009-05-15 11:58:18 +00:00
Pav Lucistnik
a05595b63a - Update download locations 2009-01-20 15:15:35 +00:00
Michael Johnson
9757994e41 Update to 3.1.3 2008-10-12 20:20:46 +00:00
Michael Johnson
279fbcbe78 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>
2008-09-07 04:19:51 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Michael Johnson
4c361739d3 - Update to 3.1.2 2006-07-06 06:34:17 +00:00
Michael Johnson
d74ec15160 - Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64

PR:		93925 (did not use)
2006-05-11 15:11:30 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Michael Johnson
11ac509674 - Update MASTER_SITES to fix fetch 2006-04-24 13:07:59 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Michael Johnson
44960c7e7a - Always build the seprate fftw3 threads lib.
Requested by:	Xride via irc.freenode.org/#FreeBSD-GNOME
2005-11-30 19:28:01 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
86c35e7576 - Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble
2005-11-03 19:30:10 +00:00
Michael Johnson
3265911541 - Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
2005-10-29 01:18:07 +00:00
Michael Johnson
9586f9f15f - 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
2005-09-30 23:22:01 +00:00
Michael Johnson
045aa02b55 - Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build
PR:		ports/85555
Submitted by:	Tetsuya Uemura
2005-09-01 18:00:04 +00:00
Michael Johnson
e820a38027 - no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
it now has some long double math functions.
2005-05-18 00:41:58 +00:00
Michael Johnson
eded3f6ac0 - Remove a few MASTER_SITES that don't carry fftw3 2005-03-15 01:34:46 +00:00
Michael Johnson
39ba9398d9 - 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]
2004-12-20 04:55:50 +00:00
Michael Johnson
42e50f4530 - 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
2004-12-15 09:04:36 +00:00
Michael Johnson
c4e25c84d9 Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by:	kris
2004-12-09 21:58:18 +00:00
Michael Johnson
34fd254c76 - 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
2004-12-09 19:21:04 +00:00
Michael Johnson
d68b3cc48d Add support for slave ports
Approved by:	pav (co mentor)
2004-11-07 21:50:25 +00:00
Michael Johnson
fe915256b7 Remove not need gnomeprefix
Pointed out by:	marcus
Approved by:	adamw (mentor)
2004-10-30 04:21:27 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Tilman Keskinoz
817a74f5a9 Needs perl to build
Reported by:	pointyhat
2004-08-22 12:25:36 +00:00
Kirill Ponomarev
125ff78eaf Add missing file to plist. 2004-08-14 15:24:20 +00:00
Ying-Chieh Liao
f53d36fa26 only show i386 options to i386
PR:		69488
Submitted by:	maintainer
2004-07-24 01:53:06 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
400a0dadb0 - Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build
2004-07-08 22:48:51 +00:00
Pav Lucistnik
60a95a1e2a - 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)
2004-06-27 14:16:45 +00:00
Pav Lucistnik
a9a161ba3d - Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned malloc
PR:		ports/67393
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-31 10:13:40 +00:00
Pav Lucistnik
c01ec2e566 - Build and install fftwf library
- Add new knob to enable SSE optimizations

PR:		ports/67271
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-28 18:02:43 +00:00
Kirill Ponomarev
2d023a2245 - Fix WWW:
PR:		ports/66072
Submitted by:	maintainer
2004-04-29 07:45:54 +00:00
Pav Lucistnik
a9433bf853 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>
2004-04-18 10:48:23 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kirill Ponomarev
4f830a88aa - Do not install useless .la files
- Fix handling info files

PR:		54902
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-27 15:30:23 +00:00