FreshPorts -- The Place For Ports Sat, 17 May 2008 9:04 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
vmware-guestd5 5.5.5.56455_1 emulators on this many watch lists=4 search for ports that depend on this port
Restricted RESTRICTED: "Not sure if we can redistribute this."
Is Interactive IS INTERACTIVE: yes
VMware guest OS supporting daemon (VMware Workstation 5.x, FreeBSD version)
Maintained by: matusita@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 May 2005 00:08:34
Also Listed In: kld


vmware-guestd daemon is for time synchronization with host OS and others.
Beware, this port is for FreeBSD _guest_ OS.  You don't need to install
this ports to FreeBSD _host_ OS.  This ports also installs a kernel modules
for FreeBSD guest.

If you want to run FreeBSD as a VMware guest OS, install this port
would help you.  If you want to run X, install vmware-tools too.

This port assumes that a) users want only "must-have" binaries and
b) guest OS runs on a certain architecture and never be changed.  For
those want full-feature of VMware Tools, use the installer bundled with
VMware Tools instead.

WWW:	http://www.vmware.com/products/ws/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
emulators/vmware-tools5

To install the port: cd /usr/ports/emulators/vmware-guestd5/ && make install clean

No package is available: "Not sure if we can redistribute this."


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  5.5.5.56455_1
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
29 Mar 2008 14:20:06
Original commit files touched by this commit  5.5.5.56455
matusita search for other commits by this committer
Update to 5.5.5 build 56455.  Also fix for FreeBSD 8-current guest.

PR:             118566
Submitted by:   Tomoyuki Okazaki (okazaki at kick dot group dot japan)
07 Mar 2008 21:47:50
Original commit files touched by this commit  5.5.1.19175_3
flz search for other commits by this committer
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)
07 Oct 2007 03:56:19
Original commit files touched by this commit  5.5.1.19175_3
edwin search for other commits by this committer
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.
04 Oct 2007 00:00:29
Original commit files touched by this commit  5.5.1.19175_2
edwin search for other commits by this committer
Remove support for OSVERSION < 5
29 Jun 2007 10:16:42
Original commit files touched by this commit  5.5.1.19175_2
linimon search for other commits by this committer
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
17 Feb 2007 12:36:43
Original commit files touched by this commit  5.5.1.19175_2
matusita search for other commits by this committer
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.
17 Feb 2007 09:49:53
Original commit files touched by this commit  5.5.1.19175_2
matusita search for other commits by this committer
Use '@stopdaemon' command recently introduced.

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.)
17 Feb 2007 06:24:33
Original commit files touched by this commit  5.5.1.19175_2
matusita search for other commits by this committer
Unbreak ports: 'dirrmtry' should be '@dirrmtry'.

It seems that there is a mistake on the last commit for xfree86-3 removal.
15 Feb 2007 10:49:20
Original commit files touched by this commit  5.5.1.19175_2
matusita search for other commits by this committer
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
02 Feb 2007 17:06:25
Original commit files touched by this commit  5.5.1.19175_2
pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
31 May 2006 07:28:01
Original commit files touched by this commit  5.5.1.19175_2
matusita search for other commits by this committer
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.
07 May 2006 11:55:47
Original commit files touched by this commit  5.5.1.19175_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
07 Mar 2006 08:28:06
Original commit files touched by this commit  5.5.1.19175_2
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
20 Feb 2006 20:47:50
Original commit files touched by this commit  5.5.1.19175_1
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
11 Feb 2006 17:23:19
Original commit files touched by this commit  5.5.1.19175_1
matusita search for other commits by this committer
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
22 Jan 2006 05:52:28
Original commit files touched by this commit  5.5.1.19175
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
23 Dec 2005 01:43:39
Original commit files touched by this commit  5.5.1.19175
matusita search for other commits by this committer
Update to 5.5.1 build 19175.
20 Dec 2005 01:19:05
Original commit files touched by this commit  5.5.0.18463_2
matusita search for other commits by this committer
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
08 Dec 2005 05:13:43
Original commit files touched by this commit  5.5.0.18463_1
matusita search for other commits by this committer
Fix shell-function name that prevents loading vmxnet.ko module at startup.
Bump PORTREVISION.

Submitted by:   Stephane E. Potvin <sepotvin at videotron, canada>
26 Nov 2005 13:29:00
Original commit files touched by this commit  5.5.0.18463
matusita search for other commits by this committer
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.
26 Nov 2005 13:23:43
Original commit files touched by this commit  5.5.0.18463
matusita search for other commits by this committer
Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.

PR:             89572
Submitted by:   NIIMI Satoshi
Pointyhat to:   matusita
26 Nov 2005 09:19:58
Original commit files touched by this commit  5.5.0.18463
matusita search for other commits by this committer
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
10 Nov 2005 08:19:00
Original commit files touched by this commit  5.0.0.13124
matusita search for other commits by this committer
Put SHA256 checksums.

Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...)
19 May 2005 00:07:57
Original commit files touched by this commit  5.0.0.13124
matusita search for other commits by this committer
Update for VMware Workstation 5 after repocopy.

PR:             80436
Submitted by:   Scot W. Hetzel

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.588 seconds.