diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 18:55:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 18:55:37 +0000 |
commit | 91bfd4296df5745892d36b7cd8bc83cc7911796d (patch) | |
tree | c33fa012a06dc1d3baa257c00cf1a987becf45f5 /UPDATING | |
parent | 02a34ce656430185139c2ef9ad429fb6ac5302e4 (diff) | |
download | ports-91bfd4296df5745892d36b7cd8bc83cc7911796d.tar.gz ports-91bfd4296df5745892d36b7cd8bc83cc7911796d.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131008: + AFFECT: all users + AUTHOR: bapt@FreeBSD.org + + A new USES has been added: compiler.mk, this uses allows porters to + select a compiler for a given port based on the features the port needs + By default this will always try to find clang > 3.3. + If the user prefers using gcc then the following macro should be added + to user's make.conf: FAVORITE_COMPILER=gcc + 20131004: AFFECTS: users of net-mgmt/nrpe2 AUTHOR: ohauer@FreeBSD.org |