Date: Mon, 25 Jul 2016 21:46:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419068 - head/audio/libaudiofile Message-ID: <201607252146.u6PLk8nj013000@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607252146.u6PLk8nj013000>