From owner-svn-ports-all@FreeBSD.ORG Wed May 21 07:16:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31A9683D; Wed, 21 May 2014 07:16:49 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 5307A2476; Wed, 21 May 2014 07:16:48 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4GAM1RfFNbsJoN/2dsb2JhbABZgwZRS60wlnQBgRcXdIIlAQEFOhwjEAsOBgQJJQ8qHgYTiEUBCNUHF44bMweEQAEDmWyBPpFngzo7 Received: from 13.154-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.154.13]) by relay.skynet.be with ESMTP; 21 May 2014 09:16:37 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s4L7GaJo001017; Wed, 21 May 2014 09:16:36 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 21 May 2014 09:16:36 +0200 From: Tijl Coosemans To: Christian Weisgerber 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 07:16:49 -0000 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.