From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 1 21:10:06 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 4C8CD16A476 for ; Fri, 1 Jun 2007 21:10:06 +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 1295013C4BC for ; Fri, 1 Jun 2007 21:10:06 +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 l51LA5n7078219 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 l51LA5oF078218; 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.l51LA5oF078218@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 5B0C316A400 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flz@FreeBSD.org Subject: ports/113238: [patch] net-p2p/libtorrent 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:06 -0000 >Number: 113238 >Category: ports >Synopsis: [patch] net-p2p/libtorrent 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:05 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/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: >Unformatted: