From owner-svn-ports-all@freebsd.org Fri Nov 11 22:00:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F89C3C637; Fri, 11 Nov 2016 22:00:42 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 73EDE1D1E; Fri, 11 Nov 2016 22:00:42 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABM0fZe059374; Fri, 11 Nov 2016 22:00:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABM0fxN059373; Fri, 11 Nov 2016 22:00:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611112200.uABM0fxN059373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 11 Nov 2016 22:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425913 - head/games/tome4 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.23 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: Fri, 11 Nov 2016 22:00:42 -0000 Author: matthew Date: Fri Nov 11 22:00:41 2016 New Revision: 425913 URL: https://svnweb.freebsd.org/changeset/ports/425913 Log: Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking MFH: 2016Q4 Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Fri Nov 11 21:58:40 2016 (r425912) +++ head/games/tome4/Makefile Fri Nov 11 22:00:41 2016 (r425913) @@ -34,6 +34,9 @@ SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes LUA_TYPE= + +.include + pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua .if ${ARCH} == aarch64 @@ -51,4 +54,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps -.include +.include