Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 21:03:15 +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: r559875 - head/devel/frama-c
Message-ID:  <202101012103.101L3Fgd010520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  1 21:03:15 2021
New Revision: 559875
URL: https://svnweb.freebsd.org/changeset/ports/559875

Log:
  Mark BROKEN: fails to build
  
  File "src/plugins/gui/gtk_helper.ml", line 323, characters 54-58:
  Error: This expression has type string but an expression was expected of type
           bytes
  
  Reported by:	pkg-fallout

Modified:
  head/devel/frama-c/Makefile

Modified: head/devel/frama-c/Makefile
==============================================================================
--- head/devel/frama-c/Makefile	Fri Jan  1 21:01:27 2021	(r559874)
+++ head/devel/frama-c/Makefile	Fri Jan  1 21:03:15 2021	(r559875)
@@ -12,6 +12,8 @@ COMMENT=	Extensible platform for source-code analysis 
 
 LICENSE=	LGPL21
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph \
 	    ${LOCALBASE}/lib/ocaml/site-lib/zarith/zarith.a:math/ocaml-zarith
 RUN_DEPENDS=	${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph \



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