Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 11:15:33 GMT
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171569: net/boinc-client clang update
Message-ID:  <201209121115.q8CBFXZb097476@red.freebsd.org>
Resent-Message-ID: <201209121120.q8CBK3mr033461@freefall.freebsd.org>

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

>Number:         171569
>Category:       ports
>Synopsis:       net/boinc-client clang update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 11:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        9.1-PRERELEASE
>Organization:
>Environment:
>Description:
The following change allows to build net/boinc-client with clang from the base system.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN boinc-client.orig/files/patch-zip-unzip-extract.c boinc-client/files/patch-zip-unzip-extract.c
--- boinc-client.orig/files/patch-zip-unzip-extract.c	1970-01-01 03:00:00.000000000 +0300
+++ boinc-client/files/patch-zip-unzip-extract.c	2012-09-12 14:05:18.000000000 +0300
@@ -0,0 +1,11 @@
+--- zip/unzip/extract.c.orig	2012-04-09 13:58:50.000000000 +0300
++++ zip/unzip/extract.c		2012-09-12 14:05:07.000000000 +0300
+@@ -218,7 +218,7 @@
+ static ZCONST char Far InvalidComprData[] = "invalid compressed data to ";
+ static ZCONST char Far Inflate[] = "inflate_boinc";
+ 
+-extern int inflate_boinc(__G__ is_defl64);
++extern int inflate_boinc(__GPRO__ int is_defl64);
+ 
+ #ifndef SFX
+    static ZCONST char Far Explode[] = "explode";


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



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