mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add PostgreSQL support
PR: ports/106559 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
This commit is contained in:
parent
903667fec9
commit
21db626285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179429
1 changed files with 3 additions and 2 deletions
|
@ -16,11 +16,12 @@ COMMENT= The wiki engine used by Wikipedia
|
||||||
|
|
||||||
CONFLICTS= mediawiki-1.[0-57-9].*
|
CONFLICTS= mediawiki-1.[0-57-9].*
|
||||||
|
|
||||||
|
NO_LATEST_LINK= yes
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PHP= iconv mbstring pcre session xml zlib readline
|
USE_PHP= iconv mbstring pcre session xml zlib readline
|
||||||
WANT_PHP_WEB= yes
|
WANT_PHP_WEB= yes
|
||||||
MEDIAWIKIDIR?= www/mediawiki
|
MEDIAWIKIDIR?= www/mediawiki
|
||||||
LATEST_LINK= ${PORTNAME}16
|
|
||||||
|
|
||||||
OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
|
OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
|
||||||
LDAP "Use LDAP authentication" off
|
LDAP "Use LDAP authentication" off
|
||||||
|
@ -31,7 +32,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
|
||||||
USE_PHP+= pgsql
|
USE_PHP+= pgsql
|
||||||
IGNORE= the table definitions for PostgreSQL install are out of date.\
|
IGNORE= the table definitions for PostgreSQL install are out of date.\
|
||||||
PostgreSQL support may return in later releases, pending appropriate patches.\
|
PostgreSQL support may return in later releases, pending appropriate patches.\
|
||||||
Use www/mediawiki15 for while
|
Use www/mediawiki17 from now on
|
||||||
.else
|
.else
|
||||||
USE_PHP+= mysql
|
USE_PHP+= mysql
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue