Skip site navigation (1)Skip section navigation (2)

CVS log for ports/emulators/vmware-guestd6/Makefile

[BACK] Up to [FreeBSD] / ports / emulators / vmware-guestd6

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Dec 15 12:42:15 2010 UTC (13 months, 3 weeks ago) by matusita
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -2 lines
Remove unneeded ifdefs.

PR:		153001
Submitted by:	Julian H. Stacey <jhs at berklix dotcom>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:44:00 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -20 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:33:37 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:48:39 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -6 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 31 22:21:36 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -1 lines
- Unb0rk the tree

With hat:	portmgr

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Mar 30 02:15:49 2008 UTC (3 years, 10 months ago) by matusita
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +9 -9 lines
Ouch, referencing ${ARCH} is too early.

Submitted by:	Larry Rosenman, ler at lerctr dot organization-tld.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Mar 29 14:02:50 2008 UTC (3 years, 10 months ago) by matusita
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
Update to 6.0.3 build 80004.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Mar 29 13:54:06 2008 UTC (3 years, 10 months ago) by matusita
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +11 -1 lines
Fix for FreeBSD/amd64; there is no Tcl version of VMware toolbox.

I haven't received any responces yet from PR originator for one month,
but I assume that it would be a sign of ok.

I know PORTREVISION bump should be happen, but ignored since upcoming
version 6.0.3 commit will follow very soon.

PR:		120827

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Mar 7 21:47:33 2008 UTC (3 years, 11 months ago) by flz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +0 -22 lines
Remove support for XFree8-4.

From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Feb 19 16:37:17 2008 UTC (3 years, 11 months ago) by matusita
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Fix build error on multi-byte locale environment.

No bumps since no content changes.

PR:		117708
Submitted by:	trangayesi at gmaildotcom

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Oct 21 15:33:31 2007 UTC (4 years, 3 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Update to 6.0.2 build 59824.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Oct 7 02:56:17 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Oct 4 23:08:40 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Remove always true/always false OSVERSION conditions.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Oct 3 23:00:29 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -15 lines
Remove support for OSVERSION < 5

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 22 02:18:44 2007 UTC (4 years, 4 months ago) by matusita
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Update to version 6.0.1 build 55017.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jun 29 09:16:36 2007 UTC (4 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jun 20 03:28:59 2007 UTC (4 years, 7 months ago) by matusita
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Install misc/compat6x if 7-current box doesn't have libc.so.6.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 8 17:40:55 2007 UTC (4 years, 8 months ago) by matusita
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -10 lines
More fix on X modules.

The X server modules (display driver and mouse driver) bundled with
VMware Tools doesn't work with X.Org 7.2 server.  So install these
modules if and only if X is actually XFree86 4.x.

Also fix pkg-plist (sorry the last commit makes plist broken.)

Bump vmware-tools6 PORTREVISION to note the changes above.

For X.Org 7.2 users:
	x11-drivers/xf86-video-vmware is the video driver for VMs, that
	is installed by default.

	x11-drivers/xf86-input-vmmouse is the mouse driver for VMs.
	However, it doesn't need if vmware-toolbox runs.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 1 01:59:46 2007 UTC (4 years, 8 months ago) by matusita
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +14 -12 lines
Change X server modules installation directory to a new place for X.Org 7.2.

Bump PORTREVISION for vmware-tools6 only.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 26 15:43:33 2007 UTC (4 years, 8 months ago) by matusita
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Update to build-45731, the release version of VMware Workstation 6.
Also fix "installing 5.x binaries on 6.x box" problem for vmware-guestd6
and vmware-tools6.

PR:		113017

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 23 14:09:27 2007 UTC (4 years, 9 months ago) by matusita
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Ouch... vmware-tools6 must depend on vmware-guestd6, not 5.

Found by:	motoyuki (via ReichaNet)
Pointy hat to:	matusita

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Apr 21 16:23:30 2007 UTC (4 years, 9 months ago) by matusita
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +15 -5 lines
Update VMware Tools for VMware Workstation 6.0.0 build-44426,
the latest Release Candidate of Workstation 6.

Also fix a typo in comment (no hurts).

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Mar 2 14:53:52 2007 UTC (4 years, 11 months ago) by matusita
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +51 -28 lines
Introducing VMware Tools for VMware Workstation 6 beta 3.

As usual, all three ports are updated after repocoping from
version 5 ports (this is why this ports is 'committed,' not 'imported.')

Note to 7-current users: vmware-guestd and other binaries requires
libc.so.6 to work.  Since there is no misc/compat6x yet, this ports
is marked as 'IGNORE' if there is no libc.so.6.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Feb 17 12:36:43 2007 UTC (4 years, 11 months ago) by matusita
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Packaging bugfix: we don't need ${X11BASE}/etc/rc.d/vmware-guestd{,.sh}

vmware-guestd{,.sh} script is just for vmware-guestd5 port, not vmware-tools5.
However, USE_RC_SUBR variable is defined for vmware-tools5, the script
is installed even if it is not needed.

Bump PORTREVISION to note this change.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 15 10:49:20 2007 UTC (4 years, 11 months ago) by matusita
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Set LC_CTYPE to 'C' for ${REINPLACE_CMD}, since if LC_CTYPE is set to
others (such as ja_JP.eucJP), replacing string may fail.

No bumps, since nothing changed if REINPLACE_CMD works as expected.

Requested by:	kuriyama

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 2 17:06:19 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -28 lines
- Remove support for xfree86-3

PR:		ports/106666
Submitted by:	vd
With hat:	portmgr

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed May 31 06:28:01 2006 UTC (5 years, 8 months ago) by matusita
Branches: MAIN
CVS tags: old_RELEASE_6_2_0, old_RELEASE_4_EOL
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -6 lines
Follow the new world order: use 'USE_RC_ORDER=file.sh' feature.
	- repocopy vmware-guestd.sh to vmware-guestd.sh.in (by portmgr)
	- remove vmware-guestd.sh
	- remove vmware-guestd.sh entry from pkg-plist
	- update Makefile

It is intensional that I do NOT bump PORTREVISION by this commit, since
any executable is not changed, and startup script itself is also NOT
changed, only the filename is changed.  I do not want to bother users
to update their port by this non-functional change.

If you have any reasonable reason to bump PORTREVISION, let me know, and
I'll update the version asap.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun May 7 10:55:46 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
Remove USE_REINPLACE from all categories starting with E

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:26:17 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 11 17:23:18 2006 UTC (6 years ago) by matusita
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +19 -12 lines
Fix some errors, including:

- Build fix when WITH_VMWARE_GTK is set.
- Reorder pkg-plist so that @unexec vmware-guestd.sh successfully done.
- Create directories for server modules, since xserver may not be installed.

Even though this makes no "installed" content change, but bump
PORTREVISION since pkg-plist/pkg-plist.tools are changed.

PR:		93100
Submitted by:	Scot Hetzel, swhetzel at gmail dotcom

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Dec 23 01:43:38 2005 UTC (6 years, 1 month ago) by matusita
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Update to 5.5.1 build 19175.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 20 01:19:05 2005 UTC (6 years, 1 month ago) by matusita
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -7 lines
Move /etc/vmware-tools/* files to vmware-tools5, since VMware Player
that is bundled with VMware Workstation 5.5 fails to suspend, warns
on poweron/resume.

Bump PORTREVISION for both vmware-tools5 and vmware-guestd5.

PR:		90488
Submitted by:	NIIMI Satoshi

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Dec 8 05:13:42 2005 UTC (6 years, 2 months ago) by matusita
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Fix shell-function name that prevents loading vmxnet.ko module at startup.
Bump PORTREVISION.

Submitted by:	Stephane E. Potvin <sepotvin at videotron, canada>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:29:00 2005 UTC (6 years, 2 months ago) by matusita
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Add PORTREVISION line to vmware-tools5, so this port may have its own
revision number.  It may help to avoid unwanted version bump to
vmware-tools5 if vmware-guestd5 specific changes are happen to
vmware-guestd5/Makefile.

Since no content changes at this time, no bump.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:23:43 2005 UTC (6 years, 2 months ago) by matusita
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.

PR:		89572
Submitted by:	NIIMI Satoshi
Pointyhat to:	matusita

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 26 09:19:58 2005 UTC (6 years, 2 months ago) by matusita
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +95 -28 lines
Dear VMware Workstation users around the world, here is an upgrade of
VMware Workstation FreeBSD-guest related ports for VMware Workstation
5.5.0 build 18463.

New features are:

- Spell "VMware Workstation" appropriately.
	There are much VMware products, it would be the time that I have
	to spell VMware Workstation as VMware Workstation.
- Support FreeBSD/amd64 since 64-bit binaries are provided from VMware.
	I don't test any of 64-bit related portion, since I have no
	FreeBSD/amd64 machine.  If something trouble please email me.
- New variable "WITH_VMWARE_GTK" (emulators/vmware-tools5)
	Install gtk version of VMware Tools if defined
	(add more dependencies on other gtk-related ports)
- New variable "WITH_VMWARE_VMXNET" (emulators/vmware-guestd5)
	Install "vmxnet.ko" kernel module (vmxnet driver) if defined
	Usage:
		- shutdown FreeBSD guest VM
		- add following line to FreeBSD guest VM config file
			Ethernet0.virtualDev="vmxnet"
		- Boot FreeBSD guest VM
		- load vmxnet.ko kernel module
		- ifconfig vxn0 ...
	New rc.conf variable "vmware_guest_vmxnet_enable" is also added
	to vmware-guestd.sh to load kernel module at startup.  However,
	${PREFIX}/etc/rc.d/vmware-guestd.sh run _after_ /etc/rc.d/netif,
	so it maybe too late to load here...
	Note that vmxnet.ko supports FreeBSD 4.8-RELEASE or later, and
	5.3-RELEASE and later (as VMware said).  I've confirmed that
	recent 7-current got 100% instant panic if vmxnet.ko is loaded.
- "vmware_guest_kmod_enable" is renamed to "vmware_guest_vmmemctl_enable"
	Now this ports has two kernel modules now, old name is not
	appropriate one, hard to understand this variable is for which
	kernel module.  I also put backward compatibility code, but users
	of vmware_guest_kmod_enable please change variable name.

Bugfixes are:

- Resolve conflicts on ${PREFIX}/share/vmware-tools.
	Unfortunately both vmware-guestd5 and vmware-tools5 installs
	files to ${PREFIX}/share/vmware-tools directory.  Since this
	directory is only for vmware-tools, vmware-guestd5 doesn't do
	anything for now.
- WWW: line in pkg-descr points bogus page.
- Add note that there's official VMware Tools installer, and what is the
  difference between the two.

Finally, as usual, bump PORTVERSION.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 18 23:07:57 2005 UTC (6 years, 8 months ago) by matusita
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +19 -9 lines
Update for VMware Workstation 5 after repocopy.

PR:		80436
Submitted by:	Scot W. Hetzel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 8 02:01:46 2005 UTC (6 years, 11 months ago) by matusita
Branches: MAIN
CVS tags: old_old_RELEASE_5_4_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -2 lines
Check OSVERSION to set appropriate default CD-ROM device name.

PR:		ports/78539
Submitted by:	Scot Hetzel <swhetzel at gmail dotcom> (mostly)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 6 14:04:37 2005 UTC (7 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -2 lines
o Make sure that /etc/vmware-tools is created as symlink pointing out to
  ${PREFIX}/share/vmware-tools. And create three symlinks to true(1) there
  (poweroff-vm-default, poweron-vm-default, suspend-vm-default), which makes
  it possible to shutdown or reboot guest FreeBSD system cleanly at the request
  of the host. vmware-guestd expects those binaries/scripts to be present.

o Use `shutdown -p now' instead of `shutdown -h now', which in the case of
  vmware allows to avoid spinning host CPU after shutdown.

o Patch vmware-checkvm, so that it traps proper signal (SIGBUS not SIGSEGV).
  Apparently checkvm utility have not been tested on FreeBSD (apart from the
  fact that it compiles).

Bump PORTREVISION.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jul 23 19:10:09 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
CVS tags: old_old_RELEASE_5_3_0, old_old_RELEASE_4_11_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 25 13:04:03 2004 UTC (7 years, 7 months ago) by matusita
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Fix kernel module build.

Since 'OBJS=' line is inserted _after_ bsd.kmod.mk, OBJS value is
overridden by the line (ahh...)  Hopefully, 'OBJS=' line is inserted
after 'SRCS=' line, but there's no handy way I suppose (sed's command
'i' requires to follow a newline, but how can I put a newline within
a one line?)

Since the contents (actually, kernel module) are changed,
bump PORTREVISION.

Submitted by: sobomax

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 23 19:01:58 2004 UTC (7 years, 7 months ago) by matusita
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update to 4.5.2 build-8848.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 21 03:12:42 2004 UTC (7 years, 10 months ago) by matusita
Branches: MAIN
CVS tags: old_old_RELEASE_4_10_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Kill Linux-guest specific bogus messages by vmware-guestd.

In fact, the message was killed in old startup script.  While converting
to the script for RCng era, I just forget to do that.  I don't know that
"command_args" variable is ok in this case , but /etc/rc.d/ipxrouted
and /etc/rc.d/ntpdate already did it so it seems there's no problem.

Since the script is changed, bump PORTREVISION.

Noticed by: Alan Barber <abarber _at_ alanbarber.org>
Pointy hat to: matusita

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 16 15:37:28 2004 UTC (7 years, 10 months ago) by matusita
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +22 -9 lines
Update to 4.5.1 build 7568, with lots of cleanup.

- USE_RC_SUBR.  Inspired by ports/net/dtcpclient (thanks ume-san).
	Since now, loading kernel modules and/or start vmware-guestd can
	be tweaked via following rc.conf variables:
		* vmware_guestd_enable (default to YES)
		* vmware_guest_kmod_enable (default to NO)
	vmware-guest_kmod.sh is removed; both are handled by a single
	shell script, vmware-guestd.sh.
- Bulid kernel module iff kernel source files are available.
	This check is just a static checking of /usr/src/sys/Makefile.
	It would be even better that '/usr/src' can be changed to other
	place, but I believe that most user puts a source code under /usr/src,
	or other places and set a symlink to there.  If it hits you badly,
	I'm willing to apply your patch to fix(?) it.
- If this ports is used by ports/emulators/vmware-tools4, install XFree86
  server modules, vmware_drv.o and vmmouse_drv.o.
	The vmware_drv.o is a (virtual) graphic chip driver.  I believe that
	if you have already installed XFree86 4.3.0, it should be the same
	one but compiled on XFree86 4.3.99.2.  I've confirmed that it should
	work with XFree86 4.3.0 server.

	The vmmouse_drv.o is a mouse driver, use it instead of default
	mouse driver, mouse_drv.o.  It works, but if my test is correct,
	it doesn't support Emulate3Buttons.  Use with care.

	Both drivers are installed to appropriate directory, but renamed
	(append '_VMware' to the filename) to avoid any conflicts to other
	ports (especially ports/x11/XFree86*).

P.S.: Happy version 4.5.1, ACPI is enabled by default for FreeBSD guest OS.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 11 11:54:34 2003 UTC (8 years, 4 months ago) by matusita
Branches: MAIN
CVS tags: old_old_RELEASE_5_2_1, old_old_RELEASE_5_2_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update for VMware Workstation 4.0.5 build-6030.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 6 10:41:38 2003 UTC (8 years, 5 months ago) by matusita
Branches: MAIN
CVS tags: old_old_RELEASE_4_9_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 4.0.2.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 24 15:34:44 2003 UTC (8 years, 6 months ago) by matusita
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +83 -19 lines
Update VMware Tools for 4.0.1 build-5289, the latest version of VMware
Workstation.

This commit makes vmware-tools4 a slave port of vmware-guestd4, since
both are made from the same tarball, and it would be easy to maintain.
Vmware-guestd4 also installs a kernel module named vmmemctl; you may
want to kldload(8) it with a shell script under rc.d/ directory.

VMware Workstation 4.0.1 does fix "jumping the pointer" bug (yeah, thanks
VMware developer team).  This means that you do not have to install
linux-vmware-toolbox4.  However, it can be used as it should be, I
do not disable and/or remove this port.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 7 15:44:38 2003 UTC (8 years, 7 months ago) by matusita
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Fix installation messages to users.  No content changes, no bump.

Submitted by:	SHIOZAKI Takehiko <st@be.to> (mostly)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 4 14:39:21 2003 UTC (8 years, 9 months ago) by matusita
Branches: MAIN
CVS tags: old_old_RELEASE_5_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Fixup for package cluster building.

- 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).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 21 16:19:57 2003 UTC (8 years, 9 months ago) by matusita
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
I've too much asked that where to get files for install.  Apparantly,
the word 'none' is an obscure comment.

No content change, no procedure change, so no bump.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 19 07:09:04 2003 UTC (8 years, 9 months ago) by matusita
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3 lines
Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460
(after repocopying old ones, thank you joe).

It seems that VMware does not provide a new version of guest tools
for VMware 4.x to FreeBSD guest, but it would be better to add these
ports, since users will know FreeBSD runs on VMware 4.x.

I've also add vmware-toolbox port for VMware 4.x, which is for Linux
guest.  In VMware 3.x, we FreeBSD guest user are happy to use FreeBSD
version of vmware-toolbox so we don't need the Linux version.  However,
at least my VMs, FreeBSD version's vmware-toolbox causes X pointer a
bumpy one (pointer moves every seconds); it is unusable.  Linux version
seems OK for me, so if you have seen such behavior, please try
linux-vmware-toolbox4 instead.

Old ports cleanup will come later.

Reviewed by: kuriyama (mentor)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 22 15:51:58 2003 UTC (8 years, 11 months ago) by matusita
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_8_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
De-pkg-comment.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 7 02:44:20 2003 UTC (9 years ago) by seanc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Correct ports that were abusing the FORBIDDEN variable and replace with
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)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 11 13:14:48 2002 UTC (9 years, 9 months ago) by matusita
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_0_0, old_old_old_RELEASE_4_7_0, old_old_old_RELEASE_4_6_2, old_old_old_RELEASE_4_6_1, old_old_old_RELEASE_4_6_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
Mark FORBIDDEN if PACKAGE_BUILDING.  These ports cannot build without
VMware Workstation itself.

Suggested by:	knu

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 11 13:11:12 2002 UTC (9 years, 9 months ago) by matusita
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update VMware toolbox and VMware guestd to 3.1.1 build 1790.
Add comments that these are for VMware 3.x.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 31 13:17:26 2002 UTC (9 years, 10 months ago) by matusita
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_0_DP1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -6 lines
Use installed vmware-guestd to detach VMware Tools CD-ROM.
No content change will apply with this commit.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 15 15:47:38 2002 UTC (9 years, 11 months ago) by matusita
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Change my email address to the one of @FreeBSD.org.

Reviewed by:	kuriyama

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 11 06:59:28 2001 UTC (10 years, 3 months ago) by matusita
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_5_0
Add vmware-guestd, a daemon for VMware 3.x FreeBSD guest OS.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options