From nobody@FreeBSD.org  Mon Jan  7 05:09:33 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id A51ACF42
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jan 2013 05:09:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 958C4990
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jan 2013 05:09:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0759WZ8034021
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 7 Jan 2013 05:09:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r0759W4S034020;
	Mon, 7 Jan 2013 05:09:32 GMT
	(envelope-from nobody)
Message-Id: <201301070509.r0759W4S034020@red.freebsd.org>
Date: Mon, 7 Jan 2013 05:09:32 GMT
From: "Anders N." <wicked@baot.se>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] net-p2p/rtorrent build with clang
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175083
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rtorrent build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    az
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 05:10:00 UTC 2013
>Closed-Date:    Sat Jun 22 16:57:44 UTC 2013
>Last-Modified:  Sat Jun 22 16:57:44 UTC 2013
>Originator:     Anders N.
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD baot.se 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sun Dec 16 23:44:26 CET 2012     root@baot:/ram/usr/src/sys/baot  i386
>Description:
The net-p2p/rtorrent port's (possibly old) makefile requires GCC, but it builds fine with clang. I imagine net-p2p/rtorrent-devel is the same, but I haven't tested it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 310020)
+++ Makefile	(working copy)
@@ -17,8 +17,6 @@
 
 CONFLICTS?=	rtorrent-devel-[0-9]*
 
-USE_GCC=	4.2+
-
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-pthread
 CONFIGURE_ARGS=	--disable-debug


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->az 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 7 05:10:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175083 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Sat Jun 22 16:57:42 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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