Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] asio: update to 1.18.0
@ 2020-10-13 15:11 ev-ermakov
  2020-10-15  4:56 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-13 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ev-ermakov/void-packages pkg/asio
https://github.com/void-linux/void-packages/pull/25567

asio: update to 1.18.0
Note: vdrift works fine.

![screenshot](https://user-images.githubusercontent.com/22344340/95879550-02d0dd80-0d66-11eb-90ad-97440f560335.png)



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

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

From 1cbcf3e82a832c72ec5cb041ec99bc09e57154e4 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 14 Oct 2020 02:00:23 +1100
Subject: [PATCH 1/2] asio: update to 1.18.0

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

diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template
index 4fc3eacc544..669498cab33 100644
--- a/srcpkgs/asio/template
+++ b/srcpkgs/asio/template
@@ -1,6 +1,6 @@
 # Template file for 'asio'
 pkgname=asio
-version=1.16.1
+version=1.18.0
 revision=1
 build_style=gnu-configure
 makedepends="boost-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSL-1.0"
 homepage="http://think-async.com/Asio/"
 distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
-checksum=e271db76dbbcda9835ed1c9c94deb2ba3f4589c3ebcaa71d99ac694b8d62638c
+checksum=9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

From fab8116632d414516cedf0890d0c5b4a65eac415 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 14 Oct 2020 02:01:09 +1100
Subject: [PATCH 2/2] vdrift: rebuild for asio-1.18.0; minor fix

[ci skip]
---
 srcpkgs/vdrift/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vdrift/template b/srcpkgs/vdrift/template
index 290288696f6..cf5725be170 100644
--- a/srcpkgs/vdrift/template
+++ b/srcpkgs/vdrift/template
@@ -1,7 +1,7 @@
 # Template file for 'vdrift'
 pkgname=vdrift
 version=2014.10.20
-revision=9
+revision=10
 wrksrc="$pkgname"
 build_style=scons
 make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}"
@@ -9,7 +9,7 @@ make_install_args="$make_build_args"
 hostmakedepends="gettext pkg-config"
 makedepends="asio libcurl-devel bullet-devel SDL2_image-devel glew-devel
  libvorbis-devel libarchive-devel MesaLib-devel"
-depends="vdrift-data-${version}_${revision}"
+depends="desktop-file-utils vdrift-data-${version}_${revision}"
 short_desc="Open source driving simulation made with drift racing in mind"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
@ 2020-10-15  4:56 ` ericonr
  2020-10-15  4:56 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-15  4:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708896793

Comment:
Please remove `archs=noarch` from the template.

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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
  2020-10-15  4:56 ` ericonr
@ 2020-10-15  4:56 ` ericonr
  2020-10-15  5:07 ` [PR PATCH] [Updated] " ev-ermakov
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-15  4:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708896793

Comment:
Please remove `archs=noarch` from the template. Is rebuilding `vdrift` necessary?

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

* Re: [PR PATCH] [Updated] asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
  2020-10-15  4:56 ` ericonr
  2020-10-15  4:56 ` ericonr
@ 2020-10-15  5:07 ` ev-ermakov
  2020-10-15  5:16 ` ev-ermakov
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-15  5:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ev-ermakov/void-packages pkg/asio
https://github.com/void-linux/void-packages/pull/25567

asio: update to 1.18.0
Note: vdrift works fine.

![screenshot](https://user-images.githubusercontent.com/22344340/95879550-02d0dd80-0d66-11eb-90ad-97440f560335.png)



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

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

From 1cbcf3e82a832c72ec5cb041ec99bc09e57154e4 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 14 Oct 2020 02:00:23 +1100
Subject: [PATCH 1/2] asio: update to 1.18.0

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

diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template
index 4fc3eacc544..669498cab33 100644
--- a/srcpkgs/asio/template
+++ b/srcpkgs/asio/template
@@ -1,6 +1,6 @@
 # Template file for 'asio'
 pkgname=asio
-version=1.16.1
+version=1.18.0
 revision=1
 build_style=gnu-configure
 makedepends="boost-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSL-1.0"
 homepage="http://think-async.com/Asio/"
 distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
-checksum=e271db76dbbcda9835ed1c9c94deb2ba3f4589c3ebcaa71d99ac694b8d62638c
+checksum=9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

From 53a13aa6a60a3c42731c26536d9d7ecb9939219b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 14 Oct 2020 02:01:09 +1100
Subject: [PATCH 2/2] vdrift: rebuild for asio-1.18.0; minor fixes

[ci skip]
---
 srcpkgs/vdrift/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vdrift/template b/srcpkgs/vdrift/template
index 290288696f6..d8edda2f760 100644
--- a/srcpkgs/vdrift/template
+++ b/srcpkgs/vdrift/template
@@ -1,7 +1,7 @@
 # Template file for 'vdrift'
 pkgname=vdrift
 version=2014.10.20
-revision=9
+revision=10
 wrksrc="$pkgname"
 build_style=scons
 make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}"
@@ -9,7 +9,7 @@ make_install_args="$make_build_args"
 hostmakedepends="gettext pkg-config"
 makedepends="asio libcurl-devel bullet-devel SDL2_image-devel glew-devel
  libvorbis-devel libarchive-devel MesaLib-devel"
-depends="vdrift-data-${version}_${revision}"
+depends="desktop-file-utils vdrift-data-${version}_${revision}"
 short_desc="Open source driving simulation made with drift racing in mind"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -35,7 +35,6 @@ post_install() {
 
 vdrift-data_package() {
 	short_desc+=" - data files"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/vdrift
 	}

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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (2 preceding siblings ...)
  2020-10-15  5:07 ` [PR PATCH] [Updated] " ev-ermakov
@ 2020-10-15  5:16 ` ev-ermakov
  2020-10-15  5:22 ` ev-ermakov
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-15  5:16 UTC (permalink / raw)
  To: ml

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708902663

Comment:
Done.


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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (3 preceding siblings ...)
  2020-10-15  5:16 ` ev-ermakov
@ 2020-10-15  5:22 ` ev-ermakov
  2020-10-15  5:22 ` ev-ermakov
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-15  5:22 UTC (permalink / raw)
  To: ml

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708904638

Comment:
> Is rebuilding vdrift necessaury?

I think no. But I can't check it right now. 

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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (4 preceding siblings ...)
  2020-10-15  5:22 ` ev-ermakov
@ 2020-10-15  5:22 ` ev-ermakov
  2020-10-15  5:30 ` ev-ermakov
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-15  5:22 UTC (permalink / raw)
  To: ml

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708904638

Comment:
> Is rebuilding vdrift necessaury?

I think no. But I can't check it right now. 

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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (5 preceding siblings ...)
  2020-10-15  5:22 ` ev-ermakov
@ 2020-10-15  5:30 ` ev-ermakov
  2020-10-19  5:57 ` [PR PATCH] [Updated] " ev-ermakov
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-15  5:30 UTC (permalink / raw)
  To: ml

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-708907331

Comment:
> Is rebuilding vdrift necessary?

I'll reply a little later. 

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

* Re: [PR PATCH] [Updated] asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (6 preceding siblings ...)
  2020-10-15  5:30 ` ev-ermakov
@ 2020-10-19  5:57 ` ev-ermakov
  2020-10-19  6:00 ` [PR PATCH] [Closed]: " ev-ermakov
  2020-10-19  6:06 ` ev-ermakov
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-19  5:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ev-ermakov/void-packages pkg/asio
https://github.com/void-linux/void-packages/pull/25567

asio: update to 1.18.0
Note: vdrift works fine.

![screenshot](https://user-images.githubusercontent.com/22344340/95879550-02d0dd80-0d66-11eb-90ad-97440f560335.png)



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

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

From 0c3a3030177c4a547c21651d5451b50c4639fb54 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 14 Oct 2020 02:00:23 +1100
Subject: [PATCH] asio: update to 1.18.0

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

diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template
index 4fc3eacc544..669498cab33 100644
--- a/srcpkgs/asio/template
+++ b/srcpkgs/asio/template
@@ -1,6 +1,6 @@
 # Template file for 'asio'
 pkgname=asio
-version=1.16.1
+version=1.18.0
 revision=1
 build_style=gnu-configure
 makedepends="boost-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSL-1.0"
 homepage="http://think-async.com/Asio/"
 distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
-checksum=e271db76dbbcda9835ed1c9c94deb2ba3f4589c3ebcaa71d99ac694b8d62638c
+checksum=9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Closed]: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (7 preceding siblings ...)
  2020-10-19  5:57 ` [PR PATCH] [Updated] " ev-ermakov
@ 2020-10-19  6:00 ` ev-ermakov
  2020-10-19  6:06 ` ev-ermakov
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-19  6:00 UTC (permalink / raw)
  To: ml

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

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

asio: update to 1.18.0
https://github.com/void-linux/void-packages/pull/25567

Description:
Note: vdrift works fine.

![screenshot](https://user-images.githubusercontent.com/22344340/95879550-02d0dd80-0d66-11eb-90ad-97440f560335.png)



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

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
                   ` (8 preceding siblings ...)
  2020-10-19  6:00 ` [PR PATCH] [Closed]: " ev-ermakov
@ 2020-10-19  6:06 ` ev-ermakov
  9 siblings, 0 replies; 13+ messages in thread
From: ev-ermakov @ 2020-10-19  6:06 UTC (permalink / raw)
  To: ml

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/25567#issuecomment-711625211

Comment:
> Is rebuilding vdrift necessary?

It turned out that `vdrift` does not require `asio`.

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

* Re: asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] " ndowens
  2020-11-09  3:26 ` ericonr
@ 2020-11-09 18:44 ` ndowens
  1 sibling, 0 replies; 13+ messages in thread
From: ndowens @ 2020-11-09 18:44 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26069#issuecomment-724202540

Comment:
> The `asio` library is an alternative to `boost::asio`: https://think-async.com/Asio/
> 
> I wouldn't hastily remove this package, and I don't know why it depends on `boost-devel`.

Looks like it will build fine without it. I will repush update after done testing build to make sure

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

* Re: asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] " ndowens
@ 2020-11-09  3:26 ` ericonr
  2020-11-09 18:44 ` ndowens
  1 sibling, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-09  3:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26069#issuecomment-723732402

Comment:
Can we simply remove this package instead?

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

end of thread, other threads:[~2020-11-09 18:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 15:11 [PR PATCH] asio: update to 1.18.0 ev-ermakov
2020-10-15  4:56 ` ericonr
2020-10-15  4:56 ` ericonr
2020-10-15  5:07 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-15  5:16 ` ev-ermakov
2020-10-15  5:22 ` ev-ermakov
2020-10-15  5:22 ` ev-ermakov
2020-10-15  5:30 ` ev-ermakov
2020-10-19  5:57 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-19  6:00 ` [PR PATCH] [Closed]: " ev-ermakov
2020-10-19  6:06 ` ev-ermakov
2020-11-02  2:53 [PR PATCH] " ndowens
2020-11-09  3:26 ` ericonr
2020-11-09 18:44 ` ndowens

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