pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clang-netbsd: Update to SVN r. 320228
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Dec 9 01:56:49 2017 +0100
Changeset: cab8e65ace74ddf4acf1e55d241ff38c179cfcb5
Modified Files:
clang-netbsd/Makefile.common
clang-netbsd/distinfo
Removed Files:
clang-netbsd/patches/patch-lib_Driver_ToolChains_Gnu.cpp
Log Message:
clang-netbsd: Update to SVN r. 320228
Eliminate local patch, merged upstream:
Don't link NetBSD programs with -ldl in linkXRayRuntimeDeps
https://reviews.llvm.org/D41021
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=cab8e65ace74ddf4acf1e55d241ff38c179cfcb5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clang-netbsd/Makefile.common | 2 +-
clang-netbsd/distinfo | 1 -
clang-netbsd/patches/patch-lib_Driver_ToolChains_Gnu.cpp | 14 --------------
3 files changed, 1 insertion(+), 16 deletions(-)
diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index cf4ed6bcd2..e62cb3c8e8 100644
--- a/clang-netbsd/Makefile.common
+++ b/clang-netbsd/Makefile.common
@@ -6,7 +6,7 @@ CATEGORIES= lang devel
SVN_REPOSITORIES= clang
SVN_REPO.clang= http://llvm.org/svn/llvm-project/cfe/trunk
-SVN_REVISION.clang= 320165
+SVN_REVISION.clang= 320228
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://clang.llvm.org/
diff --git a/clang-netbsd/distinfo b/clang-netbsd/distinfo
index d81acd4899..b0f519db5d 100644
--- a/clang-netbsd/distinfo
+++ b/clang-netbsd/distinfo
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
SHA1 (patch-lib_Basic_Targets_OSTargets.h) = 9d229074c8e36be37176349971667817b227eaa5
-SHA1 (patch-lib_Driver_ToolChains_Gnu.cpp) = 241c603172fffe6bc8ef3a3733bd3f42c19abbf1
SHA1 (patch-test_Sema_128bitfloat.cpp) = cc11582dd9495b603a22ef73609ab04f65324da2
SHA1 (patch-tools_clang-format_CMakeLists.txt) = f119d2a94cbfb8c00a285d1aa7789ed26f8309cf
diff --git a/clang-netbsd/patches/patch-lib_Driver_ToolChains_Gnu.cpp b/clang-netbsd/patches/patch-lib_Driver_ToolChains_Gnu.cpp
deleted file mode 100644
index d6a991f8e5..0000000000
--- a/clang-netbsd/patches/patch-lib_Driver_ToolChains_Gnu.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- lib/Driver/ToolChains/Gnu.cpp.orig 2017-06-17 19:09:48.000000000 +0000
-+++ lib/Driver/ToolChains/Gnu.cpp
-@@ -347,7 +347,8 @@ static void linkXRayRuntimeDeps(const To
- CmdArgs.push_back("-lrt");
- CmdArgs.push_back("-lm");
-
-- if (TC.getTriple().getOS() != llvm::Triple::FreeBSD)
-+ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD &&
-+ TC.getTriple().getOS() != llvm::Triple::NetBSD)
- CmdArgs.push_back("-ldl");
- }
-
Home |
Main Index |
Thread Index |
Old Index