Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 15:13:36 +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: r404020 - head/devel/monotone-viz
Message-ID:  <201512191513.tBJFDaCx049759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 19 15:13:36 2015
New Revision: 404020
URL: https://svnweb.freebsd.org/changeset/ports/404020

Log:
  Mark BROKEN: fails to build
  
  ocamlopt.opt  -I /usr/local/lib/ocaml/site-lib/lablgtk2 -I glib  -c app.ml
  File "app.ml", line 172, characters 5-27:
  Error: This expression has type App.status
         It has no method with_status
  Makefile:99: recipe for target 'app.cmx' failed
  
  Reported by:	pkg-fallout

Modified:
  head/devel/monotone-viz/Makefile

Modified: head/devel/monotone-viz/Makefile
==============================================================================
--- head/devel/monotone-viz/Makefile	Sat Dec 19 15:11:48 2015	(r404019)
+++ head/devel/monotone-viz/Makefile	Sat Dec 19 15:13:36 2015	(r404020)
@@ -13,6 +13,8 @@ COMMENT=	Visual interface for Monotone V
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
 RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz \
 		mtn:${PORTSDIR}/devel/monotone \



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