From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 7 00:30:28 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 F0D2816A4CE for ; Sat, 7 Aug 2004 00:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C594F43D5F for ; Sat, 7 Aug 2004 00:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i770URta083997 for ; Sat, 7 Aug 2004 00:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i770URUI083995; Sat, 7 Aug 2004 00:30:27 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 00:30:27 GMT Resent-Message-Id: <200408070030.i770URUI083995@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, Andrey Slusar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E8B16A4CE for ; Sat, 7 Aug 2004 00:22:17 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 480CD43D54 for ; Sat, 7 Aug 2004 00:22:17 +0000 (GMT) (envelope-from vasallia@ukr.net) Received: from [212.86.235.13] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1BtEyU-000DCJ-Ui for FreeBSD-gnats-submit@freebsd.org; Sat, 07 Aug 2004 03:22:16 +0300 Received: from anray by santinel.home.ua with local (Exim 4.41; FreeBSD) id 1BtEyQ-000Fqk-7J for ; Sat, 07 Aug 2004 03:22:10 +0300 Message-Id: Date: Sat, 07 Aug 2004 03:22:10 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70103: [PATCH] x11-wm/xfce: fix build with gcc3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 00:30:28 -0000 >Number: 70103 >Category: ports >Synopsis: [PATCH] x11-wm/xfce: fix build with gcc3.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 00:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.2-CURRENT i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Fri Aug 6 18:35:54 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Fix build with gcc3.4 >How-To-Repeat: >Fix: --- xfce.diff begins here --- diff -ruN /usr/ports/x11-wm/xfce/files/patch-xfce::taskbar.c xfce/files/patch-xfce::taskbar.c --- /usr/ports/x11-wm/xfce/files/patch-xfce::taskbar.c Thu Jan 1 03:00:00 1970 +++ xfce/files/patch-xfce::taskbar.c Fri Aug 6 23:02:00 2004 @@ -0,0 +1,10 @@ +--- xfce/taskbar.c.old Fri Aug 6 23:00:40 2004 ++++ xfce/taskbar.c Fri Aug 6 23:01:03 2004 +@@ -1697,6 +1697,7 @@ + fprintf(f,"\tSortByUnsorted\n"); + break; + default: ++ break; + } + } + --- xfce.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: