public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim Kuznetsov" <vadimk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/
Date: Wed,  5 Sep 2012 20:44:57 +0000 (UTC)	[thread overview]
Message-ID: <1346877749.dd888e554b33c546c13d3df92c6ccf0ac5016adf.vadimk@gentoo> (raw)

commit:     dd888e554b33c546c13d3df92c6ccf0ac5016adf
Author:     Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 20:42:29 2012 +0000
Commit:     Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 20:42:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=dd888e55

vmplayer expects libssl and libcrypto in libdir/lib/libvmwarebase.so.0/
	modified:   app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild
	modified:   app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388.ebuild

---
 .../vmware-player-5.0.0.812388.ebuild              |    6 ++++--
 .../vmware-workstation-9.0.0.812388.ebuild         |    8 +++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild b/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild
index 3d630f4..c521050 100644
--- a/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild
+++ b/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild
@@ -130,8 +130,10 @@ src_install() {
 	doins -r lib/*
 
 	# Bug 432918 
-	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8 "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmplayer.so/ 
-	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libssl.so.0.9.8/libssl.so.0.9.8 "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmplayer.so/ 
+	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8 \
+		"${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libcrypto.so.0.9.8 
+	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libssl.so.0.9.8/libssl.so.0.9.8 \
+		"${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libssl.so.0.9.8 
 
 	# install the ancillaries
 	insinto /usr

diff --git a/app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388.ebuild b/app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388.ebuild
index 8ed65d4..8eba9a6 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388.ebuild
@@ -156,9 +156,11 @@ src_install() {
 	insinto "${VM_INSTALL_DIR}"/lib/vmware
 	doins -r lib/*
 
-    # Bug 432918 
-    dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8 "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmplayer.so/
-    dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libssl.so.0.9.8/libssl.so.0.9.8 "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmplayer.so/                                     
+	# Bug 432918 
+	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8 \
+		"${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libcrypto.so.0.9.8
+	dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libssl.so.0.9.8/libssl.so.0.9.8 \
+		"${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libssl.so.0.9.8
 
 	# install the ancillaries
 	insinto /usr


             reply	other threads:[~2012-09-05 20:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05 20:44 Vadim Kuznetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-07 15:00 [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/ Fabio Rossi
2018-04-07 15:00 Fabio Rossi
2017-06-25 15:58 Fabio Rossi
2017-05-23 23:26 Fabio Rossi
2013-01-07 21:06 Vadim Kuznetsov
2012-09-15 13:04 Vadim Kuznetsov
2012-09-02  0:42 Vadim Kuznetsov
2012-06-17 11:36 Vadim Kuznetsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1346877749.dd888e554b33c546c13d3df92c6ccf0ac5016adf.vadimk@gentoo \
    --to=vadimk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox