From root@os2.ru  Fri Feb 14 10:04:17 2014
Return-Path: <root@os2.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 2D4813C7
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Feb 2014 10:04:17 +0000 (UTC)
Received: from s1.sdv.com.ua (s1.sdv.com.ua [IPv6:2a01:d0:81f8::2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id DB93A15BD
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Feb 2014 10:04:16 +0000 (UTC)
Received: from [82.202.91.77] (helo=os2.ru)
	by s1.sdv.com.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
	(Exim 4.80.1 (FreeBSD))
	(envelope-from <root@os2.ru>)
	id 1WEFcp-000OVN-SW; Fri, 14 Feb 2014 12:04:06 +0200
Received: from root by os2.ru with local (Exim 4.76 (FreeBSD))
	(envelope-from <root@os2.ru>)
	id 1WEFce-000Ino-1a; Fri, 14 Feb 2014 11:03:52 +0100
Message-Id: <E1WEFce-000Ino-1a@os2.ru>
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: [PATCH] databases/xtrabackup: update to 2.1.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify: aleksandr.kuzminsky@percona.com

>Number:         186759
>Category:       ports
>Synopsis:       [PATCH] databases/xtrabackup: update to 2.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 10:10:00 UTC 2014
>Closed-Date:    Tue Feb 18 20:59:02 UTC 2014
>Last-Modified:  Tue Feb 18 21:00:00 UTC 2014
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 14 10:10:10 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186759 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: aleksandr.kuzminsky@percona.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186759: [PATCH] databases/xtrabackup: update to 2.1.7
Date: Fri, 14 Feb 2014 10:10:09 UT

 Maintainer of databases/xtrabackup,
 
 Please note that PR ports/186759 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186759
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186759: [PATCH] databases/xtrabackup: update to 2.1.7
Date: Fri, 14 Feb 2014 10:45:44 -0500

 This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
 --IgdNf2eAuukrsBV9FGCEJTcm53NCBfvVu
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 I approve the change. Please commit it.
 
 On 02/14/2014 05:10 AM, Edwin Groothuis wrote:
 > Maintainer of databases/xtrabackup,
 >=20
 > Please note that PR ports/186759 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/186759
 >=20
 
 
 
 --IgdNf2eAuukrsBV9FGCEJTcm53NCBfvVu
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
 
 iEYEARECAAYFAlL+OigACgkQQ6p+ZxjCGwXKwwCfaoEy/1Uin3dW8itz2ZypyE7A
 YHAAn28Ox2w6kWXTmZnzquK0bhkaah3M
 =H4Zx
 -----END PGP SIGNATURE-----
 
 --IgdNf2eAuukrsBV9FGCEJTcm53NCBfvVu--
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Feb 14 18:40:44 UTC 2014 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186759 

From: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org
Cc: Alex Samorukov <samm@os2.kiev.ua>
Subject: Re: ports/186759: [PATCH] databases/xtrabackup: update to 2.1.7
Date: Sat, 15 Feb 2014 00:42:43 +0400

 Alex, it fails to build here:
 
 http://people.freebsd.org/~rm/xtrabackup-2.1.7.log
 
 -- 
 Regards,
 Ruslan
 
 T.O.S. Of Reality
State-Changed-From-To: feedback->closed 
State-Changed-By: rm 
State-Changed-When: Tue Feb 18 20:59:01 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186759 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186759: commit references a PR
Date: Tue, 18 Feb 2014 20:58:24 +0000 (UTC)

 Author: rm
 Date: Tue Feb 18 20:58:11 2014
 New Revision: 344957
 URL: http://svnweb.freebsd.org/changeset/ports/344957
 QAT: https://qat.redports.org/buildarchive/r344957/
 
 Log:
   - update to 2.1.7
   - support staging
   
   PR:		186759
   Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
   Approved by:	Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer)
 
 Added:
   head/databases/xtrabackup/files/patch-innodb56.patch   (contents, props changed)
 Modified:
   head/databases/xtrabackup/Makefile
   head/databases/xtrabackup/distinfo
 
 Modified: head/databases/xtrabackup/Makefile
 ==============================================================================
 --- head/databases/xtrabackup/Makefile	Tue Feb 18 20:46:17 2014	(r344956)
 +++ head/databases/xtrabackup/Makefile	Tue Feb 18 20:58:11 2014	(r344957)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  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}
 @@ -31,27 +31,26 @@ USES=		cmake iconv gettext gmake perl5
  MASTER_SITE_SUBDIR=	XtraBackup/XtraBackup-${PORTVERSION}/source/
  
  PLIST_FILES=	bin/xtrabackup bin/xtrabackup_55 bin/xtrabackup_56 bin/xbstream \
 -	bin/innobackupex bin/xbcrypt
 +		bin/innobackupex bin/xbcrypt
  
 -NO_STAGE=	yes
  pre-build:
  	${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:
 -	${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup_55 ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/xtrabackup_56 ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/xbstream ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/xbcrypt ${PREFIX}/bin
 -	${INSTALL_SCRIPT} ${WRKSRC}/innobackupex ${PREFIX}/bin
 +	${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
  
  # autoconf is running by build.sh
  do-configure:
 
 Modified: head/databases/xtrabackup/distinfo
 ==============================================================================
 --- head/databases/xtrabackup/distinfo	Tue Feb 18 20:46:17 2014	(r344956)
 +++ head/databases/xtrabackup/distinfo	Tue Feb 18 20:58:11 2014	(r344957)
 @@ -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
 
 Added: head/databases/xtrabackup/files/patch-innodb56.patch
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/xtrabackup/files/patch-innodb56.patch	Tue Feb 18 20:58:11 2014	(r344957)
 @@ -0,0 +1,17 @@
 +--- patches/innodb56.patch	2014-01-23 15:59:36.000000000 +0100
 ++++ patches/innodb56.patch	2014-02-18 10:50:05.000000000 +0100
 +@@ -2687,3 +2687,14 @@
 +  /*********************************************************************//**
 +  Wrapper around MySQL's copy_and_convert function.
 +  @return	number of bytes copied to 'to' */
 ++--- a/extra/yassl/taocrypt/include/misc.hpp
 +++++ b/extra/yassl/taocrypt/include/misc.hpp
 ++@@ -124,7 +124,7 @@
 ++ 
 ++ 
 ++ // no gas on these systems ?, disable for now
 ++-#if defined(__sun__) || defined (__APPLE__)
 +++#if defined(__sun__) || defined (__APPLE__) || defined(__clang__)
 ++     #define TAOCRYPT_DISABLE_X86ASM
 ++ #endif
 ++ 
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
