Bug 176116 - graphics/xfig does not build on amd64 with clang
Summary: graphics/xfig does not build on amd64 with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 15:50 UTC by Anton Shterenlikht
Modified: 2013-02-15 11:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Shterenlikht 2013-02-13 15:50:01 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 15:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 15:50:15 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 15:50:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 mjl 2013-02-13 23:10:54 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-15 02:58:31 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2013-02-15 02:58:37 UTC
State Changed
From-To: feedback->closed

we just committed a fix.
Comment 7 Anton Shterenlikht 2013-02-15 10:57:29 UTC
I confirm that xfig builds and runs fine now on amd64/clang
Thanks

Anton