Commit Graph

24 Commits

Author SHA1 Message Date
Michael Johnson
180a23ffae - Grab MAINTAINER for multimedia@
- Add audio to CATEGORIES
2006-06-09 20:33:07 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Michael Johnson
3dbcd718c2 - Update WWW and MASTER_SITES
PR:		96212
Submitted by:	Ports Fury
2006-04-23 18:36:03 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +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
e1e371b707 - Update to 0.4.0
PR:		ports/81120
Submitted by:	Ports Fury
2005-05-16 18:21:37 +00:00
Michael Johnson
d87727ca69 Correct typo 2005-02-09 07:21:35 +00:00
Michael Johnson
68e2638ce1 - Add missing manpage.
Reported by:	pointyhat via kris (not backwards this time)
2005-02-09 07:20:54 +00:00
Michael Johnson
bf1e132fa6 - Update to 0.3.0 2005-02-03 02:37:56 +00:00
Michael Johnson
39285e4e41 Reset MAINTAINER to ports@FreeBSD.org 2004-12-01 04:29:40 +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
Kirill Ponomarev
6af2bcff3c Fix WWW: line
PR:		ports/71033
Submitted by:	maintainer
2004-08-27 15:19:51 +00:00
Kirill Ponomarev
f3bbe5303f Fix MASTER_SITES
PR:		ports/71026
Submitted by:	maintainer
2004-08-27 13:37:53 +00:00
Kirill Ponomarev
dceff4fa87 Update to 0.2.3
PR:		ports/70015
Submitted by:	maintainer
2004-08-05 07:37:17 +00:00
Pav Lucistnik
23ac3c6b14 - Fix threading info in pkg-config metafile
PR:		ports/69691
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
2004-07-28 12:32:53 +00:00
Kirill Ponomarev
22f62ccfa3 Update to 0.2.1
PR:		ports/69682
Submitted by:	maintainer
2004-07-28 06:11:07 +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
Kirill Ponomarev
2572134d89 - Update to 0.2.0
PR:		ports/66093
Submitted by:	maintainer
2004-04-29 20:52:08 +00:00
Kirill Ponomarev
8779bad3b7 - Update to version 0.1.3
PR:		ports/66077
Submitted by:	maintainer
2004-04-29 07:52:51 +00:00
Kirill Ponomarev
309e12cc7f - Fix build on AMD64 and Alpha 5-x
Submitted by:	maintainer
Reported by:	bento via kris
2004-03-17 22:53:11 +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
Kirill Ponomarev
4014a70ea1 Add libopendaap 0.1.2,
libopendaap is a library written in C which enables
applications to discover, and connect to, iTunes(R) music
shares.
Unlike all other daap implementations, this library is able to
connect to recent iTunes shares which require a special
authentication algorithm.

PR:		ports/64035
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-03-12 14:22:28 +00:00