svn commit: r559875 - head/devel/frama-c

Antoine Brodin antoine at FreeBSD.org
Fri Jan 1 21:03:16 UTC 2021


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 \


More information about the svn-ports-head mailing list