summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added latest version 12.5.4.5192485Fabio Rossi2017-03-2010-30/+95
|
* app-emulation/vmware-player: add missing rc fileFabio Rossi2017-03-071-0/+44
| | | | This fixes https://github.com/gentoo/vmware/issues/30
* Last version doesn't start anymore without bundled libz.so in unbundled ↵Fabio Rossi2017-02-262-2/+0
| | | | condition.
* Added latest version 12.5.2.4638234.Fabio Rossi2017-02-259-0/+1307
|
* app-emulation/vmware-modules: added support up to kernel 4.10Fabio Rossi2017-02-255-104/+120
| | | | | | | | * Split the patch for kernel 4.6 in two parts, the first one has been modified to be compatible with the changes in the next module 308.5.2 (so it's possible to share a single patch between 308.1 and 308.5) * Fixed the patch for kernel 4.9 to be shared between 308.1 and 308.5 * Added patch for kernel 4.10 (https://github.com/gentoo/vmware/pull/29)
* Merge branch 'baergj-z/baergj/kernel_4.9'Evan Teran2016-12-122-0/+78
|\
| * app-emulation/vmware-modules: add support for kernel 4.9Joshua Baergen2016-12-122-0/+78
|/ | | | | 4.9 introduced a change to the get_user_pages() API: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=768ae309a96103ed02eb1e111e838c87854d8b51
* switching to openrc-run from runscriptEvan Teran2016-09-0212-12/+12
|
* app-emulation/vmware-modules: really fix hardened with 304.xFabio Rossi2016-08-171-7/+1
|
* Revert "app-emulation/vmware-modules: fix version 304.3 with hardened"Fabio Rossi2016-08-171-17/+45
| | | | This reverts commit 84ce9f6be8f1b115b9a3c454f3d9d8b2ff6db253.
* app-emulation/vmware-modules: add support to kernel 4.8Fabio Rossi2016-08-175-0/+31
| | | | | upstream kernel commit 4b9d0fab7166c9323f06d708518a35cf3a90426c renamed a symbol, add a patch to fix the problem. This solves the bug #591284.
* trying to version bump vmware 11Evan Teran2016-08-113-0/+672
|
* Merge branch 'master' of git://git.gentoo.org/proj/vmwareEvan Teran2016-08-1116-205/+421
|\
| * app-emulation/vmware-modules: complete support to kernel 4.7Fabio Rossi2016-08-054-0/+34
| | | | | | | | | | | | | | Latest 4.7 kernel doesn't export anymore the readlink_copy() function: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bfe8804d908a791b16e3686c101f0d7eca9fb5b9 This fixes bug #590220
| * app-emulation/vmware-modules: fix version 304.3 with hardenedFabio Rossi2016-08-051-45/+17
| |
| * app-emulation/vmware-modules: add support to kernel 4.7Fabio Rossi2016-05-304-0/+24
| | | | | | | | | | Fix compilation with latest 4.7-rc1 taking example from kernel commit 860e9538a9482bb84589f7d0718a7e6d0a944d58
| * app-emulation/vmware-modules: fix patching of version 308 for kernel 4.5Fabio Rossi2016-05-281-11/+22
| | | | | | | | | | | | | | | | The old patch 308-4.05-00-vmblock-follow_link.patch was not complete (probably produced before final 4.5-rc1 release). The problem was triggering a build failure on some systems. The patch for version 304 was already correct.
| * app-emulation/vmware-tools: fixed Manifest for freebsd toolsFabio Rossi2016-05-231-1/+1
| | | | | | | | This closes https://github.com/gentoo/vmware/pull/25
| * app-emulation/vmware-modules: add support to kernel 4.6Fabio Rossi2016-05-194-0/+170
| | | | | | | | This closes https://github.com/gentoo/vmware/pull/23 and bug #583244
| * Added latest version 12.1.1.3770994Fabio Rossi2016-05-147-2/+66
| |
| * app-emulation/vmware-player: align with latest version of vmware-workstationFabio Rossi2016-04-271-34/+42
| |
| * app-emulation/vmware-workstation: remove rpath patching for glib/fontconfigFabio Rossi2016-04-191-17/+0
| | | | | | | | | | | | Revert partially part of commit 050003bb7077b9121a81452e28779c343d1f0004. Forcing embedded glib causes other problems when VMWARE_USE_SHIPPED_LIBS is not set (bug #578956).
| * app-emulation/vmware-workstation: other workarounds for bundled-libsFabio Rossi2016-04-031-33/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 052215b3c1e4b532b9d7a7872a0f46ecdb10f4cb has drastically reduced the amount of not needed deps... introducing other problems. 1) The removal of gnome-base/librsvg exposes a problem with libconf/lib/gtk-2.0/2.10.0/loaders/svg_loader.so (only with bundled-libs), which is not able to find the bundled librsvg-2.so.2. 2) Some binaries (bin/vmware-vmx*) depends on libXinerama.so.1 and libXcursor.so.1 but with bundled-libs they are not able to find the embedded version and fail if those libs are not installed in the system. patchelf --set-rpath doesn't work with bin/vmware-vmw-debug so I moved the deps on libXinerama and libXcursor to be always set. Moreover, with gcc-5, bundled-libs is mandatory otherwise there is a problem with symbols (https://bugs.gentoo.org/show_bug.cgi?id=578070#c8). Even with VMWARE_USE_SHIPPED_LIBS set, appLoader tries to dynamically load at runtime the best version of glib and fontconfig leading to a mix of system/bundled libs. Let's fix some rpath to be sure that with bundled-libs only the libs embedded with vmware are used! Tested both on amd64 and ~amd64 systems.
| * Align last ebuild of vmware-player to vmware-workstationFabio Rossi2016-04-031-6/+5
| |
| * Clean deps getting list from scanelf instead of lddFabio Rossi2016-04-032-78/+4
| | | | | | | | | | | | | | | | The dependencies were initially obtained from ldd which works recursively so it shows also all the dynamically linked libs of the primary DT_NEEDED libs... Basically ldd shows much more dependencies, the new configuration has been tested on a freshly built ~amd64 system.
* | adding new version of vmware-tools (hopefully) fixes windows 10 file sharing?Evan Teran2016-08-112-0/+64
|/
* Merge branch 'master' of git://git.gentoo.org/proj/vmwareEvan Teran2016-03-2013-609/+995
|\
| * app-emulation/vmware-workstation: remove RESTRICT=preserve-libs, makes no senseAndreas K. Hüttel2016-03-203-3/+3
| | | | | | | | | | | | | | | | This restrict means that libraries from *this* package are not preserved. We have the exact opposite problem, we want that this package does not *cause* other libraries to be preserved... Package-Manager: portage-2.2.27
| * app-emulation/vmware-workstation: Fix symlinks, bug 558242Andreas K. Hüttel2016-03-201-0/+549
| | | | | | | | | | | | | | This isn't really clean; probably parts of the package still need 0.9.8... better than installing broken links though. More later. Package-Manager: portage-2.2.27
| * app-emulation/vmware-player: Drop pulseaudio requirement after reports on ↵Andreas K. Hüttel2016-03-201-1/+0
| | | | | | | | | | | | bug 559798 Package-Manager: portage-2.2.27
| * app-emulation/vmware-workstation: Drop pulseaudio requirement after reports ↵Andreas K. Hüttel2016-03-201-1/+0
| | | | | | | | | | | | on bug 559798 Package-Manager: portage-2.2.27
| * app-emulation/vmware-player: Update systemd unit filesAndreas K. Hüttel2016-03-192-3/+3
| | | | | | | | Package-Manager: portage-2.2.28
| * app-emulation/vmware-workstation: Update systemd unit filesAndreas K. Hüttel2016-03-192-2/+3
| | | | | | | | Package-Manager: portage-2.2.28
| * app-emulation/vmware-player: Remove oldAndreas K. Hüttel2016-03-193-125/+0
| | | | | | | | Package-Manager: portage-2.2.28
| * app-emulation/vmware-player: Minor fixesAndreas K. Hüttel2016-03-191-6/+7
| | | | | | | | Package-Manager: portage-2.2.28
| * app-emulation/vmware-player: Version bump. Import from Fabio Rossi's vmware ↵Fabio Rossi2016-03-194-0/+465
| | | | | | | | overlay clone.
| * app-emulation/vmware-player: Remove oldAndreas K. Hüttel2016-03-193-510/+0
| | | | | | | | Package-Manager: portage-2.2.28
| * app-emulation/vmware-workstation: Fix libgcrypt dependencies, bug 567380Andreas K. Hüttel2016-03-191-1/+1
| | | | | | | | Package-Manager: portage-2.2.27
| * app-emulation/vmware-workstation: First generate config file, then install ↵Andreas K. Hüttel2016-03-191-2/+2
| | | | | | | | | | | | it ... Package-Manager: portage-2.2.27
| * app-emulation/vmware-workstation: Switch back to using patchelf, use local ↵Andreas K. Hüttel2016-03-192-69/+15
| | | | | | | | | | | | | | | | libgksu2.so.0 Based on work by Fabio Rossi, https://github.com/efferre79/vmware Package-Manager: portage-2.2.27
| * app-emulation/vmware-workstation: Make binary patch a textfile...Andreas K. Hüttel2016-03-193-4/+65
| | | | | | | | Package-Manager: portage-2.2.27
* | app-emulation/vmware-modules: enabling a patch that makes 308.x build on 4.5 ↵Evan Teran2016-03-201-4/+5
|/ | | | | | kernels :-) Package-Manager: portage-2.2.26
* app-emulation/vmware-modules: Remove oldAndreas K. Hüttel2016-03-1956-2444/+0
| | | | Package-Manager: portage-2.2.28
* app-emulation/vmware-workstation: Remove oldAndreas K. Hüttel2016-03-197-2186/+0
| | | | Package-Manager: portage-2.2.28
* eclass: not needed anymore, tree is updatedAndreas K. Huettel2016-03-181-87/+0
|
* app-emulation/vmware-workstation: initial vmware-12 supportEvan Teran2016-03-175-0/+722
| | | | Package-Manager: portage-2.2.26
* app-emulation/vmware-tools: initial support for vmware-12Evan Teran2016-03-172-0/+64
| | | | Package-Manager: portage-2.2.26
* initial support for vmware-12Evan Teran2016-03-171-0/+87
|
* app-emulation/vmware-modules: initial support for vmware-12Evan Teran2016-03-1726-0/+1237
| | | | Package-Manager: portage-2.2.26
* app-emulation/vmware-modules: compiles on 4.5 kernels nowEvan Teran2016-03-162-0/+68
| | | | Package-Manager: portage-2.2.26