FreeBSD Bugzilla – Attachment 139602 Details for
Bug 185884
devel/llvm33, devel/py-qt4, emulators/virtualbox-ose: Python 3 fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py3-sphinx.diff
py3-sphinx.diff (text/plain; CHARSET=US-ASCII), 903 bytes, created by
Nathan Whitehorn
on 2014-01-25 22:16:28 UTC
(
hide
)
Description:
py3-sphinx.diff
Filename:
MIME Type:
Creator:
Nathan Whitehorn
Created:
2014-01-25 22:16:28 UTC
Size:
903 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 341085) >+++ Makefile (working copy) >@@ -25,15 +25,11 @@ > PYDISTUTILS_AUTOPLIST= yes > PYDISTUTILS_PKGNAME= Sphinx > >-post-build: >- cd ${WRKSRC} && \ >+post-install: >+ cd ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG} && \ > ${SETENV} PYTHONPATH=${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}:${PYTHONPREFIX_SITELIBDIR} \ >- ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'import load_grammar' >+ ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'load_grammar(force=True)' > >-post-install: >- ${INSTALL_DATA} ${WRKSRC}/sphinx/pycode/Grammar${PYTHON_VER}.pickle \ >- ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/sphinx/pycode/ >- > ${ECHO_CMD} ${PYTHON_SITELIBDIR:S;${PYTHONBASE}/;;}/${PYEASYINSTALL_EGG}/sphinx/pycode/Grammar${PYTHON_VER}.pickle >> ${TMPPLIST} > > .include <bsd.port.mk>
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 185884
:
139600
|
139601
|
139602
|
139603
|
143532