Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 06:56:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422240 - head/graphics/wings
Message-ID:  <201609160656.u8G6uLjN087601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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