FreeBSD Bugzilla – Attachment 183276 Details for
Bug 219828
[PATCH] finance/bitcoin-armory: fix shebang lines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix /usr/bin/env python shebangs
bitcoin-armory-shebang.patch (text/plain), 1.39 KB, created by
Alan Somers
on 2017-06-07 01:14:27 UTC
(
hide
)
Description:
Fix /usr/bin/env python shebangs
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-06-07 01:14:27 UTC
Size:
1.39 KB
patch
obsolete
>Index: finance/bitcoin-armory/Makefile >=================================================================== >--- finance/bitcoin-armory/Makefile (revision 442591) >+++ finance/bitcoin-armory/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= BitcoinArmory > PORTVERSION= 0.93.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= finance > >@@ -25,7 +25,7 @@ > > USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix > USE_PYQT= core_run gui_run >-SHEBANG_FILES= extras/extractKeysFromWallet.py >+SHEBANG_FILES= extras/extractKeysFromWallet.py ArmoryQt.py jasvet.py > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM -fPIC >Index: finance/bitcoin-armory/files/patch-ArmoryQt.py >=================================================================== >--- finance/bitcoin-armory/files/patch-ArmoryQt.py (revision 442591) >+++ finance/bitcoin-armory/files/patch-ArmoryQt.py (working copy) >@@ -1,11 +1,5 @@ > --- ArmoryQt.py.orig 2015-06-10 21:49:31 UTC > +++ ArmoryQt.py >-@@ -1,4 +1,4 @@ >--#! /usr/bin/python >-+#!/usr/bin/env python >- # -*- coding: UTF-8 -*- >- ################################################################################ >- # # > @@ -1236,6 +1236,9 @@ class ArmoryMainWindow(QMainWindow): > elif OS_LINUX: > tempDir = '/var/log'
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 219828
:
183275
| 183276