FreeBSD Bugzilla – Attachment 158336 Details for
Bug 201331
[patch] security/arm: arm script relies on python binary the dependency does not provide
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/arm: Adjust arm start script to use an existing python binary
arm-1.4.5.0_1.diff (text/plain), 1.33 KB, created by
Fabian Keil
on 2015-07-04 15:04:54 UTC
(
hide
)
Description:
security/arm: Adjust arm start script to use an existing python binary
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2015-07-04 15:04:54 UTC
Size:
1.33 KB
patch
obsolete
>From d94ebd260a295fb4fe7c726d2d388fbb3053e109 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Mon, 29 Jun 2015 17:41:30 +0200 >Subject: [PATCH] security/arm: Adjust arm start script to use an existing python binary > >While at it, ditch two stray spaces Emacs complains about. >--- > security/arm/Makefile | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >diff --git a/security/arm/Makefile b/security/arm/Makefile >index 85a772f..1111930 100644 >--- a/security/arm/Makefile >+++ b/security/arm/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= arm > DISTVERSION= 1.4.5.0 >+PORTREVISION= 1 > CATEGORIES= security net python > MASTER_SITES= https://archive.torproject.org/arm/ \ > http://www.c-s.li/ports/ >@@ -46,11 +47,13 @@ post-patch: > .endif > > @${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \ >- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall >+ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall > @${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \ > ${WRKSRC}/setup.py > @${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \ >- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \ >+ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \ > ${WRKSRC}/src/gui/controller.py >+ @${REINPLACE_CMD} -e 's,python ,${PYTHON_VERSION} ,' \ >+ ${WRKSRC}/arm > > .include <bsd.port.post.mk> >-- >2.4.2 >
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 201331
: 158336