From owner-svn-ports-all@freebsd.org Fri Feb 7 02:55:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D63E8241419; Fri, 7 Feb 2020 02:55:08 +0000 (UTC) (envelope-from bcran@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DKfN559Dz41cl; Fri, 7 Feb 2020 02:55:08 +0000 (UTC) (envelope-from bcran@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A52C325C8C; Fri, 7 Feb 2020 02:55:08 +0000 (UTC) (envelope-from bcran@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0172t81M016610; Fri, 7 Feb 2020 02:55:08 GMT (envelope-from bcran@FreeBSD.org) Received: (from bcran@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0172t8R9016609; Fri, 7 Feb 2020 02:55:08 GMT (envelope-from bcran@FreeBSD.org) Message-Id: <202002070255.0172t8R9016609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcran set sender to bcran@FreeBSD.org using -f From: Rebecca Cran Date: Fri, 7 Feb 2020 02:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525458 - head/sysutils/uefi-edk2-qemu X-SVN-Group: ports-head X-SVN-Commit-Author: bcran X-SVN-Commit-Paths: head/sysutils/uefi-edk2-qemu X-SVN-Commit-Revision: 525458 X-SVN-Commit-Repository: ports 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.29 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, 07 Feb 2020 02:55:08 -0000 Author: bcran (src committer) Date: Fri Feb 7 02:55:08 2020 New Revision: 525458 URL: https://svnweb.freebsd.org/changeset/ports/525458 Log: sysutils/uefi-edk2-qemu: Replace "python2.7" with "${PYTHON_CMD}" Reviewed by: araujo Approved by: araujo Differential Revision: https://reviews.freebsd.org/D23486 Modified: head/sysutils/uefi-edk2-qemu/Makefile Modified: head/sysutils/uefi-edk2-qemu/Makefile ============================================================================== --- head/sysutils/uefi-edk2-qemu/Makefile Fri Feb 7 02:28:56 2020 (r525457) +++ head/sysutils/uefi-edk2-qemu/Makefile Fri Feb 7 02:55:08 2020 (r525458) @@ -68,7 +68,7 @@ post-patch: ${LN} -sf ${LOCALBASE}/bin/gcc-ar${GCC_DEFAULT} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/gcc-ar ${LN} -sf ${LOCALBASE}/bin/gcc-nm${GCC_DEFAULT} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/gcc-nm ${LN} -sf ${LOCALBASE}/bin/objcopy ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/objcopy - ${LN} -sf ${LOCALBASE}/bin/python2.7 ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/python + ${LN} -sf ${PYTHON_CMD} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/python ${LN} -sf ${LOCALBASE}/bin/nasm ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/nasm do-build: