Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 19:06:04 +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: r351630 - head/databases/ocaml-pgocaml
Message-ID:  <201404201906.s3KJ64K6091575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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