pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nam Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2532bbba95bd
branches:  trunk
changeset: 509103:2532bbba95bd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 03 04:46:50 2006 +0000

description:
Make this package build with gcc-4.

diffstat:

 net/nam/distinfo         |   3 ++-
 net/nam/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 1da0328ad929 -r 2532bbba95bd net/nam/distinfo
--- a/net/nam/distinfo  Fri Mar 03 04:04:15 2006 +0000
+++ b/net/nam/distinfo  Fri Mar 03 04:46:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/28 15:29:22 minskim Exp $
+$NetBSD: distinfo,v 1.6 2006/03/03 04:46:50 minskim Exp $
 
 SHA1 (nam-src-1.11.tar.gz) = 745ee2a8830831be3bee979401198b3510e1a7c8
 RMD160 (nam-src-1.11.tar.gz) = 0b2c2550018a67b4081d5799a91d9964b4f731c8
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 6178acca56809e546128c0b8d54db4aa6db83e4d
 SHA1 (patch-ab) = c7ecec5ce97b68a41ad9e93017e158ad8426ad45
 SHA1 (patch-ac) = dfdefa14ebe3a434ad2aa85e0b40065bc2e9a858
+SHA1 (patch-ad) = 37febda5857e59fd87ee6833db82528e1d5b4920
diff -r 1da0328ad929 -r 2532bbba95bd net/nam/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nam/patches/patch-ad  Fri Mar 03 04:46:50 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/03/03 04:46:50 minskim Exp $
+
+--- agent.h.orig       2001-06-15 18:53:10.000000000 -0700
++++ agent.h
+@@ -70,7 +70,7 @@ public:
+   inline double width()  {return width_;}
+   inline double height() {return height_;}
+   virtual void findClosestCornertoPoint(double x, double y, 
+-               double &corner_x, double &corner_y) const = NULL; 
++               double &corner_x, double &corner_y) const = 0; 
+   virtual void place(double x, double y);
+   void label(const char* name, int anchor);
+   void color(const char* name);



Home | Main Index | Thread Index | Old Index