notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/open-vm-tools/pkg-plist

Number of commits found: 53

Wednesday, 19 Jul 2023
15:38 Renato Botelho (garga) search for other commits by this committer
emulators/open-vm-tools: Add DEPLOYPKG option

Before this change, open-vm-tools port used to depend inconditionally of
libmspack, which is a requirement of DeployPkg plugin.  It turns out
that configure script only enable this plugin automatically on linux, so
it was not being built and dependency was not supposed to be there.

Instead of removing bogus dependency, I decided to add DEPLOYPKG option,
used to enable that plugin and left it off by default in order to
preserve previous default behavior.

Some changes on source code were needed to make DeployPkg to build on
FreeBSD and are done by new patches, which I intend to submit upstream.

Reported by:	vangyzen
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 6b0def58e21327b708a50ad5afd7d8ddc77438d1 commit hash: 6b0def58e21327b708a50ad5afd7d8ddc77438d1 commit hash: 6b0def58e21327b708a50ad5afd7d8ddc77438d1 commit hash: 6b0def58e21327b708a50ad5afd7d8ddc77438d1 6b0def5
Thursday, 25 Mar 2021
12:10 garga search for other commits by this committer
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")
Original commitRevision:569197 
Friday, 8 Jan 2021
07:47 fluffy search for other commits by this committer
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
Original commitRevision:560752 
Friday, 15 May 2020
03:52 jkim search for other commits by this committer
- 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)
Original commitRevision:535263 
Tuesday, 29 Oct 2019
14:36 jpaetzel search for other commits by this committer
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
Original commitRevision:515982 
Wednesday, 27 Jun 2018
13:55 mat search for other commits by this committer
Do not force stop services when a package is deinstalled.

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

Sponsored by:	Absolight
Original commitRevision:473439 
Thursday, 28 Dec 2017
22:45 jpaetzel search for other commits by this committer
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>
Original commitRevision:457485 
Saturday, 23 Dec 2017
05:20 jpaetzel search for other commits by this committer
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>
Original commitRevision:457023 
Friday, 30 Jun 2017
18:37 swills search for other commits by this committer
emulators/open-vm-tools: update to 10.1.5
Original commitRevision:444773 
Friday, 24 Mar 2017
14:43 swills search for other commits by this committer
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
Original commitRevision:436816 
Wednesday, 22 Mar 2017
14:52 swills search for other commits by this committer
emulators/open-vm-tools: Update to 10.1.0

PR:		212471
Original commitRevision:436703 
Sunday, 7 Jun 2015
12:53 swills search for other commits by this committer
emulators/open-vm-tools: Fix pam issue

While here, fix a plist issue

PR:		200637
Original commitRevision:388693 
Friday, 31 Oct 2014
19:40 bapt search for other commits by this committer
Simplify plist
Original commitRevision:371903 
Monday, 27 Oct 2014
12:24 bapt search for other commits by this committer
Clean up plist
Original commitRevision:371563 
Thursday, 3 Jul 2014
11:09 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:360353 
Friday, 25 Apr 2014
15:39 swills search for other commits by this committer
- 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]
Original commitRevision:352137 
Wednesday, 1 Jan 2014
16:49 swills search for other commits by this committer
- 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>
Original commitRevision:338381 
Saturday, 16 Nov 2013
23:22 swills search for other commits by this committer
- 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
Original commitRevision:334036 
14:18 swills search for other commits by this committer
- Convert to new options framework
- Pet portlint

PR:		ports/183893
Submitted by:	mat
Original commitRevision:333999 
04:35 swills search for other commits by this committer
- 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)
Original commitRevision:333981 
Thursday, 7 Nov 2013
21:50 swills search for other commits by this committer
- Add stage support
- Convert to USES=kmod

PR:		ports/183754
Submitted by:	mat
Original commitRevision:333158 
Tuesday, 22 Oct 2013
13:57 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Original commitRevision:331271 
Saturday, 19 Oct 2013
14:39 tijl search for other commits by this committer
- 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)
Original commitRevision:330878 
Friday, 17 Feb 2012
16:54 scheidell search for other commits by this committer
- 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)
Original commit
Monday, 16 Jan 2012
00:07 scheidell search for other commits by this committer
- 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)
Original commit
Sunday, 8 Jan 2012
01:20 scheidell search for other commits by this committer
- Updated to 8.8.0

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

PR:             ports/161001
Submitted by:   swills (me)
Approved by:    maintainer timeout (>2 weeks)
Original commit
Monday, 15 Nov 2010
23:57 mbr search for other commits by this committer
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>
Original commit
Sunday, 6 Jun 2010
19:31 mbr search for other commits by this committer
Add vmware-tools/scripts/vmware to package list

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

Submitted by:   QAT
Original commit
14:55 mbr search for other commits by this committer
Upgrade to build 253928
Original commit
Sunday, 10 Jan 2010
10:31 mbr search for other commits by this committer
Upgrade to open-vm-tools-2009.12.16 build 217847
Original commit
Saturday, 2 Jan 2010
16:29 mbr search for other commits by this committer
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>
Original commit
Thursday, 11 Jun 2009
21:51 mbr search for other commits by this committer
Add missing dir to pkg-plist.
Original commit
Monday, 8 Jun 2009
23:24 mbr search for other commits by this committer
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>
Original commit
Monday, 6 Apr 2009
22:56 mbr search for other commits by this committer
Try to fix the remaining dependencies and
back out previous commit.

Also add a FUSE dependency to fix a soft error.

Submitted by:   kan
Original commit
Wednesday, 25 Mar 2009
18:18 mbr search for other commits by this committer
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>
Original commit
Tuesday, 3 Mar 2009
23:26 mbr search for other commits by this committer
Upgrade the port to build 148847 from 2009.02.18.

PR:             ports/130583
Submitted by:   lstewart
Reviewed by:    KUROSAWA Takahiro <takahiro.kurosawa@gmail.com>
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 29 Nov 2008
22:57 pav search for other commits by this committer
- share/pixmaps is part of mtree, must not be removed by individual ports

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

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

sbin/vmware-toolbox sbin/vmware-user

Submitted by:   olgeni
Original commit
Monday, 29 Sep 2008
19:17 mbr search for other commits by this committer
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>
Original commit
11:59 mbr search for other commits by this committer
Unbreak open-vm-tools. Fix pkg-lists.

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

Submitted by:   Olli Hauer <ohauer@gmx.de>
PR:             126210
Original commit
Sunday, 27 Jul 2008
13:57 mbr search for other commits by this committer
Second try to fix the package list.
Original commit
Monday, 21 Jul 2008
23:43 mbr search for other commits by this committer
Change GTK12 dependency to GTK20 to fix the package build.
Fix package lists.
Bump portrevision.
Original commit
Tuesday, 8 Jul 2008
16:03 mbr search for other commits by this committer
Upgrade to build 102166, 2008.07.01
Original commit
Thursday, 15 May 2008
17:24 mbr search for other commits by this committer
- Add dependency on devel/icu
- Split startup rc files, start vmware-kmod.sh earlier
- Bump portrevision

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

Submitted by:   pav
Original commit
Tuesday, 1 Apr 2008
23:55 mbr search for other commits by this committer
Normalize package name.
Fix FreeBSD 5 builds.
Original commit
Friday, 28 Mar 2008
13:30 mbr search for other commits by this committer
Add open-vm-tools, a open source version of the vmware-guestd and
vmware-tools ports.
Original commit

Number of commits found: 53