From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 7 12:10:29 2004 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 4A2E116A4E3 for ; Sat, 7 Aug 2004 12:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C6B43D5E for ; Sat, 7 Aug 2004 12:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i77CAT3b094055 for ; Sat, 7 Aug 2004 12:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i77CATDJ094054; Sat, 7 Aug 2004 12:10:29 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 12:10:29 GMT Resent-Message-Id: <200408071210.i77CATDJ094054@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B623216A4CE for ; Sat, 7 Aug 2004 12:02:06 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994F043D54 for ; Sat, 7 Aug 2004 12:02:04 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([219.108.124.67]) by hfep02.dion.ne.jp with SMTP id <20040807120201092.EGWL@hfep02.dion.ne.jp> for ; Sat, 7 Aug 2004 21:02:01 +0900 Message-Id: <20040807210023.6f771383.tkato432@yahoo.com> Date: Sat, 7 Aug 2004 21:00:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70122: Update port: x11-wm/ahwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 12:10:29 -0000 >Number: 70122 >Category: ports >Synopsis: Update port: x11-wm/ahwm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 12:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on -current after gcc 3.4 import New file: files/patch-move-resize.c files/patch-prefs.c >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/ahwm/files/patch-move-resize.c x11-wm/ahwm/files/patch-move-resize.c --- /usr/ports/x11-wm/ahwm/files/patch-move-resize.c Thu Jan 1 09:00:00 1970 +++ x11-wm/ahwm/files/patch-move-resize.c Fri Aug 6 21:39:16 2004 @@ -0,0 +1,36 @@ +--- move-resize.c.orig Sun Feb 17 04:58:21 2002 ++++ move-resize.c Fri Aug 6 21:39:09 2004 +@@ -794,7 +794,8 @@ + x_start = client->x + client->width; + y_start = client->y + client->height; + break; +- default: /* shuts up compiler warning */ ++ default: ++ ; /* shuts up compiler warning */ + } + } + xrefresh(); +@@ -1056,6 +1057,7 @@ + *old = WEST; + break; + default: ++ ; + } + } + +@@ -1200,6 +1202,7 @@ + } + break; + default: ++ ; + } + } + +@@ -1236,6 +1239,7 @@ + } + break; + default: ++ ; + } + } + diff -urN /usr/ports/x11-wm/ahwm/files/patch-prefs.c x11-wm/ahwm/files/patch-prefs.c --- /usr/ports/x11-wm/ahwm/files/patch-prefs.c Thu Jan 1 09:00:00 1970 +++ x11-wm/ahwm/files/patch-prefs.c Fri Aug 6 21:37:08 2004 @@ -0,0 +1,20 @@ +--- prefs.c.orig Sun Feb 24 16:31:27 2002 ++++ prefs.c Fri Aug 6 21:36:57 2004 +@@ -642,7 +642,7 @@ + mouseunbinding_apply(client, lp->line_value.mouseunbinding); + break; + default: +- /* nothing */ ++ ; /* nothing */ + } + } + } +@@ -839,7 +839,7 @@ + p->raise_delay_set = opt->option_setting; + break; + default: +- /* nothing */ ++ ; /* nothing */ + } + } + >Release-Note: >Audit-Trail: >Unformatted: