svn commit: r374262 - head/databases/pgpoolAdmin

Antoine Brodin antoine at FreeBSD.org
Mon Dec 8 13:07:09 UTC 2014


Author: antoine
Date: Mon Dec  8 13:07:08 2014
New Revision: 374262
URL: https://svnweb.freebsd.org/changeset/ports/374262
QAT: https://qat.redports.org/buildarchive/r374262/

Log:
  IGNORE when PGSQL_DEFAULT is higher than 9.2

Modified:
  head/databases/pgpoolAdmin/Makefile

Modified: head/databases/pgpoolAdmin/Makefile
==============================================================================
--- head/databases/pgpoolAdmin/Makefile	Mon Dec  8 12:48:20 2014	(r374261)
+++ head/databases/pgpoolAdmin/Makefile	Mon Dec  8 13:07:08 2014	(r374262)
@@ -22,4 +22,10 @@ post-extract:
 do-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name *\.orig" )
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PGSQL_DEFAULT} > 9.2
+IGNORE=		you have PGSQL_DEFAULT set to ${PGSQL_DEFAULT} but pgpool-II needs 9.2 or less
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list