summaryrefslogtreecommitdiff
path: root/emulators/vmware-module
AgeCommit message (Collapse)AuthorFilesLines
2003-02-16Be more precise about the supported version of the emulator.bad2-3/+3
2003-02-16Update to use vmware-netbsd-1.2.tgz sources which match the latestbad2-6/+8
vmware-2.0.4 kernel modules. Conflict with vmware-module-3*.
2003-02-16Update to netbsd-vmware-1.1 following the import into othersrc.bad12-311/+12
2003-01-23Files available on ftp.netbsd.org now.wiz1-15/+3
2003-01-16use make's .for when running ${MAKE} to catch the return code.grant1-4/+4
2002-12-09Replace "true" by "${TRUE}".tron1-5/+5
2002-11-06Do not mention rc.d/vmware, since it does not exist.wiz1-3/+3
Noted by Lubos Vrbka in PR 18490.
2002-11-06Add #ifdef around definition of MSR_TSC, which conflicts with the definitionwiz2-1/+16
from machine/specialreg.h since the MP merge (but they have the same value). Noted by Juergen Hannken-Illjes in PR 18540.
2002-10-02Deal with LKM incompatibility introduced by gehenna-devsw merge.uebayasi8-11/+101
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-15mkdir -> ${MKDIR}skrll1-5/+5
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-10Made it compile for NetBSD-1.5.1kristerw2-9/+9
2001-07-07VMware module that contains the lkm's to run VMware.veego10-0/+386
patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>. Note that you have to fetch the distfile manually.