1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Add PostgreSQL support

PR:		ports/106558
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
This commit is contained in:
Martin Wilke 2006-12-10 22:47:11 +00:00
parent 21db626285
commit 5f49dd56fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179430
12 changed files with 108 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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