Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nim: update to 1.0.0
@ 2019-09-23 13:13 voidlinux-github
  2019-09-23 13:16 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 13:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 928d6edd807f64854a60ff234b214ad6641fa04f Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..de0d39a4753 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,9 +1,9 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
@@ -15,9 +15,9 @@ homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -30,14 +30,8 @@ do_build() {
 	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
  2019-09-23 13:16 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-23 13:16 ` voidlinux-github
  2019-09-23 14:06 ` voidlinux-github
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From e911b4ce0d949653cedb999696cbf43e7f7912b0 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..7975ed660aa 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -30,14 +30,8 @@ do_build() {
 	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
@ 2019-09-23 13:16 ` voidlinux-github
  2019-09-23 13:16 ` voidlinux-github
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From e911b4ce0d949653cedb999696cbf43e7f7912b0 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..7975ed660aa 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -30,14 +30,8 @@ do_build() {
 	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
  2019-09-23 13:16 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-23 13:16 ` voidlinux-github
@ 2019-09-23 14:06 ` voidlinux-github
  2019-09-23 14:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:06 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/14664#issuecomment-534114907

Comment:
huh, i686 version builds fine locally

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-23 14:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-23 14:07 ` voidlinux-github
  2019-09-23 14:19 ` voidlinux-github
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 839b7fad7fc7bad51fdaf66660320535ac9bd583 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..7975ed660aa 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -30,14 +30,8 @@ do_build() {
 	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-23 14:06 ` voidlinux-github
@ 2019-09-23 14:07 ` voidlinux-github
  2019-09-23 14:07 ` voidlinux-github
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 839b7fad7fc7bad51fdaf66660320535ac9bd583 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..7975ed660aa 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -30,14 +30,8 @@ do_build() {
 	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-23 14:19 ` voidlinux-github
@ 2019-09-23 14:19 ` voidlinux-github
  2019-09-23 14:50 ` voidlinux-github
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From cd48a7899f17f753b73db792565857854235aa9a Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..71ccf41c4fe 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,11 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh --cpu "$XBPS_TARGET_MACHINE"
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-23 14:07 ` voidlinux-github
@ 2019-09-23 14:19 ` voidlinux-github
  2019-09-23 14:19 ` voidlinux-github
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From cd48a7899f17f753b73db792565857854235aa9a Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..71ccf41c4fe 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,11 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh --cpu "$XBPS_TARGET_MACHINE"
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +56,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-23 14:19 ` voidlinux-github
@ 2019-09-23 14:50 ` voidlinux-github
  2019-09-23 14:50 ` voidlinux-github
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 1b82c0e959d8633cd6b2b5872c70fb85f7559890 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..c0e5378fe99 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+    		i686*)
+        		CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+        		sh build.sh --cpu i686;;
+        	*)
+        		CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+        esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-23 14:50 ` voidlinux-github
@ 2019-09-23 14:50 ` voidlinux-github
  2019-09-23 14:59 ` voidlinux-github
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 1b82c0e959d8633cd6b2b5872c70fb85f7559890 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..c0e5378fe99 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+    		i686*)
+        		CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+        		sh build.sh --cpu i686;;
+        	*)
+        		CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+        esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-23 14:50 ` voidlinux-github
@ 2019-09-23 14:59 ` voidlinux-github
  2019-09-23 14:59 ` voidlinux-github
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 2866f6f0b902f530855c2bba053e7a28f0b5809a Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..27048e5cab4 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+		i686*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+			sh build.sh --cpu i686;;
+		*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+	esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-23 14:59 ` voidlinux-github
@ 2019-09-23 14:59 ` voidlinux-github
  2019-09-23 23:29 ` voidlinux-github
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From 2866f6f0b902f530855c2bba053e7a28f0b5809a Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..27048e5cab4 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="95b8331c9443d64dbf2901fbd4dcbd5e3a536a51ad6efcb594e9b95d172e09e7
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+		i686*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+			sh build.sh --cpu i686;;
+		*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+	esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-23 14:59 ` voidlinux-github
@ 2019-09-23 23:29 ` voidlinux-github
  2019-09-24  6:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-23 23:29 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/14664#issuecomment-534324378

Comment:
Did the release tarball get repushed or something? I'm getting
```
=> ERROR: SHA256 mismatch for 'v1.0.0.tar.gz:'
6d93d25da6b5ef4e0223acb1f1abadf06be1019a8137491ddc7c6fa030e638c3
```
with this pr.


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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-09-24  6:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-24  6:02 ` voidlinux-github
  2019-09-24  6:04 ` voidlinux-github
  2019-09-25 10:43 ` [PR PATCH] [Merged]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-24  6:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From db9ef392ca1973b89868bcd0e2a2ae951a7072dc Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..81e3d041b87 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="6d93d25da6b5ef4e0223acb1f1abadf06be1019a8137491ddc7c6fa030e638c3
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+		i686*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+			sh build.sh --cpu i686;;
+		*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+	esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: [PR PATCH] [Updated] nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-23 23:29 ` voidlinux-github
@ 2019-09-24  6:02 ` voidlinux-github
  2019-09-24  6:02 ` voidlinux-github
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-24  6:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages nim
https://github.com/void-linux/void-packages/pull/14664

nim: update to 1.0.0


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

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

From db9ef392ca1973b89868bcd0e2a2ae951a7072dc Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 23 Sep 2019 16:11:46 +0300
Subject: [PATCH] nim: update to 1.0.0

---
 srcpkgs/nim/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 2f691870035..81e3d041b87 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,23 +1,23 @@
 # Template file for 'nim'
 pkgname=nim
-version=0.20.0
+version=1.0.0
 revision=1
 _cversion=0.20.0
-_nimbleversion=0.10.2
+_nimbleversion=0.11.0
 create_wrksrc=yes
 build_wrksrc=Nim-$version
 hostmakedepends="ed"
 depends="gcc"
-short_desc="The Nim programming language"
+short_desc="Nim programming language"
 maintainer="allan <mail@may.mooo.com>"
 license="MIT"
 homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
-checksum="53f96a92cd1a46360b1fab44720d331536bbd18993a81746e973af46fdad8fbb
+checksum="6d93d25da6b5ef4e0223acb1f1abadf06be1019a8137491ddc7c6fa030e638c3
  5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
- ef62b38ad41f9d84b4c9206b10541f1dc7498edda16b2031d96eaa873f4f9730"
+ a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
 
 post_extract() {
 	mv csources-$_cversion $build_wrksrc/csources
@@ -27,17 +27,17 @@ post_extract() {
 
 do_build() {
 	cd csources
-	CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh
+	case "$XBPS_TARGET_MACHINE" in
+		i686*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= \
+			sh build.sh --cpu i686;;
+		*)
+			CC=cc LD=cc CFLAGS="-Os -pipe" LDFLAGS= sh build.sh;;
+	esac
 	cd ..
 
-	ed lib/wrappers/openssl.nim <<-EDIT
-		,s/versions = "(/versions = "(.46|/
-		w
-		q
-	EDIT
-
 	bin/nim c koch
-	./koch boot -d:release
+	./koch boot -d:release -d:danger
 
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*) _arch=arm64;;
@@ -62,7 +62,7 @@ do_build() {
 			w
 			q
 		EDIT
-		bin/nim c -d:release --os:linux --cpu:$_arch --listCmd compiler/nim
+		bin/nim c -d:release -d:danger --os:linux --cpu:$_arch --listCmd compiler/nim
 		for _p in \
 			dist/nimble/src/nimble \
 			tools/nimgrep \

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

* Re: nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-09-24  6:02 ` voidlinux-github
@ 2019-09-24  6:04 ` voidlinux-github
  2019-09-25 10:43 ` [PR PATCH] [Merged]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-24  6:04 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/14664#issuecomment-534403792

Comment:
the tag moved. i pushed new checksum.

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

* Re: [PR PATCH] [Merged]: nim: update to 1.0.0
  2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-09-24  6:04 ` voidlinux-github
@ 2019-09-25 10:43 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-25 10:43 UTC (permalink / raw)
  To: ml

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

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

nim: update to 1.0.0
https://github.com/void-linux/void-packages/pull/14664

Description:


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

end of thread, other threads:[~2019-09-25 10:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 13:13 [PR PATCH] nim: update to 1.0.0 voidlinux-github
2019-09-23 13:16 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-23 13:16 ` voidlinux-github
2019-09-23 14:06 ` voidlinux-github
2019-09-23 14:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-23 14:07 ` voidlinux-github
2019-09-23 14:19 ` voidlinux-github
2019-09-23 14:19 ` voidlinux-github
2019-09-23 14:50 ` voidlinux-github
2019-09-23 14:50 ` voidlinux-github
2019-09-23 14:59 ` voidlinux-github
2019-09-23 14:59 ` voidlinux-github
2019-09-23 23:29 ` voidlinux-github
2019-09-24  6:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-24  6:02 ` voidlinux-github
2019-09-24  6:04 ` voidlinux-github
2019-09-25 10:43 ` [PR PATCH] [Merged]: " 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).