From 2b0f11d49f11f5483eaa418419996b28385423a0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 11 Aug 2017 20:53:54 +0200 Subject: [PATCH 165/310] share/mk/src.opts.mk: Disable SHAREDOCS to unbreak the build src.conf(5) is regenerated in a seperate commit to reduce the chances of merge conflicts when rebasing. Obtained from: ElectroBSD --- share/mk/src.opts.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index e6c7545fa762..ce9792f95d83 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -155,7 +155,6 @@ __DEFAULT_YES_OPTIONS = \ SERVICESDB \ SETUID_LOGIN \ SHARED_TOOLCHAIN \ - SHAREDOCS \ STATS \ SYSCONS \ SYSTEM_COMPILER \ @@ -197,6 +196,7 @@ __DEFAULT_NO_OPTIONS = \ SORT_THREADS \ SVN \ SVNLITE \ + SHAREDOCS \ ZONEINFO_LEAPSECONDS_SUPPORT \ # LEFT/RIGHT. Left options which default to "yes" unless their corresponding @@ -255,6 +255,7 @@ __DEFAULT_NO_OPTIONS += \ ROUTED \ SENDMAIL \ SVNLITE \ + SHAREDOCS \ SOURCELESS \ SOURCELESS_HOST \ SOURCELESS_UCODE \ -- 2.37.1