Github messages for voidlinux
 help / color / mirror / Atom feed
From: m3tav3rse <m3tav3rse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ghdl: update to 0.37.
Date: Wed, 20 May 2020 14:23:09 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22150@inbox.vuxu.org> (raw)

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

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

https://github.com/m3tav3rse/void-packages ghdl
https://github.com/void-linux/void-packages/pull/22150

ghdl: update to 0.37.


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

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

From fa5f80fd9ecc693ada8769d2e5efd5c77a589752 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Wed, 20 May 2020 14:20:48 +0200
Subject: [PATCH] ghdl: update to 0.37.

---
 srcpkgs/ghdl/patches/musl.patch | 4 ++--
 srcpkgs/ghdl/template           | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ghdl/patches/musl.patch b/srcpkgs/ghdl/patches/musl.patch
index de5ce8e592d..f9c721fff97 100644
--- a/srcpkgs/ghdl/patches/musl.patch
+++ b/srcpkgs/ghdl/patches/musl.patch
@@ -4,8 +4,8 @@
  #include <signal.h>
  #include <fcntl.h>
  
--#if defined (__linux__) || defined (__APPLE__)
-+#if defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__)
+-#if ( defined (__linux__) || defined (__APPLE__) ) && !defined (__ANDROID__)
++#if ( defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__) ) && !defined (__ANDROID__)
  #define HAVE_BACKTRACE 1
  #include <sys/ucontext.h>
  #endif
diff --git a/srcpkgs/ghdl/template b/srcpkgs/ghdl/template
index 25e8fba8c82..b89aaf92453 100644
--- a/srcpkgs/ghdl/template
+++ b/srcpkgs/ghdl/template
@@ -1,15 +1,15 @@
 # Template file for 'ghdl'
 pkgname=ghdl
 reverts="20181129_1"
-version=0.36
-revision=3
+version=0.37
+revision=1
 archs="i686* x86_64*"
 build_style=configure
 configure_args="--prefix=/usr"
 makedepends="zlib-devel"
 short_desc="VHDL 2008/93/87 simulator - mcode backend"
-maintainer="m3tav3rse <n6maa10816@tuta.io>"
+maintainer="m3tav3rse <mtvrs@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ghdl/ghdl"
 distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
-checksum=52431272c0ada952f2038efc2cf2f9023804bd6695e49f8cd803f1a7907234a2
+checksum=3008616201cc3b0b596872e4ad59d8bc36e6ee3ff798bdce066828fbdad041e4

             reply	other threads:[~2020-05-20 12:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20 12:23 m3tav3rse [this message]
2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak

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-22150@inbox.vuxu.org \
    --to=m3tav3rse@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).