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/open-vm-tools/pkg-plist
SVNWeb

Number of commits found: 52

Thu, 25 Mar 2021
[ 12:10 garga search for other commits by this committer ] Original commit   Revision:569197
emulators/open-vm-tools: Update to 11.2.5 and other changes

- Update to 11.2.5 [1]
- Make fuse dependency optional adding new FUSE option, enabled by default [2]
- Remove CONFLICTS with packages that were removed years ago
- Remove DOCS items from pkg-plist and use PORTDOCS instead
- Install default tools.conf [1]
- Do not mkdir directories not covered by pkg-plist
- Rework patch-lib_guestApp_guestApp.c to respect ${PREFIX}
- vmware-kmod.in:
	- Simplify logic
	- Use kldstat -q instead of redirect stdout/stderr [2]
- Partially restore @preunexec removed in r473438.  Set tools.set.version as 0
  is important to let hypervisor to be notified package is removed.  Otherwise
  vCenter console shows tools status as "installed" but "not-running". [3]

PR:		252699 [1]
		226204 [2]
		246440 [3]
Submitted by:	John Wolfe <jwolfe@vmware.com> [1] [3]
		ohauer [2]
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Fri, 8 Jan 2021
[ 07:47 fluffy search for other commits by this committer ] Original commit   Revision:560752 (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Fri, 15 May 2020
[ 03:52 jkim search for other commits by this committer ] Original commit   Revision:535263
- Install a script in ${PREFIX}/bin rather than /usr/bin.  Fix plist.
- Add DOCS option for consistent build.  Documentation was automatically
built when doxygen was found by the configure script.

PR:		246468
Approved by:	jpaetzel (maintainer)
Tue, 29 Oct 2019
[ 14:36 jpaetzel search for other commits by this committer ] Original commit   Revision:515982
Update to version 11.0.1

The biggest change is the removal of vmxnet from this package.  This means you
*must* be using the vmx driver included in FreeBSD or your networking will fail
after this update.  This is a danger for people who are running unsupported
versions
of FreeBSD but could also affect people who are running custom kernels that have
removed vmx from them.

This update reduces our patchset by taking advantage of patches submitted
upstream.

Sponsored by:	Panzura
Wed, 27 Jun 2018
[ 13:55 mat search for other commits by this committer ] Original commit   Revision:473439 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Do not force stop services when a package is deinstalled.

Starting or stopping services is the role of pkg(8).

Sponsored by:	Absolight
Thu, 28 Dec 2017
[ 22:45 jpaetzel search for other commits by this committer ] Original commit   Revision:457485
Don't remove a config file the port doesn't install.

PR:	224595
Reported by:	Mikhail Golub <gmn@gmn.org.ua>
Reviewed by:	John Wolfe <jwolfe@vmware.com>
Sat, 23 Dec 2017
[ 05:20 jpaetzel search for other commits by this committer ] Original commit   Revision:457023
Update to 10.2.0

See the following link for the full release notes for this release:
https://github.com/vmware/open-vm-tools/blob/10.2.x/ReleaseNotes.md

PR:	224373
Submitted by:	John Wolfe <jwolfe@vmware.com>
Fri, 30 Jun 2017
[ 18:37 swills search for other commits by this committer ] Original commit   Revision:444773 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
emulators/open-vm-tools: update to 10.1.5
Fri, 24 Mar 2017
[ 14:43 swills search for other commits by this committer ] Original commit   Revision:436816
emulators/open-vm-tools: improve scripts

Make it possible to disable the rc scripts.
Still default to enabled, but only when checkvm says we are in a VM.
While here, improve scripts slightly.

Requested by:	mat
Tested by:	mat
Wed, 22 Mar 2017
[ 14:52 swills search for other commits by this committer ] Original commit   Revision:436703 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
emulators/open-vm-tools: Update to 10.1.0

PR:		212471
Sun, 7 Jun 2015
[ 12:53 swills search for other commits by this committer ] Original commit   Revision:388693
emulators/open-vm-tools: Fix pam issue

While here, fix a plist issue

PR:		200637
Fri, 31 Oct 2014
[ 19:40 bapt search for other commits by this committer ] Original commit   Revision:371903
Simplify plist
Mon, 27 Oct 2014
[ 12:24 bapt search for other commits by this committer ] Original commit   Revision:371563 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Clean up plist
Thu, 3 Jul 2014
[ 11:09 amdmi3 search for other commits by this committer ] Original commit   Revision:360353
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Fri, 25 Apr 2014
[ 15:39 swills search for other commits by this committer ] Original commit   Revision:352137
- Fix build on 11-CURRENT by patching:
  modules/freebsd/vmhgfs/channel.h [2] [3]
  libvmtools/i18n.c [2]
  modules/freebsd/vmmemctl/os.c [4]

PR:		ports/187426 [1]
PR:		ports/188744 [2]
Submitted by:	alfred [2]
Submitted by:	garga [3]
Submitted by:	bdrewery [4]
Wed, 1 Jan 2014
[ 16:49 swills search for other commits by this committer ] Original commit   Revision:338381
- Add an ugly hack to rename base64.h so that it doesn't conflict with the one
  installed by security/heimdal

PR:		ports/177454
Reported by:	Andriy Syrovenko <andriys@gmail.com>
Sat, 16 Nov 2013
[ 23:22 swills search for other commits by this committer ] Original commit   Revision:334036
- Update to 9.4.0
- Commit open-vm-tools-nox11 part of conversion to optionsNG missed in last
  commit [1]
- Fix plist issue with open-vm-tools-nox11 with optionsNG enabled

PR:		ports/183893 [1]
Submitted by:	mat
[ 14:18 swills search for other commits by this committer ] Original commit   Revision:333999
- Convert to new options framework
- Pet portlint

PR:		ports/183893
Submitted by:	mat
[ 04:35 swills search for other commits by this committer ] Original commit   Revision:333981 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to 9.2.3-1031360 [1]
- Fix build on CURRENT

PR:		ports/180471 [1] (partially)
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [1] (partially)
Thu, 7 Nov 2013
[ 21:50 swills search for other commits by this committer ] Original commit   Revision:333158
- Add stage support
- Convert to USES=kmod

PR:		ports/183754
Submitted by:	mat
Tue, 22 Oct 2013
[ 13:57 amdmi3 search for other commits by this committer ] Original commit   Revision:331271 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Sat, 19 Oct 2013
[ 14:39 tijl search for other commits by this committer ] Original commit   Revision:330878 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Fix build with clang and recent kernel API changes.
- Use new style LIB_DEPENDS.

PR:		173038, 174290, 180499
Submitted by:	Garrett Cooper <yaneurabeya@gmail.com>
Approved by:	swills (maintainer)
Fri, 17 Feb 2012
[ 16:54 scheidell search for other commits by this committer ] Original commit 
- Back out all changes to date starting with this pr.
- changes that were applied by several people, one change (mine, the actual
upgrade) made hgfs unloadable.
- other changes along the way, attempting to fix it made port broken were also
backed out
- Only patches left were DougB's rc script patches
- Bump PORTEPOCH

PR:             ports/161891
Submitted by:   scheidell (me)
Approved by:    ports@ (maintainer, implicit), gabor (mentor)
Mon, 16 Jan 2012
[ 00:07 scheidell search for other commits by this committer ] Original commit 
- patch vmhgfs to allow make it loadable [1]
- patch Makefile/plist/pkg-message to prevent install of broken vmhgfs,
suggested by swills
- Add USE_AUTOMAKE=yes to keep build from taking two passes, and keep tinderbox
happy

Submitted by:   swills [1]
Approved by:    gabor (mentor)
Sun, 8 Jan 2012
[ 01:20 scheidell search for other commits by this committer ] Original commit 
- Updated to 8.8.0

PR:             ports/161891
Submitted by:   Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:    gabor (mentor)
Fri, 14 Oct 2011
[ 20:12 swills search for other commits by this committer ] Original commit 
- Update to 425873
- Unmark broken
- Pet portlint

PR:             ports/161001
Submitted by:   swills (me)
Approved by:    maintainer timeout (>2 weeks)
Mon, 15 Nov 2010
[ 23:57 mbr search for other commits by this committer ] Original commit 
Upgrade to build 313025, release date 2010.10.18

Fix build on HEAD
Fix dhclient resume
Fix pkgconfig

PR:             151872, 149116, 150913
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Sun, 6 Jun 2010
[ 19:31 mbr search for other commits by this committer ] Original commit 
Add vmware-tools/scripts/vmware to package list

Submitted by:   QAT
[ 17:44 mbr search for other commits by this committer ] Original commit 
Fix package list

Submitted by:   QAT
[ 14:55 mbr search for other commits by this committer ] Original commit 
Upgrade to build 253928
Sun, 10 Jan 2010
[ 10:31 mbr search for other commits by this committer ] Original commit 
Upgrade to open-vm-tools-2009.12.16 build 217847
Sat, 2 Jan 2010
[ 16:29 mbr search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Upgrade open-vm-tools to build 210370 (PR 142112)

Fix complile on FreeBSD 9
Add missing pkg-plist files

PR:             ports/142112 (partly)
Submitted by:   Steve Wills <steve@mouf.net>
Thu, 11 Jun 2009
[ 21:51 mbr search for other commits by this committer ] Original commit 
Add missing dir to pkg-plist.
Mon, 8 Jun 2009
[ 23:24 mbr search for other commits by this committer ] Original commit 
Upgrade open-vm-tools to build 167859 from 2009.05.22
Add vfs layer fixes for recent FreeBSD CURRENT
Vmtools-guestd has been replaced by vmtoolsd

PR:             ports/134879
Submitted by:   Tom McLaughlin <tmclaugh@freebsd.org>
Mon, 6 Apr 2009
[ 22:56 mbr search for other commits by this committer ] Original commit 
Try to fix the remaining dependencies and
back out previous commit.

Also add a FUSE dependency to fix a soft error.

Submitted by:   kan
Wed, 25 Mar 2009
[ 18:18 mbr search for other commits by this committer ] Original commit 
Unbreak the ports
Fix PLIST for both with and without X11.
Fix some configure/build errors with WITH_UNITY option.
Eliminate use of LIB32DIR because no i386 binary is included in the distfile.

PR:             ports/132999
Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
Tue, 3 Mar 2009
[ 23:26 mbr search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Upgrade the port to build 148847 from 2009.02.18.

PR:             ports/130583
Submitted by:   lstewart
Reviewed by:    KUROSAWA Takahiro <takahiro.kurosawa@gmail.com>
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Sat, 29 Nov 2008
[ 22:57 pav search for other commits by this committer ] Original commit 
- share/pixmaps is part of mtree, must not be removed by individual ports

Reported by:    pointyhat
Sun, 9 Nov 2008
[ 22:39 mbr search for other commits by this committer ] Original commit 
vmware-toolbox and vmware-user are installed in bin/ rather than sbin/

PR:             128509
Submitted by:   olgeni
Mon, 20 Oct 2008
[ 13:41 mbr search for other commits by this committer ] Original commit 
Remove the following non-existent files
from pkg-plist (unbreaks package target).

sbin/vmware-toolbox sbin/vmware-user

Submitted by:   olgeni
Mon, 29 Sep 2008
[ 19:17 mbr search for other commits by this committer ] Original commit 
Another bunch of fixes:

 - pet portlint(1)
 - add info on the rc.conf settings
 - don't reinstall files twice
 - open-vm-tools and open-vm-tools-nox11 need to CONFLICT each other
 - on 5.x, the scripts won't try to load unsupported kmods
 - kldxref should be run also on 5.x
 - bump PORTREVISION

Submitted by:   Angelo Turetta <aturetta@bestunion.it>
[ 11:59 mbr search for other commits by this committer ] Original commit 
Unbreak open-vm-tools. Fix pkg-lists.

Submitted by:   olgeni, Angelo Turetta <aturetta@bestunion.it>
Mon, 4 Aug 2008
[ 18:51 mbr search for other commits by this committer ] Original commit 
Keep share/pixmaps in pkg lists.
Sun, 3 Aug 2008
[ 14:39 mbr search for other commits by this committer ] Original commit 
vmware-guestd has been installed twice. Fix pkg-plist for this issue.

Submitted by:   Olli Hauer <ohauer@gmx.de>
PR:             126210
Sun, 27 Jul 2008
[ 13:57 mbr search for other commits by this committer ] Original commit 
Second try to fix the package list.
Mon, 21 Jul 2008
[ 23:43 mbr search for other commits by this committer ] Original commit 
Change GTK12 dependency to GTK20 to fix the package build.
Fix package lists.
Bump portrevision.
Tue, 8 Jul 2008
[ 16:03 mbr search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Upgrade to build 102166, 2008.07.01
Thu, 15 May 2008
[ 17:24 mbr search for other commits by this committer ] Original commit 
- Add dependency on devel/icu
- Split startup rc files, start vmware-kmod.sh earlier
- Bump portrevision

Submitted by:   jkim
Sat, 5 Apr 2008
[ 07:33 mbr search for other commits by this committer ] Original commit 
Add missing files to pkg-plist.

Submitted by:   pav
Tue, 1 Apr 2008
[ 23:55 mbr search for other commits by this committer ] Original commit 
Normalize package name.
Fix FreeBSD 5 builds.
Fri, 28 Mar 2008
[ 13:30 mbr search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add open-vm-tools, a open source version of the vmware-guestd and
vmware-tools ports.

Number of commits found: 52