Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Dmdup
@ 2020-01-10 20:16 voidlinux-github
  2020-01-10 20:35 ` dmd and dtools: update to 2.090.0 voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-10 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages dmdup
https://github.com/void-linux/void-packages/pull/18191

Dmdup


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

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

From 4a55b00e9298583ff771ebf6ff4b19a02604d213 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Jan 2020 22:12:30 +0200
Subject: [PATCH 1/2] dmd: update to 2.090.0.

---
 srcpkgs/dmd/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dmd/template b/srcpkgs/dmd/template
index 63bd639becc..d6d6465c324 100644
--- a/srcpkgs/dmd/template
+++ b/srcpkgs/dmd/template
@@ -1,8 +1,9 @@
 # Template file for 'dmd'
 pkgname=dmd
-version=2.089.1
+version=2.090.0
 revision=1
 create_wrksrc=yes
+hostmakedepends="which"
 makedepends="dmd2.081 git"
 depends="libphobos>=${version} gcc"
 short_desc="Digital Mars D compiler"
@@ -14,10 +15,10 @@ distfiles="
  https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
  https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
  http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
-checksum="4a55f080ab72ce4cbfbece241613636b949cecfad6a8656732b6bebff4c2008c
- 740c62c7d8b91b188c9b6d6a4b1f7065ee28620a30d687e1957c8775f9516e46
- 003227ea649ee67c2ae0e09035d73abcc0a2e6edd46d439747d787369857a1e9
- ad5b5c6986123eb21e1069fe7aec54ec117f7480a6b9535dd1a40e00ee160d70"
+checksum="ab591e45163b2653a3253d0fe3a58f3e40c9c43a1b466114d10c7e67ee569fdc
+ 675303e9a773ebd6e91c3ae60108f140780c8ffd5abf4c3df52876b3bebcaa64
+ c7f709843b0ee50da53e138df0b61eae2e59550df0bf0adf0a8d0482f715cb4f
+ 17b407da594ad8fe96e7a8937434aaec2511b8623f05c3c27a5bc48d63a468a5"
 conf_files="/etc/dmd.conf"
 provides="d-compiler-${version}_${revision}"
 conflicts="dmd-bootstrap dmd2.081"

From ab5fa498f1ffcb6565df877b912e6b19f4347e94 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Jan 2020 22:12:55 +0200
Subject: [PATCH 2/2] dtools: update to 2.090.0.

---
 srcpkgs/dtools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template
index d4e6cea7bb5..37c10ba5639 100644
--- a/srcpkgs/dtools/template
+++ b/srcpkgs/dtools/template
@@ -1,7 +1,7 @@
 # Template file for 'dtools'
 pkgname=dtools
 # keep this synchronized with libphobos and dmd
-version=2.088.1
+version=2.090.0
 revision=1
 wrksrc="tools-${version}"
 hostmakedepends="dmd"
@@ -12,7 +12,7 @@ maintainer="Auri <me@aurieh.me>"
 license="BSL-1.0"
 homepage="http://www.digitalmars.com/d/2.0/"
 distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz"
-checksum=e2eb1afe24985096554c971059916bfad1573b85786529c0394009c8db967139
+checksum=84338fd55c82051ab103cbd165f277d2f855c6b5ce12305ab63968d9316ffb7c
 
 do_build() {
 	# rdmd can't be built normally, is used to build others

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

* Re: dmd and dtools: update to 2.090.0
  2020-01-10 20:16 [PR PATCH] Dmdup voidlinux-github
@ 2020-01-10 20:35 ` voidlinux-github
  2020-01-10 21:01 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-10 20:35 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18191#issuecomment-573195409

Comment:
dmd fails on 686, I tested it on x86_64.

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

* Re: dmd and dtools: update to 2.090.0
  2020-01-10 20:16 [PR PATCH] Dmdup voidlinux-github
  2020-01-10 20:35 ` dmd and dtools: update to 2.090.0 voidlinux-github
@ 2020-01-10 21:01 ` voidlinux-github
  2020-01-10 21:43 ` voidlinux-github
  2020-02-27 10:23 ` [PR PATCH] [Closed]: " mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-10 21:01 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18191#issuecomment-573203786

Comment:
Seems to use uname -m to find the arch and set MODEL and MODEL_FLAGS accordingly. The builds are x86_64, so it sets  64 and -m64...


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

* Re: dmd and dtools: update to 2.090.0
  2020-01-10 20:16 [PR PATCH] Dmdup voidlinux-github
  2020-01-10 20:35 ` dmd and dtools: update to 2.090.0 voidlinux-github
  2020-01-10 21:01 ` voidlinux-github
@ 2020-01-10 21:43 ` voidlinux-github
  2020-02-27 10:23 ` [PR PATCH] [Closed]: " mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-10 21:43 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18191#issuecomment-573203786

Comment:
Seems to use uname -m to find the arch and set MODEL and MODEL_FLAGS accordingly. The builders are x86_64, so it sets  64 and -m64...


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

* Re: [PR PATCH] [Closed]: dmd and dtools: update to 2.090.0
  2020-01-10 20:16 [PR PATCH] Dmdup voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-10 21:43 ` voidlinux-github
@ 2020-02-27 10:23 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-02-27 10:23 UTC (permalink / raw)
  To: ml

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

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

dmd and dtools: update to 2.090.0
https://github.com/void-linux/void-packages/pull/18191

Description:


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

end of thread, other threads:[~2020-02-27 10:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 20:16 [PR PATCH] Dmdup voidlinux-github
2020-01-10 20:35 ` dmd and dtools: update to 2.090.0 voidlinux-github
2020-01-10 21:01 ` voidlinux-github
2020-01-10 21:43 ` voidlinux-github
2020-02-27 10:23 ` [PR PATCH] [Closed]: " mobinmob

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