aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki115/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mediawiki115/Makefile')
-rw-r--r--www/mediawiki115/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/mediawiki115/Makefile b/www/mediawiki115/Makefile
index 0034f5e24d8..8ca6a235bdd 100644
--- a/www/mediawiki115/Makefile
+++ b/www/mediawiki115/Makefile
@@ -19,15 +19,22 @@ CONFLICTS= mediawiki-1.[0-79].*
NO_BUILD= yes
USE_MYSQL= yes
IGNORE_WITH_MYSQL= 323
-USE_PHP= iconv mbstring pcre session xml zlib readline mysql
+USE_PHP= iconv mbstring pcre session xml zlib readline
IGNORE_WITH_PHP= 4
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki
-OPTIONS= LDAP "Use LDAP authentication" off
+OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
+ LDAP "Use LDAP authentication" off
.include <bsd.port.pre.mk>
+.if defined(WITH_PGSQL)
+USE_PHP+= pgsql
+.else
+USE_PHP+= mysql
+.endif
+
.if defined(WITH_LDAP)
USE_PHP+= ldap
.endif
d> * graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-0/+1 | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr * - Update to 0.9-7TAKATSU Tomonari2021-01-101-2/+1 | * graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1 | | | | | Changelog: - https://proj.org/news.html#release-notes * graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-0/+1 | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine * - Update to 0.9-6TAKATSU Tomonari2020-09-221-1/+1 | * - Update to 0.9-5TAKATSU Tomonari2020-07-171-1/+1 | * - Update to 0.9-4TAKATSU Tomonari2020-06-151-1/+1 | * - Update to 0.9-3TAKATSU Tomonari2020-05-081-2/+1 | * math/R: Update to version 4.0.0Joseph Mingrone2020-05-061-0/+1 | | | | | | | | | | | Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572 * - Update to 0.9-2TAKATSU Tomonari2020-04-171-1/+1 | * - Update to 0.9-1TAKATSU Tomonari2020-04-071-1/+1 | * - Update to 0.9-0TAKATSU Tomonari2020-04-051-1/+1 | * - Update to 0.8-1TAKATSU Tomonari2020-01-311-2/+1 | * Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1 |