View | Details | Raw Unified | Return to bug 229495
Collapse All | Expand All

(-)devel/radare2/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	radare2
4
PORTNAME=	radare2
5
DISTVERSION=	2.4.0
5
DISTVERSION=	2.6.9
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	mizhka@gmail.com
8
MAINTAINER=	mizhka@gmail.com
Lines 11-21 COMMENT= Tools to disasm, debug, analyze, and manipulate binary files Link Here
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
LIB_DEPENDS=	libcapstone.so:devel/capstone4
15
16
NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
14
NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
17
NOT_FOR_ARCHS_REASON=	does not build: Unsupported BSD architecture
15
NOT_FOR_ARCHS_REASON=	does not build: Unsupported BSD architecture
18
16
17
LIB_DEPENDS=	libcapstone.so:devel/capstone4
18
19
CONFIGURE_ARGS=	--with-syscapstone
19
CONFIGURE_ARGS=	--with-syscapstone
20
20
21
USES=		gmake localbase pathfix pkgconfig tar:xz
21
USES=		gmake localbase pathfix pkgconfig tar:xz
(-)devel/radare2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520498673
1
TIMESTAMP = 1530628253
2
SHA256 (radare-radare2-2.4.0_GH0.tar.gz) = e2edef4d70c7bbbb47d04002ce9d384eb2fc9c0cd4cbfde77cda8c10cae9ff24
2
SHA256 (radare-radare2-2.6.9_GH0.tar.gz) = 2838a8c83f1b32f8d5a13264580ff37788b3c0ac072e7f6408e9f7adbef84ba2
3
SIZE (radare-radare2-2.4.0_GH0.tar.gz) = 6301920
3
SIZE (radare-radare2-2.6.9_GH0.tar.gz) = 6476948
(-)devel/radare2/files/patch-binr_rules.mk (+11 lines)
Added Link Here
1
--- binr/rules.mk.orig	2018-07-03 15:16:33 UTC
2
+++ binr/rules.mk
3
@@ -2,6 +2,8 @@ BINR_PROGRAM=1
4
 include ../../libr/config.mk
5
 include ../../shlr/zip/deps.mk
6
 
7
+LDFLAGS+=-lexecinfo
8
+
9
 ifeq (,$(findstring tcc,${CC}))
10
 CFLAGS+=-pie
11
 endif
(-)devel/radare2/pkg-plist (-24 / +29 lines)
Lines 6-23 bin/radare2 Link Here
6
bin/radiff2
6
bin/radiff2
7
bin/rafind2
7
bin/rafind2
8
bin/ragg2
8
bin/ragg2
9
bin/ragg2-cc
10
bin/rahash2
9
bin/rahash2
11
bin/rarun2
10
bin/rarun2
12
bin/rasm2
11
bin/rasm2
13
bin/rax2
12
bin/rax2
14
include/libr/btree.h
13
include/libr/btree.h
15
include/libr/r2naked.h
16
include/libr/r_anal.h
17
include/libr/r_anal_ex.h
14
include/libr/r_anal_ex.h
15
include/libr/r_anal.h
18
include/libr/r_asm.h
16
include/libr/r_asm.h
19
include/libr/r_bin.h
20
include/libr/r_bin_dwarf.h
17
include/libr/r_bin_dwarf.h
18
include/libr/r_bin.h
21
include/libr/r_bind.h
19
include/libr/r_bind.h
22
include/libr/r_binheap.h
20
include/libr/r_binheap.h
23
include/libr/r_bp.h
21
include/libr/r_bp.h
Lines 54-63 include/libr/r_slist.h Link Here
54
include/libr/r_socket.h
52
include/libr/r_socket.h
55
include/libr/r_syscall.h
53
include/libr/r_syscall.h
56
include/libr/r_th.h
54
include/libr/r_th.h
57
include/libr/r_types.h
58
include/libr/r_types_base.h
55
include/libr/r_types_base.h
56
include/libr/r_types.h
59
include/libr/r_userconf.h
57
include/libr/r_userconf.h
60
include/libr/r_util.h
58
include/libr/r_util.h
59
include/libr/r_util/r_ascii_table.h
61
include/libr/r_util/r_asn1.h
60
include/libr/r_util/r_asn1.h
62
include/libr/r_util/r_base64.h
61
include/libr/r_util/r_base64.h
63
include/libr/r_util/r_base91.h
62
include/libr/r_util/r_base91.h
Lines 66-77 include/libr/r_util/r_bitmap.h Link Here
66
include/libr/r_util/r_buf.h
65
include/libr/r_util/r_buf.h
67
include/libr/r_util/r_cache.h
66
include/libr/r_util/r_cache.h
68
include/libr/r_util/r_constr.h
67
include/libr/r_util/r_constr.h
68
include/libr/r_util/r_ctypes.h
69
include/libr/r_util/r_debruijn.h
69
include/libr/r_util/r_debruijn.h
70
include/libr/r_util/r_des.h
70
include/libr/r_util/r_des.h
71
include/libr/r_util/r_file.h
71
include/libr/r_util/r_file.h
72
include/libr/r_util/r_graph.h
72
include/libr/r_util/r_graph.h
73
include/libr/r_util/r_hex.h
73
include/libr/r_util/r_hex.h
74
include/libr/r_util/r_id_storage.h
74
include/libr/r_util/r_idpool.h
75
include/libr/r_util/r_itv.h
75
include/libr/r_util/r_itv.h
76
include/libr/r_util/r_json.h
76
include/libr/r_util/r_json.h
77
include/libr/r_util/r_log.h
77
include/libr/r_util/r_log.h
Lines 79-84 include/libr/r_util/r_mem.h Link Here
79
include/libr/r_util/r_mixed.h
79
include/libr/r_util/r_mixed.h
80
include/libr/r_util/r_name.h
80
include/libr/r_util/r_name.h
81
include/libr/r_util/r_num.h
81
include/libr/r_util/r_num.h
82
include/libr/r_util/r_panels.h
82
include/libr/r_util/r_pkcs7.h
83
include/libr/r_util/r_pkcs7.h
83
include/libr/r_util/r_pool.h
84
include/libr/r_util/r_pool.h
84
include/libr/r_util/r_punycode.h
85
include/libr/r_util/r_punycode.h
Lines 89-100 include/libr/r_util/r_sandbox.h Link Here
89
include/libr/r_util/r_signal.h
90
include/libr/r_util/r_signal.h
90
include/libr/r_util/r_spaces.h
91
include/libr/r_util/r_spaces.h
91
include/libr/r_util/r_stack.h
92
include/libr/r_util/r_stack.h
92
include/libr/r_util/r_str.h
93
include/libr/r_util/r_str_util.h
93
include/libr/r_util/r_str_util.h
94
include/libr/r_util/r_str.h
94
include/libr/r_util/r_strbuf.h
95
include/libr/r_util/r_strbuf.h
95
include/libr/r_util/r_strpool.h
96
include/libr/r_util/r_strpool.h
96
include/libr/r_util/r_sys.h
97
include/libr/r_util/r_sys.h
97
include/libr/r_util/r_tree.h
98
include/libr/r_util/r_tree.h
99
include/libr/r_util/r_trie.h
98
include/libr/r_util/r_uleb128.h
100
include/libr/r_util/r_uleb128.h
99
include/libr/r_util/r_utf16.h
101
include/libr/r_util/r_utf16.h
100
include/libr/r_util/r_utf32.h
102
include/libr/r_util/r_utf32.h
Lines 102-117 include/libr/r_util/r_utf8.h Link Here
102
include/libr/r_util/r_x509.h
104
include/libr/r_util/r_x509.h
103
include/libr/r_vector.h
105
include/libr/r_vector.h
104
include/libr/r_version.h
106
include/libr/r_version.h
107
include/libr/r2naked.h
105
include/libr/sdb.h
108
include/libr/sdb.h
106
include/libr/sdb/buffer.h
109
include/libr/sdb/buffer.h
107
include/libr/sdb/cdb.h
108
include/libr/sdb/cdb_make.h
110
include/libr/sdb/cdb_make.h
111
include/libr/sdb/cdb.h
109
include/libr/sdb/config.h
112
include/libr/sdb/config.h
110
include/libr/sdb/dict.h
113
include/libr/sdb/dict.h
111
include/libr/sdb/ht.h
114
include/libr/sdb/ht.h
112
include/libr/sdb/ls.h
115
include/libr/sdb/ls.h
113
include/libr/sdb/sdb.h
114
include/libr/sdb/sdb_version.h
116
include/libr/sdb/sdb_version.h
117
include/libr/sdb/sdb.h
115
include/libr/sdb/sdbht.h
118
include/libr/sdb/sdbht.h
116
include/libr/sdb/types.h
119
include/libr/sdb/types.h
117
include/libr/sflib/common/sfsocketcall.h
120
include/libr/sflib/common/sfsocketcall.h
Lines 137-144 include/libr/sflib/linux-x86-32/sfsysnr.h Link Here
137
include/libr/sflib/linux-x86-64/sflib.h
140
include/libr/sflib/linux-x86-64/sflib.h
138
include/libr/sflib/linux-x86-64/sfsyscall.h
141
include/libr/sflib/linux-x86-64/sfsyscall.h
139
include/libr/sflib/linux-x86-64/sfsysnr.h
142
include/libr/sflib/linux-x86-64/sfsysnr.h
140
lib/libr2.so
141
lib/libr2.so.%%PORTVERSION%%
142
lib/libr_anal.so
143
lib/libr_anal.so
143
lib/libr_anal.so.%%PORTVERSION%%
144
lib/libr_anal.so.%%PORTVERSION%%
144
lib/libr_asm.so
145
lib/libr_asm.so
Lines 215-221 man/man1/rabin2.1.gz Link Here
215
man/man1/radare2.1.gz
216
man/man1/radare2.1.gz
216
man/man1/radiff2.1.gz
217
man/man1/radiff2.1.gz
217
man/man1/rafind2.1.gz
218
man/man1/rafind2.1.gz
218
man/man1/ragg2-cc.1.gz
219
man/man1/ragg2.1.gz
219
man/man1/ragg2.1.gz
220
man/man1/rahash2.1.gz
220
man/man1/rahash2.1.gz
221
man/man1/rarun2.1.gz
221
man/man1/rarun2.1.gz
Lines 245-250 man/man7/esil.7.gz Link Here
245
%%PORTDOCS%%%%DOCSDIR%%/fortunes.tips
245
%%PORTDOCS%%%%DOCSDIR%%/fortunes.tips
246
%%PORTDOCS%%%%DOCSDIR%%/freebsd.md
246
%%PORTDOCS%%%%DOCSDIR%%/freebsd.md
247
%%PORTDOCS%%%%DOCSDIR%%/gdb.md
247
%%PORTDOCS%%%%DOCSDIR%%/gdb.md
248
%%PORTDOCS%%%%DOCSDIR%%/gprobe.md
248
%%PORTDOCS%%%%DOCSDIR%%/haiku.md
249
%%PORTDOCS%%%%DOCSDIR%%/haiku.md
249
%%PORTDOCS%%%%DOCSDIR%%/hud
250
%%PORTDOCS%%%%DOCSDIR%%/hud
250
%%PORTDOCS%%%%DOCSDIR%%/ida.md
251
%%PORTDOCS%%%%DOCSDIR%%/ida.md
Lines 262-267 man/man7/esil.7.gz Link Here
262
%%PORTDOCS%%%%DOCSDIR%%/maemo.md
263
%%PORTDOCS%%%%DOCSDIR%%/maemo.md
263
%%PORTDOCS%%%%DOCSDIR%%/objc.pl
264
%%PORTDOCS%%%%DOCSDIR%%/objc.pl
264
%%PORTDOCS%%%%DOCSDIR%%/oo.md
265
%%PORTDOCS%%%%DOCSDIR%%/oo.md
266
%%PORTDOCS%%%%DOCSDIR%%/openbsd.md
265
%%PORTDOCS%%%%DOCSDIR%%/plugins.md
267
%%PORTDOCS%%%%DOCSDIR%%/plugins.md
266
%%PORTDOCS%%%%DOCSDIR%%/portscan.r2
268
%%PORTDOCS%%%%DOCSDIR%%/portscan.r2
267
%%PORTDOCS%%%%DOCSDIR%%/qnx.md
269
%%PORTDOCS%%%%DOCSDIR%%/qnx.md
Lines 285-294 man/man7/esil.7.gz Link Here
285
%%PORTDOCS%%%%DOCSDIR%%/windbg.md
287
%%PORTDOCS%%%%DOCSDIR%%/windbg.md
286
%%PORTDOCS%%%%DOCSDIR%%/windows.md
288
%%PORTDOCS%%%%DOCSDIR%%/windows.md
287
%%PORTDOCS%%%%DOCSDIR%%/yara.md
289
%%PORTDOCS%%%%DOCSDIR%%/yara.md
288
%%DATADIR%%/%%PORTVERSION%%/cons/Makefile
290
%%DATADIR%%/%%PORTVERSION%%/cons/ayu
289
%%DATADIR%%/%%PORTVERSION%%/cons/Makefile.bak
290
%%DATADIR%%/%%PORTVERSION%%/cons/basic
291
%%DATADIR%%/%%PORTVERSION%%/cons/basic
291
%%DATADIR%%/%%PORTVERSION%%/cons/behelit
292
%%DATADIR%%/%%PORTVERSION%%/cons/behelit
293
%%DATADIR%%/%%PORTVERSION%%/cons/bold
292
%%DATADIR%%/%%PORTVERSION%%/cons/cga
294
%%DATADIR%%/%%PORTVERSION%%/cons/cga
293
%%DATADIR%%/%%PORTVERSION%%/cons/consonance
295
%%DATADIR%%/%%PORTVERSION%%/cons/consonance
294
%%DATADIR%%/%%PORTVERSION%%/cons/cutter
296
%%DATADIR%%/%%PORTVERSION%%/cons/cutter
Lines 298-308 man/man7/esil.7.gz Link Here
298
%%DATADIR%%/%%PORTVERSION%%/cons/focus
300
%%DATADIR%%/%%PORTVERSION%%/cons/focus
299
%%DATADIR%%/%%PORTVERSION%%/cons/lima
301
%%DATADIR%%/%%PORTVERSION%%/cons/lima
300
%%DATADIR%%/%%PORTVERSION%%/cons/matrix
302
%%DATADIR%%/%%PORTVERSION%%/cons/matrix
301
%%DATADIR%%/%%PORTVERSION%%/cons/meson.build
302
%%DATADIR%%/%%PORTVERSION%%/cons/monokai
303
%%DATADIR%%/%%PORTVERSION%%/cons/monokai
303
%%DATADIR%%/%%PORTVERSION%%/cons/ogray
304
%%DATADIR%%/%%PORTVERSION%%/cons/ogray
304
%%DATADIR%%/%%PORTVERSION%%/cons/pink
305
%%DATADIR%%/%%PORTVERSION%%/cons/pink
305
%%DATADIR%%/%%PORTVERSION%%/cons/rasta
306
%%DATADIR%%/%%PORTVERSION%%/cons/rasta
307
%%DATADIR%%/%%PORTVERSION%%/cons/sepia
306
%%DATADIR%%/%%PORTVERSION%%/cons/smyck
308
%%DATADIR%%/%%PORTVERSION%%/cons/smyck
307
%%DATADIR%%/%%PORTVERSION%%/cons/solarized
309
%%DATADIR%%/%%PORTVERSION%%/cons/solarized
308
%%DATADIR%%/%%PORTVERSION%%/cons/tango
310
%%DATADIR%%/%%PORTVERSION%%/cons/tango
Lines 334-339 man/man7/esil.7.gz Link Here
334
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-32.sdb
336
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-32.sdb
335
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-64.sdb
337
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types-x86-windows-64.sdb
336
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types.sdb
338
%%DATADIR%%/%%PORTVERSION%%/fcnsign/types.sdb
339
%%DATADIR%%/%%PORTVERSION%%/flag/tags.r2
337
%%DATADIR%%/%%PORTVERSION%%/format/dll/aclui.sdb
340
%%DATADIR%%/%%PORTVERSION%%/format/dll/aclui.sdb
338
%%DATADIR%%/%%PORTVERSION%%/format/dll/activeds.sdb
341
%%DATADIR%%/%%PORTVERSION%%/format/dll/activeds.sdb
339
%%DATADIR%%/%%PORTVERSION%%/format/dll/atl.sdb
342
%%DATADIR%%/%%PORTVERSION%%/format/dll/atl.sdb
Lines 346-351 man/man7/esil.7.gz Link Here
346
%%DATADIR%%/%%PORTVERSION%%/format/dll/gsprop32.sdb
349
%%DATADIR%%/%%PORTVERSION%%/format/dll/gsprop32.sdb
347
%%DATADIR%%/%%PORTVERSION%%/format/dll/iertutil.sdb
350
%%DATADIR%%/%%PORTVERSION%%/format/dll/iertutil.sdb
348
%%DATADIR%%/%%PORTVERSION%%/format/dll/kernel32.sdb
351
%%DATADIR%%/%%PORTVERSION%%/format/dll/kernel32.sdb
352
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc120.sdb
349
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc30.sdb
353
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc30.sdb
350
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc40.sdb
354
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc40.sdb
351
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc42.sdb
355
%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc42.sdb
Lines 376-390 man/man7/esil.7.gz Link Here
376
%%DATADIR%%/%%PORTVERSION%%/format/dll/ws2_32.sdb
380
%%DATADIR%%/%%PORTVERSION%%/format/dll/ws2_32.sdb
377
%%DATADIR%%/%%PORTVERSION%%/format/dll/wsnmp32.sdb
381
%%DATADIR%%/%%PORTVERSION%%/format/dll/wsnmp32.sdb
378
%%DATADIR%%/%%PORTVERSION%%/format/dll/wsock32.sdb
382
%%DATADIR%%/%%PORTVERSION%%/format/dll/wsock32.sdb
383
%%DATADIR%%/%%PORTVERSION%%/format/elf_enums
379
%%DATADIR%%/%%PORTVERSION%%/format/elf32
384
%%DATADIR%%/%%PORTVERSION%%/format/elf32
380
%%DATADIR%%/%%PORTVERSION%%/format/elf64
385
%%DATADIR%%/%%PORTVERSION%%/format/elf64
381
%%DATADIR%%/%%PORTVERSION%%/format/elf_enums
382
%%DATADIR%%/%%PORTVERSION%%/format/mz
386
%%DATADIR%%/%%PORTVERSION%%/format/mz
383
%%DATADIR%%/%%PORTVERSION%%/format/pe32
387
%%DATADIR%%/%%PORTVERSION%%/format/pe32
384
%%DATADIR%%/%%PORTVERSION%%/format/trx
388
%%DATADIR%%/%%PORTVERSION%%/format/trx
385
%%DATADIR%%/%%PORTVERSION%%/format/zip
389
%%DATADIR%%/%%PORTVERSION%%/format/zip
386
%%DATADIR%%/%%PORTVERSION%%/hud/main
390
%%DATADIR%%/%%PORTVERSION%%/hud/main
387
%%DATADIR%%/%%PORTVERSION%%/magic/OpenBSD
388
%%DATADIR%%/%%PORTVERSION%%/magic/archive
391
%%DATADIR%%/%%PORTVERSION%%/magic/archive
389
%%DATADIR%%/%%PORTVERSION%%/magic/cafebabe
392
%%DATADIR%%/%%PORTVERSION%%/magic/cafebabe
390
%%DATADIR%%/%%PORTVERSION%%/magic/code
393
%%DATADIR%%/%%PORTVERSION%%/magic/code
Lines 409-414 man/man7/esil.7.gz Link Here
409
%%DATADIR%%/%%PORTVERSION%%/magic/mime
412
%%DATADIR%%/%%PORTVERSION%%/magic/mime
410
%%DATADIR%%/%%PORTVERSION%%/magic/netbsd
413
%%DATADIR%%/%%PORTVERSION%%/magic/netbsd
411
%%DATADIR%%/%%PORTVERSION%%/magic/network
414
%%DATADIR%%/%%PORTVERSION%%/magic/network
415
%%DATADIR%%/%%PORTVERSION%%/magic/OpenBSD
412
%%DATADIR%%/%%PORTVERSION%%/magic/pdf
416
%%DATADIR%%/%%PORTVERSION%%/magic/pdf
413
%%DATADIR%%/%%PORTVERSION%%/magic/perl
417
%%DATADIR%%/%%PORTVERSION%%/magic/perl
414
%%DATADIR%%/%%PORTVERSION%%/magic/python
418
%%DATADIR%%/%%PORTVERSION%%/magic/python
Lines 423-429 man/man7/esil.7.gz Link Here
423
%%DATADIR%%/%%PORTVERSION%%/magic/zfs
427
%%DATADIR%%/%%PORTVERSION%%/magic/zfs
424
%%DATADIR%%/%%PORTVERSION%%/opcodes/6502.sdb
428
%%DATADIR%%/%%PORTVERSION%%/opcodes/6502.sdb
425
%%DATADIR%%/%%PORTVERSION%%/opcodes/8051.sdb
429
%%DATADIR%%/%%PORTVERSION%%/opcodes/8051.sdb
426
%%DATADIR%%/%%PORTVERSION%%/opcodes/LH5801.sdb
427
%%DATADIR%%/%%PORTVERSION%%/opcodes/arc.sdb
430
%%DATADIR%%/%%PORTVERSION%%/opcodes/arc.sdb
428
%%DATADIR%%/%%PORTVERSION%%/opcodes/arm.sdb
431
%%DATADIR%%/%%PORTVERSION%%/opcodes/arm.sdb
429
%%DATADIR%%/%%PORTVERSION%%/opcodes/avr.sdb
432
%%DATADIR%%/%%PORTVERSION%%/opcodes/avr.sdb
Lines 431-436 man/man7/esil.7.gz Link Here
431
%%DATADIR%%/%%PORTVERSION%%/opcodes/i4004.sdb
434
%%DATADIR%%/%%PORTVERSION%%/opcodes/i4004.sdb
432
%%DATADIR%%/%%PORTVERSION%%/opcodes/i8080.sdb
435
%%DATADIR%%/%%PORTVERSION%%/opcodes/i8080.sdb
433
%%DATADIR%%/%%PORTVERSION%%/opcodes/java.sdb
436
%%DATADIR%%/%%PORTVERSION%%/opcodes/java.sdb
437
%%DATADIR%%/%%PORTVERSION%%/opcodes/LH5801.sdb
434
%%DATADIR%%/%%PORTVERSION%%/opcodes/lm32.sdb
438
%%DATADIR%%/%%PORTVERSION%%/opcodes/lm32.sdb
435
%%DATADIR%%/%%PORTVERSION%%/opcodes/m68k.sdb
439
%%DATADIR%%/%%PORTVERSION%%/opcodes/m68k.sdb
436
%%DATADIR%%/%%PORTVERSION%%/opcodes/malbolge.sdb
440
%%DATADIR%%/%%PORTVERSION%%/opcodes/malbolge.sdb
Lines 445-450 man/man7/esil.7.gz Link Here
445
%%DATADIR%%/%%PORTVERSION%%/opcodes/sysz.sdb
449
%%DATADIR%%/%%PORTVERSION%%/opcodes/sysz.sdb
446
%%DATADIR%%/%%PORTVERSION%%/opcodes/tms320.sdb
450
%%DATADIR%%/%%PORTVERSION%%/opcodes/tms320.sdb
447
%%DATADIR%%/%%PORTVERSION%%/opcodes/v810.sdb
451
%%DATADIR%%/%%PORTVERSION%%/opcodes/v810.sdb
452
%%DATADIR%%/%%PORTVERSION%%/opcodes/v850.sdb
448
%%DATADIR%%/%%PORTVERSION%%/opcodes/x86.sdb
453
%%DATADIR%%/%%PORTVERSION%%/opcodes/x86.sdb
449
%%DATADIR%%/%%PORTVERSION%%/opcodes/xtensa.sdb
454
%%DATADIR%%/%%PORTVERSION%%/opcodes/xtensa.sdb
450
%%DATADIR%%/%%PORTVERSION%%/opcodes/z80.sdb
455
%%DATADIR%%/%%PORTVERSION%%/opcodes/z80.sdb
Lines 475-484 man/man7/esil.7.gz Link Here
475
%%DATADIR%%/%%PORTVERSION%%/www/d3/packages.js
480
%%DATADIR%%/%%PORTVERSION%%/www/d3/packages.js
476
%%DATADIR%%/%%PORTVERSION%%/www/d3/style.css
481
%%DATADIR%%/%%PORTVERSION%%/www/d3/style.css
477
%%DATADIR%%/%%PORTVERSION%%/www/enyo/disassembler_old.js
482
%%DATADIR%%/%%PORTVERSION%%/www/enyo/disassembler_old.js
483
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo_app.js
478
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo.css
484
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo.css
479
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient-invert.png
485
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient-invert.png
480
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient.png
486
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo/lib/onyx/images/gradient.png
481
%%DATADIR%%/%%PORTVERSION%%/www/enyo/enyo_app.js
482
%%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient-invert.png
487
%%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient-invert.png
483
%%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient.png
488
%%DATADIR%%/%%PORTVERSION%%/www/enyo/gradient.png
484
%%DATADIR%%/%%PORTVERSION%%/www/enyo/icon.png
489
%%DATADIR%%/%%PORTVERSION%%/www/enyo/icon.png
Lines 500-510 man/man7/esil.7.gz Link Here
500
%%DATADIR%%/%%PORTVERSION%%/www/f/index.html
505
%%DATADIR%%/%%PORTVERSION%%/www/f/index.html
501
%%DATADIR%%/%%PORTVERSION%%/www/f/r2.js
506
%%DATADIR%%/%%PORTVERSION%%/www/f/r2.js
502
%%DATADIR%%/%%PORTVERSION%%/www/favicon.ico
507
%%DATADIR%%/%%PORTVERSION%%/www/favicon.ico
503
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow.gif
504
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_d.gif
508
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_d.gif
505
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_l.gif
509
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_l.gif
506
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_r.gif
510
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_r.gif
507
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_u.gif
511
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow_u.gif
512
%%DATADIR%%/%%PORTVERSION%%/www/graph/img/arrow.gif
508
%%DATADIR%%/%%PORTVERSION%%/www/graph/index.html
513
%%DATADIR%%/%%PORTVERSION%%/www/graph/index.html
509
%%DATADIR%%/%%PORTVERSION%%/www/graph/index.js
514
%%DATADIR%%/%%PORTVERSION%%/www/graph/index.js
510
%%DATADIR%%/%%PORTVERSION%%/www/graph/js-graph-it.css
515
%%DATADIR%%/%%PORTVERSION%%/www/graph/js-graph-it.css
Lines 525-533 man/man7/esil.7.gz Link Here
525
%%DATADIR%%/%%PORTVERSION%%/www/m/legacy.js
530
%%DATADIR%%/%%PORTVERSION%%/www/m/legacy.js
526
%%DATADIR%%/%%PORTVERSION%%/www/m/r2.js
531
%%DATADIR%%/%%PORTVERSION%%/www/m/r2.js
527
%%DATADIR%%/%%PORTVERSION%%/www/m/stylesheet.css
532
%%DATADIR%%/%%PORTVERSION%%/www/m/stylesheet.css
528
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/FileSaver.min.js
529
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.css
533
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.css
530
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.js
534
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.js
535
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/FileSaver.min.js
536
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/fonts.css
531
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/MaterialIcons-Regular.woff
537
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/MaterialIcons-Regular.woff
532
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-400.woff
538
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-400.woff
533
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-700.woff
539
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-italic-700.woff
Lines 537-548 man/man7/esil.7.gz Link Here
537
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-500.woff
543
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-500.woff
538
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-700.woff
544
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-700.woff
539
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-900.woff
545
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/Roboto-normal-900.woff
540
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/fonts.css
541
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc.png
542
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc_disabled.png
546
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc_disabled.png
547
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_asc.png
543
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_both.png
548
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_both.png
544
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc.png
545
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc_disabled.png
549
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc_disabled.png
550
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/images/sort_desc.png
546
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.css
551
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.css
547
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.js
552
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.dataTables.min.js
548
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.min.js
553
%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/jquery.min.js

Return to bug 229495