- Update available versions of PostgreSQL and clarify dependencies.

- Correct dependency of MySQL

PR:		docs/166850
Submitted by:	crees
Approved by:	gabor
This commit is contained in:
Eitan Adler 2012-04-14 13:37:28 +00:00
parent ed739e682b
commit afe36eee75
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38673

View file

@ -8839,7 +8839,7 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"
<entry><makevar>USE_MYSQL</makevar></entry>
<entry>If variable is set to <literal>yes</literal>, add
dependency on <filename
role="package">databases/mysql55-server</filename>
role="package">databases/mysql55-client</filename>
port. An associated variable,
<makevar>WANT_MYSQL_VER</makevar>, may be set to
values such as 323, 40, 41, 50, 51, 52, 55, or
@ -8850,10 +8850,14 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"
<entry><makevar>USE_PGSQL</makevar></entry>
<entry>If set to <literal>yes</literal>, add dependency
on <filename
role="package">databases/postgresql84</filename>
role="package">databases/postgresql90-client</filename>
port. An associated variable,
<makevar>WANT_PGSQL_VER</makevar>, may be set to
values such as 73, 74, 80, 81, 82, 83, or 90.</entry>
values such as 83, 84, 90, or 91. You can declare a
minimum or maximum value;
<makevar>WANT_PGSQL_VER</makevar>=
<literal> 90+</literal> will cause the
port to depend on a minimum version of 9.0.</entry>
</row>
</tbody>
</tgroup>