1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
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
Lars Koeller
122bdca549 o) Update to version 2.1.5 2003-03-24 17:26:24 +00:00
Lars Koeller
37438b3d2a o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)

PR:		47581
Submitted by:	Sergey Aleshin <asg@rcd.ru>
2003-03-23 20:14:22 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Satoshi Asami
ffb21b5654 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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Steve Price
8721f29715 Update to version 2.1.3.
PR:		14827
Submitted by:	maintainer
1999-11-26 18:08:28 +00:00
Munechika SUMIKAWA
26a6ffdc4d changed maintainer's mail address.
Submitted by:	maintainer
1999-10-02 16:54:38 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Tim Vanderhoek
cfd7bb79e9 Add MASTER_SITE.
Submitted by:	Lars Koeller (ports/12296)
1999-06-25 23:52:57 +00:00
Tim Vanderhoek
abcfee9b7d Update master website. 1999-06-25 23:51:58 +00:00
Steve Price
1a49eee08d Fixup version required comment after upgrade. 1999-06-08 22:07:34 +00:00
Matthew Hunt
9e6829904d Upgrade to 2.1.2.
PR:		12048
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-06-06 20:01:52 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Michael Haro
4463b5dd1d ADD WWW: 1999-05-03 05:43:11 +00:00
Steve Price
4406a513b0 Update to version 2.1.1.
PR:		10758, 10917
1999-04-03 00:56:05 +00:00
Satoshi Taoka
8d087a6cf0 Fast C routines library to compute the Discrete Fourier Transform
PR:		ports/9222
Submitted by:	Lars Koeller lkoeller@cc.fh-lippe.de
1999-03-18 08:38:33 +00:00