Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Jun 2007 23:06:58 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flz@FreeBSD.org
Subject:   ports/113237: [patch] net-p2p/rtorrent compiles with gcc-4.2
Message-ID:  <20070601210658.6A25C1142A@lothlorien.brixandersen.dk>
Resent-Message-ID: <200706012110.l51LA547078188@freefall.freebsd.org>

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

>Number:         113237
>Category:       ports
>Synopsis:       [patch] net-p2p/rtorrent compiles with gcc-4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 21:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>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/rtorrent port compiles fine with gcc-4.2 - no need to
limit it to gcc-3.4.

	
>How-To-Repeat:
	
>Fix:

	

--- rtorrent.diff begins here ---
--- /usr/ports/net-p2p/rtorrent/Makefile	Fri Apr 13 12:38:51 2007
+++ net-p2p/rtorrent/Makefile	Fri Jun  1 22:40:40 2007
@@ -26,7 +26,7 @@
 
 MAN1=		rtorrent.1
 
-USE_GCC=	3.4
+USE_GCC=	3.4+
 USE_GETOPT_LONG=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
--- rtorrent.diff ends here ---


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



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