Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ghdl: update to 0.37.
@ 2020-05-20 12:23 m3tav3rse
  2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: m3tav3rse @ 2020-05-20 12:23 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: ghdl: update to 0.37.
  2020-05-20 12:23 [PR PATCH] ghdl: update to 0.37 m3tav3rse
@ 2020-05-20 19:38 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-05-20 19:38 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ghdl: update to 0.37.
https://github.com/void-linux/void-packages/pull/22150

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-20 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 12:23 [PR PATCH] ghdl: update to 0.37 m3tav3rse
2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak

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).