From 21db6262854d88c7d918fa5fc9c49281d54dce43 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 10 Dec 2006 22:47:07 +0000 Subject: [PATCH] - Add PostgreSQL support PR: ports/106559 Submitted by: Gerrit Beine (maintainer) --- www/mediawiki16/Makefile | 5 +++-- 1 file 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