pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/simh Fix build with GCC 5.4, treated like 5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b78baff8c076
branches:  trunk
changeset: 348714:b78baff8c076
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jun 18 11:26:55 2016 +0000

description:
Fix build with GCC 5.4, treated like 5.3

diffstat:

 emulators/simh/distinfo         |  4 ++--
 emulators/simh/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 73f2cc5c1b06 -r b78baff8c076 emulators/simh/distinfo
--- a/emulators/simh/distinfo   Sat Jun 18 11:24:54 2016 +0000
+++ b/emulators/simh/distinfo   Sat Jun 18 11:26:55 2016 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.25 2016/05/03 08:26:43 wiz Exp $
+$NetBSD: distinfo,v 1.26 2016/06/18 11:26:55 ryoon Exp $
 
 SHA1 (simhv39-0.zip) = 1de3938f0dcb51d55b0e53aea8ae9769ccc57bdb
 RMD160 (simhv39-0.zip) = a464e7d1fc6d58dd23a3ef623c3c018d5d60b050
 SHA512 (simhv39-0.zip) = 5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6
 Size (simhv39-0.zip) = 3103657 bytes
-SHA1 (patch-aa) = a1c90dca4747f8535c5544dc7c11ff70613196fc
+SHA1 (patch-aa) = 00aa93c3d25359529de8fac356b664f13d85d3f2
 SHA1 (patch-ab) = aa6f7fa5246b469ec7de28182922d2e6e18ce0de
 SHA1 (patch-ac) = 9d12df82e971b057be33d4cf54b1539597ae94f3
 SHA1 (patch-sim__timer.h) = 1ee43b9a6586cdeb0f4dd22321957de8d30d3376
diff -r 73f2cc5c1b06 -r b78baff8c076 emulators/simh/patches/patch-aa
--- a/emulators/simh/patches/patch-aa   Sat Jun 18 11:24:54 2016 +0000
+++ b/emulators/simh/patches/patch-aa   Sat Jun 18 11:26:55 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.15 2016/05/03 08:26:43 wiz Exp $
+$NetBSD: patch-aa,v 1.16 2016/06/18 11:26:56 ryoon Exp $
 
 Exclude -flto for gcc 4.1.3 (used in NetBSD/vax 6)
 Exclude -flto for gcc 4.4.7 (Used in DragonFly 2.13 - 3.1)
@@ -11,7 +11,7 @@
    endif
    GCC_VERSION = $(shell $(GCC) -v /dev/null 2>&1 | grep 'gcc version' | awk '{ print $$3 }')
 -  LTO_EXCLUDE_VERSIONS = 
-+  LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5 5.3.0
++  LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5 5.3.0 5.4.0
    PCAPLIB = pcap
    ifeq (agcc,$(findstring agcc,$(GCC))) # Android target build?
      OS_CCDEFS = -D_GNU_SOURCE



Home | Main Index | Thread Index | Old Index