Bug 160548

Summary: databases/mysql55-server - make OpenSSL available to make/compile process
Product: Ports & Packages Reporter: RandomUser <rannumgen>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description RandomUser 2011-09-08 05:40:06 UTC

By default, MySQL-5.5 (server/client) can be configured to use NO SSL or the embedded/included YASSL.
NO provision is made for using OpenSSL.

The included patch iinserts an additional MAKE conditional so that supplying a "-DWITH_OPENSSL" will avoid
the default package embedded YASSL. It also unconditionally inserts a CMAKE "-DWITH_SSL=system" argument.

Maintainer may wish to modify this patch, but a MAKE provision for allowing OpenSSL to be easily defined/selected
in the MAKE/compile process should be added to the current MySQL-5.5 server Makefile.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-09-08 07:03:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Fix synopsis and assign.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-03-12 08:53:12 UTC
State Changed
From-To: open->closed

superseded by ports/165604