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] sumo: update to 1.3.1.
Date: Fri, 04 Oct 2019 11:07:29 +0200	[thread overview]
Message-ID: <20191004090729.yQVyrmO39Pw5kYvFsCU8wnOduEd_4NdFsjaF63hso44@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14977@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages sumo
https://github.com/void-linux/void-packages/pull/14977

sumo: update to 1.3.1.


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

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

From 3387d87c1e3df64f09651c56e9432c1643afb725 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 3 Oct 2019 00:30:37 +0300
Subject: [PATCH] sumo: update to 1.3.1

---
 srcpkgs/sumo/patches/musl.patch | 14 ++++++++++++++
 srcpkgs/sumo/template           |  6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/sumo/patches/musl.patch

diff --git a/srcpkgs/sumo/patches/musl.patch b/srcpkgs/sumo/patches/musl.patch
new file mode 100644
index 00000000000..ee31f007c63
--- /dev/null
+++ b/srcpkgs/sumo/patches/musl.patch
@@ -0,0 +1,14 @@
+# Contributed by Chocimier@github
+diff --git src/foreign/zstr/strict_fstream.hpp src/foreign/zstr/strict_fstream.hpp
+index c0fae8f..313f71a 100644
+--- src/foreign/zstr/strict_fstream.hpp
++++ src/foreign/zstr/strict_fstream.hpp
+@@ -33,7 +33,7 @@ static std::string strerror()
+     {
+         buff = "Unknown error";
+     }
+-#elif __APPLE__ || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE)
++#elif __APPLE__ || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE) || !defined(__GLIBC__)
+ // XSI-compliant strerror_r()
+     if (strerror_r(errno, &buff[0], buff.size()) != 0)
+     {
diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 506589ca5a5..e2ad12813c2 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
-version=1.2.0
-revision=3
+version=1.3.1
+revision=1
 build_style=cmake
 hostmakedepends="libgdal-tools pkg-config swig python3"
 makedepends="fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
@@ -10,4 +10,4 @@ maintainer="Warrior Graph <marques@larces.uece.br>"
 license="EPL-2.0"
 homepage="http://sumo.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.gz"
-checksum=361ca67ba08b01499b1474e5949b4ddb9b6de3f9ded4bdba18c1da18bcf00190
+checksum=dd089814499cc8d21ea90ab506adbb01e7fda9d9685d9d90a1a41cc3fe680505

  parent reply	other threads:[~2019-10-04  9:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-02 17:31 [PR PATCH] " voidlinux-github
2019-10-02 21:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 21:26 ` voidlinux-github
2019-10-02 21:31 ` voidlinux-github
2019-10-02 21:31 ` voidlinux-github
2019-10-02 21:35 ` voidlinux-github
2019-10-02 21:35 ` voidlinux-github
2019-10-03 20:05 ` voidlinux-github
2019-10-04  9:07 ` voidlinux-github [this message]
2019-10-04  9:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04  9:10 ` voidlinux-github
2019-10-25 22:48 ` [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=20191004090729.yQVyrmO39Pw5kYvFsCU8wnOduEd_4NdFsjaF63hso44@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).