notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/vmware-guestd5/Makefile

Number of commits found: 27

Thursday, 14 Feb 2013
09:33 bapt search for other commits by this committer
Deprecate ports related to no more support vmware versions
Original commitRevision:312208 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Tuesday, 3 Apr 2012
00:11 tabthorpe search for other commits by this committer
- Reassign to the heap

Approved by:    portmgr (tabthorpe)
Feature safe:   yes
Original commit
Wednesday, 15 Dec 2010
12:42 matusita search for other commits by this committer
Remove unneeded ifdefs.

PR:             153001
Submitted by:   Julian H. Stacey <jhs at berklix dotcom>
Original commit
Sunday, 31 May 2009
20:31 pav search for other commits by this committer
- Resolve LATEST_LINK conflict
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Friday, 6 Jun 2008
14:33 edwin search for other commits by this committer
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)
Original commit
Saturday, 19 Apr 2008
17:56 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)
Original commit
Saturday, 29 Mar 2008
14:20 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)
Original commit
Friday, 7 Mar 2008
21:47 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)
Original commit
Sunday, 7 Oct 2007
02:56 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.
Original commit
Wednesday, 3 Oct 2007
23:00 edwin search for other commits by this committer
Remove support for OSVERSION < 5
Original commit
Friday, 29 Jun 2007
09:16 linimon search for other commits by this committer
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
Original commit
Saturday, 17 Feb 2007
12:36 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.
Original commit
Thursday, 15 Feb 2007
10:49 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
Original commit
Friday, 2 Feb 2007
17:06 pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
Original commit
Wednesday, 31 May 2006
06:28 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.
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Tuesday, 7 Mar 2006
08:28 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)
Original commit
Saturday, 11 Feb 2006
17:23 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
Original commit
Friday, 23 Dec 2005
01:43 matusita search for other commits by this committer
Update to 5.5.1 build 19175.
Original commit
Tuesday, 20 Dec 2005
01:19 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
Original commit
Thursday, 8 Dec 2005
05:13 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>
Original commit
Saturday, 26 Nov 2005
13:29 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.
Original commit
13:23 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
Original commit
09:19 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)
- 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.
Original commit
Wednesday, 18 May 2005
23:07 matusita search for other commits by this committer
Update for VMware Workstation 5 after repocopy.

PR:             80436
Submitted by:   Scot W. Hetzel
Original commit

Number of commits found: 27