From owner-svn-ports-head@freebsd.org Mon Nov 6 15:28:53 2017 Return-Path: Delivered-To: svn-ports-head@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 2B6D1E60CC0; Mon, 6 Nov 2017 15:28:53 +0000 (UTC) (envelope-from novel@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 EF35673B27; Mon, 6 Nov 2017 15:28:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA6FSqgb036984; Mon, 6 Nov 2017 15:28:52 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA6FSqZ8036983; Mon, 6 Nov 2017 15:28:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201711061528.vA6FSqZ8036983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 6 Nov 2017 15:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453624 - head/sysutils/uefi-edk2-bhyve X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/sysutils/uefi-edk2-bhyve X-SVN-Commit-Revision: 453624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 15:28:53 -0000 Author: novel Date: Mon Nov 6 15:28:51 2017 New Revision: 453624 URL: https://svnweb.freebsd.org/changeset/ports/453624 Log: sysutils/uefi-edk2-bhyve: stick to python2.7 Restrict python dependency to 2.7 as it fails to build with 3.x PR: 223357 Submitted by: Charlie Li Approved by: just-fix-it-blanket Modified: head/sysutils/uefi-edk2-bhyve/Makefile Modified: head/sysutils/uefi-edk2-bhyve/Makefile ============================================================================== --- head/sysutils/uefi-edk2-bhyve/Makefile Mon Nov 6 15:21:36 2017 (r453623) +++ head/sysutils/uefi-edk2-bhyve/Makefile Mon Nov 6 15:28:51 2017 (r453624) @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3 USES= gmake \ - python:build + python:2.7,build USE_GCC= 4.8 USE_GITHUB= yes GH_ACCOUNT= freebsd