#14242 closed defect (duplicate)
lftp-3.6.1 high cpu usage on Leopard
Reported by: | yunzheng.hu@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | ftp poll leopard cpu usage deployment target | Cc: | |
Port: |
Description
When compiling and running lftp on Leopard it causes the 'known' 100% cpu usage. This however is not entirely related to the 'poll' bug, like in Tiger.
I have attached a patch for configure that detects the broken poll on Leopard as well. And a modification to the Portfile that sets the MACOSX_DEPLOYMENT_TARGET=10.4, which fixes the cpu usage issue on Leopard.
references to the bug in Tiger:
http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html
same patch but for Leopard (but does not entirely fix the problem):
http://www.mail-archive.com/lftp@uniyar.ac.ru/msg03091.html
Attachments (2)
Change History (4)
Changed 17 years ago by yunzheng.hu@…
Attachment: | patch-configure added |
---|
Changed 17 years ago by yunzheng.hu@…
Modified Portfile to include configure patch, and took maintainer ship of this port. (current nomainter)
comment:1 Changed 17 years ago by raimue (Rainer Müller)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #13259.
Note: See
TracTickets for help on using
tickets.
patch for configure that also applies to Darwin 9 instead of only Darwin 8