Commit graph

26 commits

Author SHA1 Message Date
Norikatsu Shigemura
5f00925706 Respect PTHREAD_LIBS.
Approved by:	nobutaka (maintainer)
2006-12-09 14:46:27 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
MANTANI Nobutaka
4ec6366cd6 Fix build error.
PR:		ports/90584
Submitted by:	alfred
2005-12-18 14:05:39 +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
MANTANI Nobutaka
570250f6b2 Respect non-standard LOCALBASE.
Reported by:	kris
2005-10-23 02:32:32 +00:00
MANTANI Nobutaka
d366fd7b79 Update to 0.1.10. 2005-10-08 14:09:03 +00:00
MANTANI Nobutaka
3d331c5938 Correct pkg-plist.
Submitted by:	ade
2005-02-26 16:25:23 +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
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +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
Joe Marcus Clarke
110caf97e1 Update to 0.1.9.
Submitted by:	Simon Barner <barner@in.tum.de>
		maintainer
Approved by:	maintainer
2004-02-19 18:19:44 +00:00
MANTANI Nobutaka
26e794c61a Use ${REINPLACE_CMD} instead of ${PERL}.
Pointed out by:	kris
2003-03-24 15:21:48 +00:00
Mario Sergio Fujikawa Ferreira
efc993b4dd Chase libdvdread lib version bump on port version 0.9.4 2003-03-06 04:45:49 +00:00
MANTANI Nobutaka
24fce7b8c8 Move graphics/libdvdnav, graphics/libxine and graphics/xine to the multimedia category. 2003-02-24 12:54:56 +00:00
MANTANI Nobutaka
a33aeb1362 De-pkg-comment. 2003-02-22 14:25:38 +00:00
Kris Kennaway
bfa26903c7 Add missing file 2003-02-22 04:21:59 +00:00
Mario Sergio Fujikawa Ferreira
bdbf1030b2 After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 16:37:35 +00:00
MANTANI Nobutaka
7e12c5c287 Update to 0.1.3. 2002-08-05 16:45:03 +00:00
MANTANI Nobutaka
10599c7b73 Fix build error on -stable.
Submitted by:	nork
2002-07-04 03:14:20 +00:00
MANTANI Nobutaka
35be24bad0 Update to 0.1.2. 2002-07-02 15:32:29 +00:00
MANTANI Nobutaka
d6de0def77 Backout previous fix for link warnings and remove -lc from link command line instead.
Submitted by:	Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
2002-06-30 13:22:56 +00:00
MANTANI Nobutaka
ca6df7a1d0 Link libcrypt to suppress compiler warnings.
Pointed out by:	nork
2002-06-08 15:54:40 +00:00
MANTANI Nobutaka
3b47d9ccbb Uodate to 0.1.1. 2002-06-02 13:57:09 +00:00
MANTANI Nobutaka
522e2a0309 Add libdvdnav. The library for the xine-dvdnav plugin. 2002-05-20 17:48:25 +00:00