Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2001 22:14:52
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Sep 13 19:14:52 UTC 2001

Modified Files:
	pkgsrc/mk: motif.buildlink.mk

Log Message:
Switch default Motif type to OpenMotif, as it's a "real" Motif with full
functionality.  Default remains DT-Motif on Solaris.  This doesn't affect
users who already have LessTif installed, as motif.buildlink.mk will use
an installed Motif package in preference to the default.

I have compiled and run every package in pkgsrc (as of today) that uses
either USE_MOTIF or motif.buildlink.mk.  They all function as well or
better with OpenMotif as the installed Motif package as compared with
LessTif.  There was only one small API difference I detected between
LessTif and OpenMotif in <Xm/Text.h>, where OpenMotif's Text.h includes
<stdio.h> while LessTif's does not, but the only package that this
affected (graphics/tcm) was fixed.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/motif.buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.