svn commit: r419071 - branches/2016Q3/audio/libaudiofile

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 21:48:49 UTC 2016


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


More information about the svn-ports-all mailing list