pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nbitools Include sys/stat.h to use "struct stat"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e597df2840f0
branches:  trunk
changeset: 486431:e597df2840f0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 28 10:30:58 2004 +0000

description:
Include sys/stat.h to use "struct stat" on Linux.

diffstat:

 devel/nbitools/distinfo         |   4 ++--
 devel/nbitools/patches/patch-ag |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 985c051d52e1 -r e597df2840f0 devel/nbitools/distinfo
--- a/devel/nbitools/distinfo   Tue Dec 28 10:12:27 2004 +0000
+++ b/devel/nbitools/distinfo   Tue Dec 28 10:30:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/04/29 18:59:25 minskim Exp $
+$NetBSD: distinfo,v 1.4 2004/12/28 10:30:58 minskim Exp $
 
 SHA1 (nbitools-R6.3.tar.gz) = 0f6751417d7ef412be04611fbe4f56386a04322a
 Size (nbitools-R6.3.tar.gz) = 435764 bytes
@@ -8,5 +8,5 @@
 SHA1 (patch-ad) = b0c18505891834182c57819489b7d9890802d550
 SHA1 (patch-ae) = 0a0acf8798055a7b1b292e8d2edf998857641550
 SHA1 (patch-af) = 9a7e4bd19863d086a1e57f1cd9484b05189cbda6
-SHA1 (patch-ag) = a7b49c572db220802bb084e586bc6fe0cae87982
+SHA1 (patch-ag) = cd7da1a5c47fc37ee8ade78903cc9195219a4c66
 SHA1 (patch-ah) = ba2e9d00279d44635b2043b642a0407b84329643
diff -r 985c051d52e1 -r e597df2840f0 devel/nbitools/patches/patch-ag
--- a/devel/nbitools/patches/patch-ag   Tue Dec 28 10:12:27 2004 +0000
+++ b/devel/nbitools/patches/patch-ag   Tue Dec 28 10:30:58 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ag,v 1.1 2004/02/21 07:09:50 xtraeme Exp $
+$NetBSD: patch-ag,v 1.2 2004/12/28 10:30:58 minskim Exp $
 
---- config/imake/imake.c.orig  2004-02-21 08:05:07.000000000 +0100
-+++ config/imake/imake.c       2004-02-21 08:05:34.000000000 +0100
-@@ -145,7 +145,7 @@
+--- config/imake/imake.c.orig  2002-02-13 10:32:00.000000000 -0600
++++ config/imake/imake.c
+@@ -145,7 +145,7 @@ in this Software without prior written a
   *    #include INCLUDE_IMAKEFILE
   *    <add any global targets like 'clean' and long dependencies>
   */
 -#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__linux__)
  /* This needs to be before _POSIX_SOURCE gets defined */
  # include <sys/param.h>
  # include <sys/types.h>



Home | Main Index | Thread Index | Old Index