aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-12-06 13:56:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-12-06 13:56:27 +0000
commitf800405c46aaa157c3a0fe5d74a3b92befbdf5b1 (patch)
treeecb3effc3ecf6c78699590f95625ad6b8bb32ed2 /UPDATING
parent734a90f7c1af7a1f3bc0a105294e262b6f0893a9 (diff)
downloadports-f800405c46aaa157c3a0fe5d74a3b92befbdf5b1.tar.gz
ports-f800405c46aaa157c3a0fe5d74a3b92befbdf5b1.zip
Add a short entry about FLAVORS
Notes
Notes: svn path=/head/; revision=455650
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b2d05d59082b..fc578e8d1857 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,25 @@ you update your ports collection, before attempting any port upgrades.
the new dsbmd.conf.sample.
20171130:
+ AFFECTS: all ports users
+ AUTHOR: adamw@FreeBSD.org
+
+ The ports tree has gained "flavors," which are a way to produce multiple
+ variations of a port. Some intended examples of this are language
+ modules being produced for multiple language versions, and lite/nox11 packages,
+ without needing separate ports for each variation. Python ports have already
+ been flavored (see the below entry). Flavor support must be added to
+ individual ports.
+
+ Flavors are already supported by make, pkg, poudriere, and synth; see the
+ manpages for those tools for usage instructions. Portmaster and portupgrade
+ don't support flavors yet, but community work on those tools is in progress.
+
+ Some bumps and breakages are inevitable for a major change such as this.
+ Please report breakages and monitor the ports@ list for solutions as they
+ become available.
+
+20171130:
AFFECTS: */py*
AUTHOR: mat@FreeBSD.org