From owner-svn-ports-all@FreeBSD.ORG Wed Feb 5 16:03:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23D865DC; Wed, 5 Feb 2014 16:03:17 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A51E1937; Wed, 5 Feb 2014 16:03:16 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so440674wgh.7 for ; Wed, 05 Feb 2014 08:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/RW7fjWCHCYCiAHkPL2Db+/rtV7LVbs3moUVHfPGrzw=; b=aKaHX3Ek/iTvEWpHNuzscsIrE1ZZCrVxeTNA7wNL80Llq7ZjaaoCLGfjHcZeyX3lq4 DeTLFAxrJjjsEj1ExQYvuVcT5mNXfGyCfMHgKrBQY3IEqa11MqjyRjLE6+XZ2fZK5xYw CvmVFQmNppwjTUhFLSFzJIXdhDv0WFq7GQVgKQDs3g5NDlzENTj8KsamFM9gVjhSQN+L XrSNAj/QHVUB4E/PNG1g1fOTEP7tyyQXs4/+00cX4isA7Re35ypQESzo5R1rE5njKJEA /zyVHORts1LUkkik3I8JZqch/IkmwrGIV8sgPherZaZut+6RGSPQKnVSJ7rmJQKa9t9a H8Aw== X-Received: by 10.180.87.9 with SMTP id t9mr17232397wiz.36.1391616194489; Wed, 05 Feb 2014 08:03:14 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id eo4sm46967355wib.9.2014.02.05.08.03.12 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 05 Feb 2014 08:03:13 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 5 Feb 2014 17:03:10 +0100 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r342737 - head/audio/libmad Message-ID: <20140205160310.GK23872@ithaqua.etoilebsd.net> References: <201402051554.s15FsGth011474@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cEobB2knsyc5ebfU" Content-Disposition: inline In-Reply-To: <201402051554.s15FsGth011474@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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.17 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, 05 Feb 2014 16:03:17 -0000 --cEobB2knsyc5ebfU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 05, 2014 at 03:54:16PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Wed Feb 5 15:54:15 2014 > New Revision: 342737 > URL: http://svnweb.freebsd.org/changeset/ports/342737 > QAT: https://qat.redports.org/buildarchive/r342737/ >=20 > Log: > - Fix USES=3Dlibtool and revert shared library changes > - Bump PORTREVISION for package change >=20 > Modified: > head/audio/libmad/Makefile > head/audio/libmad/pkg-plist >=20 > Modified: head/audio/libmad/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/libmad/Makefile Wed Feb 5 15:53:27 2014 (r342736) > +++ head/audio/libmad/Makefile Wed Feb 5 15:54:15 2014 (r342737) > @@ -3,7 +3,7 @@ > =20 > PORTNAME=3D libmad > PORTVERSION=3D 0.15.1b > -PORTREVISION=3D 3 > +PORTREVISION=3D 4 > CATEGORIES=3D audio > MASTER_SITES=3D SF/mad/${PORTNAME}/${PORTVERSION} > =20 > @@ -16,7 +16,7 @@ SPEED_DESC=3D Optimize for speed over accu > CONFIGURE_ARGS=3D --disable-debugging --enable-sso > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > -USES=3D libtool > +USES=3D libtool:oldver > =20 > SUB_LIST=3D VERSION=3D${PORTVERSION} > SUB_FILES=3D mad.pc > @@ -28,7 +28,7 @@ post-patch: > @${REINPLACE_CMD} -e 's| -fforce-mem||' ${WRKSRC}/configure > =20 > post-build: > - @${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.0.2.1 > + @${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.2 > =20 > post-install: > ${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ >=20 > Modified: head/audio/libmad/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/libmad/pkg-plist Wed Feb 5 15:53:27 2014 (r342736) > +++ head/audio/libmad/pkg-plist Wed Feb 5 15:54:15 2014 (r342737) > @@ -2,6 +2,5 @@ include/mad.h > lib/libmad.a > lib/libmad.la > lib/libmad.so > -lib/libmad.so.0 > -lib/libmad.so.0.2.1 > +lib/libmad.so.2 > libdata/pkgconfig/mad.pc What the point given I had chased the library change? regards, Bapt --cEobB2knsyc5ebfU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLyYL4ACgkQ8kTtMUmk6ExkZACeLVjjQoURrIBQGY0G3daAqGfd uLIAoJEXdXbOeCYUTBfkLhsb58+BbWmH =yBRY -----END PGP SIGNATURE----- --cEobB2knsyc5ebfU--