K 10 svn:author V 5 crees K 8 svn:date V 27 2014-01-12T21:16:06.627221Z K 7 svn:log V 444 Strip postgresql code out of bsd.database.mk, and introduce USES=pgsql. New syntax: # Depend on postgresql-client USES= pgsql # Depend on postgresql-client at least 9.2 USES= pgsql:9.2+ #Depend on postgresql-server at least 9.0 USES= pgsql:9.0+ WANT_PGSQL= server Postgresql now supports DEFAULT_VERSIONS, and please note that the version syntax now includes dots(!); i.e. before it was 90, now 9.0 Reviewed by: ade, silence from pgsql@ END