Changes between Initial Version and Version 1 of Ticket #46893


Ignore:
Timestamp:
Feb 18, 2015, 10:06:29 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I have not updated the coffee-script port in years, because it really needs to be installed with npm, using its dependency engine. I have long wanted to build an npm portgroup to make it possible to add npm-using ports to MacPorts, but have not done so yet. For now, your best bet is to install coffee-script with npm and forget about the coffee-script port in MacPorts.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46893

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords coffeescript coffee-script removed
    • Property Summary changed from Coffescript does not compile js anymore to coffee-script does not compile js anymore
    • Property Priority changed from High to Normal
  • Ticket #46893 – Description

    initial v1  
    33The latest updates seem to have broken coffeescript.
    44
     5{{{
    56$ coffee -b -c -o working/js coffee
    67TypeError: undefined is not a function
     
    1011    at fs.js:336:14
    1112    at FSReqWrap.oncomplete (fs.js:99:15)
     13}}}