summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-21 20:23:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-21 20:23:52 +0000
commit1a1dbdfdfe82b684a99aa37511eb28590db89e69 (patch)
tree2e7c9e234a10ae93c6bd77b6885e78153bd03c50 /news
parentAt least let people know why it is that this port is broken in (diff)
Fix a bug where new headers could not be loaded. Bump PORTREVISION.
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Obtained from: pan Bugzilla Bug 96258
Notes
Notes: svn path=/head/; revision=68535
Diffstat (limited to 'news')
-rw-r--r--news/pan2/Makefile1
-rw-r--r--news/pan2/files/patch-temp23
2 files changed, 24 insertions, 0 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index 10f0130a244d..ee8f0b89608c 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pan2
PORTVERSION= 0.13.1
+PORTREVISION= 1
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \
diff --git a/news/pan2/files/patch-temp b/news/pan2/files/patch-temp
new file mode 100644
index 000000000000..f8fb57c8677e
--- /dev/null
+++ b/news/pan2/files/patch-temp
@@ -0,0 +1,23 @@
+--- pan/articlelist.c 29 Sep 2002 12:46:18 -0000 1.577
++++ pan/articlelist.c 20 Oct 2002 22:19:18 -0000
+@@ -3412,9 +3412,6 @@
+ if (fetch_new_on_group_load && !group_is_folder(group))
+ queue_insert_tasks (g_slist_append(NULL,task_headers_new(group,HEADERS_NEW)), 0);
+
+- /* switching done. safe to do another switch */
+- g_static_mutex_unlock (&switch_mutex);
+-
+ debug_exit ("set_group_mainthread_end");
+ return 0;
+ }
+@@ -3475,6 +3472,9 @@
+
+ /* hard work over, pass back to main thread */
+ gui_queue_add (set_group_mainthread_end, argset);
++
++ /* safe to do another switch */
++ g_static_mutex_unlock (&switch_mutex);
+
+ debug_exit ("set_group_worker");
+ return NULL;
+