Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/31/1998 08:00:02
tv
Fri Jul 31 07:55:07 PDT 1998
Update of /cvsroot/pkgsrc/mk
In directory nb00:/tmp/cvs-serv12188

Modified Files:
	bsd.own.mk 
Log Message:
Add mipseb and mipsel to MACHINE_GNU_ARCH and set them to mips.  After
linting, set them to mipseb and mipsel accordingly.


tv
Fri Jul 31 07:55:38 PDT 1998
Update of /cvsroot/pkgsrc/mk
In directory nb00:/tmp/cvs-serv12208

Modified Files:
	bsd.pkg.mk 
Log Message:
- Integrate xpkgwedge with a switch, USE_LOCALBASE_FOR_X11, which leaves
  X11BASE alone and, when set, sets PREFIX to LOCALBASE and adds a build
  dependency on xpkgwedge
- Nuke last vestiges of the ${ARCH} variable, and replace it with the
  binary compatibility identifier ${MACHINE_ARCH}.
- Include bsd.prefs.mk early in bsd.pkg.mk.  (Needed by xpkgwedge change.)
- Look for Motif/lesstif in both X11BASE and LOCALBASE
- Add rpath (-Wl,-R) options for MOTIFLIB
- Nuke obsolete EXEC_DEPENDS cruft


tv
Fri Jul 31 07:56:46 PDT 1998
Update of /cvsroot/pkgsrc/mk
In directory nb00:/tmp/cvs-serv12228

Modified Files:
	mk.conf.example 
Log Message:
- Add option USE_LOCALBASE_FOR_X11.
- Redocument X11BASE as the primarily path to the installation of X11
  (and secondarily, the default X11 pkg install path).