svn commit: r525888 - branches/2020Q1/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Tue Feb 11 19:26:25 UTC 2020


Author: jbeich
Date: Tue Feb 11 19:26:24 2020
New Revision: 525888
URL: https://svnweb.freebsd.org/changeset/ports/525888

Log:
  MFH: r525887
  
  emulators/rpcs3: unbreak DEFAULT_VERSIONS=python=2.7 after r521573
  
  CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    Could NOT find PythonInterp: Found unsuitable version "2.7.17", but
    required is at least "3" (found /usr/local/bin/python)
  Call Stack (most recent call first):
    /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE)
    /usr/local/share/cmake/Modules/FindPythonInterp.cmake:160 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
    Vulkan/glslang/CMakeLists.txt:165 (find_package)
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q1/emulators/rpcs3/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/emulators/rpcs3/Makefile
==============================================================================
--- branches/2020Q1/emulators/rpcs3/Makefile	Tue Feb 11 19:25:26 2020	(r525887)
+++ branches/2020Q1/emulators/rpcs3/Makefile	Tue Feb 11 19:26:24 2020	(r525888)
@@ -36,7 +36,7 @@ GH_TUPLE=	RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hi
 		zeux:pugixml:v1.9-51-g8bf806c:pugixml/3rdparty/pugixml
 
 USES=		cmake compiler:c++17-lang gl iconv:wchar_t localbase:ldflags \
-		openal:soft pkgconfig qt:5 xorg
+		openal:soft pkgconfig python:3.4+,build qt:5 xorg
 USE_GL=		gl glew
 USE_QT=		qmake_build buildtools_build core concurrent dbus declarative gui network widgets
 USE_XORG=	x11


More information about the svn-ports-branches mailing list