From owner-svn-ports-all@FreeBSD.ORG Sat Nov 22 19:13:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 374A6B06; Sat, 22 Nov 2014 19:13:59 +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 2166788F; Sat, 22 Nov 2014 19:13:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMJDxpE044370; Sat, 22 Nov 2014 19:13:59 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMJDo9L044328; Sat, 22 Nov 2014 19:13:50 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201411221913.sAMJDo9L044328@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 19:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373091 - in head: audio/icegenerator benchmarks/sysbench databases/fpc-postgres databases/libdbi-drivers databases/p5-DBIx-Class-Schema-Loader devel/apr1 devel/apr2 dns/mydns-ng editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 19:13:59 -0000 Author: crees Date: Sat Nov 22 19:13:49 2014 New Revision: 373091 URL: https://svnweb.freebsd.org/changeset/ports/373091 QAT: https://qat.redports.org/buildarchive/r373091/ Log: Switch to USES=pgsql Modified: head/audio/icegenerator/Makefile head/benchmarks/sysbench/Makefile head/databases/fpc-postgres/Makefile head/databases/libdbi-drivers/Makefile head/databases/p5-DBIx-Class-Schema-Loader/Makefile head/devel/apr1/Makefile head/devel/apr2/Makefile head/dns/mydns-ng/Makefile head/editors/calligra/Makefile head/ftp/pure-ftpd/Makefile head/ftp/smbftpd/Makefile head/ftp/wzdftpd/Makefile head/games/ldmud/Makefile head/graphics/gdal/Makefile head/lang/smalltalk/Makefile head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile head/mail/dbmail22/Makefile head/mail/dovecot/Makefile head/mail/dovecot2/Makefile head/mail/opensmtpd-devel/Makefile head/mail/opensmtpd/Makefile head/misc/krecipes-kde4/Makefile head/net-im/jabberd/Makefile head/net-mgmt/flow-tools-ng/Makefile head/net-mgmt/netams/Makefile head/security/barnyard2/Makefile head/security/cyrus-sasl2/Makefile head/sysutils/msyslog/Makefile head/www/kannel/Makefile head/www/owncloud/Makefile Modified: head/audio/icegenerator/Makefile ============================================================================== --- head/audio/icegenerator/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/audio/icegenerator/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS MYSQL PGSQL MYSQL_USE= MYSQL=YES MYSQL_CONFIGURE_ON= --with-mysql -PGSQL_USE= PGSQL=YES +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql post-install: Modified: head/benchmarks/sysbench/Makefile ============================================================================== --- head/benchmarks/sysbench/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/benchmarks/sysbench/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -35,6 +35,6 @@ MYSQL_USE= MYSQL=yes PGSQL_CONFIGURE_ON= --with-pgsql PGSQL_CONFIGURE_OFF= --with-pgsql=no -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql .include Modified: head/databases/fpc-postgres/Makefile ============================================================================== --- head/databases/fpc-postgres/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/databases/fpc-postgres/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -18,6 +18,6 @@ OPTIONS_DEFINE= PGSQL PGSQL_DESC= Install PostgreSQL client OPTIONS_DEFAULT= PGSQL -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql .include "${MASTERDIR}/Makefile" Modified: head/databases/libdbi-drivers/Makefile ============================================================================== --- head/databases/libdbi-drivers/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/databases/libdbi-drivers/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -31,7 +31,7 @@ OPTIONS_SUB= yes MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql MYSQL_PLIST_FILES= lib/dbd/libdbdmysql.so -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql PGSQL_PLIST_FILES= lib/dbd/libdbdpgsql.so SQLITE3_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-Loader/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/databases/p5-DBIx-Class-Schema-Loader/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -52,7 +52,7 @@ USE_PERL5= configure MYSQL_USE= MYSQL=yes ORACLE_BUILD_DEPENDS= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_USE= SQLITE=yes .include Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/devel/apr1/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -47,7 +47,7 @@ GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR} LDAP_USE= OPENLDAP=yes MYSQL_USE= MYSQL=yes NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_USE= SQLITE=yes SSL_USE= OPENSSL=yes Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/devel/apr2/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -59,7 +59,7 @@ MYSQL_USE= MYSQL=yes NDBM_CONFIGURE_WITH= ndbm=/usr PGSQL_CONFIGURE_ENV= ac_cv_path_PGSQL_CONFIG="" PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE} -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE} SQLITE_USE= SQLITE=yes Modified: head/dns/mydns-ng/Makefile ============================================================================== --- head/dns/mydns-ng/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/dns/mydns-ng/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -37,7 +37,7 @@ SSL_CONFIGURE_ON= --with-openssl \ --with-openssl-include=${OPENSSLINC} \ --with-openssl-lib=${OPENSSLLIB} -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/editors/calligra/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -70,7 +70,7 @@ MYSQL_CMAKE_OFF=-DWITH_MySQL:BOOL=FALSE PGSQL_DESC= PostgreSQL database support in Kexi PGSQL_LIB_DEPENDS=libpqxx-3.1.so:${PORTSDIR}/databases/postgresql-libpqxx3 -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CMAKE_OFF=-DWITH_PostgreSQL:BOOL=FALSE SYBASE_DESC= Sybase database support in Kexi Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/ftp/pure-ftpd/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -71,7 +71,7 @@ MYSQL_USE= MYSQL=yes PAM_CONFIGURE_WITH= pam PERUSERLIMITS_CONFIGURE_WITH= peruserlimits PGSQL_CONFIGURE_WITH= pgsql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PRIVSEP_CONFIGURE_WITH= privsep SENDFILE_CONFIGURE_WITH=sendfile THROTTLING_CONFIGURE_WITH= throttling Modified: head/ftp/smbftpd/Makefile ============================================================================== --- head/ftp/smbftpd/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/ftp/smbftpd/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -22,7 +22,7 @@ USE_RC_SUBR= ${PORTNAME} MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql ICONV_USES= iconv ICONV_CONFIGURE_WITH= iconv Modified: head/ftp/wzdftpd/Makefile ============================================================================== --- head/ftp/wzdftpd/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/ftp/wzdftpd/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -57,7 +57,7 @@ MYSQL_USE= MYSQL=yes PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --disable-pgsql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_CONFIGURE_ENABLE= sqlite3 SQLITE_USE= SQLITE=3 Modified: head/games/ldmud/Makefile ============================================================================== --- head/games/ldmud/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/games/ldmud/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -39,7 +39,7 @@ LPMUD_DESC= Install default mudlib (LP-2 IPV6_CONFIGURE_ENABLE= use-ipv6 MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ENABLE= use-mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ENABLE= use-pgsql SQLITE_USE= SQLITE=yes SQLITE_CONFIGURE_ENABLE=use-sqlite Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/graphics/gdal/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -113,7 +113,7 @@ PCRE_CONFIGURE_ON= --with-pcre=${LOCALBA PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PGSQL_CONFIGURE_OFF= --with-pg=no PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PNG_CONFIGURE_OFF= --with-png=internal PNG_CONFIGURE_ON= --with-png=${LOCALBASE} PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png Modified: head/lang/smalltalk/Makefile ============================================================================== --- head/lang/smalltalk/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/lang/smalltalk/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -21,7 +21,7 @@ OPTIONS_DEFAULT=TK PGSQL SDL OPTIONS_SUB= yes TK_USES= tk:84 TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4 -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SDL_USE= SDL=image,mixer,sdl,sound,ttf USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/cyrus-imapd23/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -74,7 +74,7 @@ NETSCAPEHACK_CONFIGURE_ENABLE=netscapeha NNTP_DESC= Enable NNTP support NNTP_CONFIGURE_ENABLE= nntp PGSQL_DESC= Enable PostgreSQL backend (experimental) -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication REPLICATION_CONFIGURE_ENABLE=replication Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/cyrus-imapd24/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -70,7 +70,7 @@ NETSCAPEHACK_DESC= Enable X-NETSCAPE ext NETSCAPEHACK_CONFIGURE_ENABLE=netscapehack NNTP_DESC= Enable NNTP support NNTP_CONFIGURE_ENABLE= nntp -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication Modified: head/mail/dbmail22/Makefile ============================================================================== --- head/mail/dbmail22/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/dbmail22/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -29,7 +29,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql SQLITE_USE= SQLITE=3 SQLITE_CONFIGURE_WITH= sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SIEVE_CONFIGURE_WITH= sieve SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/dovecot/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -75,7 +75,7 @@ LDAP_USE= OPENLDAP=yes MYSQL_CONFIGURE_WITH= mysql MYSQL_USE= MYSQL=yes PGSQL_CONFIGURE_WITH= pgsql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_CONFIGURE_WITH= sqlite SQLITE_USE= SQLITE=3 SSL_CONFIGURE_OFF= --without-ssl Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/dovecot2/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -88,7 +88,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql MYSQL_RC_REQUIRE= mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql PGSQL_RC_REQUIRE= postgresql Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/opensmtpd-devel/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -52,7 +52,7 @@ SQLITE_CFLAGS= -I${LOCALBASE}/include SQLITE_LDFLAGS= -L${LOCALBASE}/lib SQLITE_CONFIGURE_ON= --with-experimental-sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-experimental-postgres LDAP_CONFIGURE_ON= --with-experimental-ldap Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/mail/opensmtpd/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -52,7 +52,7 @@ SQLITE_CFLAGS= -I${LOCALBASE}/include SQLITE_LDFLAGS= -L${LOCALBASE}/lib SQLITE_CONFIGURE_ON= --with-experimental-sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-experimental-postgres LDAP_CONFIGURE_ON= --with-experimental-ldap Modified: head/misc/krecipes-kde4/Makefile ============================================================================== --- head/misc/krecipes-kde4/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/misc/krecipes-kde4/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -26,7 +26,7 @@ SQLITE_CMAKE_OFF= -DWITH_Sqlite:BOOL=OFF MYSQL_USE= MYSQL=yes \ QT4=sql-mysql_run -PGSQL_USE= PGSQL=yes \ - QT4=sql-pgsql_run +PGSQL_USES= pgsql +PGSQL_USE= QT4=sql-pgsql_run .include Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/net-im/jabberd/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -68,7 +68,7 @@ EIP+= ${OPENSSLINC} DEBUG_CONFIGURE_ENABLE= debug -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ENABLE= pgsql SQLITE_CONFIGURE_ENABLE=sqlite Modified: head/net-mgmt/flow-tools-ng/Makefile ============================================================================== --- head/net-mgmt/flow-tools-ng/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/net-mgmt/flow-tools-ng/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE OPTIONS_DEFINE= MYSQL OPENSSL PGSQL PGSQL_CONFIGURE_OFF= --without-postgresql PGSQL_CONFIGURE_ON= --with-postgresql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql MYSQL_CONFIGURE_OFF= --without-mysql MYSQL_CONFIGURE_ON= --with-mysql="${PREFIX}" MYSQL_USE= MYSQL=yes Modified: head/net-mgmt/netams/Makefile ============================================================================== --- head/net-mgmt/netams/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/net-mgmt/netams/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -31,7 +31,7 @@ OPTIONS_MULTI_DATABASE= MYSQL PGSQL CGI_DESC= Install admin/user CGI scripts OPTIONS_SUB= yes -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql MYSQL_USE= MYSQL=yes .include Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/security/barnyard2/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -59,7 +59,7 @@ MYSQL_CONFIGURE_ON= --with-mysql-include MYSQL_SSL_CONFIGURE_ENABLE= mysql-ssl-support ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC ODBC_WITH= odbc -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server PGSQL_CONFIGURE_OFF= --without-postgresql TCL_USES= tcl Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/security/cyrus-sasl2/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -64,7 +64,7 @@ BDB_CONFIGURE_OFF= --with-dblib=ndbm MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql SQLITE2_DESC= SQLite 2 database Modified: head/sysutils/msyslog/Makefile ============================================================================== --- head/sysutils/msyslog/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/sysutils/msyslog/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= MYSQL PGSQL EXAMPLES OPTIONS_SUB= yes MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_OFF= --without-pgsql WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} Modified: head/www/kannel/Makefile ============================================================================== --- head/www/kannel/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/www/kannel/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -35,7 +35,7 @@ SQLITE3_CONFIGURE_WITH= sqlite3 MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql post-install: Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Sat Nov 22 19:08:26 2014 (r373090) +++ head/www/owncloud/Makefile Sat Nov 22 19:13:49 2014 (r373091) @@ -39,7 +39,8 @@ LDAP_USE= PHP=ldap MP3INFO_BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info MP3INFO_RUN_DEPENDS= ${MP3INFO_BUILD_DEPENDS} MYSQL_USE= MYSQL=client PHP=mysql,pdo_mysql -PGSQL_USE= PGSQL=yes PHP=pdo_pgsql,pgsql +PGSQL_USES= pgsql +PGSQL_USE= PHP=pdo_pgsql,pgsql SQLITE_USE= PHP=pdo_sqlite,sqlite3 SSL_USE= PHP=openssl