View | Details | Raw Unified | Return to bug 247346
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mysqlwsrep
4
PORTNAME=	mysqlwsrep
5
PORTVERSION?=	5.6.46
5
PORTVERSION?=	5.6.48
6
DISTVERSIONPREFIX?=	wsrep_
6
DISTVERSIONPREFIX?=	wsrep_
7
DISTVERSIONSUFFIX?=	-25.28
7
DISTVERSIONSUFFIX?=	-25.30
8
PORTREVISION?=	0
8
PORTREVISION?=	0
9
CATEGORIES=	databases
9
CATEGORIES=	databases
10
PKGNAMESUFFIX=	56-server
10
PKGNAMESUFFIX=	56-server
Lines 18-25 Link Here
18
NOT_FOR_ARCHS_REASON=	error: Unsupported platform
18
NOT_FOR_ARCHS_REASON=	error: Unsupported platform
19
19
20
RUN_DEPENDS=	bash:shells/bash \
20
RUN_DEPENDS=	bash:shells/bash \
21
		lsof:sysutils/lsof \
22
		netcat:net/netcat \
23
		rsync:net/rsync \
21
		rsync:net/rsync \
24
		socat:net/socat
22
		socat:net/socat
25
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
23
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
Lines 34-39 Link Here
34
		cmake:noninja \
32
		cmake:noninja \
35
		compiler:c++11-lib \
33
		compiler:c++11-lib \
36
		compiler:c11 \
34
		compiler:c11 \
35
		mysql:56 \
37
		libedit \
36
		libedit \
38
		perl5 \
37
		perl5 \
39
		shebangfix \
38
		shebangfix \
(-)distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1571904979
1
TIMESTAMP = 1591190921
2
SHA256 (codership-mysql-wsrep-wsrep_5.6.46-25.28_GH0.tar.gz) = b15b3ffdc357fec52f2a03be30164879ae69739755c8f61a7c99e6bc7046f02f
2
SHA256 (codership-mysql-wsrep-wsrep_5.6.48-25.30_GH0.tar.gz) = 10e9bf4a2daf7706c1c5cb4a2857d7d38f0deb4bb2599cff5b9930ad7de54290
3
SIZE (codership-mysql-wsrep-wsrep_5.6.46-25.28_GH0.tar.gz) = 32659765
3
SIZE (codership-mysql-wsrep-wsrep_5.6.48-25.30_GH0.tar.gz) = 32703508
4
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
4
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
5
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032
5
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032
(-)files/patch-storage_innobase_handler_i__s.cc (+13 lines)
Line 0 Link Here
1
--- storage/innobase/handler/i_s.cc.orig	2020-05-23 20:11:13 UTC
2
+++ storage/innobase/handler/i_s.cc
3
@@ -43,6 +43,10 @@ Created July 18, 2007 Vasil Dimov
4
 #include <sql_plugin.h>
5
 #include <mysql/innodb_priv.h>
6
 
7
+#include <string>
8
+#include <sstream>
9
+#include <iostream>
10
+
11
 #include "btr0pcur.h"
12
 #include "btr0types.h"
13
 #include "dict0dict.h"
(-)pkg-plist (+1 lines)
Lines 29-34 Link Here
29
bin/wsrep_sst_xtrabackup
29
bin/wsrep_sst_xtrabackup
30
bin/wsrep_sst_xtrabackup-v2
30
bin/wsrep_sst_xtrabackup-v2
31
lib/mysql/plugin/adt_null.so
31
lib/mysql/plugin/adt_null.so
32
lib/mysql/plugin/audit_log.so
32
lib/mysql/plugin/auth.so
33
lib/mysql/plugin/auth.so
33
lib/mysql/plugin/auth_pam.so
34
lib/mysql/plugin/auth_pam.so
34
lib/mysql/plugin/auth_test_plugin.so
35
lib/mysql/plugin/auth_test_plugin.so

Return to bug 247346