FreeBSD Bugzilla – Attachment 176071 Details for
Bug 213717
net-p2p/bitmessage: Update fixing python path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bitmessage.patch (text/plain), 1.63 KB, created by
Yuri Victorovich
on 2016-10-23 05:01:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-10-23 05:01:37 UTC
Size:
1.63 KB
patch
obsolete
>Index: net-p2p/bitmessage/Makefile >=================================================================== >--- net-p2p/bitmessage/Makefile (revision 424492) >+++ net-p2p/bitmessage/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bitmessage > PORTVERSION= 0.6.1 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= net-p2p > >@@ -32,12 +33,11 @@ > REINPLACE_ARGS= -i '' > > post-patch: >- @${REINPLACE_CMD} -e 's|python2|${PYTHON_CMD}| ; s|share/man|man|' \ >+ @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|' \ > ${WRKSRC}/Makefile > @${REINPLACE_CMD} -e "s|\((CCFLAGS)\)|\1 -I${OPENSSLINC} |g" \ > -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \ > ${WRKSRC}/src/bitmsghash/Makefile >- @${REINPLACE_CMD} -e 's|python2|${PYTHON_CMD}| ; s|share/man|man|' ${WRKSRC}/Makefile ${WRKSRC}/src/depends.py > @${REINPLACE_CMD} -e 's|^#!.*$$|#!${PYTHON_CMD}|' \ > ${WRKSRC}/compiletest.py ${WRKSRC}/src/bitmessagecli.py ${WRKSRC}/src/bitmessagemain.py \ > ${WRKSRC}/src/depends.py \ >Index: net-p2p/bitmessage/files/patch-Makefile >=================================================================== >--- net-p2p/bitmessage/files/patch-Makefile (revision 424492) >+++ net-p2p/bitmessage/files/patch-Makefile (working copy) >@@ -26,7 +26,7 @@ > + echo ' echo "BitMessage directory not found"' >> ${DESTDIR}${PREFIX}/bin/${APP} > + echo ' exit 1' >> ${DESTDIR}${PREFIX}/bin/${APP} > echo 'fi' >> ${DESTDIR}${PREFIX}/bin/${APP} >-+ echo 'exec /usr/local/bin/python2.7 bitmessagemain.py' >> ${DESTDIR}${PREFIX}/bin/${APP} >++ echo 'exec @PYTHON@ bitmessagemain.py' >> ${DESTDIR}${PREFIX}/bin/${APP} > chmod +x ${DESTDIR}${PREFIX}/bin/${APP} > uninstall: > - rm -f ${PREFIX}/share/man/man1/${APP}.1.gz
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213717
: 176071