pkgsrc-WIP-changes archive

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

llvm: g/c obsolete patch



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Feb 21 18:04:53 2016 +0100
Changeset:	ec77001bf8d7e64e3b2e8408cd18b025545d190e

Modified Files:
	llvm/distinfo
Removed Files:
	llvm/patches/patch-tools_llvm-shlib_Makefile

Log Message:
llvm: g/c obsolete patch

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

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

diffstat:
 llvm/distinfo                                |  1 -
 llvm/patches/patch-tools_llvm-shlib_Makefile | 30 ----------------------------
 2 files changed, 31 deletions(-)

diffs:
diff --git a/llvm/distinfo b/llvm/distinfo
index d9413fe..8d0a6ec 100644
--- a/llvm/distinfo
+++ b/llvm/distinfo
@@ -5,4 +5,3 @@ RMD160 (llvm-3.8.0rc1.src.tar.xz) = 89a530ba0b4c14422e87e7b556408bff2077aced
 SHA512 (llvm-3.8.0rc1.src.tar.xz) = 0fbb2a5c16aad989a00b0068ab094882eb6f945237f1b82e102835321dc74cdbdaaa2d16dbc73df93ad466b3221ad440c18bd79e70e1f3de92e0a11de717d20e
 Size (llvm-3.8.0rc1.src.tar.xz) = 16559376 bytes
 SHA1 (patch-include_llvm_Support_Host.h) = 55a9fab6ee49ec09a2fd644747a6dddd6b39f942
-SHA1 (patch-tools_llvm-shlib_Makefile) = 5cd529e824a935abfe91c4b820cfd9c318e03102
diff --git a/llvm/patches/patch-tools_llvm-shlib_Makefile b/llvm/patches/patch-tools_llvm-shlib_Makefile
deleted file mode 100644
index 3ebd8dc..0000000
--- a/llvm/patches/patch-tools_llvm-shlib_Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD$
-
-Add NetBSD support.
-Use full paths to archive files instead of -lfoo to avoid wrapper reordering.
-
---- tools/llvm-shlib/Makefile.orig	2014-08-01 06:16:03.000000000 +0000
-+++ tools/llvm-shlib/Makefile
-@@ -53,18 +53,18 @@ ifeq ($(HOST_OS),Darwin)
-     LLVMLibsOptions    := $(LLVMLibsOptions) -all_load
- endif
- 
--ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig))
-+ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD NetBSD OpenBSD GNU Bitrig))
-     # Include everything from the .a's into the shared library.
--    LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
-+    LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsPaths) \
-                        -Wl,--no-whole-archive
- endif
- 
--ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD GNU))
-+ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD NetBSD GNU))
-     # Add soname to the library.
-     LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
- endif
- 
--ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
-+ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD NetBSD))
-     # Don't allow unresolved symbols.
-     LLVMLibsOptions += -Wl,--no-undefined
- endif


Home | Main Index | Thread Index | Old Index