CVS log for ports/emulators/vmware-guestd4/Makefile
Up to [FreeBSD] / ports / emulators / vmware-guestd4
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:48:38 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +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.29: 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
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +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.28: 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.27: preferred, colored
Changes since revision 1.27: +1 -7 lines
Remove always true/always false OSVERSION conditions.
Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Populate the 'kld' virtual category, for ports that install Kernel Loadable modules. Hat: portmgr
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 15 10:49:19 2007 UTC (4 years, 11 months ago) by matusita
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 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.25: 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.24: preferred, colored
Changes since revision 1.24: +1 -20 lines
- Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr
Revision 1.24: 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: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +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.23: 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.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
Remove USE_REINPLACE from all categories starting with E
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun May 29 03:56:30 2005 UTC (6 years, 8 months ago) by matusita
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
Forget to set NO_LATEST_LINKS. Submitted by: kris
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: 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: RELEASE_5_3_0, 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: 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: RELEASE_5_2_1, 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: 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: 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_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_RELEASE_5_0_0, old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, 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_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_RELEASE_4_5_0
Add vmware-guestd, a daemon for VMware 3.x FreeBSD guest OS.
