imake is broken on amd64/clang, which means graphics/xfig cannot be built: http://lists.freebsd.org/pipermail/freebsd-x11/2012-December/012689.html Fix: A patch was proposed in: http://lists.freebsd.org/pipermail/freebsd-x11/2012-December/012690.html but never committed (I think)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of graphics/xfig, Please note that PR ports/176116 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/176116 -- 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)
The patch suggested modifies devel/gccmakedep and devel/imake, but not graphics/xfig. I believe the maintainers of those ports should be asked about committing the supplied patch. Please reassign.
Author: miwi Date: Fri Feb 15 02:58:24 2013 New Revision: 312270 URL: http://svnweb.freebsd.org/changeset/ports/312270 Log: - Fix build with CLANG PR: 176116 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Approved by: maintainer Modified: head/graphics/xfig/Makefile (contents, props changed) Modified: head/graphics/xfig/Makefile ============================================================================== --- head/graphics/xfig/Makefile Fri Feb 15 02:56:42 2013 (r312269) +++ head/graphics/xfig/Makefile Fri Feb 15 02:58:24 2013 (r312270) @@ -28,6 +28,7 @@ USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xi xmu xpm xt MAN1= xfig.1 MANCOMPRESSED= yes +USE_GCC= any MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR} MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ _______________________________________________ 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 we just committed a fix.
I confirm that xfig builds and runs fine now on amd64/clang Thanks Anton