- Update to 1.1.4 - Fix disabling esound - Add jack option and fix packing list when jack is installed - Fix packing list by disabling v4l (in case multimedia/v4l_compat is installed) - Fix shlib version by using ltverhack
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer
Right, but can we please stay free of static libs? There are many reasons for that. Thanks for the effort, 1.1.4 brings much improvement.
On Sun, 4 Feb 2007 03:10:40 +0300 "Andrew Pantyukhin" <infofarmer@FreeBSD.org> wrote: > Right, but can we please stay free of static libs? There > are many reasons for that. The system libtool creates these static libraries even though the corresponding shared libraries are dlopenable modules (see for instance the .a files in /usr/local/lib/gtk-2.0/2.10.0/loaders). Since both the libtool maintainer and portmgr ignore libtool patches, I decided not to waste time investigating further. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/
On 2/4/07, Jean-Yves Lefort <jylefort@freebsd.org> wrote: > On Sun, 4 Feb 2007 03:10:40 +0300 > "Andrew Pantyukhin" <infofarmer@FreeBSD.org> wrote: > > > Right, but can we please stay free of static libs? There > > are many reasons for that. > > The system libtool creates these static libraries even though the > corresponding shared libraries are dlopenable modules (see for > instance the .a files in /usr/local/lib/gtk-2.0/2.10.0/loaders). Since > both the libtool maintainer and portmgr ignore libtool patches, I > decided not to waste time investigating further. All we need to do to fix the objformat botch here is /objformat=/s|=.*|=elf| in wrksrc/configure, no need for system libtool and other stuff.
jylefort 2007-02-15 08:34:53 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile distinfo pkg-plist Log: - Update to 1.1.4 - Fix disabling esound - Add jack option and fix packing list when jack is installed - Fix packing list by disabling v4l (in case multimedia/v4l_compat is installed) - Fix shlib version by using ltverhack PR: ports/108564 Submitted by: jylefort Approved by: maintainer timeout (16 days) Revision Changes Path 1.104 +26 -4 ports/multimedia/libxine/Makefile 1.31 +3 -3 ports/multimedia/libxine/distinfo 1.42 +215 -111 ports/multimedia/libxine/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.