Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 add X11MOTIFPATH and note that MKX11MOTIF nee...



details:   https://anonhg.NetBSD.org/src/rev/9785fb4f52fd
branches:  trunk
changeset: 449032:9785fb4f52fd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 19 21:08:21 2019 +0000

description:
add X11MOTIFPATH and note that MKX11MOTIF needs motif installed.

diffstat:

 share/man/man5/mk.conf.5 |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 32c1f2c047b7 -r 9785fb4f52fd share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5  Tue Feb 19 18:17:45 2019 +0000
+++ b/share/man/man5/mk.conf.5  Tue Feb 19 21:08:21 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mk.conf.5,v 1.76 2017/05/21 15:28:42 riastradh Exp $
+.\"    $NetBSD: mk.conf.5,v 1.77 2019/02/19 21:08:21 mrg Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 20, 2017
+.Dd February 19, 2019
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -825,11 +825,21 @@
 do not build and install the X fonts.
 .DFLTy
 .
+.It Sy X11MOTIFPATH
+Location of the Motif installation to use if setting
+.Sy MKX11MOTIF
+to
+.Dq yes .
+.DFLT
+.Pa /usr/pkg
+.
 .It Sy MKX11MOTIF
 .YorN
 If
 .Dq yes ,
 build the native Xorg libGLw with Motif stubs.
+Requires that Motif can be found via
+.Sy X11MOTIFPATH .
 .DFLTn
 .
 .It Sy MKYP



Home | Main Index | Thread Index | Old Index