Date: Tue, 25 Sep 2012 17:09:36 +0200 From: Dimitry Andric <dimitry@andric.com> To: mexas@bristol.ac.uk Cc: zeising@daemonic.se, freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: astro/xearth on redports with clang: /usr/local/lib/X11/config/FreeBSD.cf:451:35: error: '#' is not followed by a macro parameter Message-ID: <5061C930.20007@andric.com> In-Reply-To: <201209251438.q8PEcHtv022851@mech-cluster241.men.bris.ac.uk> References: <201209251438.q8PEcHtv022851@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-09-25 16:38, Anton Shterenlikht wrote: ... > $ grep -c imake /usr/ports/INDEX-10 > 291 That's a relatively low number, indeed. :) > This issue must cause problems for > quite a few other ports. > So is it an agreed policy to migrate away from > imake in time for 10-release? Imake is obsolete, X.org migrated to autoconf+gmake a long time ago, and new software should avoid it. That said, for old software, you could just add a dependency on one of the gcc ports, or maybe use another C preprocessor that supports -traditional mode. I understood ucpp might be able to do the job.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5061C930.20007>