Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] asio: update to 1.18.0
@ 2020-11-02  2:53 ndowens
  2020-11-09  3:26 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: ndowens @ 2020-11-02  2:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages asio
https://github.com/void-linux/void-packages/pull/26069

asio: update to 1.18.0


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

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

From fddfc3ad3120013ed278a639bed904084d443792 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 20:40:25 -0600
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] 10+ messages in thread

* Re: asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
@ 2020-11-09  3:26 ` ericonr
  2020-11-09  3:44 ` [PR PATCH] [Updated] " ndowens
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ 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] 10+ messages in thread

* Re: [PR PATCH] [Updated] asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
  2020-11-09  3:26 ` ericonr
@ 2020-11-09  3:44 ` ndowens
  2020-11-09 13:10 ` asio: remove sgn
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-09  3:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages asio
https://github.com/void-linux/void-packages/pull/26069

asio: update to 1.18.0


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

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

From 9e694e4fda4346ae0de3ea9727fa490dcc2530c9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 20:40:25 -0600
Subject: [PATCH] asio: remove

---
 srcpkgs/asio/template | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 srcpkgs/asio/template

diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template
deleted file mode 100644
index 4fc3eacc544..00000000000
--- a/srcpkgs/asio/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'asio'
-pkgname=asio
-version=1.16.1
-revision=1
-build_style=gnu-configure
-makedepends="boost-devel"
-depends="boost-devel"
-short_desc="Cross-platform C++ library for ASynchronous network I/O"
-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
-
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-		*-musl) # Enable strerror_r(3) version for musl libc
-			vsed -e "/#define ASIO_IMPL_ERROR_CODE_IPP/a #define MUSL_LIBC" \
-				-i ${wrksrc}/include/asio/impl/error_code.ipp
-	esac
-}
-
-post_install() {
-	vlicense LICENSE_1_0.txt
-}

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

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

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

New comment by sgn on void-packages repository

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

Comment:
On 2020-11-08 19:26:46-0800, Érico Nogueira Rolim <notifications@github.com> wrote:
> Can we simply remove this package instead?

I'm pretty sure asio is provided by boost::asio.


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

* Re: asio: remove
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
                   ` (2 preceding siblings ...)
  2020-11-09 13:10 ` asio: remove sgn
@ 2020-11-09 13:11 ` ndowens
  2020-11-09 18:37 ` ahesford
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-09 13:11 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

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

Comment:
I've removed instead of updated as asked to

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

* Re: asio: remove
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
                   ` (3 preceding siblings ...)
  2020-11-09 13:11 ` ndowens
@ 2020-11-09 18:37 ` ahesford
  2020-11-09 18:44 ` asio: update to 1.18.0 ndowens
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-11-09 18:37 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

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

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

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

* Re: asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
                   ` (4 preceding siblings ...)
  2020-11-09 18:37 ` ahesford
@ 2020-11-09 18:44 ` ndowens
  2020-11-09 18:51 ` [PR PATCH] [Updated] " ndowens
  2020-11-10 14:19 ` [PR PATCH] [Closed]: " ahesford
  7 siblings, 0 replies; 10+ 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] 10+ messages in thread

* Re: [PR PATCH] [Updated] asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
                   ` (5 preceding siblings ...)
  2020-11-09 18:44 ` asio: update to 1.18.0 ndowens
@ 2020-11-09 18:51 ` ndowens
  2020-11-10 14:19 ` [PR PATCH] [Closed]: " ahesford
  7 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-09 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages asio
https://github.com/void-linux/void-packages/pull/26069

asio: update to 1.18.0


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

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

From 218d687e028a0e10d3c7354d341a369a8d7cd1e0 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 12:51:10 -0600
Subject: [PATCH] asio: update to 1.18.0

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

diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template
index 4fc3eacc544..c1d970e8777 100644
--- a/srcpkgs/asio/template
+++ b/srcpkgs/asio/template
@@ -1,16 +1,14 @@
 # Template file for 'asio'
 pkgname=asio
-version=1.16.1
+version=1.18.0
 revision=1
 build_style=gnu-configure
-makedepends="boost-devel"
-depends="boost-devel"
 short_desc="Cross-platform C++ library for ASynchronous network I/O"
 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] 10+ messages in thread

* Re: [PR PATCH] [Closed]: asio: update to 1.18.0
  2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
                   ` (6 preceding siblings ...)
  2020-11-09 18:51 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-10 14:19 ` ahesford
  7 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-11-10 14:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 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/26069

Description:


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

* [PR PATCH] asio: update to 1.18.0
@ 2020-10-13 15:11 ev-ermakov
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

end of thread, other threads:[~2020-11-10 14:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  2:53 [PR PATCH] asio: update to 1.18.0 ndowens
2020-11-09  3:26 ` ericonr
2020-11-09  3:44 ` [PR PATCH] [Updated] " ndowens
2020-11-09 13:10 ` asio: remove sgn
2020-11-09 13:11 ` ndowens
2020-11-09 18:37 ` ahesford
2020-11-09 18:44 ` asio: update to 1.18.0 ndowens
2020-11-09 18:51 ` [PR PATCH] [Updated] " ndowens
2020-11-10 14:19 ` [PR PATCH] [Closed]: " ahesford
  -- strict thread matches above, loose matches on Subject: below --
2020-10-13 15:11 [PR PATCH] " ev-ermakov

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