summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING5
-rw-r--r--share/mk/bsd.opts.mk2
-rw-r--r--tools/build/options/WITH_INFO4
3 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index fcf8d8b..739ee16 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20140709:
+ The GNU texinfo and GNU info pages are not built and installed
+ anymore, WITH_INFO knob has been added to allow to built and install
+ them again.
+
20140708:
The GNU readline library is now an INTERNALLIB - that is, it is
statically linked into consumers (GDB and variants) in the base
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
index 6b5ad51..4539e92 100644
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -51,7 +51,6 @@ __<bsd.opts.mk>__:
__DEFAULT_YES_OPTIONS = \
ASSERT_DEBUG \
DOCCOMPRESS \
- INFO \
INSTALLLIB \
KERBEROS \
MAN \
@@ -69,6 +68,7 @@ __DEFAULT_NO_OPTIONS = \
CTF \
DEBUG_FILES \
INSTALL_AS_USER \
+ INFO \
PIE
.include <bsd.mkopt.mk>
diff --git a/tools/build/options/WITH_INFO b/tools/build/options/WITH_INFO
new file mode 100644
index 0000000..01c8291
--- /dev/null
+++ b/tools/build/options/WITH_INFO
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to make or install
+.Xr info 5
+files.
OpenPOWER on IntegriCloud