From owner-cvs-all@FreeBSD.ORG Tue Aug 17 00:57:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F86516A4CF; Tue, 17 Aug 2004 00:57:54 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5A943D3F; Tue, 17 Aug 2004 00:57:53 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i7H0vCjU000981; Tue, 17 Aug 2004 09:57:13 +0900 (JST) (envelope-from chat95@mac.com) Date: Tue, 17 Aug 2004 09:57:12 +0900 (JST) Message-Id: <20040817.095712.846938678.chat95@mac.com> To: kris@obsecurity.org From: NAKATA Maho In-Reply-To: <20040816182951.GA3201@xor.obsecurity.org> References: <200408160855.i7G8topV070240@repoman.freebsd.org> <20040816182951.GA3201@xor.obsecurity.org> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: maho@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/sdpa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 00:57:54 -0000 In Message-ID: <20040816182951.GA3201@xor.obsecurity.org> Kris Kennaway wrote: > On Mon, Aug 16, 2004 at 08:55:50AM +0000, Maho Nakata wrote: > > maho 2004-08-16 08:55:50 UTC > > > > FreeBSD ports repository > > > > Modified files: > > math/sdpa Makefile > > Log: > > Add flag USE_ICC, uses intel c/c++ compilier > > User control flags must not be in the USE_* namespace. Use WITH_* instead. yes. thank you for notification. i was little bit confused the usage of USE_* and WITH_*. portlint tells me what I had done was wrong...sometimes (always?) I'm little bit careless. thanks again, --nakata maho