diff options
author | bland <bland@FreeBSD.org> | 2004-03-07 10:27:29 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-03-07 10:27:29 +0800 |
commit | 91d875abfd6e2f45288daf06bd6c1d6bbb12b20b (patch) | |
tree | 7f3d4f7f8c681a8e1f95cbca45ef7ac697a92ab1 /graphics/gimp-app/files | |
parent | 1f5f1428b978ccf05f7c74c8ad881c8e4b03ec4e (diff) | |
download | freebsd-ports-gnome-91d875abfd6e2f45288daf06bd6c1d6bbb12b20b.tar.gz freebsd-ports-gnome-91d875abfd6e2f45288daf06bd6c1d6bbb12b20b.tar.zst freebsd-ports-gnome-91d875abfd6e2f45288daf06bd6c1d6bbb12b20b.zip |
- Update to 2.0.pre4
- Switch back to gimp's own shlib versioning scheme [1]
Reviewed by: marcus [1]
Diffstat (limited to 'graphics/gimp-app/files')
-rw-r--r-- | graphics/gimp-app/files/patch-app_core_gimpchannel.c | 11 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-app_plug-in_plug-in-shm.c | 10 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-app_tools_gimptexttool.c | 11 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-app_vectors_gimpvectors.c | 20 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-configure | 19 |
5 files changed, 4 insertions, 67 deletions
diff --git a/graphics/gimp-app/files/patch-app_core_gimpchannel.c b/graphics/gimp-app/files/patch-app_core_gimpchannel.c deleted file mode 100644 index e3abf5386ab3..000000000000 --- a/graphics/gimp-app/files/patch-app_core_gimpchannel.c +++ /dev/null @@ -1,11 +0,0 @@ ---- app/core/gimpchannel.c.orig Thu Feb 5 01:46:50 2004 -+++ app/core/gimpchannel.c Thu Feb 5 01:46:59 2004 -@@ -640,7 +640,7 @@ - else if (GIMP_IS_PAINT_INFO (stroke_desc)) - { - GimpImage *gimage = gimp_item_get_image (item); -- GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc);; -+ GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc); - GimpPaintOptions *paint_options; - GimpPaintCore *core; - diff --git a/graphics/gimp-app/files/patch-app_plug-in_plug-in-shm.c b/graphics/gimp-app/files/patch-app_plug-in_plug-in-shm.c deleted file mode 100644 index b6a6abe36fc8..000000000000 --- a/graphics/gimp-app/files/patch-app_plug-in_plug-in-shm.c +++ /dev/null @@ -1,10 +0,0 @@ ---- app/plug-in/plug-in-shm.c.orig Wed Feb 19 01:40:37 2003 -+++ app/plug-in/plug-in-shm.c Wed Feb 19 01:40:49 2003 -@@ -17,6 +17,7 @@ - */ - - #include "config.h" -+#include <sys/types.h> - - #ifdef HAVE_IPC_H - #include <sys/ipc.h> diff --git a/graphics/gimp-app/files/patch-app_tools_gimptexttool.c b/graphics/gimp-app/files/patch-app_tools_gimptexttool.c deleted file mode 100644 index 7fbf416afd36..000000000000 --- a/graphics/gimp-app/files/patch-app_tools_gimptexttool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- app/tools/gimptexttool.c.orig Thu Feb 5 01:52:53 2004 -+++ app/tools/gimptexttool.c Thu Feb 5 01:53:00 2004 -@@ -218,7 +218,7 @@ - GdkModifierType state, - GimpDisplay *gdisp) - { -- GimpTextTool *text_tool = GIMP_TEXT_TOOL (tool);; -+ GimpTextTool *text_tool = GIMP_TEXT_TOOL (tool); - GimpDrawable *drawable; - GimpText *text = NULL; - gint off_x = 0; diff --git a/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c b/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c deleted file mode 100644 index 49c869645a8a..000000000000 --- a/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c +++ /dev/null @@ -1,20 +0,0 @@ ---- app/vectors/gimpvectors.c.orig Thu Feb 5 01:49:20 2004 -+++ app/vectors/gimpvectors.c Thu Feb 5 01:50:25 2004 -@@ -545,7 +545,7 @@ - GimpObject *stroke_desc, - gboolean use_default_values) - { -- GimpVectors *vectors = GIMP_VECTORS (item);; -+ GimpVectors *vectors = GIMP_VECTORS (item); - gboolean retval = FALSE; - - if (! vectors->strokes) -@@ -564,7 +564,7 @@ - else if (GIMP_IS_PAINT_INFO (stroke_desc)) - { - GimpImage *gimage = gimp_item_get_image (item); -- GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc);; -+ GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc); - GimpPaintOptions *paint_options; - GimpPaintCore *core; - diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure index 879a7bd3eb58..9b96241da761 100644 --- a/graphics/gimp-app/files/patch-configure +++ b/graphics/gimp-app/files/patch-configure @@ -1,17 +1,6 @@ ---- configure.orig Fri Feb 27 18:09:19 2004 -+++ configure Fri Feb 27 18:10:20 2004 -@@ -1995,8 +1995,8 @@ - - - --LT_VERSION_INFO="26:0:0" --LT_CURRENT_MINUS_AGE=26 -+LT_VERSION_INFO="2:0:0" -+LT_CURRENT_MINUS_AGE=2 - - - -@@ -31377,6 +31377,7 @@ +--- configure.orig Sun Mar 7 02:08:10 2004 ++++ configure Sun Mar 7 02:48:14 2004 +@@ -31396,6 +31396,7 @@ #include <gimp-print/gimp-print.h> #include <stdio.h> #include <stdlib.h> @@ -19,7 +8,7 @@ int main () -@@ -32842,8 +32843,8 @@ +@@ -32869,8 +32870,8 @@ fi fi; |