From owner-svn-ports-all@freebsd.org Mon Jul 25 21:46:09 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 AE3F1BA519C; Mon, 25 Jul 2016 21:46:09 +0000 (UTC) (envelope-from jbeich@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 8121912F1; Mon, 25 Jul 2016 21:46:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PLk8wT013001; Mon, 25 Jul 2016 21:46:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PLk8nj013000; Mon, 25 Jul 2016 21:46:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607252146.u6PLk8nj013000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Jul 2016 21:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419068 - head/audio/libaudiofile 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.22 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: Mon, 25 Jul 2016 21:46:09 -0000 Author: jbeich Date: Mon Jul 25 21:46:08 2016 New Revision: 419068 URL: https://svnweb.freebsd.org/changeset/ports/419068 Log: audio/libaudiofile: track flac dependency ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac PR: 206888 Submitted by: jkim Approved by: portmgr blanket, maintainer timeout (6 months) Modified: head/audio/libaudiofile/Makefile (contents, props changed) Modified: head/audio/libaudiofile/Makefile ============================================================================== --- head/audio/libaudiofile/Makefile Mon Jul 25 21:10:36 2016 (r419067) +++ head/audio/libaudiofile/Makefile Mon Jul 25 21:46:08 2016 (r419068) @@ -4,7 +4,7 @@ PORTNAME= libaudiofile PORTVERSION= 0.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= audiofile-${PORTVERSION} @@ -14,6 +14,8 @@ COMMENT= Sound library for SGI audio fil LICENSE= LGPL21 +LIB_DEPENDS= libFLAC.so:audio/flac + CONFLICTS= osalp-0.7.* USES= pathfix pkgconfig tar:xz libtool