Date: Tue, 12 Feb 2008 19:12:44 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Peter Clark <clarkp@mtmary.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Build part of a port. Message-ID: <47B1EFAC.20203@infracaninophile.co.uk> In-Reply-To: <47B1D0E1.9070706@mtmary.edu> References: <47B1D0E1.9070706@mtmary.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Peter Clark wrote: I am building a 7.0-RC1 FreeBSD LDAP server. I have installed OpenLDAP > from ports and now want to move on to the wed front end. I am using > Litespeed as the webserver (built from source), PHP-5 (built from source > and customized) and would like to install phpldapadmin. There is a port > for it but the port (and some of it's dependencies) will try to install > the php5 port and the apache port. Is there a way to install > phpldapadmin from ports while telling it (and it's dependencies) I have > php5 already installed and not to install apache? Unfortunately the port doesn't really offer any alternative to using the port's version of PHP as a dependency. There isn't really any alternative way to do that sort of thing given the current structure of PHP in the ports tree. You've got two choices, basically. Either give up on the idea of compiling your own PHP stuff, or install phpldapadmin outside the ports system. Given you've undertaken to maintain your PHP environment without the advantages provided from ports, maintaining phpldapadmin outside the ports as well is just a little extra work. On the other hand, examine well the configuration you've generated for your custom PHP install -- dollars to doughnuts you could generate something as near as dammit by a suitable combination of php-related ports and judicious application of build flags via /etc/make.conf. Doing it all the ports way makes the maintenance a lot easier over time. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHse+r8Mjk52CukIwRCIEUAKCVNqBWCjsOSBAl9iiRo9sU/lKYHACgkwrD hG/ioXjNPYaaTBJz+B1rKd4= =MDYE -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47B1EFAC.20203>