Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2019 13:03:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r506220 - branches/2019Q3/audio/slv2
Message-ID:  <201907081303.x68D38Tr047729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jul  8 13:03:08 2019
New Revision: 506220
URL: https://svnweb.freebsd.org/changeset/ports/506220

Log:
  MFH: r506219
  
  Mark BROKEN: fails to configure
  
  Checking for lv2core >= 1.0                 : Package 'lv2core' was not found
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/audio/slv2/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/audio/slv2/Makefile
==============================================================================
--- branches/2019Q3/audio/slv2/Makefile	Mon Jul  8 13:02:33 2019	(r506219)
+++ branches/2019Q3/audio/slv2/Makefile	Mon Jul  8 13:03:08 2019	(r506220)
@@ -13,6 +13,8 @@ COMMENT=	LV2 Application Support Library
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	lv2>=1.14.0_1:audio/lv2
 LIB_DEPENDS=	libjack.so:audio/jack \
 		librdf.so:textproc/redland



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