| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
3.1.2  |
miwi  |
- 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) |
04 Oct 2007 02:49:29
3.1.2
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
23 Jul 2007 10:36:52
3.1.2
|
rafan  |
- 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 |
06 Jul 2006 07:34:17
3.1.2
|
ahze  |
- Update to 3.1.2 |
11 May 2006 16:11:30
3.1.1
|
ahze  |
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use) |
10 May 2006 23:37:39
3.1.1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
24 Apr 2006 14:07:59
3.0.1_5
|
ahze  |
- Update MASTER_SITES to fix fetch |
23 Feb 2006 10:40:45
3.0.1_5
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
30 Nov 2005 19:28:01
3.0.1_5
|
ahze  |
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME |
15 Nov 2005 06:52:12
3.0.1_4
|
ade  |
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. |
09 Nov 2005 07:09:47
3.0.1_4
|
ahze  |
- Add SHA256
- Add SIZE to a few ports |
03 Nov 2005 19:30:11
3.0.1_4
|
ahze  |
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble |
29 Oct 2005 02:18:07
3.0.1_4
|
ahze  |
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't. |
01 Oct 2005 00:22:01
3.0.1_4
|
ahze  |
- 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 |
01 Sep 2005 19:00:04
3.0.1_4
|
ahze  |
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build
PR: ports/85555
Submitted by: Tetsuya Uemura |
18 May 2005 01:41:58
3.0.1_4
|
ahze  |
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
it now has some long double math functions. |
15 Mar 2005 01:34:46
3.0.1_4
|
ahze  |
- Remove a few MASTER_SITES that don't carry fftw3 |
20 Dec 2004 04:55:50
3.0.1_4
|
ahze  |
- 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] |
15 Dec 2004 09:04:36
3.0.1_3
|
ahze  |
- 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 |
09 Dec 2004 21:58:18
3.0.1_3
|
ahze  |
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations
Pointed out by: kris |
09 Dec 2004 19:21:04
3.0.1_3
|
ahze  |
- 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 |
07 Nov 2004 21:50:25
3.0.1_2
|
ahze  |
Add support for slave ports
Approved by: pav (co mentor) |
30 Oct 2004 05:21:28
3.0.1_1
|
ahze  |
Remove not need gnomeprefix
Pointed out by: marcus
Approved by: adamw (mentor) |
29 Oct 2004 23:24:47
3.0.1_1
|
ahze  |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
30 Sep 2004 06:32:00
3.0.1_1
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
22 Aug 2004 13:25:36
3.0.1_1
|
arved  |
Needs perl to build
Reported by: pointyhat |
14 Aug 2004 16:24:20
3.0.1_1
|
krion  |
Add missing file to plist. |
24 Jul 2004 02:53:06
3.0.1_1
|
ijliao  |
only show i386 options to i386
PR: 69488
Submitted by: maintainer |
09 Jul 2004 18:43:11
3.0.1_1
|
marcus  |
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 |
08 Jul 2004 23:48:51
3.0.1_1
|
pav  |
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build |
27 Jun 2004 15:16:45
3.0.1_1
|
pav  |
- 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) |
31 May 2004 11:13:40
3.0.1_1
|
pav  |
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned
malloc
PR: ports/67393
Submitted by: michael johnson <ahze@ahze.net> (maintainer) |
28 May 2004 19:02:43
3.0.1_1
|
pav  |
- Build and install fftwf library
- Add new knob to enable SSE optimizations
PR: ports/67271
Submitted by: michael johnson <ahze@ahze.net> (maintainer) |
29 Apr 2004 08:45:54
3.0.1
|
krion  |
- Fix WWW:
PR: ports/66072
Submitted by: maintainer |
18 Apr 2004 11:48:23
3.0.1
|
pav  |
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> |