From owner-freebsd-ia64 Fri Jan 10 15: 8: 1 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBEC37B401 for ; Fri, 10 Jan 2003 15:07:59 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281A443F18 for ; Fri, 10 Jan 2003 15:07:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 8942 invoked from network); 10 Jan 2003 23:08:07 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 10 Jan 2003 23:08:07 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0AN7uUT091472; Fri, 10 Jan 2003 18:07:57 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030110225059.GF1732@crow.dom2ip.de> Date: Fri, 10 Jan 2003 18:08:06 -0500 (EST) From: John Baldwin To: Thomas Moestl Subject: Re: Something's wrong with ports/devel... Cc: re-builders@freebsd.org, Scott Long , Marcel Moolenaar Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 10-Jan-2003 Thomas Moestl wrote: > On Fri, 2003/01/10 at 23:41:15 +0100, Thomas Moestl wrote: > >> See the attached patch. S///g does hang (unsurprisingly). >> >> Index: Makefile >> =================================================================== >> RCS file: /d/ncvs/ports/devel/m6811-gcc/Makefile,v >> retrieving revision 1.20 >> diff -u -r1.20 Makefile >> --- Makefile 24 Dec 2002 09:47:20 -0000 1.20 >> +++ Makefile 10 Jan 2003 22:41:38 -0000 >> @@ -28,7 +28,7 @@ >> >> USE_GMAKE= yes >> HAS_CONFIGURE= yes >> -CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} >> +CFLAGS:= ${CFLAGS:S/\${_CPUCFLAGS}//g} >> PLIST_SUB= GCC_VER=${PORTVERSION} >> CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ >> --program-prefix=m6811-elf- > > Doh, that does of course break the substitution if _CPUCFLAGS is > indeed defined. More correct is: How about using NO_CPUCFLAGS? That's what it exists for. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message