From 9c5b8438ea5bf1b8a75c5902adbbd0de5105eb29 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 29 Dec 2015 23:34:43 +0000 Subject: Add patch comments. --- lang/gforth/distinfo | 8 ++++---- lang/gforth/patches/patch-configure | 4 +++- lang/gforth/patches/patch-configure.in | 4 +++- lang/gforth/patches/patch-engine_Makefile.in | 5 ++++- 4 files changed, 14 insertions(+), 7 deletions(-) (limited to 'lang/gforth') diff --git a/lang/gforth/distinfo b/lang/gforth/distinfo index ebe480939ee..8c065635272 100644 --- a/lang/gforth/distinfo +++ b/lang/gforth/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 22:50:35 agc Exp $ +$NetBSD: distinfo,v 1.12 2015/12/29 23:34:47 dholland Exp $ SHA1 (gforth-0.7.3.tar.gz) = 4ef40d8427249b4367ac5e8965b55ca113c18baa RMD160 (gforth-0.7.3.tar.gz) = 6261b9b568695421148063a17e0dbf2983132062 @@ -6,6 +6,6 @@ SHA512 (gforth-0.7.3.tar.gz) = f034234acfb0fc727f28b564432219a100b916c6df4b84779 Size (gforth-0.7.3.tar.gz) = 2523433 bytes SHA1 (patch-aa) = 405a78dab65952f599b3f201053ae73c25da4576 SHA1 (patch-ae) = 5ed4c1b54d6c2af55580183cdc9d66b70fffa955 -SHA1 (patch-configure) = f93b18e8602baec9b21c3f78978f652a9796fb31 -SHA1 (patch-configure.in) = 4886054414beda7de68323143eecb03ef20c10f9 -SHA1 (patch-engine_Makefile.in) = 4ae831fb6f2a7f09f58230a9450985cb2b96ee59 +SHA1 (patch-configure) = 405b75bc920f5709fcaa90aa63d91d10c23f5b32 +SHA1 (patch-configure.in) = 9f916f1d40817f2781baeed7197d1a6336c39a2a +SHA1 (patch-engine_Makefile.in) = 3403d2c2c5a2594a35894df2950dc28d36a701aa diff --git a/lang/gforth/patches/patch-configure b/lang/gforth/patches/patch-configure index 8a890d00f72..03da0ace13a 100644 --- a/lang/gforth/patches/patch-configure +++ b/lang/gforth/patches/patch-configure @@ -1,4 +1,6 @@ -$NetBSD: patch-configure,v 1.2 2015/03/06 23:56:47 ryoon Exp $ +$NetBSD: patch-configure,v 1.3 2015/12/29 23:34:47 dholland Exp $ + +-export-dynamic is a linker option, pass it down as such. --- configure.orig 2014-06-13 22:52:28.000000000 +0000 +++ configure diff --git a/lang/gforth/patches/patch-configure.in b/lang/gforth/patches/patch-configure.in index 3e28b8fa65e..8bbb4e3f579 100644 --- a/lang/gforth/patches/patch-configure.in +++ b/lang/gforth/patches/patch-configure.in @@ -1,4 +1,6 @@ -$NetBSD: patch-configure.in,v 1.1 2013/06/13 21:43:26 joerg Exp $ +$NetBSD: patch-configure.in,v 1.2 2015/12/29 23:34:47 dholland Exp $ + +-export-dynamic is a linker option, pass it down as such. --- configure.in.orig 2013-06-13 17:24:38.000000000 +0000 +++ configure.in diff --git a/lang/gforth/patches/patch-engine_Makefile.in b/lang/gforth/patches/patch-engine_Makefile.in index b29e5655c66..d6893d60484 100644 --- a/lang/gforth/patches/patch-engine_Makefile.in +++ b/lang/gforth/patches/patch-engine_Makefile.in @@ -1,4 +1,7 @@ -$NetBSD: patch-engine_Makefile.in,v 1.2 2015/03/06 23:56:47 ryoon Exp $ +$NetBSD: patch-engine_Makefile.in,v 1.3 2015/12/29 23:34:47 dholland Exp $ + +Remove -fno-defer-pop -fcaller-saves -fno-inline, which are workarounds +for various ancient GCC versions. --- engine/Makefile.in.orig 2013-10-11 21:31:28.000000000 +0000 +++ engine/Makefile.in -- cgit v1.2.3