| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
No content changes, no bumps.
Noticed by: kris
|
|
|
|
|
|
| |
- Mark NO_PACKAGE since these ports require VMware itself.
(and avoid using .ifdef(PACKAGE_BUILDING) also)
- Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
|
|
|
|
|
|
|
|
|
| |
* Update pkg-descr to point a new ports location.
* Update RUN_DEPENDS to point a new ports location.
* Sync COMMENT message to all versions.
* Use INSTALL_PROGRAM instead of CP since it installs a program.
* Wrap interactive-related script with .if !defined(BATCH) appropriately.
* Unhide UMOUNT command and users will know what's happened.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
is switched back to VMware tools for VMware 2.x, with some minor changes
including:
- MAINTAINER line should be an address of @FreeBSD.org since
I'm now a committer.
- Update current MASTER_SITES listed in VMware's webpage at
http://www.vmware.com/download/
- some minor typo fix, and add a comment that this is for
VMware 2.x.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reviewed by: kuriyama
|
|
|
|
|
|
|
| |
- 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.
|
|
PR: ports/20612
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Modified by: knu
|