From owner-freebsd-ports@FreeBSD.ORG Tue Apr 26 20:27:09 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9EC916A4CE; Tue, 26 Apr 2005 20:27:09 +0000 (GMT) Received: from 62-15-211-171.inversas.jazztel.es (62-15-211-171.inversas.jazztel.es [62.15.211.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7BFB43D3F; Tue, 26 Apr 2005 20:27:08 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3QKR7T5022428; Tue, 26 Apr 2005 22:27:07 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3QKR6mL006285; Tue, 26 Apr 2005 22:27:06 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: freebsd-ports@freebsd.org Date: Tue, 26 Apr 2005 22:27:05 +0200 User-Agent: KMail/1.8 References: <200504260916.11192.josemi@redesjm.local> <200504262135.48495.josemi@redesjm.local> <20050426195656.GA42269@xor.obsecurity.org> In-Reply-To: <20050426195656.GA42269@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-13" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504262227.06290.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.116; host: antares.redesjm.local) cc: ports@freebsd.org cc: Jose M Rodriguez cc: Kris Kennaway Subject: Re: problems with options in pkg cluster builds. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:27:10 -0000 El Martes, 26 de Abril de 2005 21:56, Kris Kennaway escribi=F3: > On Tue, Apr 26, 2005 at 09:35:46PM +0200, Jose M Rodriguez wrote: > > El Martes, 26 de Abril de 2005 21:25, Kris Kennaway escribi?: > > > On Tue, Apr 26, 2005 at 09:16:10AM +0200, Jose M Rodriguez wrote: > > > > Hi, > > > > > > > > I'm having problems with pkg cluster builds after latest > > > > changes to options code. > > > > > > > > I want force the way packages must be build from make.conf and > > > > pkgtools.conf, but seems that default config is chase due to > > > > options code. > > > > > > > > This is an automated build in a fresh chroot with > > > > PACKAGE_BUILDING and BATCH defined that used to work before. > > > > > > > > Any know method to disabled options code? > > > > > > > > Any hope that this change may be reverted and options > > > > processing is supressed when PACKAGE_BUILDING is defined? > > > > > > No, this was a deliberate change, so your port needs to > > > accomodate it. > > > > There aren't my ports. I hate local patches. > > > > I Know this is deliberate. But it's not so simple to workaround as > > I spect. > > > > I'm using local patches. And thinking in do the config and them > > populate /var/db/ports from tarball in the beggin of the cluster > > scripting. > > > > but this is really odd. > > You'll have to explain what problem you're seeing. > I can't be able to make pktools.conf and make.conf supersede ports=20 default options from a fresh chroot cage without and /var/db/ports dir Maybe my fault, but ... any clues? =2D- josemi > Kris