aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-11-11 23:54:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-11-11 23:54:06 +0000
commitf14586159db1bc192cf59edf3a21e3889a7cbb62 (patch)
tree20c52047cb1565cae324ba193aee376544012794 /UPDATING
parent83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff)
downloadports-f14586159db1bc192cf59edf3a21e3889a7cbb62.tar.gz
ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.zip
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=484788
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bc1f9ed8e47c..2a67c1b27ee8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20181111
+ AFFECTS: users of graphics/mesa-libs
+ AUTHOR: jbeich@FreeBSD.org
+
+ Wayland support has been enabled in ports where it doesn't exclude
+ X11 support in order to make the binary packages usable with Wayland
+ compositors. If you get strange build failures re-run "make config"
+ to pick up the new defaults. If the extra dependencies are not
+ desired add the following to make.conf:
+
+ OPTIONS_UNSET += WAYLAND
+
20181109
AFFECTS: users of security/ossec-hids-server
AUTHOR: dominik.lisiak@bemsoft.pl