Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 11:37:44 GMT
From:      William Grzybowski <wg@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179399: [PATCH] news/nzbget: does not need GCC anymore
Message-ID:  <201306071137.r57BbiRL007926@freefall.freebsd.org>
Resent-Message-ID: <201306071140.r57Be0Ee007998@freefall.freebsd.org>

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

>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:



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