]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Set OPTIONS_UNSET in the argument list to env(1), and add
authorgjb <gjb@FreeBSD.org>
Mon, 29 Oct 2018 20:53:05 +0000 (20:53 +0000)
committergjb <gjb@FreeBSD.org>
Mon, 29 Oct 2018 20:53:05 +0000 (20:53 +0000)
commit05f4a5217f86e817a97a1e9da03f49ab1d7b89b0
treeee2dd033326d4c608f985be863d3b1dd1ef2b70b
parent607fa263e0a57e85fa0ed68dc700d8531038ede5
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.

MFC after: 3 days
MFC before: 12.0-BETA3
Sponsored by: The FreeBSD Foundation
release/release.sh