svn commit: r429192 - head/audio/libbs2b

Nikolai Lifanov lifanov at FreeBSD.org
Thu Dec 22 22:42:10 UTC 2016


Author: lifanov
Date: Thu Dec 22 22:42:09 2016
New Revision: 429192
URL: https://svnweb.freebsd.org/changeset/ports/429192

Log:
  audio/libbs2b: back out r301301
  
  /usr/bin/ld no longer pulls indirect dependencies.
  
  PR:		215252
  Submitted by:	jbeich
  Reviewed by:	matthew
  Approved by:	matthew (mentor), liangtai.s26 at gmail.com (maintainer timeout)
  Differential Revision:	https://reviews.freebsd.org/D8885

Modified:
  head/audio/libbs2b/Makefile

Modified: head/audio/libbs2b/Makefile
==============================================================================
--- head/audio/libbs2b/Makefile	Thu Dec 22 22:41:27 2016	(r429191)
+++ head/audio/libbs2b/Makefile	Thu Dec 22 22:42:09 2016	(r429192)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libbs2b
 PORTVERSION=	3.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	SF/bs2b/${PORTNAME}/${PORTVERSION}
 
@@ -12,10 +12,7 @@ COMMENT=	Bauer Stereophonic-to-Binaural 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS+=	libsndfile.so:audio/libsndfile \
-		libogg.so:audio/libogg \
-		libFLAC.so:audio/flac \
-		libvorbis.so:audio/libvorbis
+LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 
 USES=		gmake libtool localbase pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list