From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 10:23:57 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 A272D16A4CE for ; Tue, 23 Nov 2004 10:23:57 +0000 (GMT) Received: from catflap.slightlystrange.org (cpc2-cmbg1-3-0-cust94.cmbg.cable.ntl.com [213.107.104.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28EBC43D31 for ; Tue, 23 Nov 2004 10:23:57 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.43 (FreeBSD)) id 1CWXpz-0009Hh-Od for freebsd-questions@freebsd.org; Tue, 23 Nov 2004 10:23:55 +0000 Date: Tue, 23 Nov 2004 10:23:55 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20041123102355.GA35548@catflap.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <200411230304.11804.algould@datawok.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <200411230304.11804.algould@datawok.com> User-Agent: Mutt/1.4.2.1i Subject: Re: php4 ports configuration file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 10:23:57 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 23, 2004 at 03:04:11AM -0600, Andrew L. Gould wrote: > I currently have the php4 port installed with support for various=20 > programs such as postgresql. I would like to add support for imap; so=20 > I did a make clean (in both php4 and php4-extensions) followed by a=20 > make so there is no directory for working files. Rather than see a=20 > screen to allow me to select various extensions, I saw a line that=20 > stated that a saved configuration file had been found. >=20 > Where can I find the saved configuration file? (No working directory=20 > exists after make clean.) How can I add imap to the existing=20 > configuration? Not directly an answer to your question, but it might help you... Do you use portupgrade and friends? If so, you can try setting the MAKE_ARGS for php4-extensions in /usr/local/etc/pkgtools.conf, something=20 like: MAKE_ARGS =3D { 'lang/php4-extensions' =3D> [ 'WITH_PGSQL=3Dyes', 'WITH_IMAP=3Dyes', ... ], } (All the available extensions are mentioned in the port's Makefile - just prepend each one you want with WITH_) You can then use `portupgrade -f php4-extensions' to force a reinstall, which will pick up the new settings. Like I say, not a direct answer, but you may find it useful... Dan --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBow+7hvzwOpChvo8RAiOlAJ9IxhUwt0m6VhJO4UUZlhQqMXxuQQCg6lGG AGqqGyrd8TN07xTxm6oQNN0= =FzdW -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--