summaryrefslogtreecommitdiff
path: root/emulators/vmware-module3
AgeCommit message (Collapse)AuthorFilesLines
2004-12-26Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,jdolecek2-6/+6
which actually contains the right up-to-date file versions, and thus: * compilation fixes for 2.0 and -curren * adaptation to the device cloner changes in -current
2004-12-07Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0jdolecek2-6/+6
and -current, as well as adaptation to the device cloner changes in -current.
2003-09-13Update to 3.2.1.5, which adapts to -current changes - p_dupfd move fromjdolecek2-17/+16
struct proc to l_dupfd in struct lwp also, the archive is now wrapped classic way, so no ${WRKSRC} override is necessary
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-8/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-26Update to 3.2.1.4, which actually compiles and works fine withoutjdolecek2-6/+6
my noncommitted LKM changes. Pointed out by Juergen Hannken-Illjes in private e-mail, adresses PR pkg/22538.
2003-08-24update vmware-module3 to 3.2.1.3jdolecek2-6/+6
Changes since previous version: * make compilable with kernel >1.6V - the proc->lwp change was backed off * included files.vmware to distribution, to help easily compile the modules into kernel, rather than compiling than as LKM The proc->lwp backout fix for >1.6V contributed in pkg/22538 by Juergen Hannken-Illjes.
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-07-01change MAINTAINER to mejdolecek1-2/+2
2003-06-30Update vmware-module3 to 3.2.1.2jdolecek2-6/+6
This fixes compilation of the module on stock -current and 1.6.1 Adresses PR pkg/22014 by Todd Vierling
2003-06-29update vmware3 module to latest available 3.x version - VMware 3.2.1jdolecek2-7/+7
change the package version to 3.2.1.1 to accomodate introduction of teeny version number by VMware list of changes isn't available, presumably bugfixes only
2003-06-26Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks peopletron1-5/+2
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05do-install:grant1-13/+14
- don't call install with multiple directory args. - remove unnecessary trailing slashes.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-20Update to version 3.2.2 from othersrc - fixes vmnet_post.sh script to workjdolecek2-7/+7
with -current. Also drop -Werror from compilation, which migh have caused problems for 1.6. Switch to bzip2 for distribution - this shrinks archive by about 20k.
2003-03-16Update vmware-module3 to latest version from othersrc (3.2.1) - modulesjdolecek2-6/+6
now compile and work for -current (1.6G+, confirmed with 1.6P)
2003-02-16Be more specific about supported version of the emulator.bad2-3/+3
2003-02-16Initial import of vmware-module3, the NetBSD kernel modules forbad6-0/+179
VMWare Workstation 3.2. (3.0/3.1 should work, too.) Tested on 1.6.1_RC1 only.