pkgsrc-WIP-changes archive

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

corefx-git: Fix patch for cmakeargs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Mar 4 02:07:13 2016 +0100
Changeset:	ab856355789220b7ca5d8558fe1a69ec32b1cc7c

Modified Files:
	corefx-git/distinfo
	corefx-git/patches/patch-build.sh
	corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh

Log Message:
corefx-git: Fix patch for cmakeargs

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

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

diffstat:
 corefx-git/distinfo                                       | 4 ++--
 corefx-git/patches/patch-build.sh                         | 6 ++++--
 corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index 941d1e4..d85a8e1 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
-SHA1 (patch-build.sh) = fb2f19bc7fece61f2a227a1670737df9dc7b21ab
+SHA1 (patch-build.sh) = c0e9db60c8f3bfbcc5d4f2f1b2bef92f19d697f4
 SHA1 (patch-run-test.sh) = a50960196fadc4e6d7b6c6f7bbf968b46ff284b4
 SHA1 (patch-src_Native_configure.cmake) = 2f9be9b5319a386bffe326cbfb0afd3c4a15b975
-SHA1 (patch-src_Native_gen-buildsys-clang.sh) = 8ea05b26ee7c25e60bb24252ec2a07714504c344
+SHA1 (patch-src_Native_gen-buildsys-clang.sh) = 2b90007d86d0c41c1af044cca0ef44591a9a2ecc
 SHA1 (patch-src_System.IO.FileSystem.DriveInfo_tests_System.IO.FileSystem.DriveInfo.Tests.csproj) = 2566a3cb4e92de519569461cae2a2b9b6b6554da
 SHA1 (patch-src_System.Net.Http_tests_FunctionalTests_System.Net.Http.Functional.Tests.csproj) = b49b15fc11b7c5373d237ebea524dbeab77ac653
 SHA1 (patch-src_System.Net.NameResolution_tests_FunctionalTests_System.Net.NameResolution.Functional.Tests.csproj) = 20073552527d651b49ca54f12f38ee1d8e34e518
diff --git a/corefx-git/patches/patch-build.sh b/corefx-git/patches/patch-build.sh
index ca67360..3b6af30 100644
--- a/corefx-git/patches/patch-build.sh
+++ b/corefx-git/patches/patch-build.sh
@@ -2,7 +2,9 @@ $NetBSD$
 
 --- build.sh.orig	2016-03-02 23:13:05.000000000 +0000
 +++ build.sh
-@@ -2,7 +2,7 @@
+@@ -1,8 +1,8 @@
+-#!/usr/bin/env bash
++#!/usr/pkg/bin/bash
  
  usage()
  {
@@ -136,7 +138,7 @@ $NetBSD$
 +
 +        cmakeargs)
 +            if [ -n "$2" ]; then
-+                __cmakeargs="$2"
++                __cmakeextraargs="$2"
 +                shift
 +            else
 +                echo "ERROR: 'cmakeargs' requires a non-empty option argument"
diff --git a/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh b/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh
index b48b048..b785d78 100644
--- a/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh
+++ b/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh
@@ -33,5 +33,5 @@ $NetBSD$
 +fi
 +
 +cmake $cmake_extra_defines \
-+    $__UnprocessedCMakeArgs
++    $__UnprocessedCMakeArgs \
 +    $1


Home | Main Index | Thread Index | Old Index