pkgsrc-WIP-changes archive

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

compiler-rt-git: Eliminate local patch, merged upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 8 13:34:52 2017 +0200
Changeset:	f7e26335a333bf3f5df20f8f961e775db2f44ec8

Modified Files:
	compiler-rt-git/distinfo
Removed Files:
	compiler-rt-git/patches/patch-lib_sanitizer__common_sanitizer__internal__defs.h

Log Message:
compiler-rt-git: Eliminate local patch, merged upstream

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 compiler-rt-git/distinfo                                |  1 -
 ...ch-lib_sanitizer__common_sanitizer__internal__defs.h | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/compiler-rt-git/distinfo b/compiler-rt-git/distinfo
index f17eba5538..30a5e10383 100644
--- a/compiler-rt-git/distinfo
+++ b/compiler-rt-git/distinfo
@@ -20,7 +20,6 @@ SHA1 (patch-lib_asan_asan__mapping.h) = 73f5f33e946868b4780864e633916376b11b16f1
 SHA1 (patch-lib_asan_scripts_asan__symbolize.py) = 95024c8d49fdcbdbf5ccc9013e54ad9b3f469e14
 SHA1 (patch-lib_interception_interception__linux.cc) = 41e29e48d879a7c1a8e8c5c466439310783d5e9f
 SHA1 (patch-lib_interception_interception__linux.h) = ebbdd314aeff8be22107a78872a71b9606748b36
-SHA1 (patch-lib_sanitizer__common_sanitizer__internal__defs.h) = f84e3442e72b6d07ad7c8e8fcf44718c547e2a93
 SHA1 (patch-lib_sanitizer__common_sanitizer__linux.cc) = 5d09c96941940fb7bb21b83161a5723140ac31e6
 SHA1 (patch-lib_sanitizer__common_sanitizer__linux.h) = b3177dc169208b1b3e0c951fe3fd9c07e82fff49
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.cc) = 36a89517584891a1a50536a681a5d42e99ef904d
diff --git a/compiler-rt-git/patches/patch-lib_sanitizer__common_sanitizer__internal__defs.h b/compiler-rt-git/patches/patch-lib_sanitizer__common_sanitizer__internal__defs.h
deleted file mode 100644
index 0cd984030f..0000000000
--- a/compiler-rt-git/patches/patch-lib_sanitizer__common_sanitizer__internal__defs.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
---- lib/sanitizer_common/sanitizer_internal_defs.h.orig	2017-07-04 05:53:22.000000000 +0000
-+++ lib/sanitizer_common/sanitizer_internal_defs.h
-@@ -132,9 +132,9 @@ typedef int pid_t;
- // WARNING: OFF_T may be different from OS type off_t, depending on the value of
- // _FILE_OFFSET_BITS. This definition of OFF_T matches the ABI of system calls
- // like pread and mmap, as opposed to pread64 and mmap64.
--// FreeBSD, Mac and Linux/x86-64 are special.
--#if SANITIZER_FREEBSD || SANITIZER_MAC || \
--  (SANITIZER_LINUX && defined(__x86_64__))
-+// FreeBSD, NetBSD, Mac and Linux/x86-64 are special.
-+#if SANITIZER_FREEBSD || SANITIZER_NETBSD || SANITIZER_MAC || \
-+    (SANITIZER_LINUX && defined(__x86_64__))
- typedef u64 OFF_T;
- #else
- typedef uptr OFF_T;


Home | Main Index | Thread Index | Old Index