Date: Sat, 8 Jun 2013 19:53:32 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320276 - head/news/nzbget Message-ID: <201306081953.r58JrW3k087216@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Jun 8 19:53:32 2013 New Revision: 320276 URL: http://svnweb.freebsd.org/changeset/ports/320276 Log: - Remove USE_GCC for PAR option libpar2 has been update and compiles with clang, so as the configure test. PR: ports/179399 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer Modified: head/news/nzbget/Makefile Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Sat Jun 8 17:18:33 2013 (r320275) +++ head/news/nzbget/Makefile Sat Jun 8 19:53:32 2013 (r320276) @@ -34,8 +34,6 @@ OPTIONS_DEFAULT= PAR GNUTLS .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306081953.r58JrW3k087216>