K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-06-04T06:45:37.376035Z K 7 svn:log V 1117 lang/pypy: Fix build. Temporarily disable CFFI modules Temporarily disable CFFI module compilation post-build and the shared CFFI libraries in the packaging lists to due failures finding and linking tkinter: Building tk bindings failed. You can either install development headers package, add the --without-tk option to skip packaging this binary CFFI extension, or say --without-cffi. Traceback (most recent call last): File "/app_main.py", line 75, in run_toplevel File "/usr/ports/lang/pypy/files/compile_cffi.py", line 15, in create_cffi_import_libraries(sys.executable, Options(cffi_build_scripts), py.path.local(basedir)) File "/wrkdirs/usr/ports/lang/pypy/work/pypy-pypy-295ee98b6928/pypy/tool/release/package.py", line 84, in create_cffi_import_libraries raise MissingDependenciesError(module) MissingDependenciesError: _tkinter/tklib_build.py This change is being committed on behalf of and in leui of maintainer providing a comprehensive fix, as they are currently AFK. Reported by: hawkowl (via IRC, portsmon) Reviewed by: dbn (maintainer) Approved by: dbn (maintainer) END