Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src remove the MKSUBPIXEL/MKTTINTERP options; they're going away.



details:   https://anonhg.NetBSD.org/src/rev/fd9a42e1aa61
branches:  trunk
changeset: 756579:fd9a42e1aa61
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 25 07:19:00 2010 +0000

description:
remove the MKSUBPIXEL/MKTTINTERP options; they're going away.

regenerate.

diffstat:

 BUILDING          |  34 ----------------------------------
 doc/BUILDING.mdoc |  18 +-----------------
 2 files changed, 1 insertions(+), 51 deletions(-)

diffs (104 lines):

diff -r 234a00918aa6 -r fd9a42e1aa61 BUILDING
--- a/BUILDING  Sun Jul 25 07:09:02 2010 +0000
+++ b/BUILDING  Sun Jul 25 07:19:00 2010 +0000
@@ -74,9 +74,6 @@
      x11/           ``Reachover'' build structure for X11R6; the source is in
                     X11SRCDIR.
 
-     extsrc/        ``Reachover'' build structure for externally added programs
-                    and libraries; the source is in EXTSRCSRCDIR.
-
    Build tree layout
      The NetBSD build tree is described in hier(7), and the release layout is
      described in release(7).
@@ -167,13 +164,6 @@
                  Note: build.sh will provide a default of destdir.MACHINE (in
                  the top-level .OBJDIR) unless run in `expert' mode.
 
-     EXTSRCSRCDIR
-                Directory containing sources of externally added programs
-                and libraries.  If specified, must be an absolute path.
-
-                 Default: NETBSDRCDIR/../extsrc, if that exists; otherwise
-                 /usr/extsrc.
-
      MAKECONF    The name of the make(1) configuration file.  Only settable in
                  the process environment.
 
@@ -222,11 +212,6 @@
 
                  Default: ``yes''
 
-     MKEXTSRC    Can be set to ``yes'' or ``no''.  Indicates whether extsrc is
-                 built from EXTSRCSRCDIR.
-
-                 Default: ``no''
-
      MKHTML      Can be set to ``yes'' or ``no''.  Indicates whether prefor-
                  matted HTML manual pages will be built and installed
 
@@ -315,18 +300,6 @@
 
                  Default: ``no''
 
-     MKSUBPIXEL  Can be set to ``yes'' or ``no''.  For X builds, decides if
-                 subpixel rendering code in FreeType is turned on.  Turned off
-                 by default because of patent issues.
-
-                 Default: ``no''
-
-     MKTTINTERP  Can be set to ``yes'' or ``no''.  For X builds, decides if
-                 the TrueType bytecode interpreter is turned on.  See
-                 http://www.freetype.org/patents.html for details.
-
-                 Default: ``no''
-
      MKUNPRIVED  Can be set to ``yes'' or ``no''.  Indicates whether an
                  unprivileged install will occur.  The user, group, permis-
                  sions, and file flags, will not be set on the installed
@@ -889,13 +862,6 @@
 
      -x        Set MKX11=yes.
 
-     -Y extsrcsrc
-               Set the value of EXTSRCSRCDIR to extsrcsrc.  If a relative path is
-               specified, it will be converted to an absolute path before
-               being used.
-
-     -y        Set MKEXTSRC=yes.
-
      -Z var    Unset ("zap") the environment variable var.  This is propagated
                to the nbmake wrapper.
 
diff -r 234a00918aa6 -r fd9a42e1aa61 doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Sun Jul 25 07:09:02 2010 +0000
+++ b/doc/BUILDING.mdoc Sun Jul 25 07:19:00 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: BUILDING.mdoc,v 1.80 2009/10/10 19:05:29 apb Exp $
+.\"    $NetBSD: BUILDING.mdoc,v 1.81 2010/07/25 07:19:00 mrg Exp $
 .\"
 .\" Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -554,22 +554,6 @@
 .Xr ident 1 .
 .DFLTn
 .
-.It Sy MKSUBPIXEL
-.YorN
-For X builds, decides if subpixel rendering code in FreeType
-is turned on.
-Turned off by default because of patent issues.
-.DFLTn
-.
-.It Sy MKTTINTERP
-.YorN
-For X builds, decides if the TrueType bytecode interpreter
-is turned on.
-See
-.Pa http://www.freetype.org/patents.html
-for details.
-.DFLTn
-.
 .It Sy MKUNPRIVED
 .YorN
 Indicates whether an unprivileged install will occur.



Home | Main Index | Thread Index | Old Index