* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread
Approved by: philip
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.
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.
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
match libdvdcss version with libdvdread since it depends on
matching libdvdcss API
o No meaningless overhead since libdvdread automatically uses
libdvdcss whether the port has knowledge of it or not. Besides,
all ports using libdvdread list libdvdcss as a dependency as well
(exception made to xine_d5d_plugin but an updated version will)
o Also, it's a 22K overhead
o Furthermore, all ports depending on libdvdread SHOULD depend on
libdvdcss for obvious reasons
Reviewed by: fenner
o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS)
o support NOPORTDOCS
PR: 31312
Submitted by: Rahul Siddharthan <rsidd@online.fr>,
Thomas E. Zander <riggs@hadiko.de>
Approved by: MAINTAINER