From owner-freebsd-ports Tue Dec 3 15: 0:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC4D37B401 for ; Tue, 3 Dec 2002 15:00:33 -0800 (PST) Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 130DD43EC5 for ; Tue, 3 Dec 2002 15:00:32 -0800 (PST) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id 5405625F; Tue, 3 Dec 2002 18:00:31 -0500 (EST) Date: Tue, 3 Dec 2002 18:00:31 -0500 From: Andrew J Caines To: Stijn Hoop Cc: FreeBSD ports Subject: Patch to update bbpager-0.3.0 to bbpager-0.3.1 Message-ID: <20021203230031.GR4803@hal9000.halplant.com> Reply-To: Andrew J Caines Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.7-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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