ports/82563: [MAINTAINER-UPDATE] :x11-wm/bbkeys NULL patch
Andrew J. Caines
A.J.Caines at halplant.com
Thu Jun 23 07:20:12 UTC 2005
>Number: 82563
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] :x11-wm/bbkeys NULL patch
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 23 07:20:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Andrew J. Caines
>Release: FreeBSD 5.4-STABLE i386
>Organization:
H.A.L. Plant
>Environment:
System: FreeBSD 5.4-STABLE #3: Tue Apr 26 23:07:56 EDT 2005
toor at hal10000.halplant.com:/home/obj/home/src/sys/HAL10000
>Description:
Apply patch, kindly provided by "John "John C. McCullough" <john at cs.hmc.edu>, who notes that it is included in the CVS version of bbkeys.
>How-To-Repeat:
>Fix:
diff -ruN bbkeys-0.9.0_1/Makefile bbkeys/Makefile
--- bbkeys-0.9.0_1/Makefile Mon May 9 21:00:25 2005
+++ bbkeys/Makefile Thu Jun 23 02:58:54 2005
@@ -7,7 +7,7 @@
PORTNAME= bbkeys
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff -ruN bbkeys-0.9.0_1/files/patch-nullvars bbkeys/files/patch-nullvars
--- bbkeys-0.9.0_1/files/patch-nullvars Wed Dec 31 19:00:00 1969
+++ bbkeys/files/patch-nullvars Thu Jun 23 02:52:13 2005
@@ -0,0 +1,14 @@
+--- src/KeyClient.cpp.orig Thu Jun 9 09:07:14 2005
++++ src/KeyClient.cpp Thu Jun 9 09:10:24 2005
+@@ -102,6 +102,11 @@
+ _netclient = new Netclient(this->display());
+ _active = _clients.end();
+
++ // Initialize uninitialized pointers to NULL
++ _keybindings = NULL;
++ config_check_timer = NULL;
++
++
+ initialize();
+ }
+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list