Update to 0.10.0.91.
This commit is contained in:
parent
550f70304e
commit
7c898ff99a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48145
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pan
|
||||
PORTVERSION= 0.10.0.90
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.0.91
|
||||
CATEGORIES= news gnome
|
||||
MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pan-0.10.0.90.tar.bz2) = f00c070de046a1bdb7ccbb381afb641e
|
||||
MD5 (pan-0.10.0.91.tar.bz2) = 99a61a318c291fb0f0fd5ddbdc51d4c2
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pan/queue.c 2001/09/14 13:20:29 1.1
|
||||
+++ pan/queue.c 2001/09/14 13:20:44
|
||||
@@ -1202,7 +1202,7 @@
|
||||
pthread_mutex_lock (&queue_lock);
|
||||
gettimeofday (&now, NULL);
|
||||
timeout.tv_sec = now.tv_sec + TIMEOUT_SECS;
|
||||
- timeout.tv_nsec = timeout.tv_sec;
|
||||
+ timeout.tv_nsec = 0;
|
||||
retcode = pthread_cond_timedwait(&qcond, &queue_lock, &timeout);
|
||||
pthread_mutex_unlock (&queue_lock);
|
||||
|
14
news/pan/files/patch-pan::text.c
Normal file
14
news/pan/files/patch-pan::text.c
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pan/text.c 2001/09/24 08:24:33 1.1
|
||||
+++ pan/text.c 2001/09/24 08:25:03
|
||||
@@ -23,8 +23,6 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
-#include <alloca.h>
|
||||
-
|
||||
#include <libgnomeui/libgnomeui.h>
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pan
|
||||
PORTVERSION= 0.10.0.90
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.0.91
|
||||
CATEGORIES= news gnome
|
||||
MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pan-0.10.0.90.tar.bz2) = f00c070de046a1bdb7ccbb381afb641e
|
||||
MD5 (pan-0.10.0.91.tar.bz2) = 99a61a318c291fb0f0fd5ddbdc51d4c2
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pan/queue.c 2001/09/14 13:20:29 1.1
|
||||
+++ pan/queue.c 2001/09/14 13:20:44
|
||||
@@ -1202,7 +1202,7 @@
|
||||
pthread_mutex_lock (&queue_lock);
|
||||
gettimeofday (&now, NULL);
|
||||
timeout.tv_sec = now.tv_sec + TIMEOUT_SECS;
|
||||
- timeout.tv_nsec = timeout.tv_sec;
|
||||
+ timeout.tv_nsec = 0;
|
||||
retcode = pthread_cond_timedwait(&qcond, &queue_lock, &timeout);
|
||||
pthread_mutex_unlock (&queue_lock);
|
||||
|
14
news/pan2/files/patch-pan::text.c
Normal file
14
news/pan2/files/patch-pan::text.c
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pan/text.c 2001/09/24 08:24:33 1.1
|
||||
+++ pan/text.c 2001/09/24 08:25:03
|
||||
@@ -23,8 +23,6 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
-#include <alloca.h>
|
||||
-
|
||||
#include <libgnomeui/libgnomeui.h>
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
Loading…
Reference in New Issue
Block a user