1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix some USE_PGSQL that were missed before

Submitted by:	antoine
This commit is contained in:
Chris Rees 2014-11-22 22:32:45 +00:00
parent 151d943888
commit 8f2d6777f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373110
6 changed files with 8 additions and 6 deletions

View File

@ -194,7 +194,7 @@ USE_XORG+= xmu
# PostgreSQL
#
.if ${PORT_OPTIONS:MPostgreSQL}
USE_PGSQL= yes
USES+= pgsql
.endif
#

View File

@ -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=

View File

@ -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 <bsd.port.options.mk>

View File

@ -154,7 +154,8 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if ${PORT_OPTIONS:MPGSQLSERVER}
USE_PGSQL= server
USES:= ${USES:Npgsql} pgsql
WANT_PGSQL= server
.endif
.if ${PORT_OPTIONS:MDOVECOT}

View File

@ -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

View File

@ -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