aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki16
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-11 06:47:07 +0800
committermiwi <miwi@FreeBSD.org>2006-12-11 06:47:07 +0800
commitb6bb44ba8d3dcb66fd5c84704918dc81678ae332 (patch)
tree55bca3617b6f8c1a2f84d60bce41b6f1710e21c3 /www/mediawiki16
parentdab2c046660fbf56ace5671d7419d32778fe919b (diff)
downloadfreebsd-ports-gnome-b6bb44ba8d3dcb66fd5c84704918dc81678ae332.tar.gz
freebsd-ports-gnome-b6bb44ba8d3dcb66fd5c84704918dc81678ae332.tar.zst
freebsd-ports-gnome-b6bb44ba8d3dcb66fd5c84704918dc81678ae332.zip
- Add PostgreSQL support
PR: ports/106559 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'www/mediawiki16')
-rw-r--r--www/mediawiki16/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mediawiki16/Makefile b/www/mediawiki16/Makefile
index 532e26b28c3e..2346a6c6cfc9 100644
--- a/www/mediawiki16/Makefile
+++ b/www/mediawiki16/Makefile
@@ -16,11 +16,12 @@ COMMENT= The wiki engine used by Wikipedia
CONFLICTS= mediawiki-1.[0-57-9].*
+NO_LATEST_LINK= yes
+
NO_BUILD= yes
USE_PHP= iconv mbstring pcre session xml zlib readline
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki
-LATEST_LINK= ${PORTNAME}16
OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
LDAP "Use LDAP authentication" off
@@ -31,7 +32,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
USE_PHP+= pgsql
IGNORE= the table definitions for PostgreSQL install are out of date.\
PostgreSQL support may return in later releases, pending appropriate patches.\
- Use www/mediawiki15 for while
+ Use www/mediawiki17 from now on
.else
USE_PHP+= mysql
.endif