Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 06:55:09 +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: r422239 - head/textproc/erlang-p1xml
Message-ID:  <201609160655.u8G6t9jM087471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 16 06:55:09 2016
New Revision: 422239
URL: https://svnweb.freebsd.org/changeset/ports/422239

Log:
  Mark BROKEN: fails to build
  
  src/xml_util.erl:32: syntax error before: '/'
  src/xml_util.erl:41: syntax error before: '/'
  src/xml_util.erl:50: syntax error before: '/'
  src/xml_util.erl:60: syntax error before: '/'
  src/xml_util.erl:69: syntax error before: '/'
  src/xml_util.erl:78: syntax error before: '/'
  Compiling src/xml_util.erl failed:
  ERROR: compile failed while processing /wrkdirs/usr/ports/textproc/erlang-p1xml/work/xml-7ff90b7: rebar_abort
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/erlang-p1xml/Makefile

Modified: head/textproc/erlang-p1xml/Makefile
==============================================================================
--- head/textproc/erlang-p1xml/Makefile	Fri Sep 16 06:50:44 2016	(r422238)
+++ head/textproc/erlang-p1xml/Makefile	Fri Sep 16 06:55:09 2016	(r422239)
@@ -11,6 +11,8 @@ COMMENT=	Fast Expat based Erlang XML par
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
 USES=		erlang:rebar



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