Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] base-minimal: add pax-utils for musl
Date: Sat, 28 Sep 2019 11:31:56 +0200	[thread overview]
Message-ID: <20190928093156.AxBRQ8CSsnlTgXFnC_mfF_9mqXtWaeei1imavShhWcQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14776@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages minimal-pax
https://github.com/void-linux/void-packages/pull/14776

base-minimal: add pax-utils for musl
Fixes https://github.com/void-linux/void-packages/issues/14489 .

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

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

From 25917949cc24185013b07e1880534eb509268447 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 28 Sep 2019 12:06:13 +0300
Subject: [PATCH] base-minimal: add pax-utils for musl

---
 srcpkgs/base-minimal/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/base-minimal/template b/srcpkgs/base-minimal/template
index 9199cd7f53a..d7516a9f320 100644
--- a/srcpkgs/base-minimal/template
+++ b/srcpkgs/base-minimal/template
@@ -1,12 +1,12 @@
 # Template file for 'base-minimal'
 pkgname=base-minimal
 version=0.1
-revision=3
+revision=4
 build_style=meta
-homepage="http://www.voidlinux.org/"
 short_desc="Void Linux base system meta with minimal tools"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public domain"
+homepage="http://www.voidlinux.org/"
 
 depends="
  base-files coreutils findutils diffutils dash grep gzip sed gawk
@@ -14,6 +14,6 @@ depends="
  runit-void"
 
 case "$XBPS_TARGET_MACHINE" in
-	*-musl) depends+=" musl";;
+	*-musl) depends+=" musl pax-utils";;
 	*) depends+=" glibc-locales";;
 esac

  parent reply	other threads:[~2019-09-28  9:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28  9:07 [PR PATCH] " voidlinux-github
2019-09-28  9:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28  9:31 ` voidlinux-github [this message]
2019-10-02  8:11 ` voidlinux-github
2019-10-02  8:11 ` voidlinux-github
2019-10-02 13:44 ` voidlinux-github
2019-10-02 19:12 ` voidlinux-github
2019-10-02 19:13 ` voidlinux-github
2019-10-16 13:55 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-16 17:36 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190928093156.AxBRQ8CSsnlTgXFnC_mfF_9mqXtWaeei1imavShhWcQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).