From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 10 02:10:21 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 DF92C16A4CE for ; Sat, 10 Jan 2004 02:10:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF6F43D5A for ; Sat, 10 Jan 2004 02:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0AAAHFR030474 for ; Sat, 10 Jan 2004 02:10:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0AAAHJY030473; Sat, 10 Jan 2004 02:10:17 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 10 Jan 2004 02:10:17 -0800 (PST) Resent-Message-Id: <200401101010.i0AAAHJY030473@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, Tim Robbins Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B53316A4CE for ; Sat, 10 Jan 2004 02:06:40 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE77B43D39 for ; Sat, 10 Jan 2004 02:06:38 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.203.26) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A0192BE88 for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Jan 2004 21:06:37 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 79EB941A3; Sat, 10 Jan 2004 22:07:07 +1100 (EST) Message-Id: <20040110110707.79EB941A3@robbins.dropbear.id.au> Date: Sat, 10 Jan 2004 22:07:07 +1100 (EST) From: Tim Robbins To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/61166: [PATCH] Make coda5 compile w/ gcc 3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Robbins List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 10:10:22 -0000 >Number: 61166 >Category: ports >Synopsis: [PATCH] Make coda5 compile w/ gcc 3.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 10 02:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tim Robbins >Release: FreeBSD 5.2 >Organization: The FreeBSD Project >Environment: System: FreeBSD 5.2 >Description: net/coda5_{server,client} do not compile with gcc 3.3 because they include , which is no longer supported. It turns out that they don't even use anything from that header file, so the fix is to just remove the #include statement. >How-To-Repeat: N/A >Fix: Add this file as ports/net/coda5_server/files/patch-ah: --- coda-src/volutil/vol-restore.cc.orig Sat Jan 10 21:50:06 2004 +++ coda-src/volutil/vol-restore.cc Sat Jan 10 21:50:12 2004 @@ -53,7 +53,6 @@ #include #include #include -#include #include #include >Release-Note: >Audit-Trail: >Unformatted: