aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-17 15:49:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-17 15:49:16 +0000
commit2357d7357b4558c7f4db06d3bf9ccf4f723ea08f (patch)
tree5a0aca17cf57ad1ab1cc8138b7ccb9d9809d18e7 /UPDATING
parent6733a64703f1bd7df103f91ce34ca607f67507a6 (diff)
downloadports-2357d7357b4558c7f4db06d3bf9ccf4f723ea08f.tar.gz
ports-2357d7357b4558c7f4db06d3bf9ccf4f723ea08f.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c5d05868f517..0a835addf78a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20170117:
+ AFFECTS: users of EoL'ed FreeBSD versions (<10.3, 11 prior to 11.0)
+ AUTHOR: amdmi3@FreeBSD.org
+
+ The ports system will now refuse to build anything if it's run on
+ outdated system version. This protects users from unexpected build
+ failures after code to support EoL'ed systems is removed from the
+ tree. You may define ALLOW_UNSUPPORTED_SYSTEM to override this and
+ allow builds, but no support will be provided in case of failures.
+
20170116:
AFFECTS: users of java/wildfly10
AUTHOR: olgeni@FreeBSD.org