Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 21:49:03 +0200
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@netmag.cz
Subject:   ports/70883: [MU] net/fspclient: unbreak on gcc-3.4
Message-ID:  <E1BzKoR-0009Rt-GN@sanatana.dharma>
Resent-Message-ID: <200408232020.i7NKKGl3036554@freefall.freebsd.org>

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

>Number:         70883
>Category:       ports
>Synopsis:       [MU] net/fspclient: unbreak on gcc-3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 20:20:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Aug 19 19:04:54 CEST 2004
>Description:
unbreak compiling with gcc - 3.4

Added file(s):
- files/patch-gcc34

Port maintainer (hsn@netmag.cz) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fspclient-0.0.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/fspclient/files/patch-gcc34 /home/hsn/myports/fspclient/files/patch-gcc34
--- /usr/ports/net/fspclient/files/patch-gcc34	Thu Jan  1 01:00:00 1970
+++ /home/hsn/myports/fspclient/files/patch-gcc34	Mon Aug 23 21:46:31 2004
@@ -0,0 +1,11 @@
+--- client/remote/rdir.c.orig	Wed Dec 10 15:36:57 2003
++++ client/remote/rdir.c	Mon Aug 23 21:41:29 2004
+@@ -29,7 +29,7 @@
+ {
+     int i;
+     /* this is just a small wrapper for rls_main */
+-    char * const *newargv;
++    char const * * newargv;
+     newargv=malloc( (argc+2)*(sizeof(char *)));
+     newargv[0]="dir";
+     newargv[1]="-l";
--- fspclient-0.0.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BzKoR-0009Rt-GN>