Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 20:56:50 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488738 - in head/audio: lilv sratom
Message-ID:  <201812302056.wBUKuoke014613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Dec 30 20:56:50 2018
New Revision: 488738
URL: https://svnweb.freebsd.org/changeset/ports/488738

Log:
  Add lv2 to RUN_DEPENDS.
  
  sratom and lilv both have lv2 in the Required filed of there pkg-config file.
  
  PR:		234334
  Approved by:	maintainer

Modified:
  head/audio/lilv/Makefile
  head/audio/sratom/Makefile

Modified: head/audio/lilv/Makefile
==============================================================================
--- head/audio/lilv/Makefile	Sun Dec 30 20:52:40 2018	(r488737)
+++ head/audio/lilv/Makefile	Sun Dec 30 20:56:50 2018	(r488738)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lilv
 PORTVERSION=	0.24.4
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
 LIB_DEPENDS=	libserd-0.so:devel/serd libsord-0.so:devel/sord libsratom-0.so:audio/sratom libsndfile.so:audio/libsndfile
+RUN_DEPENDS=	lv2>=1.14.0:audio/lv2
 
 USES=		pkgconfig python:build tar:bzip2 waf
 

Modified: head/audio/sratom/Makefile
==============================================================================
--- head/audio/sratom/Makefile	Sun Dec 30 20:52:40 2018	(r488737)
+++ head/audio/sratom/Makefile	Sun Dec 30 20:56:50 2018	(r488738)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sratom
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -12,8 +13,9 @@ COMMENT=	Sratom is a library for serialising LV2 atoms
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libserd-0.so:devel/serd libsord-0.so:devel/sord
 BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
+LIB_DEPENDS=	libserd-0.so:devel/serd libsord-0.so:devel/sord
+RUN_DEPENDS=	lv2>=1.14.0:audio/lv2
 
 USES=		pkgconfig python:build tar:bzip2 waf
 USE_CSTD=	c99



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812302056.wBUKuoke014613>