svn commit: r473892 - in head/devel/radare2: . files

Steve Wills swills at FreeBSD.org
Wed Jul 4 14:28:58 UTC 2018


Author: swills
Date: Wed Jul  4 14:28:56 2018
New Revision: 473892
URL: https://svnweb.freebsd.org/changeset/ports/473892

Log:
  devel/radare2: update to 2.6.9
  
  PR:		229495
  Approved by:	Michael Zhilin <mizhka at gmail.com> (maintainer)

Added:
  head/devel/radare2/files/
  head/devel/radare2/files/patch-binr_rules.mk   (contents, props changed)
Modified:
  head/devel/radare2/Makefile   (contents, props changed)
  head/devel/radare2/distinfo   (contents, props changed)
  head/devel/radare2/pkg-plist   (contents, props changed)

Modified: head/devel/radare2/Makefile
==============================================================================
--- head/devel/radare2/Makefile	Wed Jul  4 14:28:21 2018	(r473891)
+++ head/devel/radare2/Makefile	Wed Jul  4 14:28:56 2018	(r473892)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	radare2
-DISTVERSION=	2.4.0
+DISTVERSION=	2.6.9
 CATEGORIES=	devel
 
 MAINTAINER=	mizhka at gmail.com
@@ -11,10 +11,10 @@ COMMENT=	Tools to disasm, debug, analyze, and manipula
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libcapstone.so:devel/capstone4
-
 NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
 NOT_FOR_ARCHS_REASON=	does not build: Unsupported BSD architecture
+
+LIB_DEPENDS=	libcapstone.so:devel/capstone4
 
 CONFIGURE_ARGS=	--with-syscapstone
 

Modified: head/devel/radare2/distinfo
==============================================================================
--- head/devel/radare2/distinfo	Wed Jul  4 14:28:21 2018	(r473891)
+++ head/devel/radare2/distinfo	Wed Jul  4 14:28:56 2018	(r473892)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520498673
-SHA256 (radare-radare2-2.4.0_GH0.tar.gz) = e2edef4d70c7bbbb47d04002ce9d384eb2fc9c0cd4cbfde77cda8c10cae9ff24
-SIZE (radare-radare2-2.4.0_GH0.tar.gz) = 6301920
+TIMESTAMP = 1530628253
+SHA256 (radare-radare2-2.6.9_GH0.tar.gz) = 2838a8c83f1b32f8d5a13264580ff37788b3c0ac072e7f6408e9f7adbef84ba2
+SIZE (radare-radare2-2.6.9_GH0.tar.gz) = 6476948

Added: head/devel/radare2/files/patch-binr_rules.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/radare2/files/patch-binr_rules.mk	Wed Jul  4 14:28:56 2018	(r473892)
@@ -0,0 +1,11 @@
+--- binr/rules.mk.orig	2018-07-03 15:16:33 UTC
++++ binr/rules.mk
+@@ -2,6 +2,8 @@ BINR_PROGRAM=1
+ include ../../libr/config.mk
+ include ../../shlr/zip/deps.mk
+ 
++LDFLAGS+=-lexecinfo
++
+ ifeq (,$(findstring tcc,${CC}))
+ CFLAGS+=-pie
+ endif

Modified: head/devel/radare2/pkg-plist
==============================================================================
--- head/devel/radare2/pkg-plist	Wed Jul  4 14:28:21 2018	(r473891)
+++ head/devel/radare2/pkg-plist	Wed Jul  4 14:28:56 2018	(r473892)
@@ -6,18 +6,16 @@ bin/radare2
 bin/radiff2
 bin/rafind2
 bin/ragg2
-bin/ragg2-cc
 bin/rahash2
 bin/rarun2
 bin/rasm2
 bin/rax2
 include/libr/btree.h
-include/libr/r2naked.h
-include/libr/r_anal.h
 include/libr/r_anal_ex.h
+include/libr/r_anal.h
 include/libr/r_asm.h
-include/libr/r_bin.h
 include/libr/r_bin_dwarf.h
+include/libr/r_bin.h
 include/libr/r_bind.h
 include/libr/r_binheap.h
 include/libr/r_bp.h
@@ -54,10 +52,11 @@ include/libr/r_slist.h
 include/libr/r_socket.h
 include/libr/r_syscall.h
 include/libr/r_th.h
-include/libr/r_types.h
 include/libr/r_types_base.h
+include/libr/r_types.h
 include/libr/r_userconf.h
 include/libr/r_util.h
+include/libr/r_util/r_ascii_table.h
 include/libr/r_util/r_asn1.h
 include/libr/r_util/r_base64.h
 include/libr/r_util/r_base91.h
@@ -66,12 +65,13 @@ include/libr/r_util/r_bitmap.h
 include/libr/r_util/r_buf.h
 include/libr/r_util/r_cache.h
 include/libr/r_util/r_constr.h
+include/libr/r_util/r_ctypes.h
 include/libr/r_util/r_debruijn.h
 include/libr/r_util/r_des.h
 include/libr/r_util/r_file.h
 include/libr/r_util/r_graph.h
 include/libr/r_util/r_hex.h
-include/libr/r_util/r_id_storage.h
+include/libr/r_util/r_idpool.h
 include/libr/r_util/r_itv.h
 include/libr/r_util/r_json.h
 include/libr/r_util/r_log.h
@@ -79,6 +79,7 @@ include/libr/r_util/r_mem.h
 include/libr/r_util/r_mixed.h
 include/libr/r_util/r_name.h
 include/libr/r_util/r_num.h
+include/libr/r_util/r_panels.h
 include/libr/r_util/r_pkcs7.h
 include/libr/r_util/r_pool.h
 include/libr/r_util/r_punycode.h
@@ -89,12 +90,13 @@ include/libr/r_util/r_sandbox.h
 include/libr/r_util/r_signal.h
 include/libr/r_util/r_spaces.h
 include/libr/r_util/r_stack.h
-include/libr/r_util/r_str.h
 include/libr/r_util/r_str_util.h
+include/libr/r_util/r_str.h
 include/libr/r_util/r_strbuf.h
 include/libr/r_util/r_strpool.h
 include/libr/r_util/r_sys.h
 include/libr/r_util/r_tree.h
+include/libr/r_util/r_trie.h
 include/libr/r_util/r_uleb128.h
 include/libr/r_util/r_utf16.h
 include/libr/r_util/r_utf32.h
@@ -102,16 +104,17 @@ include/libr/r_util/r_utf8.h
 include/libr/r_util/r_x509.h
 include/libr/r_vector.h
 include/libr/r_version.h
+include/libr/r2naked.h
 include/libr/sdb.h
 include/libr/sdb/buffer.h
-include/libr/sdb/cdb.h
 include/libr/sdb/cdb_make.h
+include/libr/sdb/cdb.h
 include/libr/sdb/config.h
 include/libr/sdb/dict.h
 include/libr/sdb/ht.h
 include/libr/sdb/ls.h
-include/libr/sdb/sdb.h
 include/libr/sdb/sdb_version.h
+include/libr/sdb/sdb.h
 include/libr/sdb/sdbht.h
 include/libr/sdb/types.h
 include/libr/sflib/common/sfsocketcall.h
@@ -137,8 +140,6 @@ include/libr/sflib/linux-x86-32/sfsysnr.h
 include/libr/sflib/linux-x86-64/sflib.h
 include/libr/sflib/linux-x86-64/sfsyscall.h
 include/libr/sflib/linux-x86-64/sfsysnr.h
-lib/libr2.so
-lib/libr2.so.%%PORTVERSION%%
 lib/libr_anal.so
 lib/libr_anal.so.%%PORTVERSION%%
 lib/libr_asm.so
@@ -215,7 +216,6 @@ man/man1/rabin2.1.gz
 man/man1/radare2.1.gz
 man/man1/radiff2.1.gz
 man/man1/rafind2.1.gz
-man/man1/ragg2-cc.1.gz
 man/man1/ragg2.1.gz
 man/man1/rahash2.1.gz
 man/man1/rarun2.1.gz
@@ -245,6 +245,7 @@ man/man7/esil.7.gz
 %%PORTDOCS%%%%DOCSDIR%%/fortunes.tips
 %%PORTDOCS%%%%DOCSDIR%%/freebsd.md
 %%PORTDOCS%%%%DOCSDIR%%/gdb.md
+%%PORTDOCS%%%%DOCSDIR%%/gprobe.md
 %%PORTDOCS%%%%DOCSDIR%%/haiku.md
 %%PORTDOCS%%%%DOCSDIR%%/hud
 %%PORTDOCS%%%%DOCSDIR%%/ida.md
@@ -262,6 +263,7 @@ man/man7/esil.7.gz
 %%PORTDOCS%%%%DOCSDIR%%/maemo.md
 %%PORTDOCS%%%%DOCSDIR%%/objc.pl
 %%PORTDOCS%%%%DOCSDIR%%/oo.md
+%%PORTDOCS%%%%DOCSDIR%%/openbsd.md
 %%PORTDOCS%%%%DOCSDIR%%/plugins.md
 %%PORTDOCS%%%%DOCSDIR%%/portscan.r2
 %%PORTDOCS%%%%DOCSDIR%%/qnx.md
@@ -285,10 +287,10 @@ man/man7/esil.7.gz
 %%PORTDOCS%%%%DOCSDIR%%/windbg.md
 %%PORTDOCS%%%%DOCSDIR%%/windows.md
 %%PORTDOCS%%%%DOCSDIR%%/yara.md
-%%DATADIR%%/%%PORTVERSION%%/cons/Makefile
-%%DATADIR%%/%%PORTVERSION%%/cons/Makefile.bak
+%%DATADIR%%/%%PORTVERSION%%/cons/ayu
 %%DATADIR%%/%%PORTVERSION%%/cons/basic
 %%DATADIR%%/%%PORTVERSION%%/cons/behelit
+%%DATADIR%%/%%PORTVERSION%%/cons/bold
 %%DATADIR%%/%%PORTVERSION%%/cons/cga
 %%DATADIR%%/%%PORTVERSION%%/cons/consonance
 %%DATADIR%%/%%PORTVERSION%%/cons/cutter
@@ -298,11 +300,11 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/cons/focus
 %%DATADIR%%/%%PORTVERSION%%/cons/lima
 %%DATADIR%%/%%PORTVERSION%%/cons/matrix
-%%DATADIR%%/%%PORTVERSION%%/cons/meson.build
 %%DATADIR%%/%%PORTVERSION%%/cons/monokai
 %%DATADIR%%/%%PORTVERSION%%/cons/ogray
 %%DATADIR%%/%%PORTVERSION%%/cons/pink
 %%DATADIR%%/%%PORTVERSION%%/cons/rasta
+%%DATADIR%%/%%PORTVERSION%%/cons/sepia
 %%DATADIR%%/%%PORTVERSION%%/cons/smyck
 %%DATADIR%%/%%PORTVERSION%%/cons/solarized
 %%DATADIR%%/%%PORTVERSION%%/cons/tango
@@ -334,6 +336,7 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-32.sdb
 %%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-64.sdb
 %%DATADIR%%/%%PORTVERSION%%/fcnsign/types.sdb
+%%DATADIR%%/%%PORTVERSION%%/flag/tags.r2
 %%DATADIR%%/%%PORTVERSION%%/format/dll/aclui.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/activeds.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/atl.sdb
@@ -346,6 +349,7 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/format/dll/gsprop32.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/iertutil.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/kernel32.sdb
+%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc120.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/mfc30.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/mfc40.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/mfc42.sdb
@@ -376,15 +380,14 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/format/dll/ws2_32.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/wsnmp32.sdb
 %%DATADIR%%/%%PORTVERSION%%/format/dll/wsock32.sdb
+%%DATADIR%%/%%PORTVERSION%%/format/elf_enums
 %%DATADIR%%/%%PORTVERSION%%/format/elf32
 %%DATADIR%%/%%PORTVERSION%%/format/elf64
-%%DATADIR%%/%%PORTVERSION%%/format/elf_enums
 %%DATADIR%%/%%PORTVERSION%%/format/mz
 %%DATADIR%%/%%PORTVERSION%%/format/pe32
 %%DATADIR%%/%%PORTVERSION%%/format/trx
 %%DATADIR%%/%%PORTVERSION%%/format/zip
 %%DATADIR%%/%%PORTVERSION%%/hud/main
-%%DATADIR%%/%%PORTVERSION%%/magic/OpenBSD
 %%DATADIR%%/%%PORTVERSION%%/magic/archive
 %%DATADIR%%/%%PORTVERSION%%/magic/cafebabe
 %%DATADIR%%/%%PORTVERSION%%/magic/code
@@ -409,6 +412,7 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/magic/mime
 %%DATADIR%%/%%PORTVERSION%%/magic/netbsd
 %%DATADIR%%/%%PORTVERSION%%/magic/network
+%%DATADIR%%/%%PORTVERSION%%/magic/OpenBSD
 %%DATADIR%%/%%PORTVERSION%%/magic/pdf
 %%DATADIR%%/%%PORTVERSION%%/magic/perl
 %%DATADIR%%/%%PORTVERSION%%/magic/python
@@ -423,7 +427,6 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/magic/zfs
 %%DATADIR%%/%%PORTVERSION%%/opcodes/6502.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/8051.sdb
-%%DATADIR%%/%%PORTVERSION%%/opcodes/LH5801.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/arc.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/arm.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/avr.sdb
@@ -431,6 +434,7 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/opcodes/i4004.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/i8080.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/java.sdb
+%%DATADIR%%/%%PORTVERSION%%/opcodes/LH5801.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/lm32.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/m68k.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/malbolge.sdb
@@ -445,6 +449,7 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/opcodes/sysz.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/tms320.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/v810.sdb
+%%DATADIR%%/%%PORTVERSION%%/opcodes/v850.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/x86.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/xtensa.sdb
 %%DATADIR%%/%%PORTVERSION%%/opcodes/z80.sdb
@@ -475,10 +480,10 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/www/d3/packages.js
 %%DATADIR%%/%%PORTVERSION%%/www/d3/style.css
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/disassembler_old.js
+%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo_app.js
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo.css
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient-invert.png
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient.png
-%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo_app.js
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient-invert.png
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient.png
 %%DATADIR%%/%%PORTVERSION%%/www/enyo/icon.png
@@ -500,11 +505,11 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/www/f/index.html
 %%DATADIR%%/%%PORTVERSION%%/www/f/r2.js
 %%DATADIR%%/%%PORTVERSION%%/www/favicon.ico
-%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow.gif
 %%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_d.gif
 %%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_l.gif
 %%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_r.gif
 %%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_u.gif
+%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow.gif
 %%DATADIR%%/%%PORTVERSION%%/www/graph/index.html
 %%DATADIR%%/%%PORTVERSION%%/www/graph/index.js
 %%DATADIR%%/%%PORTVERSION%%/www/graph/js-graph-it.css
@@ -525,9 +530,10 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/www/m/legacy.js
 %%DATADIR%%/%%PORTVERSION%%/www/m/r2.js
 %%DATADIR%%/%%PORTVERSION%%/www/m/stylesheet.css
-%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/FileSaver.min.js
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.css
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.js
+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/FileSaver.min.js
+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/fonts.css
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/MaterialIcons-Regular.woff
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-400.woff
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-700.woff
@@ -537,12 +543,11 @@ man/man7/esil.7.gz
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-500.woff
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-700.woff
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-900.woff
-%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/fonts.css
-%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc.png
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc_disabled.png
+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc.png
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_both.png
-%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc.png
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc_disabled.png
+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc.png
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.css
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.js
 %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.min.js


More information about the svn-ports-all mailing list