svn commit: r525887 - head/emulators/rpcs3

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


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

Log:
  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)

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Tue Feb 11 19:01:53 2020	(r525886)
+++ head/emulators/rpcs3/Makefile	Tue Feb 11 19:25:26 2020	(r525887)
@@ -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-all mailing list