pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/sdcc Remove extra qualification to fix build wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a839ab08e22a
branches:  trunk
changeset: 515649:a839ab08e22a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 05 20:29:29 2006 +0000

description:
Remove extra qualification to fix build with gcc-4.1.

diffstat:

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

diffs (29 lines):

diff -r d6ef0c6d303b -r a839ab08e22a devel/sdcc/distinfo
--- a/devel/sdcc/distinfo       Wed Jul 05 20:12:06 2006 +0000
+++ b/devel/sdcc/distinfo       Wed Jul 05 20:29:29 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2005/12/01 19:43:23 joerg Exp $
+$NetBSD: distinfo,v 1.13 2006/07/05 20:29:29 wiz Exp $
 
 SHA1 (sdcc-2.4.0.tar.gz) = 3ce83ec60417ac6cdffb1668679cb4eeae6c3941
 RMD160 (sdcc-2.4.0.tar.gz) = 807aaa5166e143d3793a66b620ccde40d0c83260
 Size (sdcc-2.4.0.tar.gz) = 3021296 bytes
 SHA1 (patch-aa) = aab98c3b7bbcf66c84469ef832a165af60edbf74
+SHA1 (patch-ab) = 21f8c465dfc858a00f04f80cc2df5565fb2ebc5e
diff -r d6ef0c6d303b -r a839ab08e22a devel/sdcc/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/sdcc/patches/patch-ab       Wed Jul 05 20:29:29 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2006/07/05 20:29:29 wiz Exp $
+
+--- sim/ucsim/cmd.src/newcmdcl.h.orig  2003-01-03 08:51:57.000000000 +0000
++++ sim/ucsim/cmd.src/newcmdcl.h
+@@ -121,7 +121,7 @@ public:
+   cl_console(int portnumber, class cl_app *the_app);
+ #endif
+   virtual ~cl_console(void);
+-  virtual class cl_console *cl_console::clone_for_exec(char *fin);
++  virtual class cl_console *clone_for_exec(char *fin);
+   virtual int init(void);
+ 
+   virtual void welcome(void);



Home | Main Index | Thread Index | Old Index