ports/70883: [MU] net/fspclient: unbreak on gcc-3.4

Radim Kolar hsn at netmag.cz
Mon Aug 23 20:20:17 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list