FreeBSD Bugzilla – Attachment 209244 Details for
Bug 242071
[PATCH] net/ceph14: allow build with py36+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow py36+ checks
ceph14.diff (text/plain), 2.66 KB, created by
Dima Panov
on 2019-11-19 08:24:48 UTC
(
hide
)
Description:
Allow py36+ checks
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2019-11-19 08:24:48 UTC
Size:
2.66 KB
patch
obsolete
>Index: net/ceph14/Makefile >=================================================================== >--- net/ceph14/Makefile (revision 517942) >+++ net/ceph14/Makefile (working copy) >@@ -48,7 +48,7 @@ > ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} > >-USES= cmake:noninja fuse gettext-runtime gmake pkgconfig python:3.6 \ >+USES= cmake:noninja fuse gettext-runtime gmake pkgconfig python:3.6+ \ > shebangfix ssl > USE_PYTHON= cython > USE_OPENLDAP= yes >Index: net/ceph14/files/patch-cmake_modules_FindPython3Interp.cmake >=================================================================== >--- net/ceph14/files/patch-cmake_modules_FindPython3Interp.cmake (nonexistent) >+++ net/ceph14/files/patch-cmake_modules_FindPython3Interp.cmake (working copy) >@@ -0,0 +1,11 @@ >+--- cmake/modules/FindPython3Interp.cmake.orig 2019-09-13 18:07:41 UTC >++++ cmake/modules/FindPython3Interp.cmake >+@@ -69,7 +69,7 @@ >+ >+ unset(_Python3_NAMES) >+ >+-set(_PYTHON3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0) >++set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) >+ >+ if(Python3Interp_FIND_VERSION) >+ if(Python3Interp_FIND_VERSION_COUNT GREATER 1) > >Property changes on: net/ceph14/files/patch-cmake_modules_FindPython3Interp.cmake >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/ceph14/files/patch-cmake_modules_FindPython3Libs.cmake >=================================================================== >--- net/ceph14/files/patch-cmake_modules_FindPython3Libs.cmake (nonexistent) >+++ net/ceph14/files/patch-cmake_modules_FindPython3Libs.cmake (working copy) >@@ -0,0 +1,11 @@ >+--- cmake/modules/FindPython3Libs.cmake.orig 2019-09-13 18:07:41 UTC >++++ cmake/modules/FindPython3Libs.cmake >+@@ -101,7 +101,7 @@ endif() >+ # To avoid picking up the system Python.h pre-maturely. >+ set(CMAKE_FIND_FRAMEWORK LAST) >+ >+-set(_PYTHON3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0) >++set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) >+ >+ if(Python3Libs_FIND_VERSION) >+ if(Python3Libs_FIND_VERSION_COUNT GREATER 1) > >Property changes on: net/ceph14/files/patch-cmake_modules_FindPython3Libs.cmake >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242071
: 209244