svn commit: r506220 - branches/2019Q3/audio/slv2

Antoine Brodin antoine at FreeBSD.org
Mon Jul 8 13:03:09 UTC 2019


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


More information about the svn-ports-branches mailing list