pkgsrc-WIP-changes archive

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

radare2: remove, file no longer present



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 18 19:27:21 2026 +0100
Changeset:	c5095085fdc42e023dcdefc948cb68a790bd270a

Removed Files:
	radare2/patches/patch-sys_ios-sdk.sh

Log Message:
radare2: remove, file no longer present

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

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

diffstat:
 radare2/patches/patch-sys_ios-sdk.sh | 15 ---------------
 1 file changed, 15 deletions(-)

diffs:
diff --git a/radare2/patches/patch-sys_ios-sdk.sh b/radare2/patches/patch-sys_ios-sdk.sh
deleted file mode 100644
index 86535802d9..0000000000
--- a/radare2/patches/patch-sys_ios-sdk.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-sys_ios-sdk.sh,v 1.2 2019/03/26 19:29:53 ryoon Exp $
-
-* POSIX shell portability
-
---- sys/ios-sdk.sh.orig	2019-02-19 12:35:24.000000000 +0000
-+++ sys/ios-sdk.sh
-@@ -152,7 +152,7 @@ while test $# -gt 0; do
- 	-archs|-a|--archs)
- 		shift
- 		if test $# -gt 0; then
--			if [ "$1" == "all" ]; then
-+			if [ "$1" = "all" ]; then
- 				ARCHS="armv7+armv7s+arm64"
- 			else
- 				ARCHS=$1


Home | Main Index | Thread Index | Old Index