summaryrefslogtreecommitdiff
path: root/news/pan/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-03-01 02:25:36 +0000
committerfredb <fredb@pkgsrc.org>2002-03-01 02:25:36 +0000
commit46543ebd35e30fd31a3fde7f2a1b80bdc2fab9b1 (patch)
treecc6b05ae606eba59ea929a8f2e8829420e3cc079 /news/pan/patches
parentc90ffd0d116e59fc322b3cee035e82a608d1ddd8 (diff)
downloadpkgsrc-46543ebd35e30fd31a3fde7f2a1b80bdc2fab9b1.tar.gz
Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinements
documented in the "NEWS" file since the release of 0.10.0.93, only four months ago! Still point-oh, but more usable than ever before.
Diffstat (limited to 'news/pan/patches')
-rw-r--r--news/pan/patches/patch-aa10
-rw-r--r--news/pan/patches/patch-ab19
-rw-r--r--news/pan/patches/patch-ac6
-rw-r--r--news/pan/patches/patch-ad13
-rw-r--r--news/pan/patches/patch-ae13
-rw-r--r--news/pan/patches/patch-af13
-rw-r--r--news/pan/patches/patch-ag16
7 files changed, 14 insertions, 76 deletions
diff --git a/news/pan/patches/patch-aa b/news/pan/patches/patch-aa
index c45da15055b..a4bded92514 100644
--- a/news/pan/patches/patch-aa
+++ b/news/pan/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2001/10/15 07:24:38 rh Exp $
+$NetBSD: patch-aa,v 1.3 2002/03/01 02:25:36 fredb Exp $
---- configure.orig Sat Oct 6 17:49:48 2001
+--- configure.orig Tue Dec 4 23:47:08 2001
+++ configure
-@@ -5424,12 +5424,12 @@
- echo "$as_me:5424: \$? = $ac_status" >&5
+@@ -6387,12 +6387,12 @@
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
CATOBJEXT=.gmo
- DATADIRNAME=share
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 2001/10/15 07:24:38 rh Exp $
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
INSTOBJEXT=.mo
-@@ -5682,7 +5682,7 @@
+@@ -6659,7 +6659,7 @@
# We need to process the po/ directory.
POSUB=po
else
diff --git a/news/pan/patches/patch-ab b/news/pan/patches/patch-ab
deleted file mode 100644
index f380bd2be5e..00000000000
--- a/news/pan/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/10/15 07:24:38 rh Exp $
-
---- pan/base/util-file.c.orig Thu Jul 19 00:26:32 2001
-+++ pan/base/util-file.c
-@@ -208,12 +208,14 @@
-
- if (!g_file_test (buf, G_FILE_TEST_ISDIR))
- {
-+ *(out-1) = '\0';
- if (mkdir (buf, S_IRUSR | S_IWUSR | S_IXUSR))
- {
- log_add_va (LOG_ERROR, _("Couldn't create directory `%s': %s"),
- buf, g_strerror (errno));
- break;
- }
-+ *(out-1) = G_DIR_SEPARATOR;
- }
- }
-
diff --git a/news/pan/patches/patch-ac b/news/pan/patches/patch-ac
index 676d4bcf7d8..0457c4983d3 100644
--- a/news/pan/patches/patch-ac
+++ b/news/pan/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2001/10/15 07:24:39 rh Exp $
+$NetBSD: patch-ac,v 1.3 2002/03/01 02:25:37 fredb Exp $
---- pan/pan.c.orig Thu Oct 4 23:39:24 2001
+--- pan/pan.c.orig Fri Nov 9 10:53:07 2001
+++ pan/pan.c
@@ -42,6 +42,24 @@
#include <pan/thread-watch.h>
@@ -27,7 +27,7 @@ $NetBSD: patch-ac,v 1.2 2001/10/15 07:24:39 rh Exp $
static gint save_session (GnomeClient * client,
gint phase,
GnomeSaveStyle save_style,
-@@ -198,6 +216,10 @@
+@@ -196,6 +214,10 @@
newsrc_import (s, newsrc_filename, newsrc_port_subscribed_only);
}
}
diff --git a/news/pan/patches/patch-ad b/news/pan/patches/patch-ad
deleted file mode 100644
index 60a2a213a1e..00000000000
--- a/news/pan/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2001/10/19 11:35:59 rh Exp $
-
---- pan/base/Makefile.in.orig Thu Oct 18 06:43:59 2001
-+++ pan/base/Makefile.in
-@@ -134,7 +134,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I../..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lcompat
- libpanbase_a_LIBADD =
- libpanbase_a_OBJECTS = acache.o argset.o article.o article-thread.o \
- base-prefs.o decode.o debug.o file-grouplist.o file-headers.o fnmatch.o \
diff --git a/news/pan/patches/patch-ae b/news/pan/patches/patch-ae
deleted file mode 100644
index a143025ba39..00000000000
--- a/news/pan/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/10/15 07:24:39 rh Exp $
-
---- pan/Makefile.in.orig Sat Oct 6 18:02:38 2001
-+++ pan/Makefile.in
-@@ -143,7 +143,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lcompat
- pan_OBJECTS = article-actions.o article-find.o article-filter-ui.o \
- article-toolbar.o article-list-toolbar-mediator.o articlelist.o \
- group-action.o group-ui.o grouplist.o gui.o gui-headers.o \
diff --git a/news/pan/patches/patch-af b/news/pan/patches/patch-af
deleted file mode 100644
index 9c946b4c35e..00000000000
--- a/news/pan/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2001/10/15 07:24:39 rh Exp $
-
---- tests/Makefile.in.orig Sat Oct 6 18:02:47 2001
-+++ tests/Makefile.in
-@@ -146,7 +146,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lcompat
- article_OBJECTS = test-article.o
- article_LDADD = $(LDADD)
- article_DEPENDENCIES = ../pan/base/libpanbase.a ../gmime/libgmime.a
diff --git a/news/pan/patches/patch-ag b/news/pan/patches/patch-ag
index d9d8f85c64f..c4255b29a95 100644
--- a/news/pan/patches/patch-ag
+++ b/news/pan/patches/patch-ag
@@ -1,16 +1,12 @@
-$NetBSD: patch-ag,v 1.1 2001/10/15 07:24:39 rh Exp $
+$NetBSD: patch-ag,v 1.2 2002/03/01 02:25:37 fredb Exp $
---- pan/text.c.orig Thu Oct 4 23:39:24 2001
+--- pan/text.c.orig Wed Feb 6 22:58:14 2002
+++ pan/text.c
-@@ -23,7 +23,11 @@
- #include <ctype.h>
- #include <string.h>
+@@ -21,6 +21,7 @@
+ #include <config.h>
-+#ifdef HAVE_ALLOCA_H
- #include <alloca.h>
-+#else
+ #include <ctype.h>
+#include <stdlib.h>
-+#endif
+ #include <string.h>
#include <glib.h>
- #include <gtk/gtkmain.h>