Date: Fri, 14 Feb 2014 11:03:52 +0100 From: Alex Samorukov <samm@os2.kiev.ua> To: FreeBSD-gnats-submit@freebsd.org Cc: aleksandr.kuzminsky@percona.com Subject: ports/186759: [PATCH] databases/xtrabackup: update to 2.1.7 Message-ID: <E1WEFce-000Ino-1a@os2.ru> Resent-Message-ID: <201402141010.s1EAA1vF038425@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186759 >Category: ports >Synopsis: [PATCH] databases/xtrabackup: update to 2.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 14 10:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 9.1-RELEASE i386 >Organization: NetArt s.r.o. >Environment: System: FreeBSD bsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: - Update to 2.1.7 - Fix broken build with clang on FreeBSD10 - Respect system CC/CXX/CPP Port maintainer (aleksandr.kuzminsky@percona.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- xtrabackup-2.1.7.patch begins here --- diff -ruN /usr/ports//databases/xtrabackup/Makefile ./Makefile --- /usr/ports//databases/xtrabackup/Makefile 2013-12-11 19:08:52.000000000 +0100 +++ ./Makefile 2014-02-14 10:15:50.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/xtrabackup/Makefile 336187 2013-12-11 18:08:52Z bapt $ PORTNAME= xtrabackup -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.7 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/%SUBDIR%/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -38,11 +38,11 @@ ${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz ${WRKSRC} do-build: - cd ${WRKSRC} && ./utils/build.sh xtradb55 + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh xtradb55 ${CP} ${WRKSRC}/src/xtrabackup_55 ${WRKSRC} - cd ${WRKSRC} && ./utils/build.sh innodb56 + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh innodb56 ${CP} ${WRKSRC}/src/xtrabackup_56 ${WRKSRC} - cd ${WRKSRC} && ./utils/build.sh xtradb + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./utils/build.sh xtradb ${CP} ${WRKSRC}/src/xtrabackup ${WRKSRC} do-install: diff -ruN /usr/ports//databases/xtrabackup/distinfo ./distinfo --- /usr/ports//databases/xtrabackup/distinfo 2013-08-13 14:11:05.000000000 +0200 +++ ./distinfo 2014-02-14 10:23:55.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.1.4.tar.gz) = bb0d99915458635d4f852f89412417edb7928755f76ec5a9219e67af8eadada7 -SIZE (percona-xtrabackup-2.1.4.tar.gz) = 137107631 +SHA256 (percona-xtrabackup-2.1.7.tar.gz) = b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587 +SIZE (percona-xtrabackup-2.1.7.tar.gz) = 131538555 --- xtrabackup-2.1.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WEFce-000Ino-1a>