aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware3
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Add a missing comma which was breaking compilation on 5.x < 502103Mike Silbersack2004-03-181-1/+1
| | | | | | | | | No port rev bump, as the problem showed up at compile time. Submitted by: Nagilum Notes: svn path=/head/; revision=104538
* A slew of changes to allow vmware3 to work on 5.x with dynamic deviceMike Silbersack2004-03-137-82/+48
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103903
* Fix the cdev patch to work correctly with FreeBSD4. One check hasMartin Blapp2004-03-032-14/+11
| | | | | | | | | been wrong. Bump portrevision. Notes: svn path=/head/; revision=102800
* Portepoch should never be decreased.Martin Blapp2004-02-291-0/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=102543
* Add patch for new cdevsw changes and make vmware working againMartin Blapp2004-02-292-2/+75
| | | | | | | with latest CURRENT. Notes: svn path=/head/; revision=102505
* Bump the port revision to note the vm_page_alloc_contig -> contigallocMike Silbersack2004-01-211-1/+1
| | | | | | | change which is required for 5.x systems. Notes: svn path=/head/; revision=98735
* Update the kernel module to use contigmalloc instead of the now obsoleteMike Silbersack2004-01-211-0/+12
| | | | | | | vm_page_alloc_contig. Notes: svn path=/head/; revision=98733
* Make the linprocfs check succeed if linprocfs is already mounted, andMike Silbersack2004-01-211-2/+2
| | | | | | | make the error message (hopefully) more descriptive. Notes: svn path=/head/; revision=98729
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-101-3/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=97845
* Fix build on 4.x.Max Khon2003-11-182-57/+70
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=94274
* vmware3 was broken on -current due to kernel changes.Michael Reifenberger2003-11-182-3/+3
| | | | | | | | | | Fix this by updating to new vmmon module version. PR: ports/59405 Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it Notes: svn path=/head/; revision=94256
* kern.ipc.shm_allow_removed was MFC'ed.Max Khon2003-11-111-1/+1
| | | | Notes: svn path=/head/; revision=93737
* Patch for FreeBSD 4.x was updated (now Power On always works as expected).Max Khon2003-11-052-1/+15
| | | | | | | | | Point to new patch location. Document sysctl kern.ipc.shm_allow_removed which should be set to 1 in order to run vmware3. Notes: svn path=/head/; revision=93118
* Finally fix problems with libdir: install vmware3 files to correct locationMax Khon2003-11-033-337/+336
| | | | | | | (maintainer timeout). Notes: svn path=/head/; revision=92979
* Compensate a versioning mistake with a PORTEPOCH bump, since this portAkinori MUSHA2003-10-231-0/+1
| | | | | | | | | | | 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 <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=91955
* PORTREVISION may not contain a hyphen.Akinori MUSHA2003-10-221-4/+4
| | | | Notes: svn path=/head/; revision=91905
* Port to FreeBSD 4.x.Max Khon2003-10-223-8/+724
| | | | Notes: svn path=/head/; revision=91902
* Restore loop.fullpath and libdir fixes.Max Khon2003-10-211-2/+2
| | | | Notes: svn path=/head/; revision=91834
* Libdir points to other directory.Max Khon2003-10-211-2/+2
| | | | Notes: svn path=/head/; revision=91828
* Upgrade to portrevision 2242 and make it possible to runMartin Blapp2003-10-213-16/+16
| | | | | | | | | multiple vm's running at the same time. Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=91814
* Add ftp:// so fenner's "Distfiles survey" does not failMax Khon2003-10-201-1/+1
| | | | | | | with "unknown url type" error. Notes: svn path=/head/; revision=91762
* Fix typo in loop.fullpath.Max Khon2003-10-201-2/+2
| | | | | | | | | | Fix typo in libdir. PR: 57461 Submitted by: Jan Srzednicki <Jan@miranda.expro.pl, Sr@miranda.expro.pl> Notes: svn path=/head/; revision=91761
* Make vmware3 fetchable.Anders Nordby2003-09-241-7/+7
| | | | | | | Approved by: bento Notes: svn path=/head/; revision=89131
* Make up to mention the needing of VFS_AIO to use VMWare properly.Norikatsu Shigemura2003-07-311-0/+3
| | | | | | | | | PR: ports/54417 Submitted by: Scott M. Likens <damm@fpsn.net> Not objected to by: emulation Notes: svn path=/head/; revision=86041
* VMware-workstation-3.2.0-2230.tar.gz has disappeared everywhere on theMartin Blapp2003-05-142-4/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=80994
* Use LINUXBASE where it is possible. Do not install into /etcMartin Blapp2003-04-162-5/+5
| | | | | | | | | directly. Submitted by: Munehiro Matsuda <haro@kgt.co.jp> Notes: svn path=/head/; revision=79076
* Install even more missing files. Bump portrevision.Martin Blapp2003-04-152-7/+79
| | | | Notes: svn path=/head/; revision=79041
* Add missing files and make needed symlink.Martin Blapp2003-04-142-0/+8
| | | | | | | Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=78989
* Orlando does care now. I'll commit the changes for him.Martin Blapp2003-04-131-1/+1
| | | | Notes: svn path=/head/; revision=78895
* Load vmnet too.Martin Blapp2003-04-131-0/+1
| | | | Notes: svn path=/head/; revision=78834
* Initial commit of vmware 3.2.0. This first version is CURRENT 5.xMartin Blapp2003-04-1321-1210/+307
| | | | | | | only. Notes: svn path=/head/; revision=78833
* Fix broken mastersites.Martin Blapp2003-04-121-3/+2
| | | | Notes: svn path=/head/; revision=78803
* Mark this broken until I have committed the updated patches.Martin Blapp2003-04-121-1/+3
| | | | Notes: svn path=/head/; revision=78802
* Delete unneeded patch. It has been replaced by cdevsw.patchMartin Blapp2003-04-101-61/+0
| | | | Notes: svn path=/head/; revision=78701
* Add patches to support CURRENT 20030401.Martin Blapp2003-04-105-1/+160
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=78699
* Fix for -CURRENT with the recent struct cdevsw changes andAlexander Langer2003-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. Notes: svn path=/head/; revision=77255
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Seems like I had another fix in my system. On 5.0, the vmnet1 inAlexander Langer2003-02-121-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. Notes: svn path=/head/; revision=75387
* Fix the stupid manual merge error I did in the last commit.Alexander Langer2003-02-121-3/+2
| | | | Notes: svn path=/head/; revision=75381
* Make this port build on CURRENT systems older than 2003/01/01 (abusingAlexander Langer2003-02-113-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. Notes: svn path=/head/; revision=75317
* Fix this on 5.0. It isn't enough to "echo -n" to /compat/linux/dev/vmnet1,Alexander Langer2003-02-111-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. Notes: svn path=/head/; revision=75316
* Catch up with some not-so-recent VM changes to make vmware2 workIan Dowse2002-10-181-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) Notes: svn path=/head/; revision=68267
* Make vmware2 compile on -current again.Ian Dowse2002-09-022-0/+70
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Approved by: joe Notes: svn path=/head/; revision=65497
* Fix vmware2 for -current so that it compiles again.Josef Karthauser2002-08-142-0/+13
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=64507
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Fix -current breakage caused by a type change of pt_entry_t.Marcel Moolenaar2001-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> :-) Notes: svn path=/head/; revision=51107
* Change Vladimir's email address.Marcel Moolenaar2001-11-111-1/+1
| | | | | | | approved by: Vladimir (maintainer) Notes: svn path=/head/; revision=49938
* Apply the KSE patch on post-KSE systems. This unbreaks the portMarcel Moolenaar2001-11-111-0/+3
| | | | | | | | | | on -current. Suggested by: Mark Santcroos <marks@ripe.net> No response from: maintainer Notes: svn path=/head/; revision=49931
* Patch to make this compile on post-KSE systems.Marcel Moolenaar2001-11-111-0/+581
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> No response from: maintainer Notes: svn path=/head/; revision=49928