Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 22:06:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373108 - head/Mk
Message-ID:  <201411222206.sAMM6u9I029613@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 22 22:06:55 2014
New Revision: 373108
URL: https://svnweb.freebsd.org/changeset/ports/373108
QAT: https://qat.redports.org/buildarchive/r373108/

Log:
  Do not load anymore bsd.database.mk in case of USE_PGSQL given the migration is
  finished

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Nov 22 21:42:10 2014	(r373107)
+++ head/Mk/bsd.port.mk	Sat Nov 22 22:06:55 2014	(r373108)
@@ -1865,7 +1865,6 @@ _FORCE_POST_PATTERNS=	rmdir kldxref mkfo
 .endif
 
 .if defined(USE_MYSQL) || defined(WANT_MYSQL_VER) || \
-	defined(USE_PGSQL) || defined(WANT_PGSQL_VER) || \
 	defined(USE_BDB) || defined(USE_SQLITE) || defined(USE_FIREBIRD)
 .include "${PORTSDIR}/Mk/bsd.database.mk"
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411222206.sAMM6u9I029613>