The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD emulators : vmware3

A virtual machine emulator - a full PC in a window

 This is the Linux version of the VMware virtual machine emulator made
to run on FreeBSD using the Linux compatibility mode.  VMware can be
used to run Microsoft MS-DOS, Windows 95/98/NT/2000/XP/2K3, Linux,
FreeBSD, Netware or any other operating system that runs on the
Intel IA32.

Official VMware, Inc. web site:
 

http://www.vmware.com/



vmware3 history


v. 1.96
date: 2007/10/25 00:13:00;  author: linimon;  state: Exp;  lines: +0 -14
Attempt to unbreak index by removing code block that used to be associated
with pre-fetch target.  While here, remove some more remnants of support
for antique FreeBSD versions.

Hat:		portmgr

v. 1.95 date: 2007/10/03 12:25:30; author: edwin; state: Exp; lines: +1 -20 [PATCH] emulators/vmware3: cleanup non-supported FreeBSD versions Cleanup non-supported FreeBSD versions PR: ports/112355 Submitted by: "R.Mahmatkhanov" Approved by: maintainer timeout
v. 1.94 date: 2007/02/26 23:51:06; author: linimon; state: Exp; lines: +1 -3 Reset maintainer who did not respond to email the last time I checked. Reassign to the emulation mailing list. Hat: portmgr
v. 1.93 date: 2006/07/09 20:13:20; author: itetcu; state: Exp; lines: +1 -1 Fix check for kernel sources. PR: ports/96543 Submited by: Alexandr Kovalenko , the patch commited: from maintianer.
v. 1.92 date: 2006/05/15 07:25:01; author: lawrance; state: Exp; lines: +16 -34 Add SHA256 checksums. Make use of SUB_FILES. Use REINPLACE_CMD instead of perl. Miscellaneous other cleanups. PR: ports/96491 Submitted by: edwin Approved by: orlando@break.net (maintainer, timeout 2 weeks)
v. 1.91 date: 2006/04/28 22:23:26; author: edwin; state: Exp; lines: +16 -8 [UPDATE]: emulators/vmware3 - Various fixes and solution to crashes. I've discovered that the instant freezes when clicking 'Power On' can be fixed by disabling APIC support. ACPI support, on or off, didn't seem to solve anything. I'd like to know whether or not disabling ACPI has actually helped anyone at all, as it could be removed from the pkg-message if not. I've reflected this in a completely re-worked, step-by-step, more clear pkg-message file. I've also added a wrapper script for the vmware wizard, mentioned it in the pkg-message, and fixed various portlint complaints. For some reason, the wizard cannot be launched from within VMware itself. I have no idea as to what causes this. PR: ports/92871 Submitted by: Travis Poppe
v. 1.90 date: 2005/11/13 10:14:14; author: silby; state: Exp; lines: +4 -0 With a serious of very ugly hacks, make FreeBSD 6 support work again for the vmware3 port. Very little testing done, but at least it builds and starts a VM now. Debugging helped along by: ssouhal & Devon O'Dell
v. 1.89 date: 2005/10/14 08:49:24; author: silby; state: Exp; lines: +1 -1 Correct dependency on rtc - it has resided in /dev/rtc instead of /usr/compat/linux/dev/rtc for quite some time now. No need for a port version bump.
v. 1.88 date: 2005/10/14 08:45:05; author: silby; state: Exp; lines: +3 -3 Fix installation of 001.vmware.sh PR: 75748 Submitted by: Per Hedeland
v. 1.87 date: 2005/10/13 08:27:32; author: silby; state: Exp; lines: +1 -1 Fix last commit, make the fetch actually work.
v. 1.86 date: 2005/10/13 04:19:37; author: silby; state: Exp; lines: +1 -1 Add a working site to fetch the tar.gz from. No version bump because there were no other changes.
v. 1.85 date: 2005/06/17 22:59:08; author: netchild; state: Exp; lines: +4 -4 Mega-patch to cleanup the ports infrastructure regarding our linux bits: - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn v. 1.84 date: 2005/03/01 21:51:30; author: trevor; state: Exp; lines: +0 -1 Respect the user's USE_LINUX setting.
v. 1.83 date: 2005/02/23 14:37:37; author: vs; state: Exp; lines: +1 -3 Update MASTER_SITES: vmware.wespe.de seems to be dead for quite some time now. PR: ports/75679 Submitted by: "edini" Approved by: maintainer timeout
v. 1.82 date: 2004/12/31 18:23:50; author: netchild; state: Exp; lines: +3 -2 Say hello to the linux mega patch, it consolidates our linux bits a little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX= specifies a dependency upon emulators/linux_base-, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base- (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portv. of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
v. 1.81 date: 2004/12/15 02:24:05; author: edwin; state: Exp; lines: +8 -8 Make portlint happy PR: ports/69041 Submitted by: Wesley Shields
v. 1.80 date: 2004/08/04 22:24:11; author: silby; state: Exp; lines: +3 -3 Orlando's latest changes (see changelog file for details.)
v. 1.79 date: 2004/07/08 08:26:34; author: silby; state: Exp; lines: +16 -11 Latest update from Orlando Bassotto, includes better network support.
v. 1.78 date: 2004/06/24 07:56:08; author: silby; state: Exp; lines: +1 -1 Fix a comparison that was giving false "you need a patch" messages on 4.x systems. No need for port v. bump.
v. 1.77 date: 2004/06/11 23:35:28; author: edwin; state: Exp; lines: +3 -3 Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sure it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email)
v. 1.76 date: 2004/03/13 21:29:23; author: silby; state: Exp; lines: +2 -5 A slew of changes to allow vmware3 to work on 5.x with dynamic device numbering while not breaking 4.x compatibility: - Stop using device nodes in /usr/compat/linux/dev and instead rely on the linuxaltor passing though to /dev - Create needed device nodes in /dev (on 4.x) - Account for a change in falloc's semantics that was preventing the vmmon module from being unloaded on 5.1+ machines.
v. 1.75 date: 2004/03/03 10:12:22; author: mbr; state: Exp; lines: +1 -1 Fix the cdev patch to work correctly with FreeBSD4. One check has been wrong. Bump portrevision.
v. 1.74 date: 2004/02/29 14:54:31; author: mbr; state: Exp; lines: +1 -0 Portepoch should never be decreased. Noticed by: kris
v. 1.73 date: 2004/02/29 10:32:30; author: mbr; state: Exp; lines: +4 -2 Add patch for new cdevsw changes and make vmware working again with latest CURRENT.
v. 1.72 date: 2004/01/21 22:40:22; author: silby; state: Exp; lines: +1 -1 Bump the port v. to note the vm_page_alloc_contig -> contigalloc change which is required for 5.x systems.
v. 1.71 date: 2004/01/21 22:10:20; author: silby; state: Exp; lines: +2 -2 Make the linprocfs check succeed if linprocfs is already mounted, and make the error message (hopefully) more descriptive.
v. 1.70 date: 2004/01/10 07:18:54; author: marcus; state: Exp; lines: +3 -3 Substitute BROKEN with IGNORE in cases where the port requires the src tree to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
v. 1.69 date: 2003/11/18 15:35:31; author: fjoe; state: Exp; lines: +1 -1 Fix build on 4.x. Bump PORTREVISION.
v. 1.68 date: 2003/11/18 12:59:45; author: mr; state: Exp; lines: +2 -2 vmware3 was broken on -current due to kernel changes. Fix this by updating to new vmmon module version. PR: ports/59405 Submitted by: Orlando Bassotto v. 1.67 date: 2003/11/11 13:49:17; author: fjoe; state: Exp; lines: +1 -1 kern.ipc.shm_allow_removed was MFC'ed.
v. 1.66 date: 2003/11/05 01:40:46; author: fjoe; state: Exp; lines: +1 -1 Patch for FreeBSD 4.x was updated (now Power On always works as expected). Point to new patch location. Document sysctl kern.ipc.shm_allow_removed which should be set to 1 in order to run vmware3.
v. 1.65 date: 2003/11/03 16:50:03; author: fjoe; state: Exp; lines: +34 -34 Finally fix problems with libdir: install vmware3 files to correct location (maintainer timeout).
v. 1.64 date: 2003/10/23 12:56:09; author: knu; state: Exp; lines: +1 -0 Compensate a versioning mistake with a PORTEPOCH bump, since this port is previously vmware3-3.2.1 version 2242 instead of vmware3 version 3.2.1-2242 and now it is vmware3 version 3.2.1.2242, which is obviously and annoyingly smaller than 2242. Submitted by: Oliver Eikemeier
v. 1.63 date: 2003/10/22 18:22:07; author: knu; state: Exp; lines: +4 -4 PORTREVISION may not contain a hyphen.
v. 1.62 date: 2003/10/22 16:11:01; author: fjoe; state: Exp; lines: +20 -7 Port to FreeBSD 4.x.
v. 1.61 date: 2003/10/21 13:36:22; author: mbr; state: Exp; lines: +12 -12 Upgrade to portv. 2242 and make it possible to run multiple vm's running at the same time. Submitted by: Orlando Bassotto
v. 1.60 date: 2003/10/20 21:49:33; author: fjoe; state: Exp; lines: +1 -1 Add ftp:// so fenner's "Distfiles survey" does not fail with "unknown url type" error.
v. 1.59 date: 2003/09/24 00:59:23; author: anders; state: Exp; lines: +7 -7 Make vmware3 fetchable. Approved by: bento
v. 1.58 date: 2003/05/14 19:43:56; author: mbr; state: Exp; lines: +4 -2 VMware-workstation-3.2.0-2230.tar.gz has disappeared everywhere on the mirrors. Replace it with VMware-workstation-3.2.1-2237.tar.gz and fix the patchset to work with this version. Only issue a warning about needed system shm-patches if we are running a old CURRENT.
v. 1.57 date: 2003/04/16 12:36:46; author: mbr; state: Exp; lines: +3 -3 Use LINUXBASE where it is possible. Do not install into /etc directly. Submitted by: Munehiro Matsuda
v. 1.56 date: 2003/04/15 22:55:53; author: mbr; state: Exp; lines: +36 -7 Install even more missing files. Bump portrevision.
v. 1.55 date: 2003/04/14 22:38:13; author: mbr; state: Exp; lines: +6 -0 Add missing files and make needed symlink. Submitted by: Orlando Bassotto
v. 1.54 date: 2003/04/13 16:24:22; author: mbr; state: Exp; lines: +1 -1 Orlando does care now. I'll commit the changes for him.
v. 1.53 date: 2003/04/13 02:59:11; author: mbr; state: Exp; lines: +51 -61 Initial commit of vmware 3.2.0. This first version is CURRENT 5.x only.
v. 1.52 date: 2003/04/12 17:52:55; author: mbr; state: Exp; lines: +2 -3 Fix broken mastersites.
v. 1.51 date: 2003/04/12 17:25:12; author: mbr; state: Exp; lines: +3 -1 Mark this broken until I have committed the updated patches.
v. 1.50 date: 2003/04/10 12:29:07; author: mbr; state: Exp; lines: +5 -1 Add patches to support CURRENT 20030401. Submitted by: Mark Santcroos
v. 1.49 date: 2003/03/23 15:01:23; author: alex; state: Exp; lines: +3 -0 Fix for -CURRENT with the recent struct cdevsw changes and cdevsw_add()/remove() removal. This outputs a WARNING: driver "vmmon" used unreserved major device number 200 message, but as the vmware application really requires to use a major of 200 (error otherwise, tested), we need to use a fixed one, and I don't want to register a major for this.
v. 1.48 date: 2003/02/21 11:59:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.47 date: 2003/02/12 19:15:54; author: alex; state: Exp; lines: +5 -1 Seems like I had another fix in my system. On 5.0, the vmnet1 in $LINUXBASE/dev had a different device minor than the cloned one in /dev/vmnet1. Thus delete the one in $LINUXBASE and link it to the devfs one to have everything right. This fixes the port on my fresh installed 5.0-RELEASE box.
v. 1.46 date: 2003/02/11 21:42:52; author: alex; state: Exp; lines: +4 -0 Make this port build on CURRENT systems older than 2003/01/01 (abusing OSVERSION of 5.0-RELEASE for this) - include sys/filedesc.h where required - define M_WAITOK to 0 until THEY found a solution.
v. 1.45 date: 2002/09/02 16:47:39; author: iedowse; state: Exp; lines: +3 -0 Make vmware2 compile on -current again. Submitted by: Mark Santcroos Approved by: joe
v. 1.44 date: 2002/08/14 16:09:27; author: joe; state: Exp; lines: +1 -0 Fix vmware2 for -current so that it compiles again. Submitted by: Mark Santcroos
v. 1.43 date: 2002/03/25 09:19:18; author: sobomax; state: Exp; lines: +1 -0 Add USE_SUBMAKE, where it might be necessary.
v. 1.42 date: 2001/12/06 05:09:21; author: marcel; state: Exp; lines: +3 -0 Fix -current breakage caused by a type change of pt_entry_t. Note that the OSVERSION test is inexact. The type change happened after 500027, but since there's no 500028 yet and making one specifically for this port is considered overkill we hope to get away with it. Submitted by: Munehiro Matsuda Approved by: Vladimir N. Silyaev Coordinated by: Mark Santcroos :-)
v. 1.41 date: 2001/11/11 08:36:28; author: marcel; state: Exp; lines: +1 -1 Change Vladimir's email address. approved by: Vladimir (maintainer)
v. 1.40 date: 2001/11/11 01:31:50; author: marcel; state: Exp; lines: +4 -1 Apply the KSE patch on post-KSE systems. This unbreaks the port on -current. Suggested by: Mark Santcroos No response from: maintainer
v. 1.39 date: 2001/07/23 03:56:15; author: knu; state: Exp; lines: +2 -3 Update to 2.0.4.1142. PR: ports/29100 Submitted by: Scott Renfro
v. 1.38 date: 2001/07/12 14:26:09; author: knu; state: Exp; lines: +2 -6 Fix for the latest CURRENT. (SMPng folks, feel free to correct it if it's a wrong fix) Tested by: kuriyama
v. 1.37 date: 2001/06/10 09:48:08; author: brian; state: Exp; lines: +6 -1 Handle machine/ioctl_fd.h moving to sys/fdcio.h Approved by: Vladimir Silyaev
v. 1.36 date: 2001/05/31 06:07:31; author: cjh; state: Exp; lines: +5 -1 Fix for the latest -current. (sys/lock.h -> sys/mutex.h) PR: ports/27666
v. 1.35 date: 2001/05/01 19:29:50; author: knu; state: Exp; lines: +2 -1 Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h. (Now machine/smp.h seems to include sys/bus.h which demands them)
v. 1.34 date: 2001/02/22 21:10:34; author: olgeni; state: Exp; lines: +2 -2 Fix creation of /etc/vmware link (it could be created into itself, if it already existed at install time).
v. 1.33 date: 2001/01/22 10:39:32; author: knu; state: Exp; lines: +5 -1 Fix for the latest -current. (sys/select.h -> sys/selinfo.h)
v. 1.32 date: 2001/01/16 17:30:29; author: sobomax; state: Exp; lines: +2 -2 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.31 date: 2000/12/28 21:39:24; author: knu; state: Exp; lines: +2 -1 Bump PORTREVISION.
v. 1.30 date: 2000/12/24 05:20:51; author: nsayer; state: Exp; lines: +3 -1 Switch the port over to netgraph bridging. This method has a number of advantages, chief of which is that it doesn't hose over multi-interface configurations the way the default installation did before. This mechanism "chains" the guest's interface to an interface specified at installation-time (it can be changed afterwards by editing the rc.d script). Approved by: (maintainer)
v. 1.29 date: 2000/11/07 14:40:23; author: knu; state: Exp; lines: +2 -11 Update to 2.0.3 release, build 799.
v. 1.28 date: 2000/11/02 23:01:40; author: knu; state: Exp; lines: +3 -3 Fix a stupid typo. It wasn't a problem as it was consistent, but I'm fixing it so I don't look stupid. :>
v. 1.27 date: 2000/11/02 22:56:44; author: knu; state: Exp; lines: +41 -14 Add a WANT_BETA knob so people can easily try out 2.0.3 RC1. Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend.
v. 1.26 date: 2000/11/02 12:20:25; author: knu; state: Exp; lines: +2 -4 Make the startup script read ${PREFIX}/etc/vmware/config so people do not have discrepant configurations between them.
v. 1.25 date: 2000/09/22 17:22:23; author: knu; state: Exp; lines: +5 -4 Use LINUXBASE/USE_LINUX variables. This is only a cosmetic change, so there's no need to reinstall your installation(s).
v. 1.24 date: 2000/09/22 16:55:01; author: knu; state: Exp; lines: +8 -9 Fix for the latest -current. (another tiny ad hoc fix here..) Noted by: kuriyama Use LINUXBASE and USE_LINUX.
v. 1.23 date: 2000/09/15 10:19:46; author: knu; state: Exp; lines: +3 -2 Add support for the latest current. (a bit kind of ad hoc)
v. 1.22 date: 2000/08/24 15:01:44; author: knu; state: Exp; lines: +2 -2 Do in Makefile as make groks, not as Ruby groks. (make groks it though) .if exists?(..) -> .if exists(..)
v. 1.21 date: 2000/08/23 19:13:51; author: knu; state: Exp; lines: +9 -1 Chase the recent moving of linux_ioctl.h.
v. 1.20 date: 2000/07/31 21:56:37; author: knu; state: Exp; lines: +7 -8 Merge with Vladimir's latest version. - Add support for FreeBSD bridging facility. To use it, you need a kernel built with `options BRIDGE'. - Integrate vmnet and if_tap code into vmmon module. - Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev instead of /dev - Set TMPDIR to /var/tmp if empty. - Change MAINTAINER back to Vladimir N. Silyaev , now he is back and being active. :)
v. 1.19 date: 2000/07/27 05:46:31; author: knu; state: Exp; lines: +2 -2 Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1. - Improve LBA magic for huge IDE drives
v. 1.18 date: 2000/07/22 20:55:26; author: knu; state: Exp; lines: +2 -2 Update to 2.0.2 release candidate, build 621. Use it at your own risk, as it is supposed to be of beta quality. FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release.
v. 1.17 date: 2000/06/29 02:31:27; author: asami; state: Exp; lines: +3 -2 Use ${MASTER_SITE_LOCAL}.
v. 1.16 date: 2000/06/20 08:59:05; author: knu; state: Exp; lines: +3 -5 Update to the 2.0.1 release. (Build 570) I've tested this version for several hours and found it pretty stable, which means this "release" version could handle the situations which RC versions never could. If you suffer any problems with it, feel free to report the situations in detail at the freebsd-emulation list.
v. 1.15 date: 2000/06/19 18:02:58; author: knu; state: Exp; lines: +5 -3 Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
v. 1.14 date: 2000/06/03 07:27:10; author: knu; state: Exp; lines: +6 -3 emulators/vmware: Set MAINTAINER to and mention the freebsd-emulation list. emulators/vmware2: Set MAINTAINER to and mention the freebsd-emulation list. Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those who want to test it.
v. 1.13 date: 2000/05/26 05:42:51; author: knu; state: Exp; lines: +2 -1 Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND(). PR: ports/18799 Submitted by: Vladimir B. Grebenschikov Fix by: Kentaro Inagaki Advice by: peter Tested by: people at freebsd-emulation list
v. 1.12 date: 2000/04/25 14:23:36; author: knu; state: Exp; lines: +2 -1 Show an error message and exit when vmware is invoked without Linux procfs mounted on /compat/linux/proc. I hope that would reduce FAQ.
v. 1.11 date: 2000/04/17 04:23:22; author: knu; state: Exp; lines: +5 -2 Install ${PREFIX}/bin/vmware as a shell script which sets some environment variables properly to run VMware, instead of installing it as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware. Suggested by: Frank Mayhar Add $FreeBSD$ on the top of the Hints.FreeBSD file. Add a link to the official VMware Product FAQ page.
v. 1.10 date: 2000/04/14 21:01:57; author: knu; state: Exp; lines: +2 -2 Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique. Suggested by: Nick Sayer
v. 1.9 date: 2000/04/12 04:56:06; author: mharo; state: Exp; lines: +4 -4 PORTNAME/VERSION stuff
v. 1.8 date: 2000/04/03 16:13:11; author: knu; state: Exp; lines: +3 -13 Make it run-depend on the emulators/rtc port and delete notice.
v. 1.7 date: 2000/03/30 07:54:08; author: knu; state: Exp; lines: +2 -2 Change PKGNAME: vmware -> vmware2
v. 1.6 date: 2000/03/29 21:23:03; author: knu; state: Exp; lines: +27 -15 Here comes the VMware 2.0 port, finally. - Correspond to VMware 2.0 Build 476 release (not beta) - Support SMP kernel - Install VMware tools floppies (for Windows and Linux) - Add Hints.FreeBSD - Mention my unofficial `rtc' port on post-install - Raw disk may not work for the present - etc. Enjoy it!
v. 1.5 date: 2000/03/25 20:24:15; author: knu; state: Exp; lines: +34 -51 - Clean up and minor fixes - Make portlint satisfy - Avoid creating files out of WRKDIR - Remove the void directory "patch" (What ever was this?) - Adjust whitespace - Fix some ungrammatical wordings - Modify COMMENT and DESCR - Drop fakeprocfs support due to the import of Linux procfs to the base system - Show MESSAGE after installation - Change maintainer to the -emulation list because: - Vladimir seems too busy or unreachable these days - This port depends very much on Linux compatibility stuff - Get it to check if the system has Linux procfs module and stop if not PR: ports/16960 (add WWW to DESCR) No response by: maintainer
v. 1.4 date: 2000/02/28 08:33:31; author: asami; state: Exp; lines: +2 -3 Add virtual category "linux" to Linux apps and support libs/utils.
v. 1.3 date: 2000/02/22 20:11:31; author: joe; state: Exp; lines: +15 -2 Some VMware port cleanup: - remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not super-user id Submitted by: Vladimir N. Silyaev PR: ports/16894
v. 1.2 date: 2000/01/28 06:22:50; author: obrien; state: Exp; lines: +38 -48 Make this thing acutally portlint(1) and come close our Ports Collection coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer
v. 1.1 date: 2000/01/26 22:06:13; author: joe; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 2000/01/26 22:06:13; author: joe; state: Exp; lines: +0 -0 Virgin import of Vladimir N. Silyaev's port of the linux version of the VMWare virtual machine. PR: ports/16337 Submitted by: vsilyaev@mindspring.com ============================================================================= v. 1.96 date: 2007/10/25 00:13:00; author: linimon; state: Exp; lines: +0 -14 Attempt to unbreak index by removing code block that used to be associated with pre-fetch target. While here, remove some more remnants of support for antique FreeBSD versions. Hat: portmgr
v. 1.95 date: 2007/10/03 12:25:30; author: edwin; state: Exp; lines: +1 -20 [PATCH] emulators/vmware3: cleanup non-supported FreeBSD versions Cleanup non-supported FreeBSD versions PR: ports/112355 Submitted by: "R.Mahmatkhanov" Approved by: maintainer timeout
v. 1.94 date: 2007/02/26 23:51:06; author: linimon; state: Exp; lines: +1 -3 Reset maintainer who did not respond to email the last time I checked. Reassign to the emulation mailing list. Hat: portmgr
v. 1.93 date: 2006/07/09 20:13:20; author: itetcu; state: Exp; lines: +1 -1 Fix check for kernel sources. PR: ports/96543 Submited by: Alexandr Kovalenko , the patch commited: from maintianer.
v. 1.92 date: 2006/05/15 07:25:01; author: lawrance; state: Exp; lines: +16 -34 Add SHA256 checksums. Make use of SUB_FILES. Use REINPLACE_CMD instead of perl. Miscellaneous other cleanups. PR: ports/96491 Submitted by: edwin Approved by: orlando@break.net (maintainer, timeout 2 weeks)
v. 1.91 date: 2006/04/28 22:23:26; author: edwin; state: Exp; lines: +16 -8 [UPDATE]: emulators/vmware3 - Various fixes and solution to crashes. I've discovered that the instant freezes when clicking 'Power On' can be fixed by disabling APIC support. ACPI support, on or off, didn't seem to solve anything. I'd like to know whether or not disabling ACPI has actually helped anyone at all, as it could be removed from the pkg-message if not. I've reflected this in a completely re-worked, step-by-step, more clear pkg-message file. I've also added a wrapper script for the vmware wizard, mentioned it in the pkg-message, and fixed various portlint complaints. For some reason, the wizard cannot be launched from within VMware itself. I have no idea as to what causes this. PR: ports/92871 Submitted by: Travis Poppe
v. 1.90 date: 2005/11/13 10:14:14; author: silby; state: Exp; lines: +4 -0 With a serious of very ugly hacks, make FreeBSD 6 support work again for the vmware3 port. Very little testing done, but at least it builds and starts a VM now. Debugging helped along by: ssouhal & Devon O'Dell
v. 1.89 date: 2005/10/14 08:49:24; author: silby; state: Exp; lines: +1 -1 Correct dependency on rtc - it has resided in /dev/rtc instead of /usr/compat/linux/dev/rtc for quite some time now. No need for a port version bump.
v. 1.88 date: 2005/10/14 08:45:05; author: silby; state: Exp; lines: +3 -3 Fix installation of 001.vmware.sh PR: 75748 Submitted by: Per Hedeland
v. 1.87 date: 2005/10/13 08:27:32; author: silby; state: Exp; lines: +1 -1 Fix last commit, make the fetch actually work.
v. 1.86 date: 2005/10/13 04:19:37; author: silby; state: Exp; lines: +1 -1 Add a working site to fetch the tar.gz from. No version bump because there were no other changes.
v. 1.85 date: 2005/06/17 22:59:08; author: netchild; state: Exp; lines: +4 -4 Mega-patch to cleanup the ports infrastructure regarding our linux bits: - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn v. 1.84 date: 2005/03/01 21:51:30; author: trevor; state: Exp; lines: +0 -1 Respect the user's USE_LINUX setting.
v. 1.83 date: 2005/02/23 14:37:37; author: vs; state: Exp; lines: +1 -3 Update MASTER_SITES: vmware.wespe.de seems to be dead for quite some time now. PR: ports/75679 Submitted by: "edini" Approved by: maintainer timeout
v. 1.82 date: 2004/12/31 18:23:50; author: netchild; state: Exp; lines: +3 -2 Say hello to the linux mega patch, it consolidates our linux bits a little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX= specifies a dependency upon emulators/linux_base-, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base- (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portv. of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
v. 1.81 date: 2004/12/15 02:24:05; author: edwin; state: Exp; lines: +8 -8 Make portlint happy PR: ports/69041 Submitted by: Wesley Shields
v. 1.80 date: 2004/08/04 22:24:11; author: silby; state: Exp; lines: +3 -3 Orlando's latest changes (see changelog file for details.)
v. 1.79 date: 2004/07/08 08:26:34; author: silby; state: Exp; lines: +16 -11 Latest update from Orlando Bassotto, includes better network support.
v. 1.78 date: 2004/06/24 07:56:08; author: silby; state: Exp; lines: +1 -1 Fix a comparison that was giving false "you need a patch" messages on 4.x systems. No need for port v. bump.
v. 1.77 date: 2004/06/11 23:35:28; author: edwin; state: Exp; lines: +3 -3 Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sure it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email)
v. 1.76 date: 2004/03/13 21:29:23; author: silby; state: Exp; lines: +2 -5 A slew of changes to allow vmware3 to work on 5.x with dynamic device numbering while not breaking 4.x compatibility: - Stop using device nodes in /usr/compat/linux/dev and instead rely on the linuxaltor passing though to /dev - Create needed device nodes in /dev (on 4.x) - Account for a change in falloc's semantics that was preventing the vmmon module from being unloaded on 5.1+ machines.
v. 1.75 date: 2004/03/03 10:12:22; author: mbr; state: Exp; lines: +1 -1 Fix the cdev patch to work correctly with FreeBSD4. One check has been wrong. Bump portrevision.
v. 1.74 date: 2004/02/29 14:54:31; author: mbr; state: Exp; lines: +1 -0 Portepoch should never be decreased. Noticed by: kris
v. 1.73 date: 2004/02/29 10:32:30; author: mbr; state: Exp; lines: +4 -2 Add patch for new cdevsw changes and make vmware working again with latest CURRENT.
v. 1.72 date: 2004/01/21 22:40:22; author: silby; state: Exp; lines: +1 -1 Bump the port v. to note the vm_page_alloc_contig -> contigalloc change which is required for 5.x systems.
v. 1.71 date: 2004/01/21 22:10:20; author: silby; state: Exp; lines: +2 -2 Make the linprocfs check succeed if linprocfs is already mounted, and make the error message (hopefully) more descriptive.
v. 1.70 date: 2004/01/10 07:18:54; author: marcus; state: Exp; lines: +3 -3 Substitute BROKEN with IGNORE in cases where the port requires the src tree to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
v. 1.69 date: 2003/11/18 15:35:31; author: fjoe; state: Exp; lines: +1 -1 Fix build on 4.x. Bump PORTREVISION.
v. 1.68 date: 2003/11/18 12:59:45; author: mr; state: Exp; lines: +2 -2 vmware3 was broken on -current due to kernel changes. Fix this by updating to new vmmon module version. PR: ports/59405 Submitted by: Orlando Bassotto v. 1.67 date: 2003/11/11 13:49:17; author: fjoe; state: Exp; lines: +1 -1 kern.ipc.shm_allow_removed was MFC'ed.
v. 1.66 date: 2003/11/05 01:40:46; author: fjoe; state: Exp; lines: +1 -1 Patch for FreeBSD 4.x was updated (now Power On always works as expected). Point to new patch location. Document sysctl kern.ipc.shm_allow_removed which should be set to 1 in order to run vmware3.
v. 1.65 date: 2003/11/03 16:50:03; author: fjoe; state: Exp; lines: +34 -34 Finally fix problems with libdir: install vmware3 files to correct location (maintainer timeout).
v. 1.64 date: 2003/10/23 12:56:09; author: knu; state: Exp; lines: +1 -0 Compensate a versioning mistake with a PORTEPOCH bump, since this port is previously vmware3-3.2.1 version 2242 instead of vmware3 version 3.2.1-2242 and now it is vmware3 version 3.2.1.2242, which is obviously and annoyingly smaller than 2242. Submitted by: Oliver Eikemeier
v. 1.63 date: 2003/10/22 18:22:07; author: knu; state: Exp; lines: +4 -4 PORTREVISION may not contain a hyphen.
v. 1.62 date: 2003/10/22 16:11:01; author: fjoe; state: Exp; lines: +20 -7 Port to FreeBSD 4.x.
v. 1.61 date: 2003/10/21 13:36:22; author: mbr; state: Exp; lines: +12 -12 Upgrade to portv. 2242 and make it possible to run multiple vm's running at the same time. Submitted by: Orlando Bassotto
v. 1.60 date: 2003/10/20 21:49:33; author: fjoe; state: Exp; lines: +1 -1 Add ftp:// so fenner's "Distfiles survey" does not fail with "unknown url type" error.
v. 1.59 date: 2003/09/24 00:59:23; author: anders; state: Exp; lines: +7 -7 Make vmware3 fetchable. Approved by: bento
v. 1.58 date: 2003/05/14 19:43:56; author: mbr; state: Exp; lines: +4 -2 VMware-workstation-3.2.0-2230.tar.gz has disappeared everywhere on the mirrors. Replace it with VMware-workstation-3.2.1-2237.tar.gz and fix the patchset to work with this version. Only issue a warning about needed system shm-patches if we are running a old CURRENT.
v. 1.57 date: 2003/04/16 12:36:46; author: mbr; state: Exp; lines: +3 -3 Use LINUXBASE where it is possible. Do not install into /etc directly. Submitted by: Munehiro Matsuda
v. 1.56 date: 2003/04/15 22:55:53; author: mbr; state: Exp; lines: +36 -7 Install even more missing files. Bump portrevision.
v. 1.55 date: 2003/04/14 22:38:13; author: mbr; state: Exp; lines: +6 -0 Add missing files and make needed symlink. Submitted by: Orlando Bassotto
v. 1.54 date: 2003/04/13 16:24:22; author: mbr; state: Exp; lines: +1 -1 Orlando does care now. I'll commit the changes for him.
v. 1.53 date: 2003/04/13 02:59:11; author: mbr; state: Exp; lines: +51 -61 Initial commit of vmware 3.2.0. This first version is CURRENT 5.x only.
v. 1.52 date: 2003/04/12 17:52:55; author: mbr; state: Exp; lines: +2 -3 Fix broken mastersites.
v. 1.51 date: 2003/04/12 17:25:12; author: mbr; state: Exp; lines: +3 -1 Mark this broken until I have committed the updated patches.
v. 1.50 date: 2003/04/10 12:29:07; author: mbr; state: Exp; lines: +5 -1 Add patches to support CURRENT 20030401. Submitted by: Mark Santcroos
v. 1.49 date: 2003/03/23 15:01:23; author: alex; state: Exp; lines: +3 -0 Fix for -CURRENT with the recent struct cdevsw changes and cdevsw_add()/remove() removal. This outputs a WARNING: driver "vmmon" used unreserved major device number 200 message, but as the vmware application really requires to use a major of 200 (error otherwise, tested), we need to use a fixed one, and I don't want to register a major for this.
v. 1.48 date: 2003/02/21 11:59:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.47 date: 2003/02/12 19:15:54; author: alex; state: Exp; lines: +5 -1 Seems like I had another fix in my system. On 5.0, the vmnet1 in $LINUXBASE/dev had a different device minor than the cloned one in /dev/vmnet1. Thus delete the one in $LINUXBASE and link it to the devfs one to have everything right. This fixes the port on my fresh installed 5.0-RELEASE box.
v. 1.46 date: 2003/02/11 21:42:52; author: alex; state: Exp; lines: +4 -0 Make this port build on CURRENT systems older than 2003/01/01 (abusing OSVERSION of 5.0-RELEASE for this) - include sys/filedesc.h where required - define M_WAITOK to 0 until THEY found a solution.
v. 1.45 date: 2002/09/02 16:47:39; author: iedowse; state: Exp; lines: +3 -0 Make vmware2 compile on -current again. Submitted by: Mark Santcroos Approved by: joe
v. 1.44 date: 2002/08/14 16:09:27; author: joe; state: Exp; lines: +1 -0 Fix vmware2 for -current so that it compiles again. Submitted by: Mark Santcroos
v. 1.43 date: 2002/03/25 09:19:18; author: sobomax; state: Exp; lines: +1 -0 Add USE_SUBMAKE, where it might be necessary.
v. 1.42 date: 2001/12/06 05:09:21; author: marcel; state: Exp; lines: +3 -0 Fix -current breakage caused by a type change of pt_entry_t. Note that the OSVERSION test is inexact. The type change happened after 500027, but since there's no 500028 yet and making one specifically for this port is considered overkill we hope to get away with it. Submitted by: Munehiro Matsuda Approved by: Vladimir N. Silyaev Coordinated by: Mark Santcroos :-)
v. 1.41 date: 2001/11/11 08:36:28; author: marcel; state: Exp; lines: +1 -1 Change Vladimir's email address. approved by: Vladimir (maintainer)
v. 1.40 date: 2001/11/11 01:31:50; author: marcel; state: Exp; lines: +4 -1 Apply the KSE patch on post-KSE systems. This unbreaks the port on -current. Suggested by: Mark Santcroos No response from: maintainer
v. 1.39 date: 2001/07/23 03:56:15; author: knu; state: Exp; lines: +2 -3 Update to 2.0.4.1142. PR: ports/29100 Submitted by: Scott Renfro
v. 1.38 date: 2001/07/12 14:26:09; author: knu; state: Exp; lines: +2 -6 Fix for the latest CURRENT. (SMPng folks, feel free to correct it if it's a wrong fix) Tested by: kuriyama
v. 1.37 date: 2001/06/10 09:48:08; author: brian; state: Exp; lines: +6 -1 Handle machine/ioctl_fd.h moving to sys/fdcio.h Approved by: Vladimir Silyaev
v. 1.36 date: 2001/05/31 06:07:31; author: cjh; state: Exp; lines: +5 -1 Fix for the latest -current. (sys/lock.h -> sys/mutex.h) PR: ports/27666
v. 1.35 date: 2001/05/01 19:29:50; author: knu; state: Exp; lines: +2 -1 Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h. (Now machine/smp.h seems to include sys/bus.h which demands them)
v. 1.34 date: 2001/02/22 21:10:34; author: olgeni; state: Exp; lines: +2 -2 Fix creation of /etc/vmware link (it could be created into itself, if it already existed at install time).
v. 1.33 date: 2001/01/22 10:39:32; author: knu; state: Exp; lines: +5 -1 Fix for the latest -current. (sys/select.h -> sys/selinfo.h)
v. 1.32 date: 2001/01/16 17:30:29; author: sobomax; state: Exp; lines: +2 -2 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.31 date: 2000/12/28 21:39:24; author: knu; state: Exp; lines: +2 -1 Bump PORTREVISION.
v. 1.30 date: 2000/12/24 05:20:51; author: nsayer; state: Exp; lines: +3 -1 Switch the port over to netgraph bridging. This method has a number of advantages, chief of which is that it doesn't hose over multi-interface configurations the way the default installation did before. This mechanism "chains" the guest's interface to an interface specified at installation-time (it can be changed afterwards by editing the rc.d script). Approved by: (maintainer)
v. 1.29 date: 2000/11/07 14:40:23; author: knu; state: Exp; lines: +2 -11 Update to 2.0.3 release, build 799.
v. 1.28 date: 2000/11/02 23:01:40; author: knu; state: Exp; lines: +3 -3 Fix a stupid typo. It wasn't a problem as it was consistent, but I'm fixing it so I don't look stupid. :>
v. 1.27 date: 2000/11/02 22:56:44; author: knu; state: Exp; lines: +41 -14 Add a WANT_BETA knob so people can easily try out 2.0.3 RC1. Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend.
v. 1.26 date: 2000/11/02 12:20:25; author: knu; state: Exp; lines: +2 -4 Make the startup script read ${PREFIX}/etc/vmware/config so people do not have discrepant configurations between them.
v. 1.25 date: 2000/09/22 17:22:23; author: knu; state: Exp; lines: +5 -4 Use LINUXBASE/USE_LINUX variables. This is only a cosmetic change, so there's no need to reinstall your installation(s).
v. 1.24 date: 2000/09/22 16:55:01; author: knu; state: Exp; lines: +8 -9 Fix for the latest -current. (another tiny ad hoc fix here..) Noted by: kuriyama Use LINUXBASE and USE_LINUX.
v. 1.23 date: 2000/09/15 10:19:46; author: knu; state: Exp; lines: +3 -2 Add support for the latest current. (a bit kind of ad hoc)
v. 1.22 date: 2000/08/24 15:01:44; author: knu; state: Exp; lines: +2 -2 Do in Makefile as make groks, not as Ruby groks. (make groks it though) .if exists?(..) -> .if exists(..)
v. 1.21 date: 2000/08/23 19:13:51; author: knu; state: Exp; lines: +9 -1 Chase the recent moving of linux_ioctl.h.
v. 1.20 date: 2000/07/31 21:56:37; author: knu; state: Exp; lines: +7 -8 Merge with Vladimir's latest version. - Add support for FreeBSD bridging facility. To use it, you need a kernel built with `options BRIDGE'. - Integrate vmnet and if_tap code into vmmon module. - Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev instead of /dev - Set TMPDIR to /var/tmp if empty. - Change MAINTAINER back to Vladimir N. Silyaev , now he is back and being active. :)
v. 1.19 date: 2000/07/27 05:46:31; author: knu; state: Exp; lines: +2 -2 Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1. - Improve LBA magic for huge IDE drives
v. 1.18 date: 2000/07/22 20:55:26; author: knu; state: Exp; lines: +2 -2 Update to 2.0.2 release candidate, build 621. Use it at your own risk, as it is supposed to be of beta quality. FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release.
v. 1.17 date: 2000/06/29 02:31:27; author: asami; state: Exp; lines: +3 -2 Use ${MASTER_SITE_LOCAL}.
v. 1.16 date: 2000/06/20 08:59:05; author: knu; state: Exp; lines: +3 -5 Update to the 2.0.1 release. (Build 570) I've tested this version for several hours and found it pretty stable, which means this "release" version could handle the situations which RC versions never could. If you suffer any problems with it, feel free to report the situations in detail at the freebsd-emulation list.
v. 1.15 date: 2000/06/19 18:02:58; author: knu; state: Exp; lines: +5 -3 Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
v. 1.14 date: 2000/06/03 07:27:10; author: knu; state: Exp; lines: +6 -3 emulators/vmware: Set MAINTAINER to and mention the freebsd-emulation list. emulators/vmware2: Set MAINTAINER to and mention the freebsd-emulation list. Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those who want to test it.
v. 1.13 date: 2000/05/26 05:42:51; author: knu; state: Exp; lines: +2 -1 Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND(). PR: ports/18799 Submitted by: Vladimir B. Grebenschikov Fix by: Kentaro Inagaki Advice by: peter Tested by: people at freebsd-emulation list
v. 1.12 date: 2000/04/25 14:23:36; author: knu; state: Exp; lines: +2 -1 Show an error message and exit when vmware is invoked without Linux procfs mounted on /compat/linux/proc. I hope that would reduce FAQ.
v. 1.11 date: 2000/04/17 04:23:22; author: knu; state: Exp; lines: +5 -2 Install ${PREFIX}/bin/vmware as a shell script which sets some environment variables properly to run VMware, instead of installing it as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware. Suggested by: Frank Mayhar Add $FreeBSD$ on the top of the Hints.FreeBSD file. Add a link to the official VMware Product FAQ page.
v. 1.10 date: 2000/04/14 21:01:57; author: knu; state: Exp; lines: +2 -2 Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique. Suggested by: Nick Sayer
v. 1.9 date: 2000/04/12 04:56:06; author: mharo; state: Exp; lines: +4 -4 PORTNAME/VERSION stuff
v. 1.8 date: 2000/04/03 16:13:11; author: knu; state: Exp; lines: +3 -13 Make it run-depend on the emulators/rtc port and delete notice.
v. 1.7 date: 2000/03/30 07:54:08; author: knu; state: Exp; lines: +2 -2 Change PKGNAME: vmware -> vmware2
v. 1.6 date: 2000/03/29 21:23:03; author: knu; state: Exp; lines: +27 -15 Here comes the VMware 2.0 port, finally. - Correspond to VMware 2.0 Build 476 release (not beta) - Support SMP kernel - Install VMware tools floppies (for Windows and Linux) - Add Hints.FreeBSD - Mention my unofficial `rtc' port on post-install - Raw disk may not work for the present - etc. Enjoy it!
v. 1.5 date: 2000/03/25 20:24:15; author: knu; state: Exp; lines: +34 -51 - Clean up and minor fixes - Make portlint satisfy - Avoid creating files out of WRKDIR - Remove the void directory "patch" (What ever was this?) - Adjust whitespace - Fix some ungrammatical wordings - Modify COMMENT and DESCR - Drop fakeprocfs support due to the import of Linux procfs to the base system - Show MESSAGE after installation - Change maintainer to the -emulation list because: - Vladimir seems too busy or unreachable these days - This port depends very much on Linux compatibility stuff - Get it to check if the system has Linux procfs module and stop if not PR: ports/16960 (add WWW to DESCR) No response by: maintainer
v. 1.4 date: 2000/02/28 08:33:31; author: asami; state: Exp; lines: +2 -3 Add virtual category "linux" to Linux apps and support libs/utils.
v. 1.3 date: 2000/02/22 20:11:31; author: joe; state: Exp; lines: +15 -2 Some VMware port cleanup: - remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not su



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm