pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

radare2-git: Drop merged patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <kamil%netbsd.org@localhost>
Pushed By:	kamil
Date:		Mon Jan 25 22:34:55 2021 +0100
Changeset:	c7fad50a76b309fd5298c5f299b922b6667ba337

Modified Files:
	radare2-git/distinfo
Removed Files:
	radare2-git/patches/patch-libr_anal_p_pyc.mk
	radare2-git/patches/patch-libr_anal_p_wasm.mk

Log Message:
radare2-git: Drop merged patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7fad50a76b309fd5298c5f299b922b6667ba337

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 radare2-git/distinfo                          |  2 --
 radare2-git/patches/patch-libr_anal_p_pyc.mk  | 12 ------------
 radare2-git/patches/patch-libr_anal_p_wasm.mk | 10 ----------
 3 files changed, 24 deletions(-)

diffs:
diff --git a/radare2-git/distinfo b/radare2-git/distinfo
index 2376b8ad79..ad2e049a31 100644
--- a/radare2-git/distinfo
+++ b/radare2-git/distinfo
@@ -4,5 +4,3 @@ SHA1 (radare2-3.6.0.tar.gz) = caaf1119e241b68286977f1a8d51f2508260e3fa
 RMD160 (radare2-3.6.0.tar.gz) = 80d97131b4294db15580d9e68609b73b76d41725
 SHA512 (radare2-3.6.0.tar.gz) = 41f55611a419e32392e0a32d25c7126539bed52f1e5d5b636e792b270445aafb21e9ff44942d09397c74e7ad5244673cdd99f67e324bf3d759963881b96ca90c
 Size (radare2-3.6.0.tar.gz) = 14132547 bytes
-SHA1 (patch-libr_anal_p_pyc.mk) = f6e028702a615ac2751177e8a47e3cad379829d8
-SHA1 (patch-libr_anal_p_wasm.mk) = 5414ff02a5785e2805b60edb5e3a2b6f261bb012
diff --git a/radare2-git/patches/patch-libr_anal_p_pyc.mk b/radare2-git/patches/patch-libr_anal_p_pyc.mk
deleted file mode 100644
index 13fa33a01f..0000000000
--- a/radare2-git/patches/patch-libr_anal_p_pyc.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- libr/anal/p/pyc.mk.orig	2021-01-25 12:08:12.000000000 +0000
-+++ libr/anal/p/pyc.mk
-@@ -35,6 +35,7 @@ STATIC_OBJ+=${OBJ_PYC}
- TARGET_PYC=anal_pyc.$(EXT_SO)
- 
- ALL_TARGETS+=${TARGET_PYC}
-+PYC_ROOT=../asm/arch/pyc
- CFLAGS+=-I$(PYC_ROOT)
- 
- ${TARGET_PYC}: ${OBJ_PYC}
diff --git a/radare2-git/patches/patch-libr_anal_p_wasm.mk b/radare2-git/patches/patch-libr_anal_p_wasm.mk
deleted file mode 100644
index 4f1aeee3fa..0000000000
--- a/radare2-git/patches/patch-libr_anal_p_wasm.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD$
-
---- libr/anal/p/wasm.mk.orig	2021-01-25 12:08:12.000000000 +0000
-+++ libr/anal/p/wasm.mk
-@@ -1,4 +1,5 @@
- OBJ_WASM=anal_wasm.o
-+WASM_ROOT=../asm/arch/wasm
- CFLAGS+=-I$(WASM_ROOT)
- 
- STATIC_OBJ+=${OBJ_WASM}


Home | Main Index | Thread Index | Old Index