pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tavrasm GCC 3.4 tells us to remove the parenthes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ef2a9d0da3a
branches:  trunk
changeset: 505380:0ef2a9d0da3a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 03 10:08:51 2006 +0000

description:
GCC 3.4 tells us to remove the parentheses around the type-id, so remove
them.

diffstat:

 devel/tavrasm/distinfo         |   3 ++-
 devel/tavrasm/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r aa3441100433 -r 0ef2a9d0da3a devel/tavrasm/distinfo
--- a/devel/tavrasm/distinfo    Tue Jan 03 09:45:57 2006 +0000
+++ b/devel/tavrasm/distinfo    Tue Jan 03 10:08:51 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 22:24:34 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/03 10:08:51 joerg Exp $
 
 SHA1 (tavrasm-1.20/tavrasm.tar.gz) = 9aaa1725f4468a47a29484b64c227596f5dccf1f
 RMD160 (tavrasm-1.20/tavrasm.tar.gz) = aa423d9872ab805e97f34bb133eb0d168741527d
 Size (tavrasm-1.20/tavrasm.tar.gz) = 62047 bytes
 SHA1 (patch-aa) = 22024df9375acc24663db6cc625893140e3bf6ac
 SHA1 (patch-ab) = b6c78ef76b03b27317f4bea888b20e5b47479eaa
+SHA1 (patch-ac) = a9ffaaaca09d8541d0f0ddc856152484f843f0b3
diff -r aa3441100433 -r 0ef2a9d0da3a devel/tavrasm/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tavrasm/patches/patch-ac    Tue Jan 03 10:08:51 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/01/03 10:08:51 joerg Exp $
+
+--- symbol.cc.orig     2006-01-03 10:03:43.000000000 +0000
++++ symbol.cc
+@@ -140,7 +140,7 @@ int symbolTable::init(int cs, unsigned i
+ 
+   // Allocate mew symbol-table
+ 
+-  if(size && (symtab = new (symbolTableEntry*)[size]))
++  if(size && (symtab = new symbolTableEntry *[size]))
+   {
+     // Clear hash-table
+ 



Home | Main Index | Thread Index | Old Index