Opened 11 years ago
Closed 11 years ago
#43514 closed enhancement (fixed)
Add "relative" variant to ruby21
Reported by: | kw@… | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager) |
Port: | ruby21 |
Description
To succesfully embed Ruby in a standard Mac app bundle, it needs to be compiled with the " --enable-load-relative" flag. This will allow the interpreter to load libraries relative to its installation. The attached patch to the ruby21 portfile adds the "relative" variant. I have successfully built and tested Ruby with this flag.
Attachments (1)
Change History (5)
Changed 11 years ago by kw@…
Attachment: | Portfile-ruby21.diff added |
---|
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Keywords: | haspatch added; relative app bundle removed |
---|---|
Owner: | changed from macports-tickets@… to kimuraw@… |
Version: | 2.2.1 |
comment:3 Changed 11 years ago by kimuraw (kimura wataru)
Status: | new → assigned |
---|
thanks!
I'll merge your patch at next upgrade ruby-2.1.2.
comment:4 Changed 11 years ago by kimuraw (kimura wataru)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
merged at r119917.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers ruby21
).