Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2013 05:09:32 GMT
From:      "Anders N." <wicked@baot.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175083: [PATCH] net-p2p/rtorrent build with clang
Message-ID:  <201301070509.r0759W4S034020@red.freebsd.org>
Resent-Message-ID: <201301070510.r075A1SS014373@freefall.freebsd.org>

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

>Number:         175083
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rtorrent build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 05:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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