pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp24 Don't define the portability macros on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46afbb079c9f
branches: trunk
changeset: 515270:46afbb079c9f
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 30 02:48:59 2006 +0000
description:
Don't define the portability macros on DragonFly at all.
diffstat:
graphics/gimp24/distinfo | 6 +++---
graphics/gimp24/patches/patch-ac | 10 +++++++---
graphics/gimp24/patches/patch-ad | 10 +++++++---
3 files changed, 17 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 41c94c66e9cd -r 46afbb079c9f graphics/gimp24/distinfo
--- a/graphics/gimp24/distinfo Fri Jun 30 02:30:17 2006 +0000
+++ b/graphics/gimp24/distinfo Fri Jun 30 02:48:59 2006 +0000
@@ -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 -r 41c94c66e9cd -r 46afbb079c9f graphics/gimp24/patches/patch-ac
--- a/graphics/gimp24/patches/patch-ac Fri Jun 30 02:30:17 2006 +0000
+++ b/graphics/gimp24/patches/patch-ac Fri Jun 30 02:48:59 2006 +0000
@@ -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 -r 41c94c66e9cd -r 46afbb079c9f graphics/gimp24/patches/patch-ad
--- a/graphics/gimp24/patches/patch-ad Fri Jun 30 02:30:17 2006 +0000
+++ b/graphics/gimp24/patches/patch-ad Fri Jun 30 02:48:59 2006 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index