Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 12:02:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365281 - head/databases/xtrabackup
Message-ID:  <201408181202.s7IC2cgb039537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 18 12:02:38 2014
New Revision: 365281
URL: http://svnweb.freebsd.org/changeset/ports/365281
QAT: https://qat.redports.org/buildarchive/r365281/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/databases/xtrabackup/Makefile

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Mon Aug 18 12:02:07 2014	(r365280)
+++ head/databases/xtrabackup/Makefile	Mon Aug 18 12:02:38 2014	(r365281)
@@ -25,9 +25,9 @@ RUN_DEPENDS=	p5-DBD-mysql>=0:${PORTSDIR}
 		qpress:${PORTSDIR}/archivers/qpress
 
 # autotool is in use for 5.1 builds
-USE_AUTOTOOLS=	automake autoheader autoconf libtool aclocal
+USE_AUTOTOOLS=	automake autoheader autoconf aclocal libtoolize
 # MySQL 5.5 using CMAKE
-USES=		cmake iconv gettext gmake perl5
+USES=		cmake iconv gettext gmake libtool perl5
 
 MASTER_SITE_SUBDIR=	XtraBackup/XtraBackup-${PORTVERSION}/source/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181202.s7IC2cgb039537>