Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 14:00:46 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554960 - head/databases/xtrabackup8
Message-ID:  <202011121400.0ACE0kaC045380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Nov 12 14:00:46 2020
New Revision: 554960
URL: https://svnweb.freebsd.org/changeset/ports/554960

Log:
  Make sure that ARCH variable is defined at the time of check.
  
  Reported by:	dvl
  Pointy hat to:	danfe

Modified:
  head/databases/xtrabackup8/Makefile

Modified: head/databases/xtrabackup8/Makefile
==============================================================================
--- head/databases/xtrabackup8/Makefile	Thu Nov 12 13:31:01 2020	(r554959)
+++ head/databases/xtrabackup8/Makefile	Thu Nov 12 14:00:46 2020	(r554960)
@@ -39,6 +39,8 @@ CMAKE_ARGS=	-DBUILD_CONFIG:STRING=xtrabackup_release
 CMAKE_ARGS+=	-DWITH_${component}:STRING=system
 .endfor
 
+.include <bsd.port.pre.mk>
+
 # Since MySQL 8.0.20 InnoDB engine uses new memory alligned allocator
 # which is broken on i386 due to different size of types and causes a
 # 'static_assert(alignof(T) <= alignof(std::max_align_t))' error
@@ -60,4 +62,4 @@ post-stage:
 	@${RM} -r ${STAGEDIR}${PREFIX}/docs
 	@${RMDIR} ${STAGEDIR}${PREFIX}/lib/plugin/debug
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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