From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 18:09:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17F122E5; Sat, 6 Dec 2014 18:09:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EE2D3E54; Sat, 6 Dec 2014 18:09:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6I9Me4041258; Sat, 6 Dec 2014 18:09:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6I9Mio041251; Sat, 6 Dec 2014 18:09:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201412061809.sB6I9Mio041251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 6 Dec 2014 18:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374122 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 06 Dec 2014 18:09:23 -0000 Author: pi Date: Sat Dec 6 18:09:21 2014 New Revision: 374122 URL: https://svnweb.freebsd.org/changeset/ports/374122 QAT: https://qat.redports.org/buildarchive/r374122/ Log: databases/xtrabackup: 2.1.7 -> 2.2.6 http://www.percona.com/doc/percona-xtrabackup/2.2/release-notes.html PR: 195164 Approved by: maintainer (timeout) Added: head/databases/xtrabackup/files/patch-cmake-install_layout.cmake (contents, props changed) head/databases/xtrabackup/files/patch-include-my_global.h (contents, props changed) Deleted: head/databases/xtrabackup/files/patch-build.sh head/databases/xtrabackup/files/patch-innodb56.patch Modified: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Sat Dec 6 17:13:15 2014 (r374121) +++ head/databases/xtrabackup/Makefile Sat Dec 6 18:09:21 2014 (r374122) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xtrabackup -PORTVERSION= 2.1.7 -PORTREVISION= 1 +PORTVERSION= 2.2.6 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/downloads/XtraBackup/XtraBackup-${PORTVERSION}/source/ +MASTER_SITES= http://www.percona.com/redir/downloads/XtraBackup/LATEST/source/tarball/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= percona-xtrabackup-${PORTVERSION}.tar.gz EXTRACT_ONLY= percona-xtrabackup-${PORTVERSION}.tar.gz @@ -18,7 +17,6 @@ LICENSE= GPLv2 # quilt is required by build.sh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ cmake:${PORTSDIR}/devel/cmake \ - quilt:${PORTSDIR}/devel/quilt \ bison:${PORTSDIR}/devel/bison LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error @@ -26,28 +24,11 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR} qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= autoreconf:build gettext gmake iconv libtool perl5 +USES= autoreconf:build gettext cmake iconv libtool perl5 -PLIST_FILES= bin/xtrabackup bin/xtrabackup_55 bin/xtrabackup_56 bin/xbstream \ - bin/innobackupex bin/xbcrypt +PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt pre-build: ${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz ${WRKSRC} -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh xtradb55) - ${CP} ${WRKSRC}/src/xtrabackup_55 ${WRKSRC} - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh innodb56) - ${CP} ${WRKSRC}/src/xtrabackup_56 ${WRKSRC} - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh xtradb) - ${CP} ${WRKSRC}/src/xtrabackup ${WRKSRC} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup_55 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup_56 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/xbstream ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/xbcrypt ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/innobackupex ${STAGEDIR}${PREFIX}/bin - .include Modified: head/databases/xtrabackup/distinfo ============================================================================== --- head/databases/xtrabackup/distinfo Sat Dec 6 17:13:15 2014 (r374121) +++ head/databases/xtrabackup/distinfo Sat Dec 6 18:09:21 2014 (r374122) @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.1.7.tar.gz) = b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587 -SIZE (percona-xtrabackup-2.1.7.tar.gz) = 131538555 +SHA256 (percona-xtrabackup-2.2.6.tar.gz) = c5f42fbc406195e6de306b23a86f2d18283d3e086b9c1f4e8722635fd55e0b1d +SIZE (percona-xtrabackup-2.2.6.tar.gz) = 34656899 Added: head/databases/xtrabackup/files/patch-cmake-install_layout.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xtrabackup/files/patch-cmake-install_layout.cmake Sat Dec 6 18:09:21 2014 (r374122) @@ -0,0 +1,11 @@ +--- cmake/install_layout.cmake.orig 2014-11-19 12:37:46.000000000 +0100 ++++ cmake/install_layout.cmake 2014-11-19 12:38:08.000000000 +0100 +@@ -114,7 +114,7 @@ + # + SET(INSTALL_SHAREDIR_STANDALONE "share") + SET(INSTALL_MYSQLSHAREDIR_STANDALONE "share") +-SET(INSTALL_MYSQLTESTDIR_STANDALONE "xtrabackup-test") ++# SET(INSTALL_MYSQLTESTDIR_STANDALONE "xtrabackup-test") + SET(INSTALL_SQLBENCHDIR_STANDALONE ".") + SET(INSTALL_SUPPORTFILESDIR_STANDALONE "support-files") + # Added: head/databases/xtrabackup/files/patch-include-my_global.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xtrabackup/files/patch-include-my_global.h Sat Dec 6 18:09:21 2014 (r374122) @@ -0,0 +1,12 @@ +--- include/my_global.h.orig 2014-11-19 12:34:01.000000000 +0100 ++++ include/my_global.h 2014-11-19 12:34:39.000000000 +0100 +@@ -333,9 +333,6 @@ + #ifdef HAVE_FCNTL_H + #include + #endif +-#ifdef HAVE_SYS_TIMEB_H +-#include /* Avoid warnings on SCO */ +-#endif + #if TIME_WITH_SYS_TIME + # include + # include