Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 18:00:31 -0500
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        Stijn Hoop <stijn@win.tue.nl>
Cc:        FreeBSD ports <FreeBSD-Ports@FreeBSD.org>
Subject:   Patch to update bbpager-0.3.0 to bbpager-0.3.1
Message-ID:  <20021203230031.GR4803@hal9000.halplant.com>

next in thread | raw e-mail | index | archive | help
Stijn,

Here's a trivial diff to the latest bbpager. This builds, installs and
runs fine on my box (XFree86-3.3.6_11, blackbox-0.65.0) and appears not to
suffer from the `delayed workspace' problem.

I've removed the two patches to bbpager-0.3.0.

Here's the diff. Let me know if you want me to do a send-pr.
___________________________________________________________________________
diff -ruN bbpager-0.3.0/Makefile bbpager/Makefile
--- bbpager-0.3.0/Makefile      Wed Aug 28 01:54:00 2002
+++ bbpager/Makefile    Tue Dec  3 17:38:52 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      bbpager
-PORTVERSION=   0.3.0
+PORTVERSION=   0.3.1
 CATEGORIES=    x11-wm
 MASTER_SITES=  http://bbtools.windsofstorm.net/sources/
 
diff -ruN bbpager-0.3.0/distinfo bbpager/distinfo
--- bbpager-0.3.0/distinfo      Mon Apr  2 01:19:13 2001
+++ bbpager/distinfo    Tue Dec  3 17:39:56 2002
@@ -1 +1 @@
-MD5 (bbpager-0.3.0.tar.gz) = 0a8aa4b0c68346b71f8d375f4362c3cb
+MD5 (bbpager-0.3.1.tar.gz) = 27e575bd87be25e2fe8a116412d933cc
diff -ruN bbpager-0.3.0/files/patch-aa bbpager/files/patch-aa
--- bbpager-0.3.0/files/patch-aa        Fri Sep  6 23:14:27 2002
+++ bbpager/files/patch-aa      Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
---- LinkedList.hh.orig Fri Sep  6 20:12:22 2002
-+++ LinkedList.hh      Fri Sep  6 20:12:31 2002
-@@ -50,7 +50,7 @@
-   __llist *list;
-   __llist_node *node;
- 
--  friend __llist;
-+  friend class __llist;
- 
- 
- protected:
-@@ -73,7 +73,7 @@
-   __llist_node *_first, *_last;
-   __llist *iterators;
- 
--  friend __llist_iterator;
-+  friend class __llist_iterator;
- 
- 
- protected:
diff -ruN bbpager-0.3.0/files/patch-ab bbpager/files/patch-ab
--- bbpager-0.3.0/files/patch-ab        Fri Sep  6 23:14:27 2002
+++ bbpager/files/patch-ab      Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- Timer.hh.orig      Fri Sep  6 20:12:10 2002
-+++ Timer.hh   Fri Sep  6 20:12:17 2002
-@@ -47,7 +47,7 @@
- 
- 
- class BTimer {
--  friend BaseDisplay;
-+  friend class BaseDisplay;
- private:
-   BaseDisplay *display;
-   TimeoutHandler *handler;
___________________________________________________________________________


-Andrew-
-- 
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021203230031.GR4803>