svn commit: r351630 - head/databases/ocaml-pgocaml

Antoine Brodin antoine at FreeBSD.org
Sun Apr 20 19:06:04 UTC 2014


Author: antoine
Date: Sun Apr 20 19:06:04 2014
New Revision: 351630
URL: http://svnweb.freebsd.org/changeset/ports/351630
QAT: https://qat.redports.org/buildarchive/r351630/

Log:
  Mark broken, fails to build
  
  ocamlfind ocamlc -g -package unix,extlib,pcre,calendar,csv \
    -pp "camlp4o pa_extend.cmo q_MLast.cmo  -parser Camlp4MacroParser -impl" \
    -I +camlp4 -c -impl pa_pgsql.ml4
  File "pa_pgsql.ml4", line 127, characters 16-16:
  Error: Unbound value _loc
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/databases/ocaml-pgocaml/Makefile

Modified: head/databases/ocaml-pgocaml/Makefile
==============================================================================
--- head/databases/ocaml-pgocaml/Makefile	Sun Apr 20 19:01:45 2014	(r351629)
+++ head/databases/ocaml-pgocaml/Makefile	Sun Apr 20 19:06:04 2014	(r351630)
@@ -12,6 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	tcrimi at gmail.com
 COMMENT=	An OCaml interface to PostgreSQL
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib \
 		${LOCALBASE}/${OCAML_SITELIBDIR}/pcre:${PORTSDIR}/devel/ocaml-pcre \
 		${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \


More information about the svn-ports-all mailing list