Date: Wed, 5 Feb 2014 17:03:10 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r342737 - head/audio/libmad Message-ID: <20140205160310.GK23872@ithaqua.etoilebsd.net> In-Reply-To: <201402051554.s15FsGth011474@svn.freebsd.org> References: <201402051554.s15FsGth011474@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140205160310.GK23872>