Date: Tue, 23 Nov 2004 10:23:55 +0000 From: Daniel Bye <freebsd-questions@slightlystrange.org> To: freebsd-questions@freebsd.org Subject: Re: php4 ports configuration file Message-ID: <20041123102355.GA35548@catflap.slightlystrange.org> In-Reply-To: <200411230304.11804.algould@datawok.com> References: <200411230304.11804.algould@datawok.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
> programs such as postgresql. I would like to add support for imap; so
> I did a make clean (in both php4 and php4-extensions) followed by a
> make so there is no directory for working files. Rather than see a
> screen to allow me to select various extensions, I saw a line that
> stated that a saved configuration file had been found.
>
> Where can I find the saved configuration file? (No working directory
> exists after make clean.) How can I add imap to the existing
> 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
like:
MAKE_ARGS = {
'lang/php4-extensions' => [
'WITH_PGSQL=yes',
'WITH_IMAP=yes',
...
],
}
(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
--
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 / \
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQFBow+7hvzwOpChvo8RAiOlAJ9IxhUwt0m6VhJO4UUZlhQqMXxuQQCg6lGG
AGqqGyrd8TN07xTxm6oQNN0=
=FzdW
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041123102355.GA35548>
