Bug 199377 - [PATCH] emulators/virtualbox-ose: Add dependency on OpenSSL
Summary: [PATCH] emulators/virtualbox-ose: Add dependency on OpenSSL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jung-uk Kim
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-11 14:08 UTC by Bernard Spil
Modified: 2015-05-15 19:30 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (vbox)


Attachments
svn diff for emulators/virtualbox-ose (417 bytes, patch)
2015-04-11 14:08 UTC, Bernard Spil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-04-11 14:08:48 UTC
Created attachment 155474 [details]
svn diff for emulators/virtualbox-ose

As shown in bug #195796 https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150559, VirtualBox silently depends on OpenSSL. This is currently an issue with users of OpenSSL from ports that will have a conflict between the 1.0.1 libs and the new 1.0.2 due to curl (which does properly depend on OpenSSL)
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-15 19:29:30 UTC
A commit references this bug:

Author: jkim
Date: Fri May 15 19:29:11 UTC 2015
New revision: 386475
URL: https://svnweb.freebsd.org/changeset/ports/386475

Log:
  Fix build without OpenSSL in the base.

  PR:		199377

Changes:
  head/emulators/virtualbox-ose/Makefile
  head/emulators/virtualbox-ose/files/patch-configure
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2015-05-15 19:30:07 UTC
Committed, thanks!