svn commit: r432489 - head/textproc/ocaml-pxp

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 26 14:01:21 UTC 2017


Author: amdmi3
Date: Thu Jan 26 14:01:20 2017
New Revision: 432489
URL: https://svnweb.freebsd.org/changeset/ports/432489

Log:
  - Mark BROKEN:
  
  Fatal error: exception Failure("Ocamlnet: Cannot find the lookup table `cmapr.iso88592' which is supposed to be available as file /usr/local/lib/ocaml/site-lib:/usr/local/lib/ocaml/netunidata/cmapr.iso88592.netdb")

Modified:
  head/textproc/ocaml-pxp/Makefile

Modified: head/textproc/ocaml-pxp/Makefile
==============================================================================
--- head/textproc/ocaml-pxp/Makefile	Thu Jan 26 13:39:39 2017	(r432488)
+++ head/textproc/ocaml-pxp/Makefile	Thu Jan 26 14:01:20 2017	(r432489)
@@ -13,6 +13,8 @@ COMMENT=	Validating XML parser for OCaml
 BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net
 RUN_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net
 
+BROKEN=		does not build
+
 OPTIONS_DEFINE=	ULEX
 OPTIONS_DEFAULT=ULEX
 ULEX_DESC=	Include UTF-8 lexical analyzer support


More information about the svn-ports-all mailing list