summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING7
-rw-r--r--share/mk/bsd.own.mk2
-rw-r--r--tools/build/options/WITHOUT_NMTREE (renamed from tools/build/options/WITH_NMTREE)4
3 files changed, 10 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index db0298e..bca441f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20131031:
+ The default version of mtree is nmtree which is obtained from
+ NetBSD. The output is generally the same, but may vary
+ slightly. If you found you need identical output adding
+ "-F freebsd9" to the command line should do the trick. For the
+ time being, the old mtree is available as fmtree.
+
20131014:
libbsdyml has been renamed to libyaml and moved to /usr/lib/private.
This will break ports-mgmt/pkg. Rebuild the port, or upgrade to pkg
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index e3cb237..9784553 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -320,6 +320,7 @@ __DEFAULT_YES_OPTIONS = \
NIS \
NLS \
NLS_CATALOGS \
+ NMTREE \
NS_CACHING \
NTP \
OPENSSH \
@@ -370,7 +371,6 @@ __DEFAULT_NO_OPTIONS = \
LIBICONV_COMPAT \
INSTALL_AS_USER \
LLDB \
- NMTREE \
NAND \
OFED \
OPENSSH_NONE_CIPHER \
diff --git a/tools/build/options/WITH_NMTREE b/tools/build/options/WITHOUT_NMTREE
index cbaa873..c921096 100644
--- a/tools/build/options/WITH_NMTREE
+++ b/tools/build/options/WITHOUT_NMTREE
@@ -1,9 +1,9 @@
.\" $FreeBSD$
Set to install
-.Xr nmtree 8
+.Xr fmtree 8
as
.Xr mtree 8 .
By default
-.Xr fmtree 8
+.Xr nmtree 8
is installed as
.Xr mtree 8 .
OpenPOWER on IntegriCloud