/net/isc-dhcp31-relay/

it repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware-tools5
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Packaging bugfix: we don't need ${X11BASE}/etc/rc.d/vmware-guestd{,.sh}matusita2007-02-171-1/+1
| | | | | | | | 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.
* Fix some errors, including:matusita2006-02-121-1/+1
| | | | | | | | | | | | - 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
* Update to 5.5.1 build 19175.matusita2005-12-231-1/+1
|
* Move /etc/vmware-tools/* files to vmware-tools5, since VMware Playermatusita2005-12-201-1/+1
| | | | | | | | | | 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
* Add PORTREVISION line to vmware-tools5, so this port may have its ownmatusita2005-11-261-0/+1
| | | | | | | | 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.
* Dear VMware Workstation users around the world, here is an upgrade ofmatusita2005-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.