svn commit: r306609 - head/Mk

Chris Rees crees at FreeBSD.org
Mon Oct 29 13:15:47 UTC 2012


Author: crees
Date: Mon Oct 29 13:15:46 2012
New Revision: 306609
URL: http://svn.freebsd.org/changeset/ports/306609

Log:
  Choose best fit version of PostgreSQL if there is none installed.
  
  Feature safe:	yes

Modified:
  head/Mk/bsd.database.mk

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Mon Oct 29 13:05:11 2012	(r306608)
+++ head/Mk/bsd.database.mk	Mon Oct 29 13:15:46 2012	(r306609)
@@ -217,7 +217,7 @@ PGSQL_VER=	${version}
 .      endif
 PGSQL_VER?=	${version}
 .    endfor
-.    if empty(PGSQL_VER)
+.    if defined(WITH_PGSQL_VER) && ${WITH_PGSQL_VER} != ${PGSQL_VER}
 IGNORE?=	cannot install: the port wants postgresql-client version ${WANT_PGSQL_VER} and you have version ${WITH_PGSQL_VER} installed or set in make.conf
 .    endif
 .  endif


More information about the svn-ports-all mailing list