FreeBSD Bugzilla – Attachment 135546 Details for
Bug 180467
[partial patch] Make devel/py-qt4-core work with python 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 705 bytes, created by
Nathan Whitehorn
on 2013-07-11 15:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nathan Whitehorn
Created:
2013-07-11 15:00:00 UTC
Size:
705 bytes
patch
obsolete
>Index: devel/py-qt4-core/Makefile >=================================================================== >--- devel/py-qt4-core/Makefile (revision 322767) >+++ devel/py-qt4-core/Makefile (working copy) >@@ -53,8 +53,16 @@ > ARGS+= --debug --trace > .endif > >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_MAJOR_VER} != "3" >+BAD_UIC_PORT_DIR= port_v3 >+.else >+BAD_UIC_PORT_DIR= port_v2 >+.endif >+ > post-patch: >- ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3 >+ ${RM} -rf ${WRKSRC}/pyuic/uic/${BAD_UIC_PORT_DIR} > > do-configure: > cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ >@@ -75,4 +83,4 @@ > ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/py_compile.py\ > `ls *.py */*.py */*/*.py` > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 180467
:
135546
|
143530