pkgsrc-WIP-changes archive

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

coreclr-git: Fix typo and stop using new-lines (just in case)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 7 18:13:04 2016 +0100
Changeset:	d071c45e720a61059662b5206a4e44d075dd048f

Modified Files:
	coreclr-git/Makefile
	coreclr-git/distinfo
	coreclr-git/patches/patch-src_pal_inc_pal__char16.h
	coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh

Log Message:
coreclr-git: Fix typo and stop using new-lines (just in case)

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

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

diffstat:
 coreclr-git/Makefile                                          | 6 +-----
 coreclr-git/distinfo                                          | 4 ++--
 coreclr-git/patches/patch-src_pal_inc_pal__char16.h           | 2 +-
 coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh | 2 +-
 4 files changed, 5 insertions(+), 9 deletions(-)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 5d50c58..9913156 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -23,11 +23,7 @@ DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 do-build:
 	${RUN} cd ${WRKSRC} && \
-		${PKGSRC_SETENV} \
-			CMAKE_ENV_EXTRA="${CONFIGURE_ENV}" \
-			CMAKE_ARGS_EXTRA="${CMAKE_ARGS}" \
-			PYTHON=${PYTHONBIN} \
-				./build.sh
+	${PKGSRC_SETENV} CMAKE_ENV_EXTRA="${CONFIGURE_ENV}" CMAKE_ARGS_EXTRA="${CMAKE_ARGS}" PYTHON=${PYTHONBIN} ./build.sh
 
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../wip/llvm-git/buildlink3.mk"
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 849ad61..0b21a92 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,4 +1,4 @@
 $NetBSD$
 
-SHA1 (patch-src_pal_inc_pal__char16.h) = ca743d8330802f1a626b1c335461c733eb2a6325
-SHA1 (patch-src_pal_tools_gen-buildsys-clang.sh) = 9770fa8c431354d22e9807c0be4c1136694db9c8
+SHA1 (patch-src_pal_inc_pal__char16.h) = 205f6a8533838c192b36bbb00155da1b02e0f629
+SHA1 (patch-src_pal_tools_gen-buildsys-clang.sh) = 033f48bbd9043bb1fef3f88d68680d3206548b94
diff --git a/coreclr-git/patches/patch-src_pal_inc_pal__char16.h b/coreclr-git/patches/patch-src_pal_inc_pal__char16.h
index e9c1a2e..349876e 100644
--- a/coreclr-git/patches/patch-src_pal_inc_pal__char16.h
+++ b/coreclr-git/patches/patch-src_pal_inc_pal__char16.h
@@ -1,6 +1,6 @@
 $NetBSD$
 
---- src/pal/inc/pal_char16.h.orig	2016-02-06 09:37:43.000000000 +0000
+--- src/pal/inc/pal_char16.h.orig	2016-01-28 19:04:13.000000000 +0000
 +++ src/pal/inc/pal_char16.h
 @@ -29,6 +29,8 @@ This file is used to define the wchar_t 
  #ifndef PAL_STDCPP_COMPAT
diff --git a/coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh b/coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh
index 6dd1fa2..d73fd66 100644
--- a/coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh
+++ b/coreclr-git/patches/patch-src_pal_tools_gen-buildsys-clang.sh
@@ -17,7 +17,7 @@ $NetBSD$
  
 -cmake \
 +cmake_extra_env="$cmake_extra_env $CMAKE_ENV_EXTRA"
-+cmake_extra_defines="$cmake_extra_defined $CMAKE_ARGS_EXTRA"
++cmake_extra_defines="$cmake_extra_defines $CMAKE_ARGS_EXTRA"
 +
 +$cmake_extra_env cmake \
    -G "$generator" \


Home | Main Index | Thread Index | Old Index