Received: by mail.netbsd.org (Postfix, from userid 605) id F2FD584D36; Sun, 18 Feb 2018 17:40:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E2F284C85 for ; Sun, 18 Feb 2018 17:40:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gv6RSYIUXE4u for ; Sun, 18 Feb 2018 17:40:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D07CA84C71 for ; Sun, 18 Feb 2018 17:40:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4F04FB40; Sun, 18 Feb 2018 17:40:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151897561851640" MIME-Version: 1.0 Date: Sun, 18 Feb 2018 17:40:18 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/devel/radare2/patches To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20180218174018.C4F04FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151897561851640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sun Feb 18 17:40:18 UTC 2018 Added Files: pkgsrc/devel/radare2/patches: patch-libr_debug_Makefile patch-sys_ios-sdk.sh Log Message: radare2: Include newly added patches To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile \ pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151897561851640 Content-Disposition: inline Content-Length: 1228 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile diff -u /dev/null pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile:1.1 --- /dev/null Sun Feb 18 17:40:18 2018 +++ pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile Sun Feb 18 17:40:18 2018 @@ -0,0 +1,13 @@ +$NetBSD: patch-libr_debug_Makefile,v 1.1 2018/02/18 17:40:18 kamil Exp $ + +--- libr/debug/Makefile.orig 2018-01-29 10:36:59.000000000 +0000 ++++ libr/debug/Makefile +@@ -6,7 +6,7 @@ DEPS+=r_socket + CFLAGS+=-DCORELIB + + ifeq ($(OSTYPE),bsd) +-LDFLAGS=-lkvm ++LDFLAGS+=-lkvm + endif + + foo: Index: pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh diff -u /dev/null pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh:1.1 --- /dev/null Sun Feb 18 17:40:18 2018 +++ pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh Sun Feb 18 17:40:18 2018 @@ -0,0 +1,13 @@ +$NetBSD: patch-sys_ios-sdk.sh,v 1.1 2018/02/18 17:40:18 kamil Exp $ + +--- sys/ios-sdk.sh.orig 2018-01-29 10:36:59.000000000 +0000 ++++ sys/ios-sdk.sh +@@ -131,7 +131,7 @@ while test $# -gt 0; do + -archs) + shift + if test $# -gt 0; then +- if [ "$1" == "all" ]; then ++ if [ "$1" = "all" ]; then + ARCHS="armv7+armv7s+arm64" + else + ARCHS=$1 --_----------=_151897561851640--