Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2018 21:27:28 +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: r479959 - head/x11/radare-cutter
Message-ID:  <201809172127.w8HLRSVh027011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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