Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.18.0
@ 2019-10-28 20:01 voidlinux-github
  2019-10-28 20:22 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-28 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/streaksu/void-packages master
https://github.com/void-linux/void-packages/pull/15868

ldc: update to 1.18.0


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

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

From 184069544d1260dc07dd3fa0353e136ed129eb2a Mon Sep 17 00:00:00 2001
From: streaksu <assemblyislaw@gmail.com>
Date: Mon, 28 Oct 2019 21:00:42 +0100
Subject: [PATCH] ldc: update to 1.18.0

---
 common/shlibs        | 10 +++++-----
 srcpkgs/ldc/template | 13 +++++++------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..69ee4313491 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,11 +1985,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
-libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libldc-jit.so.83 ldc-runtime-1.13.0_1
+libdruntime-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libdruntime-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libldc-jit.so.88 ldc-runtime-1.18.0_1
 libmarblewidget-qt5.so.28 marble5-17.12.2_1
 libastro.so.2 marble5-17.12.2_1
 libparrot.so.6.9.0 parrot-6.9.0_1
diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index 7653408b586..851defdc4de 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,22 +1,23 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.13.0
-revision=2
+version=1.18.0
+revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
-configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/bin
+ -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
 conf_files="/etc/ldc2.conf"
-hostmakedepends="dmd llvm7 perl pkg-config"
+hostmakedepends="dmd llvm8 perl pkg-config"
 makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
 depends="ldc-runtime"
 short_desc="Portable D programming language compiler based on LLVM"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="streaks <assemblyislaw@gmail.com>"
 license="BSD-3-Clause, BSL-1.0"
 homepage="https://wiki.dlang.org/LDC"
 changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
 distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
-checksum=4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
+checksum=aa6b491a4d756942c471778724dbdc7e96026eba4d55720cd66574b9ce42155d
 nopie=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] ldc: update to 1.18.0
  2019-10-28 20:01 [PR PATCH] ldc: update to 1.18.0 voidlinux-github
@ 2019-10-28 20:22 ` voidlinux-github
  2019-10-28 20:22 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-28 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/streaksu/void-packages master
https://github.com/void-linux/void-packages/pull/15868

ldc: update to 1.18.0


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

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

From eea80eba5fd13c8aab2a1a406d80e9e105caa734 Mon Sep 17 00:00:00 2001
From: streaksu <assemblyislaw@gmail.com>
Date: Mon, 28 Oct 2019 21:21:51 +0100
Subject: [PATCH] ldc: update to 1.18.0

---
 common/shlibs        | 10 +++++-----
 srcpkgs/ldc/template | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..69ee4313491 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,11 +1985,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
-libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libldc-jit.so.83 ldc-runtime-1.13.0_1
+libdruntime-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libdruntime-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libldc-jit.so.88 ldc-runtime-1.18.0_1
 libmarblewidget-qt5.so.28 marble5-17.12.2_1
 libastro.so.2 marble5-17.12.2_1
 libparrot.so.6.9.0 parrot-6.9.0_1
diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index 7653408b586..e39ea0a1da6 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,22 +1,22 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.13.0
-revision=2
+version=1.18.0
+revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
 configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
 conf_files="/etc/ldc2.conf"
-hostmakedepends="dmd llvm7 perl pkg-config"
+hostmakedepends="dmd llvm8 perl pkg-config"
 makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
 depends="ldc-runtime"
 short_desc="Portable D programming language compiler based on LLVM"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="streaks <assemblyislaw@gmail.com>"
 license="BSD-3-Clause, BSL-1.0"
 homepage="https://wiki.dlang.org/LDC"
 changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
 distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
-checksum=4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
+checksum=aa6b491a4d756942c471778724dbdc7e96026eba4d55720cd66574b9ce42155d
 nopie=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] ldc: update to 1.18.0
  2019-10-28 20:01 [PR PATCH] ldc: update to 1.18.0 voidlinux-github
  2019-10-28 20:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-28 20:22 ` voidlinux-github
  2019-10-28 21:16 ` voidlinux-github
  2019-10-29 15:59 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-28 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/streaksu/void-packages master
https://github.com/void-linux/void-packages/pull/15868

ldc: update to 1.18.0


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

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

From eea80eba5fd13c8aab2a1a406d80e9e105caa734 Mon Sep 17 00:00:00 2001
From: streaksu <assemblyislaw@gmail.com>
Date: Mon, 28 Oct 2019 21:21:51 +0100
Subject: [PATCH] ldc: update to 1.18.0

---
 common/shlibs        | 10 +++++-----
 srcpkgs/ldc/template | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..69ee4313491 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,11 +1985,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
-libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libldc-jit.so.83 ldc-runtime-1.13.0_1
+libdruntime-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libdruntime-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libldc-jit.so.88 ldc-runtime-1.18.0_1
 libmarblewidget-qt5.so.28 marble5-17.12.2_1
 libastro.so.2 marble5-17.12.2_1
 libparrot.so.6.9.0 parrot-6.9.0_1
diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index 7653408b586..e39ea0a1da6 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,22 +1,22 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.13.0
-revision=2
+version=1.18.0
+revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
 configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
 conf_files="/etc/ldc2.conf"
-hostmakedepends="dmd llvm7 perl pkg-config"
+hostmakedepends="dmd llvm8 perl pkg-config"
 makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
 depends="ldc-runtime"
 short_desc="Portable D programming language compiler based on LLVM"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="streaks <assemblyislaw@gmail.com>"
 license="BSD-3-Clause, BSL-1.0"
 homepage="https://wiki.dlang.org/LDC"
 changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
 distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
-checksum=4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
+checksum=aa6b491a4d756942c471778724dbdc7e96026eba4d55720cd66574b9ce42155d
 nopie=yes
 nocross=yes
 

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

* Re: ldc: update to 1.18.0
  2019-10-28 20:01 [PR PATCH] ldc: update to 1.18.0 voidlinux-github
  2019-10-28 20:22 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-28 20:22 ` voidlinux-github
@ 2019-10-28 21:16 ` voidlinux-github
  2019-10-29 15:59 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-28 21:16 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/15868#issuecomment-547149613

Comment:
```make[2]: *** [runtime/CMakeFiles/ldc-jit-rt.dir/build.make:70: runtime/objects/ldc/dynamic_compile.o] Segmentation fault (core dumped)```
The compiled ldc jit on musl segfaults.

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

* Re: [PR PATCH] [Closed]: ldc: update to 1.18.0
  2019-10-28 20:01 [PR PATCH] ldc: update to 1.18.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-28 21:16 ` voidlinux-github
@ 2019-10-29 15:59 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:59 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

ldc: update to 1.18.0
https://github.com/void-linux/void-packages/pull/15868

Description:


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

end of thread, other threads:[~2019-10-29 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 20:01 [PR PATCH] ldc: update to 1.18.0 voidlinux-github
2019-10-28 20:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28 20:22 ` voidlinux-github
2019-10-28 21:16 ` voidlinux-github
2019-10-29 15:59 ` [PR PATCH] [Closed]: " 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).