Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167991146
D9122.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9122.diff
View Options
Index: head/databases/percona55-server/Makefile
===================================================================
--- head/databases/percona55-server/Makefile
+++ head/databases/percona55-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= percona
DISTVERSION= 5.5.54-38.6
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/
PKGNAMESUFFIX?= 55-server
@@ -48,7 +48,8 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}
-CMAKE_ARGS+= -DWITH_SSL=bundled
+CMAKE_ARGS+= -DWITH_SSL=system
+OPENSSL_USES= ssl
.endif
.if ${PORT_OPTIONS:MFASTMTX}
CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1
Index: head/databases/percona56-server/Makefile
===================================================================
--- head/databases/percona56-server/Makefile
+++ head/databases/percona56-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= percona
DISTVERSION= 5.6.35-80.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${DISTVERSION}/source/tarball/
PKGNAMESUFFIX?= 56-server
@@ -27,7 +27,8 @@
FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1
INNODBMEMCACHED_DESC= InnoDB Memcached plugin
INNODBMEMCACHED_CMAKE_ON= -DWITH_INNODB_MEMCACHED=1
-OPENSSL_CMAKE_ON= -DWITH_SSL=bundled
+OPENSSL_CMAKE_ON= -DWITH_SSL=system
+OPENSSL_USES= ssl
TOKUDB_DESC= TokuDB Engine (experimental)
TOKUDB_CMAKE_ON= -DUSE_CTAGS=0
TOKUDB_EXTRA_PATCHES=${PATCHDIR}/extrapatch-tokudb
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 7:24 PM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37322281
Default Alt Text
D9122.diff (1 KB)
Attached To
Mode
D9122: Fix Percona ports to actually link with OpenSSL
Attached
Detach File
Event Timeline
Log In to Comment