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] nsss: use arch= instead of XBPS_TARGET_MACHINE
Date: Wed, 25 Dec 2019 15:10:50 +0100	[thread overview]
Message-ID: <20191225141050.2AkMzaIPYKnCZFw0cmjf6MN2hdX-2qRgWvbp1sCvlXI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17718@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages nsss
https://github.com/void-linux/void-packages/pull/17718

nsss: use arch= instead of XBPS_TARGET_MACHINE
Also remove -DNSSS_DISABLE_SWITCH -DNSSS_DISABLE_UNIX
that was accidently added, for testing purpose

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From 72de413f2e9a540219c14049ef4c1dd9664705ed Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 22 Dec 2019 21:36:37 -0600
Subject: [PATCH] nsss: use arch= instead of XBPS_TARGET_MACHINE

Also remove -DNSSS_DISABLE_SWITCH -DNSSS_DISABLE_UNIX
that was accidently added, for testing purpose

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/nsss/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index a46079d158b..fd72ce202aa 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,12 +1,13 @@
 # Template file for 'nsss'
 pkgname=nsss
 version=0.0.2.1
-revision=1
+revision=2
+# Only available for musl
+archs="*-musl"
 build_style=configure
 configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
- --bindir=/usr/bin --dynlibdir=/usr/lib -DNSSS_DISABLE_SWITCH
- -DNSSS_DISABLE_UNIX"
+ --bindir=/usr/bin --dynlibdir=/usr/lib"
 makedepends="skalibs-devel"
 short_desc="Minimal competing implementation of glibc's Name Switch Service"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -16,11 +17,6 @@ changelog="https://skarnet.org/software/nsss/upgrade.html"
 distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
 checksum=5d756a934bdae8a5be8d04d1b23bb7c95f3c5a814877b3771664739108a13fab
 
-case "$XBPS_TARGET_MACHINE" in
-	*-musl) ;;
-	*) broken="Only available on musl" ;;
-esac
-
 post_install() {
 	vlicense COPYING
 	vdoc README

       reply	other threads:[~2019-12-25 14:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17718@inbox.vuxu.org>
2019-12-25 14:10 ` voidlinux-github [this message]
2019-12-25 14:11 ` voidlinux-github
2019-12-25 16:38 ` [PR PATCH] [Merged]: " 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=20191225141050.2AkMzaIPYKnCZFw0cmjf6MN2hdX-2qRgWvbp1sCvlXI@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).