This does not compile with clang Fix: See attached patch
Maintainer of archivers/libpar2, Please note that PR ports/178989 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178989 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve this patch. On 5/26/13 6:30 AM, Edwin Groothuis wrote: > Maintainer of archivers/libpar2, > > Please note that PR ports/178989 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178989 >
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
Author: wg Date: Mon May 27 12:53:53 2013 New Revision: 319229 URL: http://svnweb.freebsd.org/changeset/ports/319229 Log: - Use gcc for now (does not compile with clang) Upstream seems inactive for about 7 years PR: ports/178989 Submitted by: wg (myself) Approved by: culot (mentor) Modified: head/archivers/libpar2/Makefile Modified: head/archivers/libpar2/Makefile ============================================================================== --- head/archivers/libpar2/Makefile Mon May 27 12:53:33 2013 (r319228) +++ head/archivers/libpar2/Makefile Mon May 27 12:53:53 2013 (r319229) @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +USE_GCC= any USE_LDCONFIG= yes USES= pkgconfig _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!