Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage.
@ 2019-07-31  0:58 voidlinux-github
  2019-07-31 14:32 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-31 14:32 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-31  0:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

There is a new pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages LLVM8_WASM_FIX
https://github.com/void-linux/void-packages/pull/13425

llvm8: Move /usr/bin/wasm-ld into lld subpackage.
Fixes #12806 by moving the symlink into the subpackage.

A patch file from https://github.com/void-linux/void-packages/pull/13425.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LLVM8_WASM_FIX-13425.patch --]
[-- Type: text/x-diff, Size: 798 bytes --]

From 38c67bd4687cc268513e841bba03894677b78676 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Tue, 30 Jul 2019 19:57:39 -0500
Subject: [PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage.

---
 srcpkgs/llvm8/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/llvm8/template b/srcpkgs/llvm8/template
index 9765baa23df..66a8a70218e 100644
--- a/srcpkgs/llvm8/template
+++ b/srcpkgs/llvm8/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm8'.
 pkgname=llvm8
 version=8.0.0
-revision=6
+revision=7
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -223,6 +223,7 @@ lld_package() {
 	homepage="https://lld.llvm.org"
 	pkg_install() {
 		vmove usr/bin/lld*
+		vmove usr/bin/wasm-ld
 		vmove usr/bin/ld.lld*
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] llvm8: Move /usr/bin/wasm-ld into lld subpackage.
  2019-07-31  0:58 [PR PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage voidlinux-github
@ 2019-07-31 14:32 ` voidlinux-github
  2019-07-31 14:32 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-31 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

There is an updated pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages LLVM8_WASM_FIX
https://github.com/void-linux/void-packages/pull/13425

llvm8: Move /usr/bin/wasm-ld into lld subpackage.
Fixes #12806 by moving the symlink into the subpackage.

A patch file from https://github.com/void-linux/void-packages/pull/13425.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LLVM8_WASM_FIX-13425.patch --]
[-- Type: text/x-diff, Size: 830 bytes --]

From cacd2a82ac2f9c2d00a8d39edc5dd1cf9ad1796a Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Tue, 30 Jul 2019 19:57:39 -0500
Subject: [PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage.

---
 srcpkgs/llvm8/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/llvm8/template b/srcpkgs/llvm8/template
index 9765baa23df..8e09cf5bf4c 100644
--- a/srcpkgs/llvm8/template
+++ b/srcpkgs/llvm8/template
@@ -1,7 +1,7 @@
-# Template file for 'llvm8'.
+# Template file for 'llvm8'
 pkgname=llvm8
 version=8.0.0
-revision=6
+revision=7
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -223,6 +223,7 @@ lld_package() {
 	homepage="https://lld.llvm.org"
 	pkg_install() {
 		vmove usr/bin/lld*
+		vmove usr/bin/wasm-ld
 		vmove usr/bin/ld.lld*
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] llvm8: Move /usr/bin/wasm-ld into lld subpackage.
  2019-07-31  0:58 [PR PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage voidlinux-github
  2019-07-31 14:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-31 14:32 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-31 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

There is an updated pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages LLVM8_WASM_FIX
https://github.com/void-linux/void-packages/pull/13425

llvm8: Move /usr/bin/wasm-ld into lld subpackage.
Fixes #12806 by moving the symlink into the subpackage.

A patch file from https://github.com/void-linux/void-packages/pull/13425.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LLVM8_WASM_FIX-13425.patch --]
[-- Type: text/x-diff, Size: 830 bytes --]

From cacd2a82ac2f9c2d00a8d39edc5dd1cf9ad1796a Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Tue, 30 Jul 2019 19:57:39 -0500
Subject: [PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage.

---
 srcpkgs/llvm8/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/llvm8/template b/srcpkgs/llvm8/template
index 9765baa23df..8e09cf5bf4c 100644
--- a/srcpkgs/llvm8/template
+++ b/srcpkgs/llvm8/template
@@ -1,7 +1,7 @@
-# Template file for 'llvm8'.
+# Template file for 'llvm8'
 pkgname=llvm8
 version=8.0.0
-revision=6
+revision=7
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -223,6 +223,7 @@ lld_package() {
 	homepage="https://lld.llvm.org"
 	pkg_install() {
 		vmove usr/bin/lld*
+		vmove usr/bin/wasm-ld
 		vmove usr/bin/ld.lld*
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-31 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  0:58 [PR PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage voidlinux-github
2019-07-31 14:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-31 14:32 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).