]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339873:
authorgjb <gjb@FreeBSD.org>
Wed, 12 Dec 2018 18:18:34 +0000 (18:18 +0000)
committergjb <gjb@FreeBSD.org>
Wed, 12 Dec 2018 18:18:34 +0000 (18:18 +0000)
commitc3452b61af93827764d104ecfc3596157fd8f787
tree5b97ca5b2837734813282f0d3800f2414946cb85
parent831e28836b5575a535fc117af7a0de0b4c44513d
MFC r339873:

 Set OPTIONS_UNSET in the argument list to env(1), and add
 AVAHI to the list.  This fixes the textproc/docproj build
 seemingly following FLAVORS being added.

 Specifically, the problem with the dependency chain here is:
 - textproc/docproj depends on print/cups, which sets AVAHI=on
   by default;
 - net/avahi-app depends on devel/gobject-introspection, which
   requires python3+;
 - graphics/netpbm depends on graphics/mesa-libs, which can
   only be built with python2.7;
 - textproc/docproj depends on a number of graphics ports for
   font rendering, etc.

Sponsored by: The FreeBSD Foundation
release/release.sh