aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-08-09 01:43:24 +0800
committerfeld <feld@FreeBSD.org>2018-08-09 01:43:24 +0800
commit741e914370dcca99ca11221f30a86b337b17f305 (patch)
treea314b8d0184d1502489fbb401db2c9dad1b6957a /databases
parent3b744b139de26e938d17b4e15711d96d038509f5 (diff)
downloadfreebsd-ports-gnome-741e914370dcca99ca11221f30a86b337b17f305.tar.gz
freebsd-ports-gnome-741e914370dcca99ca11221f30a86b337b17f305.tar.zst
freebsd-ports-gnome-741e914370dcca99ca11221f30a86b337b17f305.zip
databases/xtrabackup: Revert depdendency removal
There is a perl script embedded in the binary which can be found at storage/innobase/xtrabackup/src/version_check.pl. This script can be ignored if you pass the argument --no-version-check. It could be possible to replace this with a simple shell script to achieve the same results and eliminate the dependency on a specific external libmysqlclient library inherited from DBD::MySQL. This will be investigated to eliminate this issue. Pointyhat: me MFH: 2018Q3
Diffstat (limited to 'databases')
-rw-r--r--databases/xtrabackup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile
index d13a25b77692..9b4fb96a3d3f 100644
--- a/databases/xtrabackup/Makefile
+++ b/databases/xtrabackup/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xtrabackup
DISTVERSION= 2.4.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/:xtrabackup \
SF/boost/boost/1.59.0/:boost
@@ -24,7 +24,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libev.so:devel/libev \
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
-RUN_DEPENDS= qpress:archivers/qpress
+RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \
+ qpress:archivers/qpress
BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier
BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier