Commit graph

23 commits

Author SHA1 Message Date
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Sylvio Cesar Teixeira
3437b25c5c - Fixed problem with games/scumm when compiled with option fluidsynth.
PR:		146121
Submitted by:	Oliver Herold <oh@fixmbr.de>
2010-05-09 00:05:02 +00:00
Martin Wilke
138f5d455d - Update to 1.1.1
PR:		142312
Submitted by:	Ports Fury
2010-01-04 23:14:28 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Pav Lucistnik
efcf49406f - Update to 1.0.8
PR:		ports/118259
Submitted by:	Dmitry Klimov <lazyklimm@gmail.com>
2007-12-19 12:36:10 +00:00
Michael Johnson
34d361776d - Transfer maintainership to multimedia@
- Make jack-audio support on by default (per configure script)
- add OPTIONS
2007-06-24 23:12:45 +00:00
Cheng-Lung Sung
ab63f5bd0b - 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>
2006-08-14 10:08:25 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
b087037379 - Update to 1.0.7a
- portlint(1)

PR:		93652
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-02-22 19:53:23 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +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
Renato Botelho
968c09857f - Update to 1.0.6
PR:		ports/87053
Submitted by:	Ports Fury
2005-10-10 10:27:38 +00:00
Mario Sergio Fujikawa Ferreira
393ec32227 Drop maintainership 2005-09-25 03:08:30 +00:00
Kris Kennaway
a6064d1bfa Now builds on sparc64 2005-04-10 20:58:40 +00:00
Mario Sergio Fujikawa Ferreira
a6536683de 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]
2005-04-04 08:14:43 +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
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
Kris Kennaway
bbd98c96f6 BROKEN on !i386 and !amd64: Does not compile. 2004-02-23 21:51:30 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Pav Lucistnik
80002fcf1a - Savannah is still dead but there is a new master_sites
Reported by:	bento via kris
2004-01-29 09:18:45 +00:00
Pav Lucistnik
bba67c373f 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)
2003-12-04 11:51:39 +00:00