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].*
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue