Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2023 07:53:01 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d43812b17360 - main - Disable ATM programs by default
Message-ID:  <202303030753.3237r1dU079885@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=d43812b1736059bb60d9ae82ff6c06bc61f93508

commit d43812b1736059bb60d9ae82ff6c06bc61f93508
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-02 07:21:34 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-03-03 07:52:35 +0000

    Disable ATM programs by default
    
    ATM is an old technology, remove build of related programs by default
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D38844
    Reviewed by:    brooks, imp, emaste
---
 share/mk/src.opts.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 8008a94ae329..6be0ae89e1dd 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -59,7 +59,6 @@ __DEFAULT_YES_OPTIONS = \
     ACPI \
     APM \
     AT \
-    ATM \
     AUDIT \
     AUTHPF \
     AUTOFS \
@@ -195,6 +194,7 @@ __DEFAULT_YES_OPTIONS = \
     ZONEINFO
 
 __DEFAULT_NO_OPTIONS = \
+    ATM \
     BEARSSL \
     BHYVE_SNAPSHOT \
     CLANG_EXTRAS \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303030753.3237r1dU079885>