postfix depends on db41??

Miroslav Lachman 000.fbsd at quip.cz
Fri Feb 28 10:47:49 UTC 2014


nano wrote:
> What's the proper use for:
>
> WITH_$PORT_VER=
> DEFAULT_$PORT_VER=
> $PORT_PORT=
>
>
> Example:
>
> WITH_BDB_VER=5
> DEFAULT_PGSQL_VER=93
> APACHE_PORT=www/apache24
>
> Are they essentially interchangeable and achieve the same result?


According to recent changes and /usr/ports/UPDATING

20140211:
   AFFECTS: users of lang/php* database/postgresql* database/mysql* 
www/apache*
   AUTHOR: mat at FreeBSD.org

   The default versions of lang/php*, databases/postgresql*,
   databases/mysql* and www/apache* have been changed to support the
   new DEFAULT_VERSIONS variable.

   DEFAULT_APACHE_VER, DEFAULT_MYSQL_VER, DEFAULT_PGSQL_VER,
   DEFAULT_FPC_VER and DEFAULT_PHP_VER are now deprecated.  You can use
   the new DEFAULT_VERSIONS variable like this:

   DEFAULT_VERSIONS=php=5.5 mysql=5.6 apache=2.4

As you can see, not all ports were converted to this new DEFAULT_VERSIONS.

Miroslav Lachman


More information about the freebsd-ports mailing list