Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 11:38:39 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        nano <nanotek@bsdbox.co>
Cc:        Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>, FreeBSD Ports ML <freebsd-ports@freebsd.org>, LuKreme <kremels@kreme.com>
Subject:   Re: postfix depends on db41??
Message-ID:  <5310672F.10103@quip.cz>
In-Reply-To: <b458fcbd-e10e-452b-acf0-eff0836c7ebb@email.android.com>
References:  <6BC7F72E-32AE-42B5-A7FB-01849F05178C@kreme.com> <44d2i8w0ab.fsf@lowell-desk.lan> <b458fcbd-e10e-452b-acf0-eff0836c7ebb@email.android.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5310672F.10103>