diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-24 09:58:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-24 09:58:35 +0000 |
commit | fbdc727a528880f12eefdba676693a0eca4375d5 (patch) | |
tree | b1128643cb9fd5b871639b35434da7fb49106358 /news | |
parent | a2600f035976c269ddb3b3629ce99280ebb180b1 (diff) | |
download | FreeBSD-ports-fbdc727a528880f12eefdba676693a0eca4375d5.zip FreeBSD-ports-fbdc727a528880f12eefdba676693a0eca4375d5.tar.gz |
Update to 0.10.0.91.
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 3 | ||||
-rw-r--r-- | news/pan/distinfo | 2 | ||||
-rw-r--r-- | news/pan/files/patch-pan::queue.c | 14 | ||||
-rw-r--r-- | news/pan/files/patch-pan::text.c | 14 | ||||
-rw-r--r-- | news/pan2/Makefile | 3 | ||||
-rw-r--r-- | news/pan2/distinfo | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-pan::queue.c | 14 | ||||
-rw-r--r-- | news/pan2/files/patch-pan::text.c | 14 |
8 files changed, 32 insertions, 34 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 679aa41..ea52201 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -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/ diff --git a/news/pan/distinfo b/news/pan/distinfo index c6974b9..5eb8d05 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1 +1 @@ -MD5 (pan-0.10.0.90.tar.bz2) = f00c070de046a1bdb7ccbb381afb641e +MD5 (pan-0.10.0.91.tar.bz2) = 99a61a318c291fb0f0fd5ddbdc51d4c2 diff --git a/news/pan/files/patch-pan::queue.c b/news/pan/files/patch-pan::queue.c deleted file mode 100644 index e4c2495..0000000 --- a/news/pan/files/patch-pan::queue.c +++ /dev/null @@ -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); - diff --git a/news/pan/files/patch-pan::text.c b/news/pan/files/patch-pan::text.c new file mode 100644 index 0000000..3db4998 --- /dev/null +++ b/news/pan/files/patch-pan::text.c @@ -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> diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 679aa41..ea52201 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -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/ diff --git a/news/pan2/distinfo b/news/pan2/distinfo index c6974b9..5eb8d05 100644 --- a/news/pan2/distinfo +++ b/news/pan2/distinfo @@ -1 +1 @@ -MD5 (pan-0.10.0.90.tar.bz2) = f00c070de046a1bdb7ccbb381afb641e +MD5 (pan-0.10.0.91.tar.bz2) = 99a61a318c291fb0f0fd5ddbdc51d4c2 diff --git a/news/pan2/files/patch-pan::queue.c b/news/pan2/files/patch-pan::queue.c deleted file mode 100644 index e4c2495..0000000 --- a/news/pan2/files/patch-pan::queue.c +++ /dev/null @@ -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); - diff --git a/news/pan2/files/patch-pan::text.c b/news/pan2/files/patch-pan::text.c new file mode 100644 index 0000000..3db4998 --- /dev/null +++ b/news/pan2/files/patch-pan::text.c @@ -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> |