Opened 12 years ago
Closed 12 years ago
#37602 closed defect (wontfix)
textmate2@r9339: MacPorts ruby should be used throughout
Reported by: | ci42 | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | textmate2 |
Description
bash-4.2$ sudo port patch textmate2 bash-4.2$ cd `port dir textmate2` bash-4.2$ grep -ir "/System.*ruby" * bin/gen_build:#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -wKU bin/process_plist:#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -wKU
Attachments (1)
Change History (3)
Changed 12 years ago by ci42
Attachment: | textmate.patch added |
---|
comment:1 Changed 12 years ago by ci42
Keywords: | haspatch added |
---|
comment:2 Changed 12 years ago by neverpanic (Clemens Lang)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I only added the dependency on MacPorts ruby 1.8 and added the patches, because the scripts did require rb-json for a while. Upstream has since lifted this requirement and I see no reason to not use the system ruby (that upstream also uses and tests against).
I dropped the dependency and the patches in r101463 to reduce the number of dependencies.
Note: See
TracTickets for help on using
tickets.
See the attached patch.