From trasz@pin.if.uz.zgora.pl  Tue Oct  3 16:00:56 2006
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2AF0316A492
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Oct 2006 16:00:56 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C6D8743D53
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Oct 2006 16:00:55 +0000 (GMT)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 005693A3E6; Tue,  3 Oct 2006 18:01:20 +0200 (CEST)
Message-Id: <20061003160121.005693A3E6@pin.if.uz.zgora.pl>
Date: Tue,  3 Oct 2006 18:01:20 +0200 (CEST)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] lang/smalltalk: fix build with gcc41
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103952
>Category:       ports
>Synopsis:       [PATCH] lang/smalltalk: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 03 16:10:16 GMT 2006
>Closed-Date:    Fri Oct 06 18:40:38 GMT 2006
>Last-Modified:  Fri Oct  6 18:50:19 GMT 2006
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
Fix build with gcc41

(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/smalltalk-2.2.log)

Added file(s):
- files/patch-sincosl.c

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

--- smalltalk-2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/smalltalk/files/patch-sincosl.c /home/trasz/smalltalk/files/patch-sincosl.c
--- /usr/ports/lang/smalltalk/files/patch-sincosl.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/smalltalk/files/patch-sincosl.c	Tue Oct  3 17:49:28 2006
@@ -0,0 +1,11 @@
+--- lib-src/sincosl.c.orig	Tue Oct  3 17:28:31 2006
++++ lib-src/sincosl.c	Tue Oct  3 17:28:33 2006
+@@ -228,7 +228,7 @@
+    Computed using gmp.
+  */
+ 
+-const long double sincosl_table[] = {
++static const long double sincosl_table[] = {
+ 
+ /* x =  1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */
+ /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */
--- smalltalk-2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Oct 3 17:59:46 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103952 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 6 18:40:36 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103952 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103952: commit references a PR
Date: Fri,  6 Oct 2006 18:41:47 +0000 (UTC)

 miwi        2006-10-06 18:40:24 UTC
 
   FreeBSD ports repository
 
   Added files:
     lang/smalltalk/files patch-sincosl.c 
   Log:
   - Fix build with gcc41
   
   PR:             ports/103952
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
   
   Revision  Changes    Path
   1.1       +11 -0     ports/lang/smalltalk/files/patch-sincosl.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
