Date: Mon, 25 Jul 2016 21:48:48 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419071 - branches/2016Q3/audio/libaudiofile Message-ID: <201607252148.u6PLmmMj013484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 25 21:48:47 2016 New Revision: 419071 URL: https://svnweb.freebsd.org/changeset/ports/419071 Log: MFH: r419068 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) Approved by: ports-secteam blanket Modified: branches/2016Q3/audio/libaudiofile/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/libaudiofile/Makefile ============================================================================== --- branches/2016Q3/audio/libaudiofile/Makefile Mon Jul 25 21:46:34 2016 (r419070) +++ branches/2016Q3/audio/libaudiofile/Makefile Mon Jul 25 21:48:47 2016 (r419071) @@ -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?201607252148.u6PLmmMj013484>