svn commit: r421159 - head/textproc/erlang-fast_xml

Jimmy Olgeni olgeni at FreeBSD.org
Wed Aug 31 13:01:58 UTC 2016


Author: olgeni
Date: Wed Aug 31 13:01:57 2016
New Revision: 421159
URL: https://svnweb.freebsd.org/changeset/ports/421159

Log:
  Mark as BROKEN due to rebar incompatibility.

Modified:
  head/textproc/erlang-fast_xml/Makefile

Modified: head/textproc/erlang-fast_xml/Makefile
==============================================================================
--- head/textproc/erlang-fast_xml/Makefile	Wed Aug 31 12:50:36 2016	(r421158)
+++ head/textproc/erlang-fast_xml/Makefile	Wed Aug 31 13:01:57 2016	(r421159)
@@ -22,6 +22,8 @@ ERL_RUN_DEPS:=	${ERL_BUILD_DEPS}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -l expat
 
+BROKEN=		does not build with latest devel/rebar
+
 pre-install:
 	${STRIP_CMD} ${WRKSRC}/priv/lib/*.so
 


More information about the svn-ports-all mailing list