From owner-svn-ports-all@freebsd.org Wed Aug 8 17:44:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E13C10646F8; Wed, 8 Aug 2018 17:44:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20FA4897D7; Wed, 8 Aug 2018 17:44:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02D4A5DFF; Wed, 8 Aug 2018 17:44:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w78Hi5gU008051; Wed, 8 Aug 2018 17:44:05 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w78Hi5g8008050; Wed, 8 Aug 2018 17:44:05 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201808081744.w78Hi5g8008050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 Aug 2018 17:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r476651 - branches/2018Q3/databases/xtrabackup X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q3/databases/xtrabackup X-SVN-Commit-Revision: 476651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 17:44:06 -0000 Author: feld Date: Wed Aug 8 17:44:05 2018 New Revision: 476651 URL: https://svnweb.freebsd.org/changeset/ports/476651 Log: MFH: r476650 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 Modified: branches/2018Q3/databases/xtrabackup/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/databases/xtrabackup/Makefile ============================================================================== --- branches/2018Q3/databases/xtrabackup/Makefile Wed Aug 8 17:43:24 2018 (r476650) +++ branches/2018Q3/databases/xtrabackup/Makefile Wed Aug 8 17:44:05 2018 (r476651) @@ -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