aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-12-05 13:21:41 +0800
committerjim <jim@FreeBSD.org>2000-12-05 13:21:41 +0800
commit89545fab5295430178452c6e0cb4cc413687660c (patch)
tree3478bc1768432945e220b282291696dfd08575f1 /net
parent91d50d82a67beccabd5c41395eb5486c09f3000f (diff)
downloadfreebsd-ports-gnome-89545fab5295430178452c6e0cb4cc413687660c.tar.gz
freebsd-ports-gnome-89545fab5295430178452c6e0cb4cc413687660c.tar.zst
freebsd-ports-gnome-89545fab5295430178452c6e0cb4cc413687660c.zip
Update to version 0.11.0pre2.
Diffstat (limited to 'net')
-rw-r--r--net/gaim-snapshot/files/patch-ad19
-rw-r--r--net/gaim/files/patch-ad19
2 files changed, 0 insertions, 38 deletions
diff --git a/net/gaim-snapshot/files/patch-ad b/net/gaim-snapshot/files/patch-ad
deleted file mode 100644
index ba20344ce77b..000000000000
--- a/net/gaim-snapshot/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/gtkhtml.c.orig Mon Oct 9 13:34:59 2000
-+++ src/gtkhtml.c Tue Nov 14 17:28:27 2000
-@@ -3251,7 +3251,7 @@
- GdkFont *cfont;
- GdkRectangle area;
- char *ws,
-- tag[BUF_LONG],
-+ *tag,
- *c,
- *url = NULL;
- gint intag = 0,
-@@ -3295,6 +3295,7 @@
- c = text;
-
- ws = g_malloc(strlen(text) + 2);
-+ tag = g_malloc(strlen(text) + 2);
-
- while (*c)
- {
diff --git a/net/gaim/files/patch-ad b/net/gaim/files/patch-ad
deleted file mode 100644
index ba20344ce77b..000000000000
--- a/net/gaim/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/gtkhtml.c.orig Mon Oct 9 13:34:59 2000
-+++ src/gtkhtml.c Tue Nov 14 17:28:27 2000
-@@ -3251,7 +3251,7 @@
- GdkFont *cfont;
- GdkRectangle area;
- char *ws,
-- tag[BUF_LONG],
-+ *tag,
- *c,
- *url = NULL;
- gint intag = 0,
-@@ -3295,6 +3295,7 @@
- c = text;
-
- ws = g_malloc(strlen(text) + 2);
-+ tag = g_malloc(strlen(text) + 2);
-
- while (*c)
- {