Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.19.0
@ 2020-01-12  3:02 voidlinux-github
  2020-01-12  3:40 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2020-01-12  3:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/moon-chilled/void-packages master
https://github.com/void-linux/void-packages/pull/18262

ldc: update to 1.19.0


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

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

From b311afe4808a1e35f6e5460cdfa6b08629ff2c5d Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:01:16 -0700
Subject: [PATCH] ldc: update to 1.19.0

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

diff --git a/common/shlibs b/common/shlibs
index b12c799a479..1af2ce2b640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2017,11 +2017,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.89 ldc-runtime-1.19.0_1
+libdruntime-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-debug-shared.so.89 ldc-runtime-1.19.0_1
+libldc-jit.so.89 ldc-runtime-1.13.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..b2080ed08a4 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.19.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 llvm9 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="Elijah Stone <elronnd@elronnd.net>"
 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=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
@ 2020-01-12  3:40 ` voidlinux-github
  2020-01-12  3:40 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-01-12  3:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/moon-chilled/void-packages master
https://github.com/void-linux/void-packages/pull/18262

ldc: update to 1.19.0


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

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

From b311afe4808a1e35f6e5460cdfa6b08629ff2c5d Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:01:16 -0700
Subject: [PATCH 1/2] ldc: update to 1.19.0

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

diff --git a/common/shlibs b/common/shlibs
index b12c799a479..1af2ce2b640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2017,11 +2017,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.89 ldc-runtime-1.19.0_1
+libdruntime-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-debug-shared.so.89 ldc-runtime-1.19.0_1
+libldc-jit.so.89 ldc-runtime-1.13.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..b2080ed08a4 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.19.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 llvm9 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="Elijah Stone <elronnd@elronnd.net>"
 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=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
 

From 7242387c80a18ea93b1f27b3214dc64c777ef2c6 Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:40:24 -0700
Subject: [PATCH 2/2] ldc: mark as only for glibc.  Upstream problem

---
 srcpkgs/ldc/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index b2080ed08a4..fa316e87ad1 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -19,6 +19,7 @@ distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/l
 checksum=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
+arch="*-glibc"
 
 post_install() {
 	vlicense LICENSE

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

* Re: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
  2020-01-12  3:40 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-12  3:40 ` voidlinux-github
  2020-01-12  4:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-01-12  3:40 UTC (permalink / raw)
  To: ml

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

New comment by moon-chilled on void-packages repository

https://github.com/void-linux/void-packages/pull/18262#issuecomment-573378913

Comment:
Ahh, looks like it fails to compile on musl.  Being tracked in upstream in https://github.com/ldc-developers/ldc/issues/3211.  Marked as only for glibc for now.

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

* Re: [PR PATCH] [Updated] ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
  2020-01-12  3:40 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-12  3:40 ` voidlinux-github
@ 2020-01-12  4:01 ` voidlinux-github
  2020-01-12  4:10 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-01-12  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/moon-chilled/void-packages master
https://github.com/void-linux/void-packages/pull/18262

ldc: update to 1.19.0


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

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

From b311afe4808a1e35f6e5460cdfa6b08629ff2c5d Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:01:16 -0700
Subject: [PATCH 1/2] ldc: update to 1.19.0

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

diff --git a/common/shlibs b/common/shlibs
index b12c799a479..1af2ce2b640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2017,11 +2017,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.89 ldc-runtime-1.19.0_1
+libdruntime-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-debug-shared.so.89 ldc-runtime-1.19.0_1
+libldc-jit.so.89 ldc-runtime-1.13.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..b2080ed08a4 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.19.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 llvm9 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="Elijah Stone <elronnd@elronnd.net>"
 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=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
 

From 6c02a81b62d92ccee2a062f710202d454447db3b Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:40:24 -0700
Subject: [PATCH 2/2] ldc: mark as only for glibc.  Upstream problem

---
 srcpkgs/ldc/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index b2080ed08a4..bee32e3f9b0 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -19,6 +19,7 @@ distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/l
 checksum=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
+archs="*-glibc"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-12  4:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-12  4:10 ` voidlinux-github
  2020-03-19 23:16 ` streaksu
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-01-12  4:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/moon-chilled/void-packages master
https://github.com/void-linux/void-packages/pull/18262

ldc: update to 1.19.0


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

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

From b311afe4808a1e35f6e5460cdfa6b08629ff2c5d Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:01:16 -0700
Subject: [PATCH 1/2] ldc: update to 1.19.0

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

diff --git a/common/shlibs b/common/shlibs
index b12c799a479..1af2ce2b640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2017,11 +2017,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.89 ldc-runtime-1.19.0_1
+libdruntime-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-shared.so.89 ldc-runtime-1.19.0_1
+libphobos2-ldc-debug-shared.so.89 ldc-runtime-1.19.0_1
+libldc-jit.so.89 ldc-runtime-1.13.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..b2080ed08a4 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.19.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 llvm9 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="Elijah Stone <elronnd@elronnd.net>"
 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=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
 nopie=yes
 nocross=yes
 

From 1c7b73876b583437d8030a31e158085344509788 Mon Sep 17 00:00:00 2001
From: Moonchild <elronnd@elronnd.net>
Date: Sat, 11 Jan 2020 20:40:24 -0700
Subject: [PATCH 2/2] ldc: mark as only for glibc.  Upstream problem

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

diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index b2080ed08a4..2f417939950 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -2,6 +2,7 @@
 pkgname=ldc
 version=1.19.0
 revision=1
+archs="*-glibc"
 wrksrc="ldc-${version}-src"
 build_style=cmake
 configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
@@ -17,8 +18,8 @@ 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=c7056c10ab841762b84ae9ea6ab083b131924d683e1e0d8a18aa496c537213ae
-nopie=yes
 nocross=yes
+nopie=yes
 
 post_install() {
 	vlicense LICENSE

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

* Re: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-12  4:10 ` voidlinux-github
@ 2020-03-19 23:16 ` streaksu
  2020-04-10 17:33 ` ahesford
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: streaksu @ 2020-03-19 23:16 UTC (permalink / raw)
  To: ml

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

New comment by streaksu on void-packages repository

https://github.com/void-linux/void-packages/pull/18262#issuecomment-601459498

Comment:
There is a new version of this package after 1.19.0 (1.20.1) that supposedly does not need musl patches (alpine doesn't apply anything relevant), along with this pull request going silent for months, I think one should close this one and start working on another pull request.

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

* Re: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-03-19 23:16 ` streaksu
@ 2020-04-10 17:33 ` ahesford
  2020-04-10 17:48 ` ahesford
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-04-10 17:33 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18262#issuecomment-612135407

Comment:
> There is a new version of this package after 1.19.0 (1.20.1) that supposedly does not need musl patches (alpine doesn't apply anything relevant), along with this pull request going silent for months, I think one should close this one and start working on another pull request.

I'm working on the 1.20.1 update in PR #20841 but the issue is still apparent.

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

* Re: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-04-10 17:33 ` ahesford
@ 2020-04-10 17:48 ` ahesford
  2020-04-10 18:22 ` ahesford
  2020-04-10 18:22 ` [PR PATCH] [Closed]: " moon-chilled
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-04-10 17:48 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18262#issuecomment-612135407

Comment:
> There is a new version of this package after 1.19.0 (1.20.1) that supposedly does not need musl patches (alpine doesn't apply anything relevant), along with this pull request going silent for months, I think one should close this one and start working on another pull request.

I'm working on the 1.20.1 update in PR #20841 but the issue is still apparent.

[EDIT: I may have fixed the issue. Waiting on CI results.]

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

* Re: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-04-10 17:48 ` ahesford
@ 2020-04-10 18:22 ` ahesford
  2020-04-10 18:22 ` [PR PATCH] [Closed]: " moon-chilled
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-04-10 18:22 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18262#issuecomment-612135407

Comment:
> There is a new version of this package after 1.19.0 (1.20.1) that supposedly does not need musl patches (alpine doesn't apply anything relevant), along with this pull request going silent for months, I think one should close this one and start working on another pull request.

I'm working on the 1.20.1 update in PR #20841 but the issue is still apparent.

[EDIT: I may have fixed the issue. Waiting on CI results.]

[EDIT 2: The issue is fixed.]

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

* Re: [PR PATCH] [Closed]: ldc: update to 1.19.0
  2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-04-10 18:22 ` ahesford
@ 2020-04-10 18:22 ` moon-chilled
  8 siblings, 0 replies; 10+ messages in thread
From: moon-chilled @ 2020-04-10 18:22 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.19.0
https://github.com/void-linux/void-packages/pull/18262

Description:


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

end of thread, other threads:[~2020-04-10 18:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12  3:02 [PR PATCH] ldc: update to 1.19.0 voidlinux-github
2020-01-12  3:40 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-12  3:40 ` voidlinux-github
2020-01-12  4:01 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-12  4:10 ` voidlinux-github
2020-03-19 23:16 ` streaksu
2020-04-10 17:33 ` ahesford
2020-04-10 17:48 ` ahesford
2020-04-10 18:22 ` ahesford
2020-04-10 18:22 ` [PR PATCH] [Closed]: " moon-chilled

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).