aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-11 05:30:13 +0800
committermarcus <marcus@FreeBSD.org>2002-11-11 05:30:13 +0800
commit395675ff4cf4e1d1d1df551aea47f41aebcb66b2 (patch)
tree5b4b6ec337dd0ddf21c17798ae53c5968bf8fe65 /x11-toolkits
parent7ebbba97d8b732fdc63f6553d4fbdc4f019fc0d9 (diff)
downloadfreebsd-ports-gnome-395675ff4cf4e1d1d1df551aea47f41aebcb66b2.tar.gz
freebsd-ports-gnome-395675ff4cf4e1d1d1df551aea47f41aebcb66b2.tar.zst
freebsd-ports-gnome-395675ff4cf4e1d1d1df551aea47f41aebcb66b2.zip
Update to 2.0.8.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile3
-rw-r--r--x11-toolkits/gtk20/distinfo2
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c26
-rw-r--r--x11-toolkits/gtk30/Makefile3
-rw-r--r--x11-toolkits/gtk30/distinfo2
-rw-r--r--x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-gif.c26
6 files changed, 4 insertions, 58 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index f6bd80a1add7..5a7f53baf5fc 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.0.7
-PORTREVISION= 2
+PORTVERSION= 2.0.8
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index 75d1313ba6b4..31204d5fdc85 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gtk+-2.0.7.tar.bz2) = c9f641a22400660555094506f298e9b8
+MD5 (gnome2/gtk+-2.0.8.tar.bz2) = 3f2fdc357494b9733175d6a7bbf5d786
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c
index 474e58bd04b9..e69de29bb2d1 100644
--- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c
+++ b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c
@@ -1,26 +0,0 @@
---- gdk-pixbuf/io-gif.c.orig Thu Nov 7 18:08:02 2002
-+++ gdk-pixbuf/io-gif.c Thu Nov 7 18:14:25 2002
-@@ -534,13 +534,16 @@
- return 0;
- }
-
--#define CHECK_LZW_SP() if(((guchar *)context->lzw_sp) >= (((guchar *)context->lzw_stack) + sizeof(context->lzw_stack))) { \
-- g_set_error (context->error, \
-- GDK_PIXBUF_ERROR, \
-- GDK_PIXBUF_ERROR_CORRUPT_IMAGE, \
-- _("Stack overflow")); \
-- return -2; \
--}
-+#define CHECK_LZWP_SP() G_STMT_START { \
-+ if ((guchar *)context->lzw_sp >= \
-+ (guchar *)context->lzw_stack + sizeof (context->lzw_stack)) { \
-+ g_set_error (context->error, \
-+ GDK_PIXBUF_ERROR, \
-+ GDK_PIXBUF_ERROR_CORRUPT_IMAGE, \
-+ _("Stack overflow")); \
-+ return -2; \
-+ } \
-+} G_STMT_END
-
- static int
- lzw_read_byte (GifContext *context)
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index f6bd80a1add7..5a7f53baf5fc 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.0.7
-PORTREVISION= 2
+PORTVERSION= 2.0.8
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo
index 75d1313ba6b4..31204d5fdc85 100644
--- a/x11-toolkits/gtk30/distinfo
+++ b/x11-toolkits/gtk30/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gtk+-2.0.7.tar.bz2) = c9f641a22400660555094506f298e9b8
+MD5 (gnome2/gtk+-2.0.8.tar.bz2) = 3f2fdc357494b9733175d6a7bbf5d786
diff --git a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-gif.c b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-gif.c
index 474e58bd04b9..e69de29bb2d1 100644
--- a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-gif.c
+++ b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-gif.c
@@ -1,26 +0,0 @@
---- gdk-pixbuf/io-gif.c.orig Thu Nov 7 18:08:02 2002
-+++ gdk-pixbuf/io-gif.c Thu Nov 7 18:14:25 2002
-@@ -534,13 +534,16 @@
- return 0;
- }
-
--#define CHECK_LZW_SP() if(((guchar *)context->lzw_sp) >= (((guchar *)context->lzw_stack) + sizeof(context->lzw_stack))) { \
-- g_set_error (context->error, \
-- GDK_PIXBUF_ERROR, \
-- GDK_PIXBUF_ERROR_CORRUPT_IMAGE, \
-- _("Stack overflow")); \
-- return -2; \
--}
-+#define CHECK_LZWP_SP() G_STMT_START { \
-+ if ((guchar *)context->lzw_sp >= \
-+ (guchar *)context->lzw_stack + sizeof (context->lzw_stack)) { \
-+ g_set_error (context->error, \
-+ GDK_PIXBUF_ERROR, \
-+ GDK_PIXBUF_ERROR_CORRUPT_IMAGE, \
-+ _("Stack overflow")); \
-+ return -2; \
-+ } \
-+} G_STMT_END
-
- static int
- lzw_read_byte (GifContext *context)