From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 1 21:10:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD89616A473 for ; Fri, 1 Jun 2007 21:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A446113C4B8 for ; Fri, 1 Jun 2007 21:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l51LA5Tw078190 for ; Fri, 1 Jun 2007 21:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l51LA547078188; Fri, 1 Jun 2007 21:10:05 GMT (envelope-from gnats) Resent-Date: Fri, 1 Jun 2007 21:10:05 GMT Resent-Message-Id: <200706012110.l51LA547078188@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Brix Andersen Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CB2316A468 for ; Fri, 1 Jun 2007 21:07:00 +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 64F8E13C44C for ; Fri, 1 Jun 2007 21:07:00 +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 E40F31CC0AF; Fri, 1 Jun 2007 23:06:58 +0200 (CEST) Received: by lothlorien.brixandersen.dk (Postfix, from userid 1001) id 6A25C1142A; Fri, 1 Jun 2007 23:06:58 +0200 (CEST) Message-Id: <20070601210658.6A25C1142A@lothlorien.brixandersen.dk> Date: Fri, 1 Jun 2007 23:06:58 +0200 (CEST) From: Henrik Brix Andersen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flz@FreeBSD.org Subject: ports/113237: [patch] net-p2p/rtorrent compiles with gcc-4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henrik Brix Andersen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:10:05 -0000 >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: