Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.5.56455_2 14 Mar 2013 15:09:40 |
rene |
Remove expired, unmaintained ports:
2013-03-14 emulators/vmware-tools5: No more supported upstream
2013-03-14 emulators/vmware-tools6: No more supported upstream
2013-03-14 emulators/vmware-tools4: No more supported upstream
2013-03-14 emulators/vmware-guestd4: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox6: No more supported upstream
2013-03-14 emulators/vmware-guestd6: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox4: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox5: No more supported upstream
2013-03-14 emulators/vmware-guestd5: No more supported upstream |
5.5.5.56455_2 14 Feb 2013 09:33:48 |
bapt |
Deprecate ports related to no more support vmware versions |
5.5.5.56455_2 05 Aug 2012 23:19:40 |
dougb |
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 |
5.5.5.56455_2 03 Apr 2012 00:11:56 |
tabthorpe |
- Reassign to the heap
Approved by: portmgr (tabthorpe)
Feature safe: yes |
5.5.5.56455_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
5.5.5.56455_2 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
5.5.5.56455_2 15 Dec 2010 12:42:15 |
matusita |
Remove unneeded ifdefs.
PR: 153001
Submitted by: Julian H. Stacey <jhs at berklix dotcom> |
5.5.5.56455_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
5.5.5.56455_2 31 May 2009 20:31:08 |
pav |
- Resolve LATEST_LINK conflict |
5.5.5.56455_2 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
5.5.5.56455_2 06 Jun 2008 14:33:40 |
edwin |
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) |
5.5.5.56455_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
5.5.5.56455 29 Mar 2008 14:20:06 |
matusita |
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) |
5.5.1.19175_3 07 Mar 2008 21:47:50 |
flz |
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) |
5.5.1.19175_3 07 Oct 2007 02:56:19 |
edwin |
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. |
5.5.1.19175_2 03 Oct 2007 23:00:29 |
edwin |
Remove support for OSVERSION < 5 |
5.5.1.19175_2 29 Jun 2007 09:16:42 |
linimon |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr |
5.5.1.19175_2 17 Feb 2007 12:36:43 |
matusita |
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. |
5.5.1.19175_2 17 Feb 2007 09:49:53 |
matusita |
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.) |
5.5.1.19175_2 17 Feb 2007 06:24:33 |
matusita |
Unbreak ports: 'dirrmtry' should be '@dirrmtry'.
It seems that there is a mistake on the last commit for xfree86-3 removal. |
5.5.1.19175_2 15 Feb 2007 10:49:20 |
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 |
5.5.1.19175_2 02 Feb 2007 17:06:25 |
pav |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
5.5.1.19175_2 31 May 2006 06:28:01 |
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. |
5.5.1.19175_2 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
5.5.1.19175_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
5.5.1.19175_1 20 Feb 2006 20:47:50 |
dougb |
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. |
5.5.1.19175_1 11 Feb 2006 17:23:19 |
matusita |
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 |
5.5.1.19175 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
5.5.1.19175 23 Dec 2005 01:43:39 |
matusita |
Update to 5.5.1 build 19175. |
5.5.0.18463_2 20 Dec 2005 01:19:05 |
matusita |
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 |
5.5.0.18463_1 08 Dec 2005 05:13:43 |
matusita |
Fix shell-function name that prevents loading vmxnet.ko module at startup.
Bump PORTREVISION.
Submitted by: Stephane E. Potvin <sepotvin at videotron, canada> |
5.5.0.18463 26 Nov 2005 13:29:00 |
matusita |
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. |
5.5.0.18463 26 Nov 2005 13:23:43 |
matusita |
Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.
PR: 89572
Submitted by: NIIMI Satoshi
Pointyhat to: matusita |
5.5.0.18463 26 Nov 2005 09:19:58 |
matusita |
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 ) |
5.0.0.13124 10 Nov 2005 08:19:00 |
matusita |
Put SHA256 checksums.
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...) |
5.0.0.13124 18 May 2005 23:07:57 |
matusita |
Update for VMware Workstation 5 after repocopy.
PR: 80436
Submitted by: Scot W. Hetzel |