From owner-freebsd-questions@FreeBSD.ORG Sat Oct 16 20:11:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C58716A4CE for ; Sat, 16 Oct 2004 20:11:50 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0325343D2D for ; Sat, 16 Oct 2004 20:11:49 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i9GKBiHb084347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 16 Oct 2004 21:11:44 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i9GKBiNT084346; Sat, 16 Oct 2004 21:11:44 +0100 (BST) (envelope-from matthew) Date: Sat, 16 Oct 2004 21:11:44 +0100 From: Matthew Seaman To: Glenn Sieb Message-ID: <20041016201144.GA47484@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Glenn Sieb , questions@freebsd.org References: <41717D02.2010508@wingfoot.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <41717D02.2010508@wingfoot.org> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 16 Oct 2004 21:11:44 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.7 required=5.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: php4-* n00b queries... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 20:11:50 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 16, 2004 at 03:56:50PM -0400, Glenn Sieb wrote: > (oops--I sent this to ports@ should have been here...sorry 'bout that!) >=20 > Ok.. I'm getting used to the new modular php#-* packages. >=20 > I would like to streamline this even further by including the proper > entries in pkgtools.conf for portupgrade. >=20 > So, for instance.. when it's upgrading, say databases/php4-dba, I'd > like to have it just take the defaults of cdb, inifile and flatfile. >=20 > Do I put this in the MAKE_ARGS section of pkgtools.conf? >=20 > ~ 'databases/php4-dba' =3D> 'CDB=3D1 INIFILE=3D1 FLATFILE=3D1', >=20 > I just want to check this against the ports-gurus on here. :) Close. What you need is actually something more like: 'databases/php4-dba' =3D> [ 'WITH_CDB=3Dtrue', 'WITHOUT_DB4=3Dtrue', 'WITHOUT_GDBM=3Dtrue', 'WITH_INIFILE=3Dtrue', 'WITH_FLATFILE=3Dtrue', ], Although since those variables are defined for you via the OPTIONS mechanism (ie. you get one of those pop-up menus) you can alternatively just run 'make config' in the databases/php4-dba directory, and the values you choose will be remembered for you whenever you update that port. However, that's just another option and setting stuff in pkgtools.conf should do the trick equally well. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBcYCAiD657aJF7eIRAn6FAJwJlCz6Was8TkVch06FYf4jaqbSRwCfRnK1 6GNcg8t8iUBGf8ipVTYGqW8= =Kydd -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF--