summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-30 02:48:59 +0000
committerjoerg <joerg>2006-06-30 02:48:59 +0000
commitaa8cd346e03d33f0f38288a66c7c52d85d83a0c9 (patch)
treef4814f40a89aff090abde0d34efa86094f885a5c
parent9f8e4e161607216bad37c6a187f726e8d4eb3e73 (diff)
downloadpkgsrc-aa8cd346e03d33f0f38288a66c7c52d85d83a0c9.tar.gz
Don't define the portability macros on DragonFly at all.
-rw-r--r--graphics/gimp24/distinfo6
-rw-r--r--graphics/gimp24/patches/patch-ac10
-rw-r--r--graphics/gimp24/patches/patch-ad10
3 files changed, 17 insertions, 9 deletions
diff --git a/graphics/gimp24/distinfo b/graphics/gimp24/distinfo
index c50ad8a050c..482a6855410 100644
--- a/graphics/gimp24/distinfo
+++ b/graphics/gimp24/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2006/06/08 15:39:38 adam Exp $
+$NetBSD: distinfo,v 1.7 2006/06/30 02:48:59 joerg Exp $
SHA1 (gimp-2.3.9.tar.bz2) = 2dbd8e716fbf92c3999e80f3852bff23645e1fe6
RMD160 (gimp-2.3.9.tar.bz2) = e2e8920d1f743a5b977f2f8102e9dbac346272fd
Size (gimp-2.3.9.tar.bz2) = 15183977 bytes
SHA1 (patch-aa) = 997a134a9f7bffdb288226885de9105b7e21ee1a
SHA1 (patch-ab) = 0ced9922789bef1511b3f970c22e30e94eed9600
-SHA1 (patch-ac) = 2ccfeb32bf3a77fffcd854d64272e0ee1b6c3480
-SHA1 (patch-ad) = 2e47c5aad8ffadb49651caa238eee96f5e66fee6
+SHA1 (patch-ac) = 20febe9b8318ce886bae4f0638bc528155a2643d
+SHA1 (patch-ad) = dd0172d704676379e4db774b92bb7437a9abfcad
SHA1 (patch-ae) = 9a97da80740dcd732f01f836ae1e3179b8c5fd6f
diff --git a/graphics/gimp24/patches/patch-ac b/graphics/gimp24/patches/patch-ac
index a6c9aaef4e0..58ae53f08b2 100644
--- a/graphics/gimp24/patches/patch-ac
+++ b/graphics/gimp24/patches/patch-ac
@@ -1,13 +1,17 @@
-$NetBSD: patch-ac,v 1.2 2006/06/08 15:39:38 adam Exp $
+$NetBSD: patch-ac,v 1.3 2006/06/30 02:48:59 joerg Exp $
---- libgimp/gimp.c.orig 2006-06-07 17:56:19.000000000 +0200
+--- libgimp/gimp.c.orig 2006-06-02 12:04:39.000000000 +0000
+++ libgimp/gimp.c
-@@ -23,6 +23,8 @@
+@@ -21,8 +21,12 @@
+ #include "config.h"
+
++#if !defined(__DragonFly__)
#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */
#define _SVID_SOURCE /* except for SA_RESTART, it seems */
+#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE_EXTENDED
++#endif
#include <errno.h>
#include <stdarg.h>
diff --git a/graphics/gimp24/patches/patch-ad b/graphics/gimp24/patches/patch-ad
index 43b35f7ee71..ae48ee649dc 100644
--- a/graphics/gimp24/patches/patch-ad
+++ b/graphics/gimp24/patches/patch-ad
@@ -1,13 +1,17 @@
-$NetBSD: patch-ad,v 1.3 2006/06/08 15:39:38 adam Exp $
+$NetBSD: patch-ad,v 1.4 2006/06/30 02:48:59 joerg Exp $
---- app/main.c.orig 2006-06-07 18:23:05.000000000 +0200
+--- app/main.c.orig 2006-06-02 12:04:33.000000000 +0000
+++ app/main.c
-@@ -20,6 +20,8 @@
+@@ -18,8 +18,12 @@
+ #include "config.h"
+
++#if !defined(__DragonFly__)
#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */
#define _SVID_SOURCE /* except for SA_RESTART, it seems */
+#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE_EXTENDED
++#endif
#include <stdio.h>
#include <stdlib.h>