svn commit: r342737 - head/audio/libmad

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 5 16:03:17 UTC 2014


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/
> 
> Log:
>   - Fix USES=libtool and revert shared library changes
>   - Bump PORTREVISION for package change
> 
> Modified:
>   head/audio/libmad/Makefile
>   head/audio/libmad/pkg-plist
> 
> Modified: head/audio/libmad/Makefile
> ==============================================================================
> --- 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 @@
>  
>  PORTNAME=	libmad
>  PORTVERSION=	0.15.1b
> -PORTREVISION=	3
> +PORTREVISION=	4
>  CATEGORIES=	audio
>  MASTER_SITES=	SF/mad/${PORTNAME}/${PORTVERSION}
>  
> @@ -16,7 +16,7 @@ SPEED_DESC=	Optimize for speed over accu
>  CONFIGURE_ARGS=	--disable-debugging --enable-sso
>  GNU_CONFIGURE=	yes
>  USE_LDCONFIG=	yes
> -USES=		libtool
> +USES=		libtool:oldver
>  
>  SUB_LIST=	VERSION=${PORTVERSION}
>  SUB_FILES=	mad.pc
> @@ -28,7 +28,7 @@ post-patch:
>  	@${REINPLACE_CMD} -e 's| -fforce-mem||' ${WRKSRC}/configure
>  
>  post-build:
> -	@${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.0.2.1
> +	@${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.2
>  
>  post-install:
>  	${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
> 
> Modified: head/audio/libmad/pkg-plist
> ==============================================================================
> --- 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140205/885bd4e2/attachment.sig>


More information about the svn-ports-all mailing list