From owner-cvs-all@FreeBSD.ORG Fri Feb 24 08:14:00 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5999F10656B1; Fri, 24 Feb 2012 08:14:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30FC88FC1A; Fri, 24 Feb 2012 08:14:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1O8E0TA009985; Fri, 24 Feb 2012 08:14:00 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1O8E09P009984; Fri, 24 Feb 2012 08:14:00 GMT (envelope-from dougb) Message-Id: <201202240814.q1O8E09P009984@repoman.freebsd.org> From: Doug Barton Date: Fri, 24 Feb 2012 08:14:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/windowmaker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 08:14:00 -0000 dougb 2012-02-24 08:14:00 UTC FreeBSD ports repository Modified files: x11-wm/windowmaker Makefile Log: Use logical negation instead of comparison to 0 for a value that can be numeric, but is null by default. Currently in discussion upstream, but this change is confirmed to at least fix the symptom of not properly restoring the session on restart. Revision Changes Path 1.161 +2 -0 ports/x11-wm/windowmaker/Makefile