ports/174628: [PATCH] databases/mysql55-server: fix SSL

Mark Felder feld at feld.me
Sat Dec 22 07:10:00 UTC 2012


>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 at 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:


More information about the freebsd-ports-bugs mailing list