pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/pforth Remove flags that have been GCC's since ~f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d5c8f91b521
branches: trunk
changeset: 625964:8d5c8f91b521
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Oct 28 23:47:56 2013 +0000
description:
Remove flags that have been GCC's since ~forever.
diffstat:
lang/pforth/distinfo | 4 ++--
lang/pforth/patches/patch-build_unix_Makefile | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 0e2537338a66 -r 8d5c8f91b521 lang/pforth/distinfo
--- a/lang/pforth/distinfo Mon Oct 28 23:47:18 2013 +0000
+++ b/lang/pforth/distinfo Mon Oct 28 23:47:56 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2012/10/12 16:25:21 marino Exp $
+$NetBSD: distinfo,v 1.9 2013/10/28 23:47:56 joerg Exp $
SHA1 (pforth_v27_20101121.zip) = 66b9f3927a877afecca2c303157b7127291802f6
RMD160 (pforth_v27_20101121.zip) = e39965a79d4845763b6b767f5f7781f0d3758208
Size (pforth_v27_20101121.zip) = 209538 bytes
-SHA1 (patch-build_unix_Makefile) = 8f613560795eb8aaf212a3a54e19bd97f96d1b5f
+SHA1 (patch-build_unix_Makefile) = 91f21aa6e7d9943872377568ec7102aa78edbfdd
diff -r 0e2537338a66 -r 8d5c8f91b521 lang/pforth/patches/patch-build_unix_Makefile
--- a/lang/pforth/patches/patch-build_unix_Makefile Mon Oct 28 23:47:18 2013 +0000
+++ b/lang/pforth/patches/patch-build_unix_Makefile Mon Oct 28 23:47:56 2013 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-build_unix_Makefile,v 1.1 2012/10/12 16:25:21 marino Exp $
+$NetBSD: patch-build_unix_Makefile,v 1.2 2013/10/28 23:47:56 joerg Exp $
GCC 4.7.2 breaks on the unrecognized -c89 switch. Use -std= instead.
--- build/unix/Makefile.orig 2010-08-27 17:50:07.000000000 +0000
+++ build/unix/Makefile
-@@ -24,7 +24,7 @@ PFORTHAPP = pforth_standalone
+@@ -24,12 +24,10 @@ PFORTHAPP = pforth_standalone
WIDTHOPT=
FULL_WARNINGS = \
@@ -13,3 +13,8 @@
-fsigned-char \
-fno-builtin \
-fno-unroll-loops \
+- -fpeephole \
+- -fno-keep-inline-functions \
+ -pedantic \
+ -Wcast-qual \
+ -Wall \
Home |
Main Index |
Thread Index |
Old Index