From owner-svn-ports-all@freebsd.org Thu Dec 22 22:42:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9709FC8D35A; Thu, 22 Dec 2016 22:42:10 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66950135B; Thu, 22 Dec 2016 22:42:10 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBMMg96o082280; Thu, 22 Dec 2016 22:42:09 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBMMg9m7082279; Thu, 22 Dec 2016 22:42:09 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201612222242.uBMMg9m7082279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 22 Dec 2016 22:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429192 - head/audio/libbs2b X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 22:42:10 -0000 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@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