pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gt-itm Include sys/param.h to use NBBY on Linux.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48dc5075d9e5
branches:  trunk
changeset: 517676:48dc5075d9e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Aug 18 14:52:02 2006 +0000

description:
Include sys/param.h to use NBBY on Linux.

diffstat:

 net/gt-itm/distinfo         |  4 ++--
 net/gt-itm/patches/patch-ad |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 77cf1264184a -r 48dc5075d9e5 net/gt-itm/distinfo
--- a/net/gt-itm/distinfo       Fri Aug 18 14:02:12 2006 +0000
+++ b/net/gt-itm/distinfo       Fri Aug 18 14:52:02 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2006/05/05 23:52:36 minskim Exp $
+$NetBSD: distinfo,v 1.3 2006/08/18 14:52:02 minskim Exp $
 
 SHA1 (gt-itm.tar.gz) = 1e52ee9c9d6e3ef09ac39c860d1cd829cf3c6e4e
 RMD160 (gt-itm.tar.gz) = 0a7cbdfce185ab4bc2c73b78f290e8a831dc04e2
@@ -6,5 +6,5 @@
 SHA1 (patch-aa) = b3f06675b8fd9811ec1a94adf90ee0f0b53b1d75
 SHA1 (patch-ab) = 72e60f9b5fc07b3ee44e838e017696178444135b
 SHA1 (patch-ac) = c70a3b5cb6a7b5b33ffe1269b903476befc00e83
-SHA1 (patch-ad) = 62d4d5bd4fe4eebc85abbff7ee80470ba2bcdc71
+SHA1 (patch-ad) = d8387533a1b877d66820d3e0d2ee95dd82591e80
 SHA1 (patch-ae) = f38778918e4eba7f186e75de14e2ccd6d9a3473d
diff -r 77cf1264184a -r 48dc5075d9e5 net/gt-itm/patches/patch-ad
--- a/net/gt-itm/patches/patch-ad       Fri Aug 18 14:02:12 2006 +0000
+++ b/net/gt-itm/patches/patch-ad       Fri Aug 18 14:52:02 2006 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-ad,v 1.1 2006/05/05 23:52:36 minskim Exp $
+$NetBSD: patch-ad,v 1.2 2006/08/18 14:52:02 minskim Exp $
 
 --- geog.c.orig        1996-10-23 21:05:28.000000000 +0000
 +++ geog.c
-@@ -7,7 +7,7 @@
+@@ -7,7 +7,8 @@
  
  #include <stdio.h>
  #include <sys/types.h>                /* for NBBY */
 -#include <alloca.h>
++#include <sys/param.h>                /* for NBBY on Linux */
 +#include <stdlib.h>
  #include <assert.h>
  #include <string.h>           /* for strchr() */



Home | Main Index | Thread Index | Old Index