From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 28 21:20:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB3716A4C1 for ; Sun, 28 Sep 2003 21:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7CA43FB1 for ; Sun, 28 Sep 2003 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8T4K3FY058093 for ; Sun, 28 Sep 2003 21:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8T4K34r058092; Sun, 28 Sep 2003 21:20:03 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 28 Sep 2003 21:20:03 -0700 (PDT) Resent-Message-Id: <200309290420.h8T4K34r058092@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Messenger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4775C16A4B3; Sun, 28 Sep 2003 21:14:59 -0700 (PDT) Received: from ns1.mezzweb.com (ip68-103-37-247.ks.ok.cox.net [68.103.37.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FEF43FFD; Sun, 28 Sep 2003 21:14:58 -0700 (PDT) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.9/8.12.9) with ESMTP id h8T3sjF6031896; Sun, 28 Sep 2003 22:54:45 -0500 (CDT) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id h8T3sis3031895; Sun, 28 Sep 2003 22:54:44 -0500 (CDT) Message-Id: <200309290354.h8T3sis3031895@ns1.mezzweb.com> Date: Sun, 28 Sep 2003 22:54:44 -0500 (CDT) From: Jeremy Messenger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gnome@FreeBSD.org Subject: ports/57338: Patch port: x11-wm/sawfish2, fix a bug to correct the above and below to a window. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 04:20:08 -0000 >Number: 57338 >Category: ports >Synopsis: Patch port: x11-wm/sawfish2, fix a bug to correct the above and below to a window. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 21:20:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: It is very easy to see the bug if you use gDesklets. The sawfish2 will stuck under the gdesklets, which it is supposed to be on the top of gDesklets. >How-To-Repeat: n/a >Fix: Reported by: Alexander Leidinger Thanks to pycage for point me to Debian's bug report database[1] to find this patch. I have tested it and it did fix this problem. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=210518 --- sawfish2.diff begins here --- diff -urN sawfish2.orig/Makefile sawfish2/Makefile --- sawfish2.orig/Makefile Sat Aug 16 23:02:48 2003 +++ sawfish2/Makefile Sun Sep 28 22:59:17 2003 @@ -7,7 +7,7 @@ PORTNAME= sawfish2 PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ diff -urN sawfish2.orig/files/patch-lisp::sawfish::wm::state::wm-spec.jl sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl --- sawfish2.orig/files/patch-lisp::sawfish::wm::state::wm-spec.jl Wed Dec 31 18:00:00 1969 +++ sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl Sun Sep 28 22:53:51 2003 @@ -0,0 +1,11 @@ +--- lisp/sawfish/wm/state/wm-spec.jl.orig Sun Sep 28 22:51:20 2003 ++++ lisp/sawfish/wm/state/wm-spec.jl Sun Sep 28 22:52:10 2003 +@@ -125,7 +125,7 @@ + _NET_WM_WINDOW_TYPE_UTILITY + _NET_WM_WINDOW_TYPE_SPLASH]) + +- (defvar wm-spec-below-depth +2) ++ (defvar wm-spec-below-depth -2) + (defvar wm-spec-above-depth +2) + + (define supported-states '()) --- sawfish2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: