non port: emulators/vmware-guestd4/Makefile |
SVNWeb
|
Number of commits found: 26 |
Thu, 14 Feb 2013
|
[ 09:33 bapt ]
Deprecate ports related to no more support vmware versions
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Tue, 3 Apr 2012
|
[ 00:11 tabthorpe ] (Only the first 10 of 18 ports in this commit are shown above. )
- Reassign to the heap
Approved by: portmgr (tabthorpe)
Feature safe: yes
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sun, 7 Oct 2007
|
[ 02:56 edwin ] (Only the first 10 of 19 ports in this commit are shown above. )
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.
|
Thu, 4 Oct 2007
|
[ 23:08 edwin ]
Remove always true/always false OSVERSION conditions.
|
Fri, 29 Jun 2007
|
[ 09:16 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
|
Thu, 15 Feb 2007
|
[ 10:49 matusita ]
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
|
Fri, 2 Feb 2007
|
[ 17:06 pav ] (Only the first 10 of 48 ports in this commit are shown above. )
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
|
Wed, 31 May 2006
|
[ 06:28 matusita ]
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.
|
Sun, 7 May 2006
|
[ 10:55 edwin ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with E
|
Sun, 29 May 2005
|
[ 03:56 matusita ]
Forget to set NO_LATEST_LINKS.
Submitted by: kris
|
Tue, 8 Mar 2005
|
[ 02:01 matusita ]
Check OSVERSION to set appropriate default CD-ROM device name.
PR: ports/78539
Submitted by: Scot Hetzel <swhetzel at gmail dotcom> (mostly)
|
Sun, 6 Feb 2005
|
[ 14:04 sobomax ]
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.
|
Fri, 23 Jul 2004
|
[ 19:10 anholt ] (Only the first 10 of 163 ports in this commit are shown above. )
- 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)
|
Fri, 25 Jun 2004
|
[ 13:04 matusita ]
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
|
Wed, 23 Jun 2004
|
[ 19:01 matusita ]
Update to 4.5.2 build-8848.
|
Sun, 21 Mar 2004
|
[ 03:12 matusita ]
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
|
Tue, 16 Mar 2004
|
[ 15:37 matusita ]
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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 Oct 2003
|
[ 11:54 matusita ]
Update for VMware Workstation 4.0.5 build-6030.
|
Sat, 6 Sep 2003
|
[ 10:41 matusita ]
Update to 4.0.2.
|
Thu, 24 Jul 2003
|
[ 15:34 matusita ] (Only the first 10 of 12 ports in this commit are shown above. )
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.
|
Mon, 7 Jul 2003
|
[ 15:44 matusita ]
Fix installation messages to users. No content changes, no bump.
Submitted by: SHIOZAKI Takehiko <st@be.to> (mostly)
|
Sun, 4 May 2003
|
[ 14:39 matusita ]
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).
|
Mon, 21 Apr 2003
|
[ 16:19 matusita ]
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.
|
Sat, 19 Apr 2003
|
[ 07:09 matusita ]
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)
|
Number of commits found: 26 |