Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 03:15:07 -0400
From:      "Andrew J. Caines" <A.J.Caines@halplant.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        john@cs.hmc.edu
Subject:   ports/82563: [MAINTAINER-UPDATE] :x11-wm/bbkeys NULL patch
Message-ID:  <1119510907.0@hal10000.halplant.com>
Resent-Message-ID: <200506230720.j5N7KCr5036074@freefall.freebsd.org>

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

>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@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000



>Description:


Apply patch, kindly provided by "John "John C. McCullough" <john@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:



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