Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 22:07:07 +1100 (EST)
From:      Tim Robbins <tim@robbins.dropbear.id.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61166: [PATCH] Make coda5 compile w/ gcc 3.3
Message-ID:  <20040110110707.79EB941A3@robbins.dropbear.id.au>
Resent-Message-ID: <200401101010.i0AAAHJY030473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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
<varargs.h>, 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 <sys/file.h>
 #include <sys/time.h>
 #include <ctype.h>
-#include <varargs.h>
 
 #include <unistd.h>
 #include <stdlib.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040110110707.79EB941A3>