summaryrefslogtreecommitdiff
path: root/graphics/GMT
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-27 16:43:58 +0000
committerjoerg <joerg>2006-11-27 16:43:58 +0000
commit318c20dbd126d6b7c99b4c1e62900c74addd0606 (patch)
treee56b89b179fac81ab5255b5103acd2a1fbab60ae /graphics/GMT
parenta96f1611933e9d82c8950f7f34414a86e58d65ab (diff)
downloadpkgsrc-318c20dbd126d6b7c99b4c1e62900c74addd0606.tar.gz
Include sys/types.h before sys/stat.h for DragonFly.
Diffstat (limited to 'graphics/GMT')
-rw-r--r--graphics/GMT/distinfo3
-rw-r--r--graphics/GMT/patches/patch-ac17
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/GMT/distinfo b/graphics/GMT/distinfo
index f55598b5fe8..f982e30d372 100644
--- a/graphics/GMT/distinfo
+++ b/graphics/GMT/distinfo
@@ -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 @@ RMD160 (GMT4.1.4/GMT4.1_high.tar.bz2) = 82bb0417a9f5c92c2d5f96a173478a0c67c02b2b
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 --git a/graphics/GMT/patches/patch-ac b/graphics/GMT/patches/patch-ac
new file mode 100644
index 00000000000..1b97d76f080
--- /dev/null
+++ b/graphics/GMT/patches/patch-ac
@@ -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>