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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ 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; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
                   ` (5 preceding siblings ...)
  2020-10-15  5:30 ` ev-ermakov
@ 2020-10-19  6:06 ` ev-ermakov
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
                   ` (4 preceding siblings ...)
  2020-10-15  5:22 ` ev-ermakov
@ 2020-10-15  5:30 ` ev-ermakov
  2020-10-19  6:06 ` ev-ermakov
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
                   ` (3 preceding siblings ...)
  2020-10-15  5:22 ` ev-ermakov
@ 2020-10-15  5:22 ` ev-ermakov
  2020-10-15  5:30 ` ev-ermakov
  2020-10-19  6:06 ` ev-ermakov
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
                   ` (2 preceding siblings ...)
  2020-10-15  5:16 ` ev-ermakov
@ 2020-10-15  5:22 ` ev-ermakov
  2020-10-15  5:22 ` ev-ermakov
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
  2020-10-15  4:56 ` ericonr
  2020-10-15  4:56 ` ericonr
@ 2020-10-15  5:16 ` ev-ermakov
  2020-10-15  5:22 ` ev-ermakov
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
  2020-10-15  4:56 ` ericonr
@ 2020-10-15  4:56 ` ericonr
  2020-10-15  5:16 ` ev-ermakov
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: asio: update to 1.18.0
  2020-10-13 15:11 [PR PATCH] " ev-ermakov
@ 2020-10-15  4:56 ` ericonr
  2020-10-15  4:56 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 16+ 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] 16+ messages in thread

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

Thread overview: 16+ 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
2020-10-15  4:56 ` ericonr
2020-10-15  4:56 ` ericonr
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  6:06 ` 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).