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: m...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to