#15596 closed submission (fixed)
Portfile and patches for ruby net::geoip module
Reported by: | kykim@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | ruby libgeoip | Cc: | kykim@… |
Port: |
Description
Port file for ruby module to libgeoip port
Attachments (4)
Change History (11)
Changed 16 years ago by kykim@…
Attachment: | patch-extconf.rb added |
---|
Changed 16 years ago by kykim@…
Attachment: | patch-geoip.c added |
---|
patch file for rb-net-geoip geoip.c file
comment:2 Changed 16 years ago by raimue (Rainer Müller)
Owner: | changed from macports-tickets@… to raimue@… |
---|---|
Status: | new → assigned |
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | Portfile.2 added |
---|
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Submitted an updated Portfile. Basically I moved the ruby.setup line to the top because it overrides the previously set depends_lib
. With ruby.setup name
and version
become redundant, so I removed them.
Why do you rename geoip.h
to geoiplocal.h
?
comment:4 Changed 16 years ago by kykim@…
I made the Portfile based on the instructions I found on this page:
in order to compile it on MacOSX.
comment:5 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r38036.
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:7 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Note: See
TracTickets for help on using
tickets.
patch file for rb-net-geoip extconf.rb file