aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware-guestd4
Commit message (Collapse)AuthorAgeFilesLines
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+6
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-2/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=201024
* Remove always true/always false OSVERSION conditions.Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200870
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Use '@stopdaemon' command recently introduced.Makoto Matsushita2007-02-171-0/+1
| | | | | | | | | Actually, vmware-guestd4 package content is changed but I don't want to bump the version -- it is used only in uninstallation phase (and VMware Workstation 4.x is no longer updated so no uninstallation will be needed.) Notes: svn path=/head/; revision=185359
* Set LC_CTYPE to 'C' for ${REINPLACE_CMD}, since if LC_CTYPE is set toMakoto Matsushita2007-02-151-2/+2
| | | | | | | | | | | others (such as ja_JP.eucJP), replacing string may fail. No bumps, since nothing changed if REINPLACE_CMD works as expected. Requested by: kuriyama Notes: svn path=/head/; revision=185225
* - Remove support for xfree86-3Pav Lucistnik2007-02-023-28/+5
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* Follow the new world order: use 'USE_RC_ORDER=file.sh' feature.Makoto Matsushita2006-05-313-56/+5
| | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=164051
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Put SHA256 checksums.Makoto Matsushita2005-11-101-0/+1
| | | | | | | | Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me a pointyhat to me...) Notes: svn path=/head/; revision=147809
* Forget to set NO_LATEST_LINKS.Makoto Matsushita2005-05-291-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=136367
* Check OSVERSION to set appropriate default CD-ROM device name.Makoto Matsushita2005-03-081-2/+6
| | | | | | | | PR: ports/78539 Submitted by: Scot Hetzel <swhetzel at gmail dotcom> (mostly) Notes: svn path=/head/; revision=130576
* o Make sure that /etc/vmware-tools is created as symlink pointing out toMaxim Sobolev2005-02-064-4/+16
| | | | | | | | | | | | | | | | | | | ${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. Notes: svn path=/head/; revision=128152
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-2/+2
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Fix kernel module build.Makoto Matsushita2004-06-251-2/+2
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=112237
* Update to 4.5.2 build-8848.Makoto Matsushita2004-06-231-3/+3
| | | | Notes: svn path=/head/; revision=112081
* Kill Linux-guest specific bogus messages by vmware-guestd.Makoto Matsushita2004-03-213-0/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=104806
* Update to 4.5.1 build 7568, with lots of cleanup.Makoto Matsushita2004-03-166-94/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=104172
* Update for VMware Workstation 4.0.5 build-6030.Makoto Matsushita2003-10-111-2/+2
| | | | Notes: svn path=/head/; revision=90847
* Update to 4.0.2.Makoto Matsushita2003-09-061-2/+2
| | | | Notes: svn path=/head/; revision=88627
* Fix module pathname.Makoto Matsushita2003-08-021-1/+1
| | | | | | | Found by: SHIOZAKI Takehiko <st@be.to> Notes: svn path=/head/; revision=86187
* Update VMware Tools for 4.0.1 build-5289, the latest version of VMwareMakoto Matsushita2003-07-249-27/+146
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=85531
* Fix installation messages to users. No content changes, no bump.Makoto Matsushita2003-07-071-1/+1
| | | | | | | Submitted by: SHIOZAKI Takehiko <st@be.to> (mostly) Notes: svn path=/head/; revision=84397
* Fixup for package cluster building.Makoto Matsushita2003-05-041-3/+1
| | | | | | | | | - 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). Notes: svn path=/head/; revision=80109
* I've too much asked that where to get files for install. Apparantly,Makoto Matsushita2003-04-211-1/+1
| | | | | | | | | the word 'none' is an obscure comment. No content change, no procedure change, so no bump. Notes: svn path=/head/; revision=79419
* Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460Makoto Matsushita2003-04-191-3/+6
| | | | | | | | | | | | | | | | | | | | | | | (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) Notes: svn path=/head/; revision=79261
* De-pkg-comment.Makoto Matsushita2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76158
* 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) Notes: svn path=/head/; revision=75004
* Fix startup-scripts for -current /bin/sh issues.Anders Nordby2002-08-142-2/+4
| | | | Notes: svn path=/head/; revision=64482
* Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build withoutMakoto Matsushita2002-05-111-0/+3
| | | | | | | | | VMware Workstation itself. Suggested by: knu Notes: svn path=/head/; revision=58919
* 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. Notes: svn path=/head/; revision=58918
* Use installed vmware-guestd to detach VMware Tools CD-ROM.Makoto Matsushita2002-03-311-6/+1
| | | | | | | No content change will apply with this commit. Notes: svn path=/head/; revision=57052
* Change my email address to the one of @FreeBSD.org.Makoto Matsushita2002-03-151-1/+1
| | | | | | | Reviewed by: kuriyama Notes: svn path=/head/; revision=56155
* Add vmware-guestd, a daemon for VMware 3.x FreeBSD guest OS.Makoto Matsushita2001-11-116-0/+149
Notes: svn path=/head/; revision=49935