svn commit: r422239 - head/textproc/erlang-p1xml

Antoine Brodin antoine at FreeBSD.org
Fri Sep 16 06:55:10 UTC 2016


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


More information about the svn-ports-all mailing list