FreeBSD Bugzilla – Attachment 151338 Details for
Bug 196454
sysutils/lsof allow build on 10/stable and head on arm.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add armv6hf to the list. I hope that's all the arm* archs
lsof-arm.v5.patch (text/plain), 573 bytes, created by
Larry Rosenman
on 2015-01-04 19:15:49 UTC
(
hide
)
Description:
add armv6hf to the list. I hope that's all the arm* archs
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2015-01-04 19:15:49 UTC
Size:
573 bytes
patch
obsolete
>Index: sysutils/lsof/Makefile >=================================================================== >--- sysutils/lsof/Makefile (revision 376265) >+++ sysutils/lsof/Makefile (working copy) >@@ -41,8 +41,8 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "arm" >-BROKEN= Does not compile on arm >+.if (${ARCH} == "arm" || ${ARCH} == "armv6" || ${ARCH} == "armv6hf") && ( ( ${OSVERSION} < 1001505) || (${OSVERSION} > 1100000 && ${OSVERSION} < 1100052) ) >+BROKEN= Not supported on ARM platform below release 10.1 or a more recent current > .endif > > CONFIGURE_SCRIPT= Configure
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 196454
:
151230
|
151231
|
151232
|
151233
|
151307
|
151328
|
151338
|
151341