Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libucontext: switch upstream + update to 0.10
@ 2020-05-08 10:54 pullmoll
  2020-05-08 10:56 ` [PR PATCH] [Updated] " pullmoll
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pullmoll @ 2020-05-08 10:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pullmoll/void-packages libucontext
https://github.com/void-linux/void-packages/pull/21743

libucontext: switch upstream + update to 0.10
Upstream has updates to support `mips*` architectures.
This lets us build `ruby` and packages depending on it for `mips*` again.


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

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

From f888ceb219bf2c55a24cfa20b34b68928132f81b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Fri, 8 May 2020 12:52:58 +0200
Subject: [PATCH] libucontext: switch upstream + update to 0.10

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

diff --git a/srcpkgs/libucontext/template b/srcpkgs/libucontext/template
index b29d8aad105..fb466936985 100644
--- a/srcpkgs/libucontext/template
+++ b/srcpkgs/libucontext/template
@@ -1,19 +1,21 @@
 # Template file for 'libucontext'
 pkgname=libucontext
-version=0.9.0
+version=0.10
 revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 archs="*-musl"
 short_desc="Compatibility layer providing ucontext functions"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="ISC"
-homepage="https://code.foxkit.us/adelie/libucontext"
-distfiles="https://distfiles.adelielinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0d53a415a307ef175153bbe60a572c940a922cb736ce13530b666e7ec2795d68
+homepage="https://github.com/kaniini/libucontext"
+distfiles="https://github.com/kaniini/libucontext/archive/${pkgname}-${version}.tar.gz"
+checksum=e77dee222a31d6ad66c7668ceab197ac683349ab943f66cfe8c324324778ac9f
 
 case "${XBPS_TARGET_MACHINE}" in
 arm*)	export LIBUCONTEXT_ARCH="arm";;
 i686*)	export LIBUCONTEXT_ARCH="x86";;
 ppc64*) export LIBUCONTEXT_ARCH="ppc64";;
+mips*)  export LIBUCONTEXT_ARCH="mips";;
 *)	export LIBUCONTEXT_ARCH="${XBPS_TARGET_MACHINE%%-musl}";;
 esac
 

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

end of thread, other threads:[~2020-05-08 21:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 10:54 [PR PATCH] libucontext: switch upstream + update to 0.10 pullmoll
2020-05-08 10:56 ` [PR PATCH] [Updated] " pullmoll
2020-05-08 11:07 ` pullmoll
2020-05-08 11:23 ` pullmoll
2020-05-08 14:12 ` pullmoll
2020-05-08 14:20 ` pbui
2020-05-08 14:26 ` [PR PATCH] [Updated] " pullmoll
2020-05-08 14:28 ` pullmoll
2020-05-08 15:14 ` q66
2020-05-08 16:46 ` [PR PATCH] [Updated] " pullmoll
2020-05-08 16:47 ` pullmoll
2020-05-08 16:48 ` pullmoll
2020-05-08 16:50 ` pullmoll
2020-05-08 21:08 ` [PR PATCH] [Merged]: " pullmoll

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