[MacPorts] #41008: textmate2: build fails on Mavericks, "code object is not signed at all"

MacPorts noreply at macports.org
Tue Oct 29 13:49:57 PDT 2013


#41008: textmate2: build fails on Mavericks, "code object is not signed at all"
------------------------+-------------------
  Reporter:  aronnax@…  |      Owner:  cal@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.2.0
Resolution:             |   Keywords:
      Port:  textmate2  |
------------------------+-------------------

Comment (by pjkim00@…):

 Found fix to build text mate 2 cleanly. Need to change build.ninja file at
 line 123 from


 {{{
   command = codesign -fs "$identity" $in && touch $out
 }}}
 to

 {{{
   command = codesign --deep -fs "$identity" $in && touch $out
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/41008#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list