Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uni: update to 2.0.0
@ 2021-01-02 18:39 arp242
  2021-01-02 18:42 ` [PR PATCH] [Updated] " arp242
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arp242 @ 2021-01-02 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arp242/void-packages uni
https://github.com/void-linux/void-packages/pull/27625

uni: update to 2.0.0
Build should also be fixed on ppc64/ppc64le now.

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

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

From 9034947a513008bcf555832abd9cd6ca78c184e5 Mon Sep 17 00:00:00 2001
From: Martin Tournoij <martin@arp242.net>
Date: Sun, 3 Jan 2021 02:38:43 +0800
Subject: [PATCH] uni: update to 2.0.0

Build should also be fixed on ppc64/ppc64le now.
---
 srcpkgs/uni/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template
index c44233ac9dc..26a55c949e2 100644
--- a/srcpkgs/uni/template
+++ b/srcpkgs/uni/template
@@ -1,6 +1,6 @@
 # Template file for 'uni'
 pkgname=uni
-version=1.1.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path=arp242.net/uni
@@ -11,10 +11,6 @@ homepage="https://github.com/arp242/uni"
 distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz"
 checksum=938712d1e750b8dcea9f42d4691b66e15dbc7c7ce0200400f20f79702dc97bac
 
-case "$XBPS_TARGET_MACHINE" in
-	ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal"
-esac
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] uni: update to 2.0.0
  2021-01-02 18:39 [PR PATCH] uni: update to 2.0.0 arp242
@ 2021-01-02 18:42 ` arp242
  2021-01-02 18:46 ` arp242
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: arp242 @ 2021-01-02 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arp242/void-packages uni
https://github.com/void-linux/void-packages/pull/27625

uni: update to 2.0.0
Build should also be fixed on ppc64/ppc64le now.

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

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

From 3a0f0c9ecc7dcaad4fb3d4ff9250d9db7c3da5bf Mon Sep 17 00:00:00 2001
From: Martin Tournoij <martin@arp242.net>
Date: Sun, 3 Jan 2021 02:38:43 +0800
Subject: [PATCH] uni: update to 2.0.0

Build should also be fixed on ppc64/ppc64le now.
---
 srcpkgs/uni/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template
index c44233ac9dc..1d7bd119b5f 100644
--- a/srcpkgs/uni/template
+++ b/srcpkgs/uni/template
@@ -1,6 +1,6 @@
 # Template file for 'uni'
 pkgname=uni
-version=1.1.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path=arp242.net/uni
@@ -9,11 +9,7 @@ maintainer="klardotsh <josh@klar.sh>"
 license="MIT"
 homepage="https://github.com/arp242/uni"
 distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz"
-checksum=938712d1e750b8dcea9f42d4691b66e15dbc7c7ce0200400f20f79702dc97bac
-
-case "$XBPS_TARGET_MACHINE" in
-	ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal"
-esac
+checksum=744e1d49b9cc8e336e260e0e922b28bb60f8fdaf347e656e964b5f4353c5162a
 
 post_install() {
 	vlicense LICENSE

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

* Re: uni: update to 2.0.0
  2021-01-02 18:39 [PR PATCH] uni: update to 2.0.0 arp242
  2021-01-02 18:42 ` [PR PATCH] [Updated] " arp242
@ 2021-01-02 18:46 ` arp242
  2021-01-03 20:16 ` [PR PATCH] [Closed]: " Piraty
  2021-01-03 20:16 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: arp242 @ 2021-01-02 18:46 UTC (permalink / raw)
  To: ml

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

New comment by arp242 on void-packages repository

https://github.com/void-linux/void-packages/pull/27625#issuecomment-753514512

Comment:
@klardotsh 

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

* Re: [PR PATCH] [Closed]: uni: update to 2.0.0
  2021-01-02 18:39 [PR PATCH] uni: update to 2.0.0 arp242
  2021-01-02 18:42 ` [PR PATCH] [Updated] " arp242
  2021-01-02 18:46 ` arp242
@ 2021-01-03 20:16 ` Piraty
  2021-01-03 20:16 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-01-03 20:16 UTC (permalink / raw)
  To: ml

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

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

uni: update to 2.0.0
https://github.com/void-linux/void-packages/pull/27625

Description:
Build should also be fixed on ppc64/ppc64le now.

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

* Re: uni: update to 2.0.0
  2021-01-02 18:39 [PR PATCH] uni: update to 2.0.0 arp242
                   ` (2 preceding siblings ...)
  2021-01-03 20:16 ` [PR PATCH] [Closed]: " Piraty
@ 2021-01-03 20:16 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-01-03 20:16 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/27625#issuecomment-753670388

Comment:
`qemu-ppc64le masterdir/destdir/powerpc64le-linux-musl/uni-2.0.0/usr/bin/uni` works

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

end of thread, other threads:[~2021-01-03 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 18:39 [PR PATCH] uni: update to 2.0.0 arp242
2021-01-02 18:42 ` [PR PATCH] [Updated] " arp242
2021-01-02 18:46 ` arp242
2021-01-03 20:16 ` [PR PATCH] [Closed]: " Piraty
2021-01-03 20:16 ` Piraty

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