Github messages for voidlinux
 help / color / mirror / Atom feed
From: jnbr <jnbr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] iverilog: update to 11.0.
Date: Wed, 07 Oct 2020 22:23:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25416@inbox.vuxu.org> (raw)

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

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

https://github.com/jnbr/void-packages icarus
https://github.com/void-linux/void-packages/pull/25416

iverilog: update to 11.0.
Extra flags are not necessary anymore (verified it builds with `-fno-common`).

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

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

From 3b0f029c6904033397caedd5eb405394a0479534 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Wed, 7 Oct 2020 22:13:39 +0200
Subject: [PATCH] iverilog: update to 11.0.

---
 srcpkgs/iverilog/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/iverilog/template b/srcpkgs/iverilog/template
index c10b6ab8630..b0f12c03fa8 100644
--- a/srcpkgs/iverilog/template
+++ b/srcpkgs/iverilog/template
@@ -1,7 +1,7 @@
 # Template file for 'iverilog'
 pkgname=iverilog
-version=10.3
-revision=2
+version=11.0
+revision=1
 wrksrc="${pkgname}-${version/./_}"
 build_style=gnu-configure
 hostmakedepends="automake flex gperf"
@@ -11,13 +11,10 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://iverilog.icarus.com/"
 distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
-checksum=4b884261645a73b37467242d6ae69264fdde2e7c4c15b245d902531efaaeb234
+checksum=6327fb900e66b46803d928b7ca439409a0dc32731d82143b20387be0833f1c95
 
 nocross="draw_tt.exe: cannot execute binary file: Exec format error"
 
-CFLAGS='-fcommon'
-CXXFLAGS='-fcommon -Wimplicit-fallthrough=0'
-
 pre_configure() {
 	sh ./autoconf.sh
 }

             reply	other threads:[~2020-10-07 20:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07 20:23 jnbr [this message]
2020-10-07 21:18 ` [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-25416@inbox.vuxu.org \
    --to=jnbr@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).