svn commit: r506219 - head/audio/slv2

Antoine Brodin antoine at FreeBSD.org
Mon Jul 8 13:02:34 UTC 2019


Author: antoine
Date: Mon Jul  8 13:02:33 2019
New Revision: 506219
URL: https://svnweb.freebsd.org/changeset/ports/506219

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

Modified:
  head/audio/slv2/Makefile

Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile	Mon Jul  8 12:58:43 2019	(r506218)
+++ head/audio/slv2/Makefile	Mon Jul  8 13:02:33 2019	(r506219)
@@ -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-head mailing list