Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libucontext: update to 0.13.1
@ 2020-12-18 11:53 pullmoll
  2020-12-18 11:55 ` [PR PATCH] [Updated] " pullmoll
  2020-12-19 14:47 ` [PR PATCH] [Merged]: " pullmoll
  0 siblings, 2 replies; 3+ messages in thread
From: pullmoll @ 2020-12-18 11:53 UTC (permalink / raw)
  To: ml

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

libucontext: update to 0.13.1
Adds man pages and fixes for RISC-V V64 support w/ musl.

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

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

From 9951e8fbc9c5a86cff0978ad1d65ef97440f3f3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Fri, 18 Dec 2020 12:39:06 +0100
Subject: [PATCH] libucontext: update to 0.13.1

Enable creation of man pages and move them to libucontext-devel.
---
 srcpkgs/libucontext/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libucontext/template b/srcpkgs/libucontext/template
index c6f5e5f8f1b..a14f63542aa 100644
--- a/srcpkgs/libucontext/template
+++ b/srcpkgs/libucontext/template
@@ -1,15 +1,17 @@
 # Template file for 'libucontext'
 pkgname=libucontext
-version=0.11
+version=0.13.1
 revision=1
 archs="*-musl"
 wrksrc="${pkgname}-${pkgname}-${version}"
+mark_build_args="all docs"
 short_desc="Compatibility layer providing ucontext functions"
 maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
 license="ISC"
+hostmakedepends="scdoc"
 homepage="https://github.com/kaniini/libucontext"
 distfiles="https://github.com/kaniini/libucontext/archive/${pkgname}-${version}.tar.gz"
-checksum=ec122a4bca8f75922082c4f4d81b09ff3e950906d7f5504e0bce367ec9a6fceb
+checksum=5d3517d12f1a605713cfb94c1ceda89e399bf534a4a85c9ff356cc329e12e4c1
 
 case "${XBPS_TARGET_MACHINE}" in
 arm*)	export LIBUCONTEXT_ARCH="arm";;
@@ -33,6 +35,7 @@ do_check() {
 
 do_install() {
 	make ARCH="${LIBUCONTEXT_ARCH}" DESTDIR="${DESTDIR}/usr" install
+	make ARCH="${LIBUCONTEXT_ARCH}" DESTDIR="${DESTDIR}" install_docs
 }
 
 post_install() {
@@ -45,5 +48,6 @@ libucontext-devel_package() {
 	pkg_install() {
 		vmove "usr/lib/*.so"
 		vmove "usr/lib/*.a"
+		vmove usr/share/man
 	}
 }

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

* Re: [PR PATCH] [Updated] libucontext: update to 0.13.1
  2020-12-18 11:53 [PR PATCH] libucontext: update to 0.13.1 pullmoll
@ 2020-12-18 11:55 ` pullmoll
  2020-12-19 14:47 ` [PR PATCH] [Merged]: " pullmoll
  1 sibling, 0 replies; 3+ messages in thread
From: pullmoll @ 2020-12-18 11:55 UTC (permalink / raw)
  To: ml

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

There is an updated 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/27254

libucontext: update to 0.13.1
Adds man pages and fixes for RISC-V V64 support w/ musl.

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

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

From 178770ad927b98e3b2645402e5299ad19fa0932d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Fri, 18 Dec 2020 12:39:06 +0100
Subject: [PATCH] libucontext: update to 0.13.1

Enable creation of man pages and move them to libucontext-devel.
---
 srcpkgs/libucontext/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libucontext/template b/srcpkgs/libucontext/template
index c6f5e5f8f1b..b39ca94a09d 100644
--- a/srcpkgs/libucontext/template
+++ b/srcpkgs/libucontext/template
@@ -1,15 +1,17 @@
 # Template file for 'libucontext'
 pkgname=libucontext
-version=0.11
+version=0.13.1
 revision=1
 archs="*-musl"
 wrksrc="${pkgname}-${pkgname}-${version}"
+make_build_args="all docs"
+hostmakedepends="scdoc"
 short_desc="Compatibility layer providing ucontext functions"
 maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
 license="ISC"
 homepage="https://github.com/kaniini/libucontext"
 distfiles="https://github.com/kaniini/libucontext/archive/${pkgname}-${version}.tar.gz"
-checksum=ec122a4bca8f75922082c4f4d81b09ff3e950906d7f5504e0bce367ec9a6fceb
+checksum=5d3517d12f1a605713cfb94c1ceda89e399bf534a4a85c9ff356cc329e12e4c1
 
 case "${XBPS_TARGET_MACHINE}" in
 arm*)	export LIBUCONTEXT_ARCH="arm";;
@@ -33,6 +35,7 @@ do_check() {
 
 do_install() {
 	make ARCH="${LIBUCONTEXT_ARCH}" DESTDIR="${DESTDIR}/usr" install
+	make ARCH="${LIBUCONTEXT_ARCH}" DESTDIR="${DESTDIR}" install_docs
 }
 
 post_install() {
@@ -45,5 +48,6 @@ libucontext-devel_package() {
 	pkg_install() {
 		vmove "usr/lib/*.so"
 		vmove "usr/lib/*.a"
+		vmove usr/share/man
 	}
 }

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

* Re: [PR PATCH] [Merged]: libucontext: update to 0.13.1
  2020-12-18 11:53 [PR PATCH] libucontext: update to 0.13.1 pullmoll
  2020-12-18 11:55 ` [PR PATCH] [Updated] " pullmoll
@ 2020-12-19 14:47 ` pullmoll
  1 sibling, 0 replies; 3+ messages in thread
From: pullmoll @ 2020-12-19 14:47 UTC (permalink / raw)
  To: ml

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

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

libucontext: update to 0.13.1
https://github.com/void-linux/void-packages/pull/27254

Description:
Adds man pages and fixes for RISC-V V64 support w/ musl.

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 11:53 [PR PATCH] libucontext: update to 0.13.1 pullmoll
2020-12-18 11:55 ` [PR PATCH] [Updated] " pullmoll
2020-12-19 14:47 ` [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).