1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

'activate' postgresql-9.4

This commit is contained in:
Palle Girgensohn 2014-05-24 14:38:42 +00:00
parent 0c9932145e
commit 011a023c6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355042
2 changed files with 10 additions and 1 deletions

View File

@ -199,7 +199,7 @@ IGNORE= cannot install: unknown MySQL version: ${MYSQL_VER}
.endif # USE_MYSQL
.if defined(USE_PGSQL)
VALID_PGSQL_VER= 84 90 91 92 93
VALID_PGSQL_VER= 84 90 91 92 93 94
DEFAULT_PGSQL_VER?= ${PGSQL_DEFAULT:S/.//}
PGSQL83_LIBVER= 5
PGSQL84_LIBVER= 5
@ -207,6 +207,7 @@ PGSQL90_LIBVER= 5
PGSQL91_LIBVER= 5
PGSQL92_LIBVER= 5
PGSQL93_LIBVER= 5
PGSQL94_LIBVER= 5
# Setting/finding PostgreSQL version we want.
. if exists(${LOCALBASE}/bin/pg_config)

View File

@ -679,6 +679,14 @@
SUBDIR += postgresql93-plpython
SUBDIR += postgresql93-pltcl
SUBDIR += postgresql93-server
SUBDIR += postgresql94-client
SUBDIR += postgresql94-contrib
SUBDIR += postgresql94-docs
SUBDIR += postgresql94-pgtcl
SUBDIR += postgresql94-plperl
SUBDIR += postgresql94-plpython
SUBDIR += postgresql94-pltcl
SUBDIR += postgresql94-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += proftpd-mod_sql_mysql