pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GMT Include sys/types.h before sys/stat.h for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c9bae7f5cfc
branches:  trunk
changeset: 521909:1c9bae7f5cfc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 27 16:43:58 2006 +0000

description:
Include sys/types.h before sys/stat.h for DragonFly.

diffstat:

 graphics/GMT/distinfo         |   3 ++-
 graphics/GMT/patches/patch-ac |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r ca15d195f53e -r 1c9bae7f5cfc graphics/GMT/distinfo
--- a/graphics/GMT/distinfo     Mon Nov 27 14:32:24 2006 +0000
+++ b/graphics/GMT/distinfo     Mon Nov 27 16:43:58 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2006/11/14 13:16:00 wennmach Exp $
+$NetBSD: distinfo,v 1.13 2006/11/27 16:43:58 joerg Exp $
 
 SHA1 (GMT4.1.4/GMT4.1.4_man.tar.bz2) = bd07c5675a2dfbba9f8d05864a1bf563c042e5dc
 RMD160 (GMT4.1.4/GMT4.1.4_man.tar.bz2) = 42927181461b35294a8702499d2a66501555dc8b
@@ -35,6 +35,7 @@
 Size (GMT4.1.4/GMT4.1_high.tar.bz2) = 8644144 bytes
 SHA1 (patch-aa) = b548d839e719ea92d8cfa11f72069216ee2ef43d
 SHA1 (patch-ab) = a1d95e5654f0b202d6a1f8d7bd7c146d317191d1
+SHA1 (patch-ac) = bb96ed4809fa1eb4f75ab4b7a100443e772a3854
 SHA1 (patch-ad) = fab72f2d1942f548f87154da39f5344fe2693a8a
 SHA1 (patch-ae) = 7f74635ab750a6c03cb8cae1cf8b99a00a5b63da
 SHA1 (patch-af) = e86c0097e703cdbd471f6e9a4873b9bfce3e3cef
diff -r ca15d195f53e -r 1c9bae7f5cfc graphics/GMT/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/GMT/patches/patch-ac     Mon Nov 27 16:43:58 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.6 2006/11/27 16:43:58 joerg Exp $
+
+--- src/gmt.h.orig     2006-11-27 16:01:49.000000000 +0000
++++ src/gmt.h
+@@ -59,11 +59,8 @@
+ #include <math.h>
+ #include <limits.h>
+ #include <stddef.h>
+-#include <sys/stat.h>
+-#ifdef __MACHTEN__
+-/* Kludge to fix a Machten POSIX bug */
+ #include <sys/types.h>
+-#endif
++#include <sys/stat.h>
+ #if defined(__ultrix__) && defined(__mips)
+ /* Needed to get isnan[fd] macros */
+ #include <ieeefp.h>



Home | Main Index | Thread Index | Old Index