Date: Mon, 16 Jun 2014 12:32:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357978 - head/audio/libfishsound Message-ID: <201406161232.s5GCWDx4080601@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 16 12:32:13 2014 New Revision: 357978 URL: http://svnweb.freebsd.org/changeset/ports/357978 QAT: https://qat.redports.org/buildarchive/r357978/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/libfishsound/Makefile head/audio/libfishsound/pkg-plist Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Mon Jun 16 12:28:10 2014 (r357977) +++ head/audio/libfishsound/Makefile Mon Jun 16 12:32:13 2014 (r357978) @@ -3,7 +3,7 @@ PORTNAME= libfishsound PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \ LOCAL/sunpoet @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool .include <bsd.port.options.mk> @@ -36,6 +36,6 @@ post-patch: .endif post-build: - @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4 + @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so .include <bsd.port.mk> Modified: head/audio/libfishsound/pkg-plist ============================================================================== --- head/audio/libfishsound/pkg-plist Mon Jun 16 12:28:10 2014 (r357977) +++ head/audio/libfishsound/pkg-plist Mon Jun 16 12:32:13 2014 (r357978) @@ -5,8 +5,8 @@ include/fishsound/deprecated.h include/fishsound/encode.h include/fishsound/fishsound.h lib/libfishsound.a -lib/libfishsound.la lib/libfishsound.so -lib/libfishsound.so.4 +lib/libfishsound.so.1 +lib/libfishsound.so.1.3.0 libdata/pkgconfig/fishsound.pc @dirrm include/fishsound
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161232.s5GCWDx4080601>