From owner-freebsd-ports Thu Apr 5 21:32:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 2B60237B449 for ; Thu, 5 Apr 2001 21:32:47 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (dan@on-ott-ap3-03-8.look.ca [216.154.60.103]) by ns1.unixathome.org (8.11.3/8.11.3) with ESMTP id f364Wbx34727; Fri, 6 Apr 2001 16:32:38 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200104060432.f364Wbx34727@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Date: Fri, 6 Apr 2001 00:32:34 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcv Reply-To: dan@langille.org Cc: ports@freebsd.org In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 6 Apr 2001, at 5:46, Dirk Meyer wrote: > > Dan Langille wrote:, > > > > > Is the CFLAGS_OPTIMIZE related to something regarding CPU > > > > optimization? I recall seeing something similar. > > > > How can I seach my box for this flag? > > > > > > $ grep CFLAGS_OPTIMIZE /usr/ports/Mk/bsd.* /usr/share/mk/* \ > > > /etc/defaults/make.conf /etc/make.conf > > > > > > Or maybe you find a hint how it comes into the system: > > > $ grep CFLAGS_OPTIMIZE work/gcvs-1.0a7/config* > > > > $ grep CFLAGS_OPTIMIZE work/gcvs-1.0a7/config* > > work/gcvs-1.0a7/config.status:s%@TCL_CFLAGS@%${CFLAGS_OPTIMIZE}%g > > > > There it is.... > > I see no reason how it can be slip in there. > On my systems iw works flawless. > > $ grep TCL_CFLAGS config* > > config.status:s%@TCL_CFLAGS@%-I /usr/local/include/tcl8.3%g > > configure:TCL_CFLAGS="-I $TCL_INCLUDE_DIR" > configure: TCL_CFLAGS=$TCL_CFLAGS > configure:s%@TCL_CFLAGS@%$TCL_CFLAGS%g > > configure.in:TCL_CFLAGS= > configure.in: TCL_CFLAGS=$TCL_CFLAGS > configure.in:AC_SUBST(TCL_CFLAGS) > > configure.orig:TCL_CFLAGS= > configure.orig: TCL_CFLAGS=$TCL_CFLAGS > configure.orig:s%@TCL_CFLAGS@%$TCL_CFLAGS%g > > Please check this, otherwise you have to download the package. [dan@xeon:/usr/ports/devel/gcvs/work/gcvs-1.0a7] $ grep TCL_CFLAGS config* config.status:s%@TCL_CFLAGS@%${CFLAGS_OPTIMIZE}%g configure:TCL_CFLAGS="-I $TCL_INCLUDE_DIR" configure: TCL_CFLAGS=$TCL_CFLAGS configure:s%@TCL_CFLAGS@%$TCL_CFLAGS%g configure.in:TCL_CFLAGS= configure.in: TCL_CFLAGS=$TCL_CFLAGS configure.in:AC_SUBST(TCL_CFLAGS) configure.orig:TCL_CFLAGS= configure.orig: TCL_CFLAGS=$TCL_CFLAGS configure.orig:s%@TCL_CFLAGS@%$TCL_CFLAGS%g Now that is getting just weird.... -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message