svn commit: r356635 - head/audio/libbs2b
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 5 13:05:42 UTC 2014
Author: amdmi3
Date: Thu Jun 5 13:05:41 2014
New Revision: 356635
URL: http://svnweb.freebsd.org/changeset/ports/356635
QAT: https://qat.redports.org/buildarchive/r356635/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/libbs2b/Makefile
head/audio/libbs2b/pkg-plist
Modified: head/audio/libbs2b/Makefile
==============================================================================
--- head/audio/libbs2b/Makefile Thu Jun 5 13:04:49 2014 (r356634)
+++ head/audio/libbs2b/Makefile Thu Jun 5 13:05:41 2014 (r356635)
@@ -3,7 +3,7 @@
PORTNAME= libbs2b
PORTVERSION= 3.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
@@ -15,7 +15,7 @@ LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/
libFLAC.so:${PORTSDIR}/audio/flac \
libvorbis.so:${PORTSDIR}/audio/libvorbis
-USES= tar:bzip2 gmake pkgconfig
+USES= tar:bzip2 gmake pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \
Modified: head/audio/libbs2b/pkg-plist
==============================================================================
--- head/audio/libbs2b/pkg-plist Thu Jun 5 13:04:49 2014 (r356634)
+++ head/audio/libbs2b/pkg-plist Thu Jun 5 13:05:41 2014 (r356635)
@@ -1,7 +1,7 @@
lib/libbs2b.a
-lib/libbs2b.la
lib/libbs2b.so
lib/libbs2b.so.0
+lib/libbs2b.so.0.0.0
bin/bs2bconvert
bin/bs2bstream
include/bs2b/bs2b.h
More information about the svn-ports-all
mailing list