Date: Wed, 21 May 2014 09:16:36 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Christian Weisgerber <naddy@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r354680 - in head/audio: libogg libvorbis Message-ID: <20140521091636.1f12c457@kalimero.tijl.coosemans.org> In-Reply-To: <201405202003.s4KK3Ggr061396@svn.freebsd.org> References: <201405202003.s4KK3Ggr061396@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 May 2014 20:03:16 +0000 (UTC) Christian Weisgerber wrote: > Author: naddy > Date: Tue May 20 20:03:16 2014 > New Revision: 354680 > URL: http://svnweb.freebsd.org/changeset/ports/354680 > QAT: https://qat.redports.org/buildarchive/r354680/ > > Log: > Switch to USES=libtool:oldver. > > Modified: > head/audio/libogg/Makefile > head/audio/libogg/distinfo > head/audio/libvorbis/Makefile > > Modified: head/audio/libogg/Makefile > ============================================================================== > --- head/audio/libogg/Makefile Tue May 20 19:56:15 2014 (r354679) > +++ head/audio/libogg/Makefile Tue May 20 20:03:16 2014 (r354680) > @@ -10,8 +10,7 @@ MASTER_SITES= http://downloads.xiph.org/ > MAINTAINER= naddy@FreeBSD.org > COMMENT= Ogg bitstream library > > -USES= pathfix > -USE_AUTOTOOLS= libtool > +USES= libtool:oldver pathfix tar:xz > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > > > Modified: head/audio/libogg/distinfo > ============================================================================== > --- head/audio/libogg/distinfo Tue May 20 19:56:15 2014 (r354679) > +++ head/audio/libogg/distinfo Tue May 20 20:03:16 2014 (r354680) > @@ -1,2 +1,2 @@ > -SHA256 (libogg-1.3.1.tar.gz) = 4e343f07aa5a1de8e0fa1107042d472186b3470d846b20b115b964eba5bae554 > -SIZE (libogg-1.3.1.tar.gz) = 552282 > +SHA256 (libogg-1.3.1.tar.xz) = 3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa > +SIZE (libogg-1.3.1.tar.xz) = 406840 > > Modified: head/audio/libvorbis/Makefile > ============================================================================== > --- head/audio/libvorbis/Makefile Tue May 20 19:56:15 2014 (r354679) > +++ head/audio/libvorbis/Makefile Tue May 20 20:03:16 2014 (r354680) > @@ -12,8 +12,7 @@ COMMENT= Audio compression codec library > > LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg > > -USES= pathfix tar:xz > -USE_AUTOTOOLS= libtool > +USES= libtool:oldver pathfix tar:xz > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes Can you bump PORTREVISION too? USES=libtool changes the installed .la files and it may change the way executables and libraries are linked so it always requires a PORTREVISION bump.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140521091636.1f12c457>