Commit graph

25 commits

Author SHA1 Message Date
Koop Mast
913f6d564c Tell configure where to find libiconv. Somehow gcc managed to compile it.
Clang however didn't. [1]

While here add dependancy on libiconv. This probably went unnoticed because
gettext already pulls libiconv in.

Submitted by:	Andrius Morkunas <hinokind@gmail.com> [1]
2010-06-09 21:58:44 +00:00
Sylvio Cesar Teixeira
ec46bb88d1 - Update to 1.3.2 2010-05-30 12:03:02 +00:00
Michael Johnson
8864fb9026 Update to 1.3.1 2009-12-29 22:28:12 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Michael Johnson
42e2505a3b Update to 1.3.0 2007-04-16 17:28:28 +00:00
Edwin Groothuis
5bff8e7bfd [patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions

PR:		ports/111646, ports/111660, ports/111662, ports/111668
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Appproved by:	Michael Johnson <ahze@>
2007-04-16 03:34:03 +00:00
Michael Johnson
c449f8a0c8 - Update to 1.2.2 2006-10-31 02:24:33 +00:00
Michael Johnson
948f5473bd - Transfer MAINTAINER to multimedia@
Approved by:	dhw (postmaster, for using multimedia@ as maintainer)
		gnome (gstreamer ports)
2006-06-09 18:00:35 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
5032ddca08 - Update to 1.2.1 2005-08-28 14:53:35 +00:00
Michael Johnson
5661e96fbd - Update to 1.2.0 2005-07-24 03:34:47 +00:00
Michael Johnson
6f7d57d007 - Update to 1.1.0 2005-07-11 05:38:31 +00:00
Michael Johnson
ba5aa452b8 - Update to 1.0.2 2005-05-10 01:27:24 +00:00
Michael Johnson
2e4f5c5ac9 - Update to 1.0.0 2005-04-17 01:07:41 +00:00
Michael Johnson
803ce48058 update to 0.9.6
PR:	ports/72771
Approved by:	adamw (mentor)
2004-10-30 16:29:37 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Ying-Chieh Liao
b846af5b2f upgrade to 0.9.5
PR:		69393
Submitted by:	maintainer
2004-07-22 01:10:30 +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
9537cf8762 - Switch to MASTER_SITE_SOURCEFORGE_EXTENDED
PR:		ports/67190
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-25 19:16:09 +00:00
Kirill Ponomarev
e620c15ca3 - Utilize lthack
PR:		ports/65348
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-09 07:44:53 +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
Pav Lucistnik
ab885c68d4 Add libcddb, a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
tries to be as cross-platform as possible.  The initial libary will
have a C API.

PR:		ports/63576
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-01 19:16:24 +00:00