From owner-svn-ports-head@freebsd.org Wed Jan 20 03:36:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E790A892BC; Wed, 20 Jan 2016 03:36:52 +0000 (UTC) (envelope-from wen@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 mx1.freebsd.org (Postfix) with ESMTPS id 098531FC4; Wed, 20 Jan 2016 03:36:51 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0K3apdJ051892; Wed, 20 Jan 2016 03:36:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K3aoCr051888; Wed, 20 Jan 2016 03:36:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601200336.u0K3aoCr051888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 20 Jan 2016 03:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406729 - in head/databases/xtrabackup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 03:36:52 -0000 Author: wen Date: Wed Jan 20 03:36:50 2016 New Revision: 406729 URL: https://svnweb.freebsd.org/changeset/ports/406729 Log: - Update to 2.3.3 PR: 204251 Submitted by: tbabut@mobileobjects.de Approved by: maintainer(timeout, >60 days) Added: head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt (contents, props changed) Modified: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Wed Jan 20 03:04:34 2016 (r406728) +++ head/databases/xtrabackup/Makefile Wed Jan 20 03:36:50 2016 (r406729) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xtrabackup -PORTVERSION= 2.2.12 +PORTVERSION= 2.3.3 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/ DISTNAME= percona-${PORTNAME}-${PORTVERSION} @@ -16,16 +16,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING # quilt is required by build.sh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ cmake:${PORTSDIR}/devel/cmake \ - bison:${PORTSDIR}/devel/bison -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + bison:${PORTSDIR}/devel/bison \ + xxd:${PORTSDIR}/editors/vim-lite +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= alias autoreconf:build cpe gettext cmake libtool perl5 +USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix CPE_VENDOR= percona +SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh -PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt +PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt \ + bin/xbcloud bin/xbcloud_osenv .include Modified: head/databases/xtrabackup/distinfo ============================================================================== --- head/databases/xtrabackup/distinfo Wed Jan 20 03:04:34 2016 (r406728) +++ head/databases/xtrabackup/distinfo Wed Jan 20 03:36:50 2016 (r406729) @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.2.12.tar.gz) = 6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3 -SIZE (percona-xtrabackup-2.2.12.tar.gz) = 34827353 +SHA256 (percona-xtrabackup-2.3.3.tar.gz) = 88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15 +SIZE (percona-xtrabackup-2.3.3.tar.gz) = 34864301 Added: head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt Wed Jan 20 03:36:50 2016 (r406729) @@ -0,0 +1,14 @@ +--- storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt 2015-10-16 20:40:52.000000000 +0200 ++++ storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt.new 2015-11-03 14:46:57.952677630 +0100 +@@ -822,9 +822,9 @@ + # Especially for early development, we want to be a little + # aggressive about diagnosing build problems; this can get + # relaxed somewhat in final shipping versions. +-IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + ADD_DEFINITIONS(-Wall -Werror) +-ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++ENDIF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + + IF(ENABLE_TEST) + ADD_CUSTOM_TARGET(run_all_tests)