svn commit: r479959 - head/x11/radare-cutter

Antoine Brodin antoine at FreeBSD.org
Mon Sep 17 21:27:29 UTC 2018


Author: antoine
Date: Mon Sep 17 21:27:28 2018
New Revision: 479959
URL: https://svnweb.freebsd.org/changeset/ports/479959

Log:
  Mark BROKEN: fails to build with radare2 2.9
  
  ../cutter-1.5/src/Cutter.cpp:1759:5: error: no matching function for call to 'r_core_task_join'
      r_core_task_join(core_, nullptr, task);
  
  Reported by:	pkg-fallout

Modified:
  head/x11/radare-cutter/Makefile

Modified: head/x11/radare-cutter/Makefile
==============================================================================
--- head/x11/radare-cutter/Makefile	Mon Sep 17 21:16:54 2018	(r479958)
+++ head/x11/radare-cutter/Makefile	Mon Sep 17 21:27:28 2018	(r479959)
@@ -12,6 +12,8 @@ COMMENT=	GUI for radare2 reverse engineering framework
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+BROKEN=		fails to build with radare2 2.9
+
 LIB_DEPENDS=	libr_bin.so:devel/radare2
 
 USES=		pkgconfig python:3.4+ qmake:outsource qt:5


More information about the svn-ports-head mailing list