From owner-cvs-ports@FreeBSD.ORG Thu Mar 18 15:06:47 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A14916A4CE; Thu, 18 Mar 2004 15:06:47 -0800 (PST) Received: from debussy.private.org (25.60.138.210.bn.2iij.net [210.138.60.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5D743D2F; Thu, 18 Mar 2004 15:06:47 -0800 (PST) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by debussy.private.org (8.12.10/8.12.10) with ESMTP id i2INCm9r003948; Fri, 19 Mar 2004 08:12:48 +0900 (JST) (envelope-from chat95@mac.com) Date: Fri, 19 Mar 2004 08:12:48 +0900 (JST) Message-Id: <20040319.081248.846937474.chat95@mac.com> To: kris@obsecurity.org From: Nakata Maho In-Reply-To: <20040317111525.GA62305@xor.obsecurity.org> References: <200403171047.i2HAlUsL048731@repoman.freebsd.org> <20040317111525.GA62305@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/biology/pymol Makefile distinfo pkg-plist patch-setup+pymol+com+linux-rh7x X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 23:06:47 -0000 In Message-ID: <20040317111525.GA62305@xor.obsecurity.org> Kris Kennaway wrote: > On Wed, Mar 17, 2004 at 02:47:29AM -0800, Maho Nakata wrote: > > > | +.if !defined(PICFLAG) > > | +.if ${MACHINE_ARCH} == "sparc64" > > | +PICFLAG=-fPIC > > | +.else > > | +PICFLAG=-fpic > > | +.endif > > | +.endif > > As far as I understand, there's no need to treat these differently: > -fPIC is appropriate on all architectures. Wow, thanks! Committed to math/atlas, math/atlas-devel, biology/pymol --nakata maho