View | Details | Raw Unified | Return to bug 88969
Collapse All | Expand All

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

Return to bug 88969