From A.J.Caines@halplant.com  Mon Nov 14 03:04:26 2005
Return-Path: <A.J.Caines@halplant.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2863D16A475
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 03:04:26 +0000 (GMT)
	(envelope-from A.J.Caines@halplant.com)
Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B19B43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 03:04:25 +0000 (GMT)
	(envelope-from A.J.Caines@halplant.com)
Received: from mail.halplant.com ([68.100.203.219]) by eastrmmtao05.cox.net
          (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP
          id <20051114030419.LHSX14098.eastrmmtao05.cox.net@mail.halplant.com>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sun, 13 Nov 2005 22:04:19 -0500
Received: from hal10000.halplant.com (hal10000.halplant.com [192.168.0.3])
	by mail.halplant.com (Postfix) with ESMTP id 6C4155497
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Nov 2005 22:04:23 -0500 (EST)
Message-Id: <1131937463.0@hal10000.halplant.com>
Date: Sun, 13 Nov 2005 22:04:23 -0500
From: "Andrew J. Caines" <A.J.Caines@halplant.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [MAINTAINER UPDATE] x11-wm/blackbox to 0.70.1
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         88969
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] x11-wm/blackbox to 0.70.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 03:10:18 GMT 2005
>Closed-Date:    Mon Nov 14 03:57:09 GMT 2005
>Last-Modified:  Mon Nov 14 03:57:09 GMT 2005
>Originator:     Andrew J. Caines
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
H.A.L. Plant 
>Environment:


System: FreeBSD 5.4-STABLE #0: Sat Nov  5 21:16:01 EST 2005
    root@hal10000.halplant.com:/data/obj/usr/src/sys/HAL10000



>Description:


Update Blackbox window manager to current version, 0.70.1.


>How-To-Repeat:


Apply the patch.


>Fix:


--- blackbox-0.70.1.diff begins here ---
diff -ruN blackbox-0.70.0_1/Makefile blackbox-0.70.1/Makefile
--- blackbox-0.70.0_1/Makefile	Fri Mar 18 16:20:25 2005
+++ blackbox-0.70.1/Makefile	Sun Nov 13 20:56:04 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	blackbox
-PORTVERSION=	0.70.0
-PORTREVISION=	1
+PORTVERSION=	0.70.1
 CATEGORIES=	x11-wm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	blackboxwm
@@ -40,6 +39,5 @@
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/
 .endfor
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN blackbox-0.70.0_1/distinfo blackbox-0.70.1/distinfo
--- blackbox-0.70.0_1/distinfo	Fri Mar 11 14:25:25 2005
+++ blackbox-0.70.1/distinfo	Sun Nov 13 18:43:09 2005
@@ -1,2 +1,3 @@
-MD5 (blackbox-0.70.0.tar.gz) = 033a92af3eecaa10bcb689e55a1ceadc
-SIZE (blackbox-0.70.0.tar.gz) = 583527
+MD5 (blackbox-0.70.1.tar.gz) = 2d173b95ca5e64ef478c6a5d2deee9df
+SHA256 (blackbox-0.70.1.tar.gz) = e394561d4426cf17e21eb5cc32e2972eb1af92d04a41808a41b1fb95320bd659
+SIZE (blackbox-0.70.1.tar.gz) = 650400
diff -ruN blackbox-0.70.0_1/files/patch-lib::Image.cc blackbox-0.70.1/files/patch-lib::Image.cc
--- blackbox-0.70.0_1/files/patch-lib::Image.cc	Fri Mar 11 14:25:25 2005
+++ blackbox-0.70.1/files/patch-lib::Image.cc	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- lib/Image.cc.orig  Thu Mar 10 18:39:23 2005
-+++ lib/Image.cc       Thu Mar 10 18:40:09 2005
-@@ -467,7 +467,7 @@
-     if (colors[x] != ~0ul)
-       continue;
- 
--    int red, green, blue, gray;
-+    int red = 0, green = 0, blue = 0, gray = 0;
- 
-     switch (visual_class) {
-     case StaticGray:
diff -ruN blackbox-0.70.0_1/files/patch-lib::PixmapCache.cc blackbox-0.70.1/files/patch-lib::PixmapCache.cc
--- blackbox-0.70.0_1/files/patch-lib::PixmapCache.cc	Fri Mar 18 16:20:25 2005
+++ blackbox-0.70.1/files/patch-lib::PixmapCache.cc	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- lib/PixmapCache.cc.old	Fri Mar 11 09:46:02 2005
-+++ lib/PixmapCache.cc	Fri Mar 11 09:32:16 2005
-@@ -97,7 +97,7 @@
- 
- 
-   static RealPixmapCache *realpixmapcache = 0;
--  static unsigned long maxmem_usage = 2ul*1024ul*1024ul; // 2mb default
-+  static unsigned long maxmem_usage = 8ul*1024ul*1024ul; // 8MB default
-   static unsigned long mem_usage = 0ul;
- 
- 
diff -ruN blackbox-0.70.0_1/pkg-descr blackbox-0.70.1/pkg-descr
--- blackbox-0.70.0_1/pkg-descr	Mon Jun 17 16:52:11 2002
+++ blackbox-0.70.1/pkg-descr	Sun Nov 13 19:12:53 2005
@@ -1,6 +1,8 @@
-Blackbox is Yet Another Window Manager for X11R6 that arose primarily
-out of the curiosity of the authors.  It's small, fast, has built-in
-rendering code, does image dithering at 8, 15 and 16 bits per pixel
-and colour icon support.  Blackbox is [mostly] ICCCM compliant.
+Blackbox is that fast, lightweight window manager for the X Window System, you
+have been looking for without all those annoying library dependencies. Blackbox
+is built with C++ and contains completely original code.
+
+Blackbox is written to the NetWM specification, which allows integration with
+modern desktop managers including KDE and Gnome.
 
 WWW: http://blackboxwm.sourceforge.net/
diff -ruN blackbox-0.70.0_1/pkg-message blackbox-0.70.1/pkg-message
--- blackbox-0.70.0_1/pkg-message	Fri Mar 18 16:20:25 2005
+++ blackbox-0.70.1/pkg-message	Wed Dec 31 19:00:00 1969
@@ -1,14 +0,0 @@
-********************************************************************************
-* This version of blackbox includes various changes in features, behaviour and *
-* configuration. See the ChangeLog for details.                                *
-*                                                                              *
-* Styles from version 0.65.0 should be converted to the new format with        *
-* bstyleconvert, eg.                                                           *
-*                                                                              *
-*   # bstyleconvert ~/.blackbox/Styles/BSD                                     *
-*   /home/user/.blackbox/Styles/BSD -> /home/user/.blackbox/Styles/BSD-new     *
-*                                                                              *
-* The new Stlye (BSD-new) can replace the old one (BSD), ie.                   *
-*                                                                              *
-*   # mv ~/.blackbox/Styles/BSD-new ~/.blackbox/Styles/BSD                     *
-********************************************************************************
--- blackbox-0.70.1.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Nov 14 03:56:49 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88969 
>Unformatted:
