| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
04 Jan 2010 23:14:28
1.1.1
|
miwi  |
- Update to 1.1.1
PR: 142312
Submitted by: Ports Fury |
20 Mar 2008 09:19:39
1.0.8
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
19 Dec 2007 12:36:10
1.0.8
|
pav  |
- Update to 1.0.8
PR: ports/118259
Submitted by: Dmitry Klimov <lazyklimm@gmail.com> |
25 Jun 2007 00:12:46
1.0.7a_2
|
ahze  |
- Transfer maintainership to multimedia@
- Make jack-audio support on by default (per configure script)
- add OPTIONS |
14 Aug 2006 11:08:25
1.0.7a_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
1.0.7a_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Feb 2006 19:53:23
1.0.7a
|
mnag  |
- Update to 1.0.7a
- portlint(1)
PR: 93652
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
23 Nov 2005 23:29:54
1.0.6
|
pav  |
- Add some SHA256 checksums |
15 Nov 2005 06:52:12
1.0.6
|
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. |
10 Oct 2005 11:27:38
1.0.6
|
garga  |
- Update to 1.0.6
PR: ports/87053
Submitted by: Ports Fury |
25 Sep 2005 04:06:15
1.0.5
|
lioux  |
Drop maintainership |
10 Apr 2005 21:58:18
1.0.5
|
kris  |
Now builds on sparc64 |
04 Apr 2005 09:14:43
1.0.5
|
lioux  |
o Update to 1.0.5
o Take over maintainership (suggested by previous maintainer [1])
Approved by: Juha Nyg?rd <juha.nygard1@netikka.fi> [1] |
09 Jul 2004 18:43:11
1.0.3_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 |
31 Mar 2004 04:12:58
1.0.3_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
1.0.3_1
|
ade  |
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. |
23 Feb 2004 21:51:30
1.0.3_1
|
kris  |
BROKEN on !i386 and !amd64: Does not compile. |
04 Feb 2004 05:21:48
1.0.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 09:18:45
1.0.3
|
pav  |
- Savannah is still dead but there is a new master_sites
Reported by: bento via kris |
04 Dec 2003 11:51:39
1.0.3
|
pav  |
Add fluidsynth, a real-time software synthesizer based on the SoundFont 2
specifications. It is a "software synthesizer". FluidSynth can read MIDI
events from the MIDI input device and render them to the audio device.
It can also play MIDI files.
PR: ports/59716
Submitted by: Juha Nygard <juha.nygard1@netikka.fi>
Approved by: adamw (mentor) |