FreeBSD Bugzilla – Attachment 192173 Details for
Bug 227260
net/ceph: unbreak build with python3 as default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net/ceph: unbreak build with python3 as default
ceph.diff (text/plain), 752 bytes, created by
Dima Panov
on 2018-04-03 16:07:48 UTC
(
hide
)
Description:
net/ceph: unbreak build with python3 as default
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2018-04-03 16:07:48 UTC
Size:
752 bytes
patch
obsolete
>Index: net/ceph/Makefile >=================================================================== >--- net/ceph/Makefile (revision 466359) >+++ net/ceph/Makefile (working copy) >@@ -19,7 +19,7 @@ > BUILD_DEPENDS= \ > yasm:devel/yasm \ > pkgconf:devel/pkgconf \ >- sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6:textproc/py-sphinx@${PY_FLAVOR} \ > gperf:devel/gperf \ > ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops > LIB_DEPENDS= \ >@@ -96,6 +96,7 @@ > pre-configure: > ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build > ${CP} files/file-git_version ${WRKSRC}/src/.git_version >+ ${REINPLACE_CMD} 's|sphinx-build|sphinx-build-${PYTHON_VER}|g' ${WRKSRC}/CMakeLists.txt > > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph
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 227260
: 192173
Working