Github messages for voidlinux
 help / color / mirror / Atom feed
From: knusbaum <knusbaum@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xwmfs: update to 0.85.
Date: Mon, 06 Jul 2020 20:44:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23425@inbox.vuxu.org> (raw)

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

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

https://github.com/knusbaum/void-packages UPDATE-xwmfs-0.85
https://github.com/void-linux/void-packages/pull/23425

xwmfs: update to 0.85.
Looks like the patches required for musl were merged upstream. We can remove them.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-xwmfs-0.85-23425.patch --]
[-- Type: text/x-diff, Size: 2090 bytes --]

From d7749937bed6891632f48ead1e99a486bfa65855 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Mon, 6 Jul 2020 13:40:14 -0500
Subject: [PATCH] xwmfs: update to 0.85.

---
 srcpkgs/xwmfs/patches/musl_strerr_types.patch | 27 -------------------
 srcpkgs/xwmfs/template                        |  4 +--
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/xwmfs/patches/musl_strerr_types.patch

diff --git a/srcpkgs/xwmfs/patches/musl_strerr_types.patch b/srcpkgs/xwmfs/patches/musl_strerr_types.patch
deleted file mode 100644
index 3c5bdac45f5..00000000000
--- a/srcpkgs/xwmfs/patches/musl_strerr_types.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/common/Exception.cxx
-+++ src/common/Exception.cxx
-@@ -39,8 +39,13 @@ SystemException::SystemException(const std::string &err) :
- 
- 	char msg[256];
- 
-+#if defined(__GLIBC__)
- 	char *m = ::strerror_r(m_errno, msg, 256);
- 	ss << " (\"" << m << "\", errno = " << m_errno << ")";
-+#else
-+	::strerror_r(m_errno, msg, 256);
-+	ss << " (\"" << msg << "\", errno = " << m_errno << ")";
-+#endif
- 	m_error.append( ss.str() );
- }
- 
---- src/fuse/Entry.hxx
-+++ src/fuse/Entry.hxx
-@@ -1,6 +1,8 @@
- #ifndef XWMFS_ENTRY_HXX
- #define XWMFS_ENTRY_HXX
- 
-+#include <sys/types.h>
-+
- // C++
- #include <atomic>
-
diff --git a/srcpkgs/xwmfs/template b/srcpkgs/xwmfs/template
index 81c6925f68a..7b1da9a26ed 100644
--- a/srcpkgs/xwmfs/template
+++ b/srcpkgs/xwmfs/template
@@ -1,6 +1,6 @@
 # Template file for 'xwmfs'
 pkgname=xwmfs
-version=0.84
+version=0.85
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake autoconf pkg-config which"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/gerstner-hub/xwmfs"
 changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
 distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
-checksum=6d52fc33e2b30f10fccf47e1cc778fa7aa4e0b4957fba2758b685818beda1b03
+checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
 
 pre_configure() {
 	./bootstrap

             reply	other threads:[~2020-07-06 18:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 18:44 knusbaum [this message]
2020-08-09  9:10 ` [PR PATCH] [Merged]: " jnbr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23425@inbox.vuxu.org \
    --to=knusbaum@users.noreply.github.com \
    --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).