pkgsrc-WIP-changes archive

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

corert-git: Eliminate patches/ issues fixed upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 7 23:23:51 2016 +0200
Changeset:	096e969e49d78f7293792c30ba923c2effd15e57

Modified Files:
	corert-git/distinfo
Removed Files:
	corert-git/patches/patch-src_Native_gc_env_gcenv.base.h

Log Message:
corert-git: Eliminate patches/ issues fixed upstream

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

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

diffstat:
 corert-git/distinfo                                     |  1 -
 corert-git/patches/patch-src_Native_gc_env_gcenv.base.h | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/corert-git/distinfo b/corert-git/distinfo
index 1783b43..afc7651 100644
--- a/corert-git/distinfo
+++ b/corert-git/distinfo
@@ -1,3 +1,2 @@
 $NetBSD$
 
-SHA1 (patch-src_Native_gc_env_gcenv.base.h) = 31837b9c8723c54ca65001a5c7c2168392d263a0
diff --git a/corert-git/patches/patch-src_Native_gc_env_gcenv.base.h b/corert-git/patches/patch-src_Native_gc_env_gcenv.base.h
deleted file mode 100644
index dcd9a61..0000000
--- a/corert-git/patches/patch-src_Native_gc_env_gcenv.base.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
---- src/Native/gc/env/gcenv.base.h.orig	2016-05-07 12:28:59.774660421 +0000
-+++ src/Native/gc/env/gcenv.base.h
-@@ -24,8 +24,12 @@
- #endif // __clang__
- #endif // !_MSC_VER
- 
-+#ifndef SIZE_T_MAX
- #define SIZE_T_MAX ((size_t)-1)
-+#endif
-+#ifndef SSIZE_T_MAX
- #define SSIZE_T_MAX ((ptrdiff_t)(SIZE_T_MAX / 2))
-+#endif
- 
- #ifndef _INC_WINDOWS
- // -----------------------------------------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index