ports/179399: [PATCH] news/nzbget: does not need GCC anymore
William Grzybowski
wg at FreeBSD.org
Fri Jun 7 11:40:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list