svn commit: r404020 - head/devel/monotone-viz

Antoine Brodin antoine at FreeBSD.org
Sat Dec 19 15:13:37 UTC 2015


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 \


More information about the svn-ports-all mailing list