Hello,
On FreeBSD 8.3-RELEASE-p14, I have databases/postgresql93 (9.3.3) installed, running fine, lang/php53 (5.3.28) installed running ok too. Now I'm trying to install databases/php53-pgsql for databases/postgresql93 but it fails.
I found nothing about this in /src/ports/UPDATING searching for 'postgre' and 'pgsql'. In the make.conf of my building jail I did put (see /usr/ports/UPDATING 20140211)
	
	
	
		
but got a warning while compiling:
	
	
	
		
It looks like the warning is not using the same notation than /usr/ports/UPDATING.
I tried with both databases/php53-pgsql and databases/php53-pdo_pgsql. Both are compiling fine but are failing with:
	
	
	
		
Isn't there a way to force the use of databases/postgresql93-client?
				
			On FreeBSD 8.3-RELEASE-p14, I have databases/postgresql93 (9.3.3) installed, running fine, lang/php53 (5.3.28) installed running ok too. Now I'm trying to install databases/php53-pgsql for databases/postgresql93 but it fails.
I found nothing about this in /src/ports/UPDATING searching for 'postgre' and 'pgsql'. In the make.conf of my building jail I did put (see /usr/ports/UPDATING 20140211)
		Code:
	
	DEFAULT_VERSIONS=php=5.3 mysql=5.5 apache=2.2 pgsql=9.3
	but got a warning while compiling:
		Code:
	
	DEFAULT_PHP_VER is defined, consider using DEFAULT_VERSIONS=php=53 instead
	It looks like the warning is not using the same notation than /usr/ports/UPDATING.
I tried with both databases/php53-pgsql and databases/php53-pdo_pgsql. Both are compiling fine but are failing with:
		Code:
	
	pkg_add: could not find package postgresql90-client-9.0.16 !
*** Error code 1
	Isn't there a way to force the use of databases/postgresql93-client?