pkgsrc-WIP-changes archive

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

coreclr-git: Remove kludge for PKGSRC prefix



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 7 16:55:32 2016 +0100
Changeset:	dcb90d9c7c4d44a9a2b5ab0a39d06efb024a3a41

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_pal_src_CMakeLists.txt
	coreclr-git/patches/patch-src_pal_src_configure.cmake

Log Message:
coreclr-git: Remove kludge for PKGSRC prefix

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

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

diffstat:
 coreclr-git/distinfo                                  |  2 --
 coreclr-git/patches/patch-src_pal_src_CMakeLists.txt  | 12 ------------
 coreclr-git/patches/patch-src_pal_src_configure.cmake | 13 -------------
 3 files changed, 27 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index a4ac3d2..36a06f6 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,5 +1,3 @@
 $NetBSD$
 
 SHA1 (patch-src_pal_inc_pal__char16.h) = ca743d8330802f1a626b1c335461c733eb2a6325
-SHA1 (patch-src_pal_src_CMakeLists.txt) = 70b48ae972cf214c9e38119f376a6b6c83079fe9
-SHA1 (patch-src_pal_src_configure.cmake) = 3c43cd68dffab48a1ab8a6997a681197ddacaac4
diff --git a/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt b/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt
deleted file mode 100644
index eb6dd17..0000000
--- a/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- src/pal/src/CMakeLists.txt.orig	2016-02-06 09:37:43.000000000 +0000
-+++ src/pal/src/CMakeLists.txt
-@@ -263,6 +263,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
- endif(CMAKE_SYSTEM_NAME STREQUAL Linux)
- 
- if(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
-+  include_directories(SYSTEM /usr/pkg/include)
-   find_library(UNWIND unwind)
-   find_library(INTL intl)
-   target_link_libraries(coreclrpal
diff --git a/coreclr-git/patches/patch-src_pal_src_configure.cmake b/coreclr-git/patches/patch-src_pal_src_configure.cmake
deleted file mode 100644
index f75a55b..0000000
--- a/coreclr-git/patches/patch-src_pal_src_configure.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/pal/src/configure.cmake.orig	2016-02-06 09:37:43.000000000 +0000
-+++ src/pal/src/configure.cmake
-@@ -9,6 +9,8 @@ include(CheckLibraryExists)
- 
- if(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
-   set(CMAKE_REQUIRED_INCLUDES /usr/local/include)
-+elseif(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
-+  set(CMAKE_REQUIRED_INCLUDES /usr/pkg/include)
- elseif(CMAKE_SYSTEM_NAME STREQUAL SunOS)
-   set(CMAKE_REQUIRED_INCLUDES /opt/local/include)
- endif()


Home | Main Index | Thread Index | Old Index