Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#35126 closed defect (fixed)

libnet11: Fix raw sockets

Reported by: suominen (Kimmo Suominen) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: haspatch Cc:
Port: libnet11

Description

Widen darwin options in configure.in to all architectures. The same options (esp. the byte swapping) are needed not just on i?86 but definitely on x86_64 as well. Most likely all the options are needed on all architectures, but I don't have a ppc mac on which to test. However, looking at other OSes, e.g. NetBSD, they don't select this based on architecture.

I've also submitted a pull request upstream: https://github.com/sam-github/libnet/pull/19

Attachments (1)

libnet11.diff (1.8 KB) - added by suominen (Kimmo Suominen) 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by suominen (Kimmo Suominen)

Attachment: libnet11.diff added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added; net/libnet11 removed
Owner: changed from macports-tickets@… to snc@…
Port: libnet11 added
Summary: Fix raw sockets in net/libnet11libnet11: Fix raw sockets

comment:2 Changed 12 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:3 Changed 12 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Updated in r95336.

comment:4 Changed 12 years ago by suominen (Kimmo Suominen)

Thank you.

Note: See TracTickets for help on using tickets.