pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hptools Make this build with gcc4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7dcbf0dbb8
branches:  trunk
changeset: 515209:4e7dcbf0dbb8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 27 16:10:05 2006 +0000

description:
Make this build with gcc4.

diffstat:

 devel/hptools/distinfo         |   4 +++-
 devel/hptools/patches/patch-af |  13 +++++++++++++
 devel/hptools/patches/patch-ag |  12 ++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 31854366c58b -r 4e7dcbf0dbb8 devel/hptools/distinfo
--- a/devel/hptools/distinfo    Tue Jun 27 16:04:29 2006 +0000
+++ b/devel/hptools/distinfo    Tue Jun 27 16:10:05 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/11/03 20:20:12 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/06/27 16:10:05 minskim Exp $
 
 SHA1 (hptools-src-3.0.8.tar.gz) = a0e8b934eeb2f83d858c4aa67d52779d69e51608
 RMD160 (hptools-src-3.0.8.tar.gz) = 392933086276132a37f68a92295b5628b5b104b5
@@ -8,3 +8,5 @@
 SHA1 (patch-ac) = 11c47b1ced2d16eb3795b1d69c527a6206ad0637
 SHA1 (patch-ad) = e22ddd54dffb57df60ea14b68c1aaff45e39aaa1
 SHA1 (patch-ae) = 7d851fffd798a40d0bb18a569dddc04d3abccc64
+SHA1 (patch-af) = e0beb3d320b5a578c4212a5f360b2389ed8071fd
+SHA1 (patch-ag) = 26782aa642c38987d5b730dc8f0c0f5fb62a8eb8
diff -r 31854366c58b -r 4e7dcbf0dbb8 devel/hptools/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hptools/patches/patch-af    Tue Jun 27 16:10:05 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/06/27 16:10:05 minskim Exp $
+
+--- include/getopt.h.orig      2002-07-05 08:43:06.000000000 +0000
++++ include/getopt.h
+@@ -8,8 +8,6 @@
+ extern int    optopt, opterr, optind;
+ extern char   *optarg;
+ 
+-extern int    sp;
+-
+ extern int getopt( int , char * const argv[], const char *);
+ 
+ #endif
diff -r 31854366c58b -r 4e7dcbf0dbb8 devel/hptools/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hptools/patches/patch-ag    Tue Jun 27 16:10:05 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2006/06/27 16:10:05 minskim Exp $
+
+--- include/symb.h.orig        2002-12-06 01:00:15.000000000 +0000
++++ include/symb.h
+@@ -1,7 +1,6 @@
+ #ifndef _SYMB_H_
+ #define _SYMB_H_
+ 
+-extern SYMBOLPTR symtree;
+ extern int lookups, lkcmps, adds;
+ 
+ extern b_16 symbols;



Home | Main Index | Thread Index | Old Index