Opened 14 years ago
Closed 14 years ago
#27028 closed update (fixed)
picocom from 1.4 to 1.6
Reported by: | ranauei@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | maintainer haspatch | Cc: | |
Port: | picocom |
Description
Hi this is the update port for picocom. The patches are about the maximum baudrate that picocom want to use, it pretent to go above 230400 bps which is the maximum defined in sys/termios.h at leas in Snow Leopard 10.6.4 full patched. So I managed to change the maximum value above which the baudrate is capped and I removed the switch cases regarding the (2) undefined baudrates. See attached patches for details.
Attachments (3)
Change History (5)
Changed 14 years ago by ranauei@…
Attachment: | Portfile.diff added |
---|
Changed 14 years ago by ranauei@…
Attachment: | patch-picocom.c.diff added |
---|
Changed 14 years ago by ranauei@…
Attachment: | patch-term.c.diff added |
---|
Removed 2 switch cases regardind undefined baudrates in sys/termios.h
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | maintainer added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, updated in r72817.
Note: See
TracTickets for help on using
tickets.
Changed the maximum usable baudrate according to sys/termios.h