pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
corefx-git: Feature detect two pal_errno symbols
Module Name: pkgsrc-wip
Committed By: jasonwilliams200ok <necmon%yahoo.com@localhost>
Pushed By: danglingpointer
Date: Sun Feb 7 18:56:11 2016 +0000
Changeset: 2b246b395555b6ada51c7189223495329916c250
Modified Files:
corefx-git/distinfo
corefx-git/patches/patch-src_Native_configure.cmake
Log Message:
corefx-git: Feature detect two pal_errno symbols
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b246b395555b6ada51c7189223495329916c250
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-src_Native_configure.cmake | 17 +++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index e1a9053..29204d8 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -1,3 +1,5 @@
$NetBSD$
+SHA1 (patch-src_Native_Common_pal__config.h.in) = df846d4283b3faa55c6b629ed9772afd40ff5d3c
+SHA1 (patch-src_Native_System.Native_pal__errno.cpp) = 80c19049b465824ebd518c367e228231f12b5022
SHA1 (patch-src_Native_System.Native_pal__interfaceaddresses.cpp) = 4f82e6f028fe2b9826ba6afb62869e42a0b6ee3d
-SHA1 (patch-src_Native_configure.cmake) = 147acf1936ae3e66b8afb591ea2f114434a1f06b
+SHA1 (patch-src_Native_configure.cmake) = 383369775e46d22780ae7448cfb62b9dace09215
diff --git a/corefx-git/patches/patch-src_Native_configure.cmake b/corefx-git/patches/patch-src_Native_configure.cmake
index 2a23fa9..4bbe3e8 100644
--- a/corefx-git/patches/patch-src_Native_configure.cmake
+++ b/corefx-git/patches/patch-src_Native_configure.cmake
@@ -10,3 +10,20 @@ $NetBSD$
# in_pktinfo: Find whether this struct exists
check_include_files(
+@@ -75,6 +76,16 @@ check_symbol_exists(
+ "sys/ioctl.h"
+ HAVE_TIOCGWINSZ)
+
++check_symbol_exists(
++ ENOTRECOVERABLE
++ "sys/errno.h"
++ HAVE_ENOTRECOVERABLE)
++
++check_symbol_exists(
++ EOWNERDEAD
++ "sys/errno.h"
++ HAVE_EOWNERDEAD)
++
+ check_function_exists(
+ tcgetattr
+ HAVE_TCGETATTR)
Home |
Main Index |
Thread Index |
Old Index