From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 11:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F1CCA14 for ; Fri, 7 Jun 2013 11:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADE818F0 for ; Fri, 7 Jun 2013 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Be00n007999 for ; Fri, 7 Jun 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Be0Ee007998; Fri, 7 Jun 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 11:40:00 GMT Resent-Message-Id: <201306071140.r57Be0Ee007998@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, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 803799FC for ; Fri, 7 Jun 2013 11:37:45 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70E5F18E4 for ; Fri, 7 Jun 2013 11:37:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57BbjGC007927 for ; Fri, 7 Jun 2013 11:37:45 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57BbiRL007926; Fri, 7 Jun 2013 11:37:44 GMT (envelope-from wg) Message-Id: <201306071137.r57BbiRL007926@freefall.freebsd.org> Date: Fri, 7 Jun 2013 11:37:44 GMT From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179399: [PATCH] news/nzbget: does not need GCC anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 11:40:00 -0000 >Number: 179399 >Category: ports >Synopsis: [PATCH] news/nzbget: does not need GCC anymore >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: libpar has been update to 0.3 and works with clang >How-To-Repeat: >Fix: See patch --- nzbget.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 319984) +++ Makefile (working copy) @@ -34,8 +34,6 @@ .if ${PORT_OPTIONS:MPAR} CONFIGURE_ARGS+= --enable-parcheck --disable-libpar2-bugfixes-check LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2 - # configure fail to test libpar2 with clang - USE_GCC= any .else CONFIGURE_ARGS+= --disable-parcheck .endif --- nzbget.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: