svn commit: r357978 - head/audio/libfishsound

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 16 12:32:14 UTC 2014


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


More information about the svn-ports-head mailing list