From brix@lothlorien.brixandersen.dk  Fri Jun  1 21:07:02 2007
Return-Path: <brix@lothlorien.brixandersen.dk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5B0C316A400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Jun 2007 21:07:02 +0000 (UTC)
	(envelope-from brix@lothlorien.brixandersen.dk)
Received: from solow.pil.dk (relay.pil.dk [195.41.47.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 25F1913C458
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Jun 2007 21:07:02 +0000 (UTC)
	(envelope-from brix@lothlorien.brixandersen.dk)
Received: from lothlorien.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189])
	by solow.pil.dk (Postfix) with ESMTP id 85E9A1CC0E0;
	Fri,  1 Jun 2007 23:07:01 +0200 (CEST)
Received: by lothlorien.brixandersen.dk (Postfix, from userid 1001)
	id 603231142C; Fri,  1 Jun 2007 23:07:01 +0200 (CEST)
Message-Id: <20070601210701.603231142C@lothlorien.brixandersen.dk>
Date: Fri,  1 Jun 2007 23:07:01 +0200 (CEST)
From: Henrik Brix Andersen <henrik@brixandersen.dk>
Reply-To: Henrik Brix Andersen <henrik@brixandersen.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flz@FreeBSD.org
Subject: [patch] net-p2p/libtorrent compiles with gcc-4.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113238
>Category:       ports
>Synopsis:       [patch] net-p2p/libtorrent compiles with gcc-4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 21:10:05 GMT 2007
>Closed-Date:    Sat Jun 02 14:23:00 GMT 2007
>Last-Modified:  Sat Jun 02 14:23:00 GMT 2007
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
pil.dk
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #39: Wed May 30 11:19:12 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:
The net-p2p/libtorrent port compiles fine with gcc-4.2 - no need to
limit it to gcc-3.4.

	
>How-To-Repeat:
	
>Fix:

	

--- libtorrent.diff begins here ---
--- /usr/ports/net-p2p/libtorrent/Makefile	Wed Apr 18 02:34:08 2007
+++ net-p2p/libtorrent/Makefile	Fri Jun  1 22:40:28 2007
@@ -23,7 +23,7 @@
 		rblibtorrent-devel-[0-9]*
 
 USE_AUTOTOOLS=	libtool:15
-USE_GCC=	3.4
+USE_GCC=	3.4+
 USE_GNOME=	pkgconfig gnomehack
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
--- libtorrent.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 1 21:10:21 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113238: commit references a PR
Date: Sat,  2 Jun 2007 14:17:06 +0000 (UTC)

 flz         2007-06-02 14:16:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/libtorrent   Makefile 
   Log:
   Allow build with gcc 3.4+.
   
   PR:             ports/113238
   Submitted by:   Henrik Brix Andersen
   
   Revision  Changes    Path
   1.40      +1 -1      ports/net-p2p/libtorrent/Makefile
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Sat Jun 2 14:22:53 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113238 
>Unformatted:
