summaryrefslogtreecommitdiff
path: root/emulators/vmware-tools4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Makoto Matsushita2003-02-222-1/+1
|
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr)
* Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build withoutMakoto Matsushita2002-05-111-0/+3
| | | | | | VMware Workstation itself. Suggested by: knu
* Update VMware toolbox and VMware guestd to 3.1.1 build 1790.Makoto Matsushita2002-05-112-3/+3
| | | | Add comments that these are for VMware 3.x.
* We can safely assume that vmware-guestd is already installed whileMakoto Matsushita2002-03-311-6/+1
| | | | | | do-install target is running. So use installed vmware-guestd to detach VMware Tools CD-ROM (same as ports/emulators/vmware-guestd/Makefile rev 1.3.) No content change will apply with this commit.
* Change my email address to the one of @FreeBSD.org.Makoto Matsushita2002-03-151-1/+1
| | | | Reviewed by: kuriyama
* Update for VMware 3.0.0 build 1455.Makoto Matsushita2001-11-116-32/+81
| | | | | | | - Extracts tarball from (pseudo) CD-ROM directly. - RUN_DEPENDS to vmware-guestd which is newly added. - Install XF86_VMware X server if and only if XFREE86_VERSION=3. - Some cosmetics.
* Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only).Akinori MUSHA2000-08-216-0/+65
PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu