From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 22:32:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52603B54; Sat, 22 Nov 2014 22:32:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 344ACD0B; Sat, 22 Nov 2014 22:32:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMMWmeQ043620; Sat, 22 Nov 2014 22:32:48 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMMWki0043614; Sat, 22 Nov 2014 22:32:46 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201411222232.sAMMWki0043614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 22 Nov 2014 22:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373110 - in head: lang/io mail/dspam net-im/imspector security/maia textproc/redland www/dpsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 22:32:48 -0000 Author: crees Date: Sat Nov 22 22:32:45 2014 New Revision: 373110 URL: https://svnweb.freebsd.org/changeset/ports/373110 QAT: https://qat.redports.org/buildarchive/r373110/ Log: Fix some USE_PGSQL that were missed before Submitted by: antoine Modified: head/lang/io/Makefile.addons head/mail/dspam/Makefile head/net-im/imspector/Makefile head/security/maia/Makefile head/textproc/redland/Makefile head/www/dpsearch/Makefile Modified: head/lang/io/Makefile.addons ============================================================================== --- head/lang/io/Makefile.addons Sat Nov 22 22:31:09 2014 (r373109) +++ head/lang/io/Makefile.addons Sat Nov 22 22:32:45 2014 (r373110) @@ -194,7 +194,7 @@ USE_XORG+= xmu # PostgreSQL # .if ${PORT_OPTIONS:MPostgreSQL} -USE_PGSQL= yes +USES+= pgsql .endif # Modified: head/mail/dspam/Makefile ============================================================================== --- head/mail/dspam/Makefile Sat Nov 22 22:31:09 2014 (r373109) +++ head/mail/dspam/Makefile Sat Nov 22 22:32:45 2014 (r373110) @@ -202,7 +202,7 @@ PLIST_SUB+= PGSQL="" #PKGNAMESUFFIX= -pgsql _DBDRV_COUNT:= ${_DBDRV_COUNT}o . if ${PORT_OPTIONS:MPGSQL_LOCAL} -USE_PGSQL= server +WANT_PGSQL= server SUB_LIST+= PGSQL=postgresql . else SUB_LIST+= PGSQL= Modified: head/net-im/imspector/Makefile ============================================================================== --- head/net-im/imspector/Makefile Sat Nov 22 22:31:09 2014 (r373109) +++ head/net-im/imspector/Makefile Sat Nov 22 22:32:45 2014 (r373110) @@ -31,7 +31,8 @@ IPFW_DESC= Add IPFW support PLUGINS_DESC= Build plugins IPFW_CFLAGS= -DIPFW_TRANSPARENT=1 -PLUGINS_USE= MYSQL=yes SQLITE=yes PGSQL=yes +PLUGINS_USE= MYSQL=yes SQLITE=yes +PLUGINS_USES= pgsql .include Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Sat Nov 22 22:31:09 2014 (r373109) +++ head/security/maia/Makefile Sat Nov 22 22:32:45 2014 (r373110) @@ -154,7 +154,8 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/d .endif .if ${PORT_OPTIONS:MPGSQLSERVER} -USE_PGSQL= server +USES:= ${USES:Npgsql} pgsql +WANT_PGSQL= server .endif .if ${PORT_OPTIONS:MDOVECOT} Modified: head/textproc/redland/Makefile ============================================================================== --- head/textproc/redland/Makefile Sat Nov 22 22:31:09 2014 (r373109) +++ head/textproc/redland/Makefile Sat Nov 22 22:32:45 2014 (r373110) @@ -51,7 +51,7 @@ PLIST_SUB+= MYSQL="@comment " #.endif #.if defined(WITH_PGSQL) -#USE_PGSQL= yes +#USES+= pgsql #CONFIGURE_ARGS+=--with-postgresql=yes #PLIST_SUB+= PGSQL="" #.else Modified: head/www/dpsearch/Makefile ============================================================================== --- head/www/dpsearch/Makefile Sat Nov 22 22:31:09 2014 (r373109) +++ head/www/dpsearch/Makefile Sat Nov 22 22:32:45 2014 (r373110) @@ -71,7 +71,7 @@ OPTIONS_SUB= yes APACHE_USE= APACHE=22+ APACHE_CONFIGURE_ENABLE= apache-module -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE} MYSQL_USE= MYSQL=yes