Amarok + postgreSQL version

Michael Nottebrock lofi at freebsd.org
Sat Nov 12 23:48:02 PST 2005


On Friday, 11. November 2005 23:23, Luk van den Borne wrote:

> I was wondering how (and if) I can select what version of postgreSQL
> is installed as a dep of amaroK. I'm experimenting with postgres 8.x,
> and I do not want to run two seperate database backends. By default,
> postgresql-client-7.4.9 is installed.

FWIW, I'm pretty sure that you can make connections to a postgresql 8.x 
database server using the 7.4 client just fine and you wouldn't need to run 
separate backends, but anyway:

Set the WANT_PGSQL_VER variable to the number suffix of the postgresql ports 
you want - /etc/make.conf is a good place for this:

For a value use 'XY' from the postgresqlXY-client|server ports, for instance

WANT_PGSQL_VER=73 will adjust dependencies to postgresql73-client|server

and

WANT_PGSQL_VER=80 will adjust dependencies to postgresql80-client|server


Note that this only works for ports - the binary packages available on the 
FreeBSD ftp mirrors are always built against the default dependencies.

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20051113/c30a2b33/attachment-0001.bin


More information about the freebsd-ports mailing list