Module Name: src Committed By: mrg Date: Sun Jul 25 07:19:00 UTC 2010
Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: remove the MKSUBPIXEL/MKTTINTERP options; they're going away. regenerate. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/BUILDING cvs rdiff -u -r1.80 -r1.81 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/BUILDING diff -u src/BUILDING:1.90 src/BUILDING:1.91 --- src/BUILDING:1.90 Mon Nov 30 16:13:22 2009 +++ src/BUILDING Sun Jul 25 07:19:00 2010 @@ -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. Index: src/doc/BUILDING.mdoc diff -u src/doc/BUILDING.mdoc:1.80 src/doc/BUILDING.mdoc:1.81 --- src/doc/BUILDING.mdoc:1.80 Sat Oct 10 19:05:29 2009 +++ src/doc/BUILDING.mdoc Sun Jul 25 07:19:00 2010 @@ -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.