From owner-freebsd-ports@FreeBSD.ORG Mon Mar 12 16:59:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE0181065670 for ; Mon, 12 Mar 2012 16:59:33 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo202.cox.net (eastrmfepo202.cox.net [68.230.241.217]) by mx1.freebsd.org (Postfix) with ESMTP id 6DB378FC14 for ; Mon, 12 Mar 2012 16:59:33 +0000 (UTC) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120312165927.UINM1165.eastrmfepo202.cox.net@eastrmimpo109.cox.net> for ; Mon, 12 Mar 2012 12:59:27 -0400 Received: from serene.no-ip.org ([98.164.84.176]) by eastrmimpo109.cox.net with bizsmtp id kgzS1i00b3oG0Ji02gzTLJ; Mon, 12 Mar 2012 12:59:27 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020A.4F5E2B6F.008F,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=XApQh1NwS0kk9y5VQg1IQe/r8Q/VmA0LM7eT14yPc6s= c=1 sm=1 a=8-l7vjrPXwIA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=qwmwShWo9LG1Fa0ONy89vg==:17 a=kviXuzpPAAAA:8 a=kFZIdiT98-kE3pfrMmIA:9 a=fCqyQ_TZduNGnahj3bwA:7 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=qwmwShWo9LG1Fa0ONy89vg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q2CGxQ4q082462 for ; Mon, 12 Mar 2012 11:59:26 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 12 Mar 2012 11:59:21 -0500 From: "Conrad J. Sabatier" To: freebsd-ports@FreeBSD.org Message-ID: <20120312115921.360cda97@cox.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Is imake broken with current xorg? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2012 16:59:33 -0000 I'm seeing the following with any port that uses imake: imake -DUseInstalled -I/usr/local/lib/X11/config In file included from Imakefile.c:16: In file included from /usr/local/lib/X11/config/Imake.tmpl:109: /usr/local/lib/X11/config/FreeBSD.cf:451:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: In file included from /usr/local/lib/X11/config/Imake.tmpl:316: /usr/local/lib/X11/config/Imake.rules:1674:27: error: empty character constant for flag in ${MAKEFLAGS} ''; do \ @@\ ^ /usr/local/lib/X11/config/Imake.rules:1897:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: /usr/local/lib/X11/config/Imake.tmpl:2144:10: fatal error: ' X11 .rules' file not found #include ProjectRulesFile ^ /usr/local/lib/X11/config/Imake.tmpl:2142:35: note: expanded from: # define ProjectRulesFile Concat3(<,TopLevelProject,.rules>) ^ /usr/local/lib/X11/config/Imake.rules:256:23: note: expanded from: #define Concat3(a,b,c)a/**/b/**/c ^ 4 errors generated. imake: Exit code 1. Stop. Looks like imake doesn't play nice with our current xorg? -- Conrad J. Sabatier conrads@cox.net