pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/host Never use -Wid-clash-30. It is dead, Jim.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bc3ea16444
branches:  trunk
changeset: 509863:85bc3ea16444
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 16 17:32:03 2006 +0000

description:
Never use -Wid-clash-30. It is dead, Jim.

diffstat:

 net/host/distinfo         |   4 ++--
 net/host/patches/patch-ab |  18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r f03fb5b6c471 -r 85bc3ea16444 net/host/distinfo
--- a/net/host/distinfo Thu Mar 16 14:04:58 2006 +0000
+++ b/net/host/distinfo Thu Mar 16 17:32:03 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/04/16 12:44:49 wiz Exp $
+$NetBSD: distinfo,v 1.8 2006/03/16 17:32:03 joerg Exp $
 
 SHA1 (host-20040812.tar.gz) = 02027effe88a851e6cecf133cef8ba096af48258
 RMD160 (host-20040812.tar.gz) = d8fc5a0a4218eae75bcd14cce4353f82f049175e
 Size (host-20040812.tar.gz) = 147758 bytes
 SHA1 (patch-aa) = bf2d0b44271feed9a1e595d78e34304052e34ab5
-SHA1 (patch-ab) = fe6011e2f5eb7e69e8589ead246fd4f574f77c31
+SHA1 (patch-ab) = 4a5cde3d31deb4855f25a31af0d429d1278689c0
diff -r f03fb5b6c471 -r 85bc3ea16444 net/host/patches/patch-ab
--- a/net/host/patches/patch-ab Thu Mar 16 14:04:58 2006 +0000
+++ b/net/host/patches/patch-ab Thu Mar 16 17:32:03 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2005/04/16 12:44:49 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2006/03/16 17:32:03 joerg Exp $
 
 --- Makefile.BSD.orig  2004-08-12 22:30:04.000000000 +0200
 +++ Makefile.BSD
@@ -27,3 +27,19 @@
  
  # this check is a nasty hack and will break building 'host' in the
  # NetBSD source tree on any host that doesn't have this file....
+@@ -124,7 +127,6 @@ CWARNFLAGS += -Wcomment
+ CWARNFLAGS += -Wtraditional
+ CWARNFLAGS += -Wcast-qual
+ # -Wid-clash-LEN is sadly no longer supported in 3.2.2
+-CWARNFLAGS += -Wid-clash-30
+ CWARNFLAGS += -Wpointer-arith
+ CWARNFLAGS += -Wshadow
+ #
+@@ -167,7 +169,6 @@ __GNULD__ ?= 1
+ .if ${__GNULD__} >= 1
+ LDFLAGS += -W
+ LDFLAGS += -Wall
+-LDFLAGS += -Wid-clash-30
+ LDFLAGS += -Wl,--warn-common
+ .endif
+ 



Home | Main Index | Thread Index | Old Index