[csw-devel] SF.net SVN: gar:[10375] csw/mgar/pkg/libgegl/trunk
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Mon Jun 28 21:12:58 CEST 2010
Revision: 10375
http://gar.svn.sourceforge.net/gar/?rev=10375&view=rev
Author: theferret
Date: 2010-06-28 19:12:58 +0000 (Mon, 28 Jun 2010)
Log Message:
-----------
libgegl: rename file
Added Paths:
-----------
csw/mgar/pkg/libgegl/trunk/patchfile.preconf
Removed Paths:
-------------
csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf
Deleted: csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf
===================================================================
--- csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf 2010-06-28 18:36:37 UTC (rev 10374)
+++ csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf 2010-06-28 19:12:58 UTC (rev 10375)
@@ -1,30 +0,0 @@
---- gegl/buffer/gegl-buffer.c.orig Sat Jun 12 07:40:58 2010
-+++ gegl/buffer/gegl-buffer.c Sat Jun 12 07:42:13 2010
-@@ -35,6 +35,7 @@
- #endif
-
- #ifdef G_OS_WIN32
-+#define NO_GLIB_BACKTRACE 1
- #include <process.h>
- #define getpid() _getpid()
- #endif
-@@ -80,7 +81,7 @@
- /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack
- * traces for leaked GeglBuffers using GNU C libs backtrace_symbols()
- */
--#ifndef G_OS_WIN32
-+#ifndef NO_GLIB_BACKTRACE 1
- #include <execinfo.h>
- #endif
-
-@@ -876,8 +877,8 @@
- gegl_buffer_get_alloc_stack (void)
- {
- char *result = NULL;
--#ifdef G_OS_WIN32
-- result = g_strdup ("backtrack not available on win32\n");
-+#ifdef NO_GLIB_BACKTRACE
-+ result = g_strdup ("backtrack not available in this executable\n");
- #else
- void *functions[MAX_N_FUNCTIONS];
- int n_functions = 0;
Copied: csw/mgar/pkg/libgegl/trunk/patchfile.preconf (from rev 10374, csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf)
===================================================================
--- csw/mgar/pkg/libgegl/trunk/patchfile.preconf (rev 0)
+++ csw/mgar/pkg/libgegl/trunk/patchfile.preconf 2010-06-28 19:12:58 UTC (rev 10375)
@@ -0,0 +1,30 @@
+--- gegl/buffer/gegl-buffer.c.orig Sat Jun 12 07:40:58 2010
++++ gegl/buffer/gegl-buffer.c Sat Jun 12 07:42:13 2010
+@@ -35,6 +35,7 @@
+ #endif
+
+ #ifdef G_OS_WIN32
++#define NO_GLIB_BACKTRACE 1
+ #include <process.h>
+ #define getpid() _getpid()
+ #endif
+@@ -80,7 +81,7 @@
+ /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack
+ * traces for leaked GeglBuffers using GNU C libs backtrace_symbols()
+ */
+-#ifndef G_OS_WIN32
++#ifndef NO_GLIB_BACKTRACE 1
+ #include <execinfo.h>
+ #endif
+
+@@ -876,8 +877,8 @@
+ gegl_buffer_get_alloc_stack (void)
+ {
+ char *result = NULL;
+-#ifdef G_OS_WIN32
+- result = g_strdup ("backtrack not available on win32\n");
++#ifdef NO_GLIB_BACKTRACE
++ result = g_strdup ("backtrack not available in this executable\n");
+ #else
+ void *functions[MAX_N_FUNCTIONS];
+ int n_functions = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list