Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 01:08:43 -0600
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/174628: [PATCH] databases/mysql55-server: fix SSL
Message-ID:  <E1TmJCN-00078r-Mx@feld.me>
Resent-Message-ID: <201212220710.qBM7A0OC005217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174628
>Category:       ports
>Synopsis:       [PATCH] databases/mysql55-server: fix SSL
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 07:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec  3 07:51:34
>Description:
5.5.29 doesn't build with YASSL (was this tested?) but does build with OpenSSL

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- mysql-server-5.5.29.patch begins here ---
diff -ruN --exclude=CVS ../mysql55-server.orig/Makefile ./Makefile
--- ../mysql55-server.orig/Makefile	2012-12-22 00:00:12.000000000 -0600
+++ ./Makefile	2012-12-22 00:48:18.416006567 -0600
@@ -47,7 +47,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSSL}
-CMAKE_ARGS+=	-DWITH_SSL=bundled
+CMAKE_ARGS+=	-DWITH_SSL=system
 .endif
 .if ${PORT_OPTIONS:MFASTMTX}
 CMAKE_ARGS+=	-DWITH_FAST_MUTEXES=1
--- mysql-server-5.5.29.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TmJCN-00078r-Mx>