K 10 svn:author V 3 0mp K 8 svn:date V 27 2020-10-03T17:02:18.066346Z K 7 svn:log V 675 devel/dbus: Do not pollute build products when TMPDIR is not /tmp If you have a TMPDIR in your environment that points to an existing directory other than /tmp (e.g., TMPDIR=/bigfilesystem/tmp), when you build devel/dbus, a couple files get built with that value. When the package is installed on a target system that may not have the non-default TMPDIR used at build time, then you will get run-time errors. Such as: % dbus-launch sh Failed to start message bus: Failed to bind socket "/bigfilesystem/tmp/dbus-1nT4MYueXb": No such file or directory EOF in dbus-launch reading address from bus daemon PR: 238548 Submitted by: John Hein END