aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware2
Commit message (Collapse)AuthorAgeFilesLines
* Deal with minor number changes in CURRENT.mbr2003-04-135-8/+32
| | | | | PR: 48608 Submitted by: Per Hedeland <per@hedeland.org>
* Make portlint a bit more happy.mbr2003-04-131-9/+9
|
* Allow to specify a different src base.mbr2003-04-131-1/+2
| | | | | | Submitted by: Kim Scarborough <sluggo@unknown.nu> PR: 44758
* Add separator for the patches and vmware patches.mbr2003-04-131-11/+11
|
* Fix broken mastersites.mbr2003-04-131-3/+2
|
* Delete unneeded patch. It has been replaced by cdevsw.patchmbr2003-04-101-61/+0
|
* Add patches to support CURRENT 20030401.mbr2003-04-105-1/+160
| | | | Submitted by: Mark Santcroos <marks@ripe.net>
* Fix for -CURRENT with the recent struct cdevsw changes andalex2003-03-232-0/+64
| | | | | | | | | | 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.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Seems like I had another fix in my system. On 5.0, the vmnet1 inalex2003-02-131-1/+5
| | | | | | | | $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.
* Fix the stupid manual merge error I did in the last commit.alex2003-02-131-3/+2
|
* Make this port build on CURRENT systems older than 2003/01/01 (abusingalex2003-02-123-0/+61
| | | | | | OSVERSION of 5.0-RELEASE for this) - include sys/filedesc.h where required - define M_WAITOK to 0 until THEY found a solution.
* Fix this on 5.0. It isn't enough to "echo -n" to /compat/linux/dev/vmnet1,alex2003-02-121-0/+2
| | | | | but you also need to do this with /dev/vmnet1 in days of devfs. This has been in my tree for months now.
* Catch up with some not-so-recent VM changes to make vmware2 workiedowse2002-10-191-28/+66
| | | | | | | again on -CURRENT. Without this, attempting to boot the virtual machine causes an instant panic in the host. Approved by: knu, vsilyaev@mindspring.com (maintainer)
* Make vmware2 compile on -current again.iedowse2002-09-032-0/+70
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> Approved by: joe
* Fix vmware2 for -current so that it compiles again.joe2002-08-152-0/+13
| | | | Submitted by: Mark Santcroos <marks@ripe.net>
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Fix -current breakage caused by a type change of pt_entry_t.marcel2001-12-062-0/+14
| | | | | | | | | | | 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 <haro@h4.dion.ne.jp> Approved by: Vladimir N. Silyaev <vsilyaev@mindspring.com> Coordinated by: Mark Santcroos <marks@ripe.net> :-)
* Change Vladimir's email address.marcel2001-11-111-1/+1
| | | | approved by: Vladimir (maintainer)
* Apply the KSE patch on post-KSE systems. This unbreaks the portmarcel2001-11-111-0/+3
| | | | | | | on -current. Suggested by: Mark Santcroos <marks@ripe.net> No response from: maintainer
* Patch to make this compile on post-KSE systems.marcel2001-11-111-0/+581
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> No response from: maintainer
* Update to 2.0.4.1142.knu2001-07-233-3/+17
| | | | | PR: ports/29100 Submitted by: Scott Renfro <scott@renfro.org>
* Fix for the latest CURRENT. (SMPng folks, feel free to correct it ifknu2001-07-122-19/+39
| | | | | | it's a wrong fix) Tested by: kuriyama
* Handle machine/ioctl_fd.h moving to sys/fdcio.hbrian2001-06-101-0/+5
| | | | Approved by: Vladimir Silyaev <vsilyaev@mindspring.com>
* Latest mutex fix was imcomplete and vmware2 port still hangs at vmmonhosokawa2001-06-071-0/+63
| | | | | | | | kernel module. Added mutex code before and after calling vm operations in vmmon. Submitted by: John Baldwin <jhb@FreeBSD.org> Approved by: the Maintainer
* Fix for the latest -current. (sys/lock.h -> sys/mutex.h)cjh2001-05-311-0/+4
| | | | PR: ports/27666
* Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h.knu2001-05-021-0/+1
| | | | (Now machine/smp.h seems to include sys/bus.h which demands them)
* Update the Hints notes about the MAP_NOSYNC issue. It's now fixed innsayer2001-03-081-30/+25
| | | | 4-stable and -current.
* As our new bsd.kmod.mk doesn't seemt to support "make clean all",knu2001-02-251-4/+7
| | | | | | do "make clean && make" instead. This should fix the build on a recent CURRENT.
* Fix creation of /etc/vmware link (it could be created into itself, if itolgeni2001-02-232-2/+2
| | | | already existed at install time).
* Fix for the latest -current. (sys/select.h -> sys/selinfo.h)knu2001-01-221-0/+4
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Don't attempt to load modules if they're already in place.nsayer2000-12-301-5/+5
| | | | Submitted by: fyr@usenet-edu.net
* Add sections about netgraph bridging and the restore-from-disknsayer2000-12-291-0/+55
| | | | performance issue.
* Bump PORTREVISION.knu2000-12-291-0/+1
|
* Switch the port over to netgraph bridging. This method has a number ofnsayer2000-12-243-11/+78
| | | | | | | | | | 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)
* Replace obsolete /dev/rfd0 with /dev/fd0.knu2000-12-051-2/+2
|
* Update to 2.0.3 release, build 799.knu2000-11-072-12/+2
|
* Fix a stupid typo. It wasn't a problem as it was consistent, but I'mknu2000-11-031-2/+2
| | | | fixing it so I don't look stupid. :>
* Add a WANT_BETA knob so people can easily try out 2.0.3 RC1.knu2000-11-032-13/+41
| | | | | Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend.
* Make the startup script read ${PREFIX}/etc/vmware/config so people doknu2000-11-022-8/+27
| | | | not have discrepant configurations between them.
* Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found.knu2000-10-021-1/+7
| | | | Submitted by: shimokawa
* Use LINUXBASE/USE_LINUX variables.knu2000-09-235-17/+18
| | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s).
* Fix for the latest -current. (another tiny ad hoc fix here..)knu2000-09-232-10/+11
| | | | | | Noted by: kuriyama Use LINUXBASE and USE_LINUX.
* Add support for the latest current. (a bit kind of ad hoc)knu2000-09-153-1/+38
|
* Fix the configure script that caused a syntax error when no networking.knu2000-09-101-1/+1
| | | | | PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Do in Makefile as make groks, not as Ruby groks. (make groks it though)knu2000-08-241-1/+1
| | | | .if exists?(..) -> .if exists(..)
* Chase the recent moving of linux_ioctl.h.knu2000-08-241-0/+8
|
* Merge with Vladimir's latest version.knu2000-08-018-23/+32
| | | | | | | | | | | | | | | - 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 <vns@delta.odessa.ua>, now he is back and being active. :)
* Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.knu2000-07-272-2/+2
| | | | - Improve LBA magic for huge IDE drives
* Update to 2.0.2 release candidate, build 621.knu2000-07-232-2/+2
| | | | | | 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.
* Add a note for users to always keep the kernel and this port in sync.knu2000-07-191-0/+6
|
* Update md5 due to their repack of the distfile as of a week ago.knu2000-07-132-2/+4
| | | | | | | | | - vmware-sniffer and vmware-wizard were changed. (details unknown) - vmmon/vmnet/vmppuser sources were unchanged, however, some of the binaries (for Linux) seems have recompiled. That would not affect us because we compile them from source. Fix configure script to return zero on exit.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
|
* Update to the 2.0.1 release. (Build 570)knu2000-06-202-7/+3
| | | | | | | | | 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.
* Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to ↵knu2000-06-203-3/+10
| | | | | | try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
* Revise advice on /tmp: Difining TMPDIR would be better way thanknu2000-06-091-9/+20
| | | | creating /compat/linux/tmp to fake /tmp.
* emulators/vmware:knu2000-06-032-2/+6
| | | | | | | | | Set MAINTAINER to <ak@freenet.co.uk> and mention the freebsd-emulation list. emulators/vmware2: Set MAINTAINER to <knu@FreeBSD.org> 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.
* Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().knu2000-05-261-0/+1
| | | | | | | | PR: ports/18799 Submitted by: Vladimir B. Grebenschikov <vova@express.ru> Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Advice by: peter Tested by: people at freebsd-emulation list
* Show an error message and exit when vmware is invoked without Linux procfsknu2000-04-252-0/+11
| | | | | | mounted on /compat/linux/proc. I hope that would reduce FAQ.
* D'oh. I forgot to add "$@" to the vmware command line.knu2000-04-181-1/+1
|
* Install ${PREFIX}/bin/vmware as a shell script which sets someknu2000-04-173-2/+19
| | | | | | | | | | | environment variables properly to run VMware, instead of installing it as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware. Suggested by: Frank Mayhar <frank@exit.com> Add $FreeBSD$ on the top of the Hints.FreeBSD file. Add a link to the official VMware Product FAQ page.
* Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.knu2000-04-153-2/+6
| | | | Suggested by: Nick Sayer
* PORTNAME/VERSION stuffmharo2000-04-121-3/+3
|
* Style fix:knu2000-04-052-3/+3
| | | | | | | | - Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint
* Make it run-depend on the emulators/rtc port and delete notice.knu2000-04-041-12/+2
|
* Changes:knu2000-04-041-7/+14
| | | | | | | - Mention full screen graphics mode works though it'll need due care not to enter full screen text mode. - Wording: vmware -> VMware - Wording: tmpfs -> MFS
* Adjust window sizes.knu2000-04-021-7/+9
|
* Add a section about how to set up plain disks as a workaround fornsayer2000-04-011-2/+67
| | | | | | | | the not-working raw disks. Add some more little hints too. Approved by: knu@idaemons.org
* Change PKGNAME: vmware -> vmware2knu2000-03-301-1/+1
|
* Here comes the VMware 2.0 port, finally.knu2000-03-308-38/+84
| | | | | | | | | | | | - 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!
* - Add a tip (/tmp usage)knu2000-03-261-0/+7
| | | | Suggested by: des
* - Clean up and minor fixesknu2000-03-269-93/+198
| | | | | | | | | | | | | | | | | | - 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
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-281-2/+1
|
* Some VMware port cleanup:joe2000-02-231-1/+14
| | | | | | | | | | | | - 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 <vsilyaev@mindspring.com> PR: ports/16894
* Sync with its pre-install script.imura2000-02-091-5/+3
| | | | Forgotten by: maintainer
* Add CVS tags to the files that could tolerate them.obrien2000-01-284-0/+8
|
* Make this thing acutally portlint(1) and come close our Ports Collectionobrien2000-01-287-57/+46
| | | | | | | | coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer
* Virgin import of Vladimir N. Silyaev's port of the linux version of thejoe2000-01-2712-0/+455
VMWare virtual machine. PR: ports/16337 Submitted by: vsilyaev@mindspring.com