pkgsrc-WIP-changes archive

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

radare2-git: Drop local patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <kamil%netbsd.org@localhost>
Pushed By:	kamil
Date:		Mon Jan 25 21:04:11 2021 +0100
Changeset:	50ebef45033f2e9b13881a072bb03612d6c7428e

Modified Files:
	radare2-git/distinfo
Removed Files:
	radare2-git/patches/patch-sys_docker__build__alpine__image.sh

Log Message:
radare2-git: Drop local patch

Merged upstream.

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

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

diffstat:
 radare2-git/distinfo                                        |  1 -
 .../patches/patch-sys_docker__build__alpine__image.sh       | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/radare2-git/distinfo b/radare2-git/distinfo
index 9297a212e2..2376b8ad79 100644
--- a/radare2-git/distinfo
+++ b/radare2-git/distinfo
@@ -6,4 +6,3 @@ SHA512 (radare2-3.6.0.tar.gz) = 41f55611a419e32392e0a32d25c7126539bed52f1e5d5b63
 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
-SHA1 (patch-sys_docker__build__alpine__image.sh) = 1445bbbc4497037e227cffb4878575b901628127
diff --git a/radare2-git/patches/patch-sys_docker__build__alpine__image.sh b/radare2-git/patches/patch-sys_docker__build__alpine__image.sh
deleted file mode 100644
index 8e290ea11a..0000000000
--- a/radare2-git/patches/patch-sys_docker__build__alpine__image.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- sys/docker_build_alpine_image.sh.orig	2021-01-25 12:08:13.000000000 +0000
-+++ sys/docker_build_alpine_image.sh
-@@ -186,7 +186,7 @@ RUN set -o pipefail && \
- 			echo "alias q=\"exit\"" >>/root/.bashrc \
- 		) \
- 	) && ( \
--		[ "$gname" == "root" ] || \
-+		[ "$gname" = "root" ] || \
- 		( \
- 			groupadd -f $gname && \
- 			(groupmod -g $gid $gname 2>/dev/null || true) && \


Home | Main Index | Thread Index | Old Index