php56-pgsql dependency

Matthew Seaman matthew at FreeBSD.org
Fri Jul 8 17:18:32 UTC 2016


On 07/08/16 17:41, Paul Pathiakis wrote:
> This seems to (also) depend on postgresql93-client.  Could this be
> bumped to postgresql94-client?
> 

postgresql-9.3.x is the default version of postgresql in the ports at
the moment.  If you build your own packages it's pretty simple to change
to a newer version: something like

DEFAULT_VERSIONS+= pgsql=94

in make.conf will do the trick.

However, so long as you aren't trying to install postgresql94-server on
the same machine, there really isn't a huge amount of difference between
any of the postgresqlXX-client packages.  If you do need an instance of
postgresql94-server on the same hardware that's tricker.  Probably the
best bet at the moment is imaginative use of jails to separate your
web-tier from your database tier.  It's not just easier to manage the
dependencies, but it makes good security sense too.

Having said that, I'd be happy to see the default version of Postgresql
bumped up to 95 nowadays.

	Cheers,

	Matthew

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160708/b74ae1d4/attachment.sig>


More information about the freebsd-ports mailing list