From nobody@FreeBSD.org  Wed Aug  4 08:23:59 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E11111065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Aug 2010 08:23:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id CFDF48FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Aug 2010 08:23:59 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o748NxWA088889
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Aug 2010 08:23:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o748NxIM088878;
	Wed, 4 Aug 2010 08:23:59 GMT
	(envelope-from nobody)
Message-Id: <201008040823.o748NxIM088878@www.freebsd.org>
Date: Wed, 4 Aug 2010 08:23:59 GMT
From: Olivier Cochard-Labb <olivier@cochard.me>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [net/bird] Patch for sparc compilation
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149258
>Category:       ports
>Synopsis:       net/bird: Patch for sparc compilation
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 08:30:08 UTC 2010
>Closed-Date:    Wed Aug 04 13:17:03 UTC 2010
>Last-Modified:  Wed Aug  4 13:20:04 UTC 2010
>Originator:     Olivier Cochard-Labb
>Release:        8.1-RC2
>Organization:
>Environment:
FreeBSD sparc64.bsdrp.net 8.1-RC2 FreeBSD 8.1-RC2 #0: Sun Jun 27 03:27:49 UTC 2010     root@araz.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  sparc64
>Description:
Here is a patch (files/patch-tools-Rules.in) that permit to compile net/bird on sparc64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- tools/Rules.in.orig
+++ tools/Rules.in
@@ -66,7 +66,7 @@ else
 subdir: all.o

 all.o: $(objs)
-       $(CC) -nostdlib  -Wl,-r -o $@ $^
+       $(LD) -r -o $@ $^

 endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 4 08:30:18 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149258 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Aug 4 13:13:04 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149258: commit references a PR
Date: Wed,  4 Aug 2010 13:17:06 +0000 (UTC)

 pav         2010-08-04 13:16:52 UTC
 
   FreeBSD ports repository
 
   Added files:
     net/bird/files       patch-tools-Rules.in 
   Log:
   - Fix build on sparc64
   
   PR:             ports/149258
   Submitted by:   Olivier Cochard-Labbe <olivier@cochard.me>
   
   Revision  Changes    Path
   1.1       +11 -0     ports/net/bird/files/patch-tools-Rules.in (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:
