svn commit: r422240 - head/graphics/wings

Antoine Brodin antoine at FreeBSD.org
Fri Sep 16 06:56:22 UTC 2016


Author: antoine
Date: Fri Sep 16 06:56:21 2016
New Revision: 422240
URL: https://svnweb.freebsd.org/changeset/ports/422240

Log:
  Mark BROKEN: fails to build
  
  erlc  -W +debug_info +debug_info -o. tools.erl
  tools.erl:247: redefining predefined macro 'FUNCTION_NAME'
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/wings/Makefile

Modified: head/graphics/wings/Makefile
==============================================================================
--- head/graphics/wings/Makefile	Fri Sep 16 06:55:09 2016	(r422239)
+++ head/graphics/wings/Makefile	Fri Sep 16 06:56:21 2016	(r422240)
@@ -16,6 +16,8 @@ LICENSE_NAME=	Wings 3D License # similar
 LICENSE_FILE=	${WRKSRC}/license.terms
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	erl:lang/erlang \
 		erlang-esdl>0:devel/erlang-esdl
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-head mailing list