svn commit: r537838 - head/audio/abgate-lv2

Antoine Brodin antoine at FreeBSD.org
Wed Jun 3 19:45:43 UTC 2020


Author: antoine
Date: Wed Jun  3 19:45:42 2020
New Revision: 537838
URL: https://svnweb.freebsd.org/changeset/ports/537838

Log:
  Mark BROKEN
  
  Reported by:	pkg-fallout

Modified:
  head/audio/abgate-lv2/Makefile

Modified: head/audio/abgate-lv2/Makefile
==============================================================================
--- head/audio/abgate-lv2/Makefile	Wed Jun  3 19:35:21 2020	(r537837)
+++ head/audio/abgate-lv2/Makefile	Wed Jun  3 19:45:42 2020	(r537838)
@@ -13,6 +13,8 @@ COMMENT=	Noise gate LV2 plugin
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		gate.cpp:47:41: error: unknown type name '_LV2_Descriptor'; did you mean 'LV2_Descriptor'?
+
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		compiler:c++11-lang gl gmake gnome pkgconfig qt:5 xorg


More information about the svn-ports-head mailing list