Bug 199377

Summary: [PATCH] emulators/virtualbox-ose: Add dependency on OpenSSL
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Jung-uk Kim <jkim>
Status: Closed FIXED    
Severity: Affects Some People CC: jkim
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (vbox)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for emulators/virtualbox-ose none

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!