summaryrefslogtreecommitdiff
path: root/devel/hptools
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-27 16:10:05 +0000
committerminskim <minskim@pkgsrc.org>2006-06-27 16:10:05 +0000
commit40918695c9e190a834190d107534691024ddc930 (patch)
treeb5589bf841ee5d90e6e0ac0904b66ad324f14847 /devel/hptools
parent149fc1f71d5bea41e5debfa0fa955ecfe6660cb7 (diff)
downloadpkgsrc-40918695c9e190a834190d107534691024ddc930.tar.gz
Make this build with gcc4.
Diffstat (limited to 'devel/hptools')
-rw-r--r--devel/hptools/distinfo4
-rw-r--r--devel/hptools/patches/patch-af13
-rw-r--r--devel/hptools/patches/patch-ag12
3 files changed, 28 insertions, 1 deletions
diff --git a/devel/hptools/distinfo b/devel/hptools/distinfo
index 4b79e45680d..61eddb98597 100644
--- a/devel/hptools/distinfo
+++ b/devel/hptools/distinfo
@@ -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-ab) = edb1167b3e66efba7cbcf3c455a2c5dbad26e83f
SHA1 (patch-ac) = 11c47b1ced2d16eb3795b1d69c527a6206ad0637
SHA1 (patch-ad) = e22ddd54dffb57df60ea14b68c1aaff45e39aaa1
SHA1 (patch-ae) = 7d851fffd798a40d0bb18a569dddc04d3abccc64
+SHA1 (patch-af) = e0beb3d320b5a578c4212a5f360b2389ed8071fd
+SHA1 (patch-ag) = 26782aa642c38987d5b730dc8f0c0f5fb62a8eb8
diff --git a/devel/hptools/patches/patch-af b/devel/hptools/patches/patch-af
new file mode 100644
index 00000000000..f2c28484278
--- /dev/null
+++ b/devel/hptools/patches/patch-af
@@ -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 --git a/devel/hptools/patches/patch-ag b/devel/hptools/patches/patch-ag
new file mode 100644
index 00000000000..c4319759416
--- /dev/null
+++ b/devel/hptools/patches/patch-ag
@@ -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;