aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
Commit message (Collapse)AuthorAgeFilesLines
* emulators/open-vm-tools: Update to 11.3.5Renato Botelho2021-09-302-4/+4
| | | | | | PR: 258754 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Fix buildRenato Botelho2021-08-182-28/+0
| | | | | | | Remove some patches introduced by 42dfc139f65 that are note needed on 11.3.0 and fix build Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 11.3.0Vincent Milum Jr2021-08-182-7/+7
| | | | | | | This version introduces aarch64 support PR: 256282 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Prepare for glib 2.68.3Neel Chauhan2021-08-034-0/+53
| | | | PR: 256200
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/open-vm-tools: Update to 11.2.5 and other changesRenato Botelho2021-03-255-269/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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") Notes: svn path=/head/; revision=569197
* emulators/open-vm-tools: Flavorize and other tweaksRenato Botelho2021-03-172-63/+57
| | | | | | | | | | | | | - Remove emulators/open-vm-tools-nox11 and create a nox11 flavor - Regenerate patches with make makepatch - Sort Makefile and make portclippy and portlint happy - Remove unused variables - Simplify Makefile Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=568677
* emulators/open-vm-tools: Take maintainershipRenato Botelho2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566949
* deorbit jpaetzelJosh Paetzel2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566930
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-3/+2
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=560752
* emulators/open-vm-tools: update to 11.2.0 releaseDima Panov2020-12-318-20/+22
| | | | | | | | | PR: 250550 Submitted by: fluffy Approved by: jpaetzel Notes: svn path=/head/; revision=559767
* Fix an issue where the rc.d script can error out because it was run before ↵Josh Paetzel2020-10-212-1/+2
| | | | | | | | | | | ldconfig PR: 250407 Submitted by: dim Sponsored by: Panzura Notes: svn path=/head/; revision=552879
* Update to 11.1.5Josh Paetzel2020-09-103-22/+5
| | | | | | | | | | | | | | There's no functional changes in this update that apply to FreeBSD. Upstream fixed some issues detected by coverity. https://github.com/vmware/open-vm-tools/blob/stable-11.1.5/ReleaseNotes.md PR: 248782 Submitted by: John Wolfe <jwolfe@vmware.com> Sponsored by: Panzura, Inc Notes: svn path=/head/; revision=548202
* Fix compilation in a -fno-common universeJosh Paetzel2020-08-242-0/+17
| | | | Notes: svn path=/head/; revision=546031
* Clean up some thingsTobias Kortkamp2020-05-301-1/+1
| | | | | | | Reported by: portscan Notes: svn path=/head/; revision=537026
* - Install a script in ${PREFIX}/bin rather than /usr/bin. Fix plist.Jung-uk Kim2020-05-153-21/+284
| | | | | | | | | | | - Add DOCS option for consistent build. Documentation was automatically built when doxygen was found by the configure script. PR: 246468 Approved by: jpaetzel (maintainer) Notes: svn path=/head/; revision=535263
* Update to version 11.1.0Josh Paetzel2020-05-146-148/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In terms of functionality this update is a no-op on FreeBSD. Some local patches were upstreamed and have been removed from the port. Tested matrix is ESXi 6.5 and 6.7, and Fusion. FreeBSD HEAD, 12.1-R, 12.0-R and 11.3-R AMD64 The test plan ensures the VM power control works from the management app, that the memory balloon driver operates properly, and that reporting back to vCenter as far as IP and whether the tools are installed and operational works. In particular no i386 versions of FreeBSD were explicitly tested, nor was any testing done on ESXi 7.0 https://github.com/vmware/open-vm-tools/blob/stable-11.1.0/ReleaseNotes.md The new functionality in this version of the tools is Windows/Linux only. See the listed PR for the pieces FreeBSD needs to achieve parity. PR: 246338 Submitted by: jwolfe@vmware.com Sponsored by: Panzura Notes: svn path=/head/; revision=535238
* Unbreak build on HEADJosh Paetzel2020-02-062-3/+30
| | | | | | | | | PR: 243864 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Sponsored by: Panzura Notes: svn path=/head/; revision=525444
* Fix build on HEADJosh Paetzel2020-01-112-0/+40
| | | | | | | | PR: 243240 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Notes: svn path=/head/; revision=522696
* Fix build on HEADJosh Paetzel2020-01-111-0/+64
| | | | | | | | | PR: 242679 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Reviewed by: jhb Notes: svn path=/head/; revision=522695
* Fix build with src r354909 applied.Brooks Davis2019-11-222-0/+22
| | | | Notes: svn path=/head/; revision=518160
* Bump PORTREVISION to rebuild pkg in HEADJosh Paetzel2019-11-181-1/+1
| | | | | | | | | | | | | | | | For users tracking stable/12, stable/11, or supported releases this will result in an upgrade of the port with no functional change. For users tracking HEAD before r353150 the new binary pkg will likely cause your system to panic. PR: 241180 Sponsored by: Panzura Fix suggested by: mp Notes: svn path=/head/; revision=517880
* Add USES=xorg USES=gl, ports categories e and gNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516847
* Update rc.d script to chase the removal of vmxnetJosh Paetzel2019-10-302-15/+1
| | | | | | | | PR: 241580 Submitted by: ard_1@mail.ru Notes: svn path=/head/; revision=516083
* Update to version 11.0.1Josh Paetzel2019-10-296-190/+7
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=515982
* Do not set CONFLICTS{,_INSTALL} twiceTobias Kortkamp2019-01-081-2/+2
| | | | Notes: svn path=/head/; revision=489672
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-4/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* Remove DNET option and hardwire the libdnet dependencyJosh Paetzel2018-10-301-6/+5
| | | | | | | | | | | It hasn't actually been optional for a very long time. PR: 231872 Reported by: Olli Hauer Notes: svn path=/head/; revision=483517
* Update to 10.3.0Josh Paetzel2018-09-2911-259/+25
| | | | | | | | PR: 229985 Submitted by: John Wolfe <jwolfe@vmware.com> Notes: svn path=/head/; revision=480889
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Chase FreeBSD HEAD changesJosh Paetzel2018-08-312-8/+84
| | | | | | | | | | | r338318, r338143 The patches have been upstreamed to VMware. Submitted by: dim Notes: svn path=/head/; revision=478602
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-272-2/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* Update to version 10.2.5Josh Paetzel2018-05-2813-75/+46
| | | | | | | | | | | | | For the most part this is just to track upstream for FreeBSD. In particular 10.2.0 introduced a regression whereby UFS support was dropped. The fix was backported to the FreeBSD port of 10.2.0 in lieu of waiting for 10.2.5 to be released. PR: 227124 Submitted by: John Wolfe <jwolfe@vmware.com> Notes: svn path=/head/; revision=471014
* Unbreak after src r333813Josh Paetzel2018-05-232-1/+18
| | | | | | | Fallout from being out of tree. Notes: svn path=/head/; revision=470726
* Reintegrate accidentally removed patchJosh Paetzel2018-03-133-19/+31
| | | | | | | | | | | Along the way remove a patch that is no longer needed. Reported by: John Wolfe <jwolfe@vmware.com> Pointyhat: jpaetzel Notes: svn path=/head/; revision=464378
* Fix bug that causes crashes when running commands from the hostJosh Paetzel2018-03-104-28/+94
| | | | | | | | | PR: 226478 Submitted by: german.mb@gmail.com Reviewed by: John Wolfe <jwolfe@vmware.com> Notes: svn path=/head/; revision=464095
* Backport a fix from upstream that broke UFSJosh Paetzel2018-02-252-1/+11
| | | | | | | | Reported by: dim Obtained from: VMware Notes: svn path=/head/; revision=462960
* - Update name of autoreconf WRKSRC variable in commentAlex Kozlov2018-01-241-1/+1
| | | | | | | | | | | - Fix a few ports with invalid USES autoreconf arguments - Add check for invalid USES autoreconf arguments Differential Revision: https://reviews.freebsd.org/D14004 Approved by: tijl (autotools maintainer), portmgr (mat) Notes: svn path=/head/; revision=459824
* - Improve grammar and properly spell ``VMware'' in the port descriptionAlexey Dokuchaev2018-01-131-2/+2
| | | | | | | - Point WWW: line (address) to a better location Notes: svn path=/head/; revision=458918
* Fix build with clang 6.0.0Josh Paetzel2018-01-022-1/+30
| | | | | | | | | | Also avoids an endless loop in practice PR: 224816 Submitted by: dim Notes: svn path=/head/; revision=457864
* Don't remove a config file the port doesn't install.Josh Paetzel2017-12-282-1/+1
| | | | | | | | | PR: 224595 Reported by: Mikhail Golub <gmn@gmn.org.ua> Reviewed by: John Wolfe <jwolfe@vmware.com> Notes: svn path=/head/; revision=457485
* - Update WWWLi-Wen Hsu2017-12-261-1/+1
| | | | | | | Approved by: jpaetzel (maintainer) Notes: svn path=/head/; revision=457297
* Update to 10.2.0Josh Paetzel2017-12-236-100/+6
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=457023
* Remove unused dependancies.Josh Paetzel2017-12-071-6/+4
| | | | Notes: svn path=/head/; revision=455751
* Remove external ICU dependancyJosh Paetzel2017-10-021-6/+4
| | | | | | | MFH: 2017Q4 Notes: svn path=/head/; revision=451100
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Back out C++11 changes for ICU >= 59Jan Beich2017-09-121-4/+2
| | | | | | | | | | | | r449608, r449609, r449610, r449611, r449612, r449613, r449614, r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef in C++98 mode instead. Pointy hat to: jbeich PR: 218788 222222 222225 Notes: svn path=/head/; revision=449685
* emulators/open-vm-tools: unbreak with ICU >= 59Jan Beich2017-09-111-1/+4
| | | | | | | | | | | stringxx/string.cc:927:23: error: use of undeclared identifier 'Unicode_ToTitle' return CopyAndFree(Unicode_ToTitle(c_str(), locale), free); ^ PR: 222225 Notes: svn path=/head/; revision=449661