svn commit: r268496 - in head: . share/mk tools/build/options

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 10 15:05:42 UTC 2014


Author: bapt
Date: Thu Jul 10 15:05:41 2014
New Revision: 268496
URL: http://svnweb.freebsd.org/changeset/base/268496

Log:
  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.
  
  Reviewed by:	imp

Added:
  head/tools/build/options/WITH_INFO
     - copied, changed from r268440, head/tools/build/options/WITHOUT_INFO
Modified:
  head/UPDATING
  head/share/mk/bsd.opts.mk

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jul 10 14:06:18 2014	(r268495)
+++ head/UPDATING	Thu Jul 10 15:05:41 2014	(r268496)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	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

Modified: head/share/mk/bsd.opts.mk
==============================================================================
--- head/share/mk/bsd.opts.mk	Thu Jul 10 14:06:18 2014	(r268495)
+++ head/share/mk/bsd.opts.mk	Thu Jul 10 15:05:41 2014	(r268496)
@@ -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>

Copied and modified: head/tools/build/options/WITH_INFO (from r268440, head/tools/build/options/WITHOUT_INFO)
==============================================================================
--- head/tools/build/options/WITHOUT_INFO	Tue Jul  8 23:11:15 2014	(r268440, copy source)
+++ head/tools/build/options/WITH_INFO	Thu Jul 10 15:05:41 2014	(r268496)
@@ -1,4 +1,4 @@
 .\" $FreeBSD$
-Set to not make or install
+Set to make or install
 .Xr info 5
 files.


More information about the svn-src-head mailing list