Opened 9 years ago

Closed 6 years ago

#46893 closed defect (fixed)

coffee-script @1.3.3 does not build, does not work

Reported by: andrew@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: haspatch Cc: macports.org@…, alexreg (Alexander Regueiro), ksze (Kal Sze)
Port: coffee-script

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi

The latest updates seem to have broken coffeescript.

$ coffee -b -c -o working/js coffee
TypeError: undefined is not a function
    at writeJs (/opt/local/lib/coffee-script/lib/coffee-script/command.js:413:17)
    at compileScript (/opt/local/lib/coffee-script/lib/coffee-script/command.js:185:18)
    at /opt/local/lib/coffee-script/lib/coffee-script/command.js:150:18
    at fs.js:336:14
    at FSReqWrap.oncomplete (fs.js:99:15)

Change History (5)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: coffeescript coffee-script removed
Owner: changed from macports-tickets@… to ryandesign@…
Priority: HighNormal
Summary: Coffescript does not compile js anymorecoffee-script does not compile js anymore

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.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: macports.org@… added
Summary: coffee-script does not compile js anymorecoffee-script @1.3.3 does not build, does not work

Has duplicate #48990.

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: alexreg@… added
Keywords: haspatch added

Duplicate #49170 provides an untested patch to update to 1.10.0.

Last edited 9 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: swordangel@… added

Has duplicate #49204.

comment:5 Changed 6 years ago by pmetzger (Perry E. Metzger)

Resolution: fixed
Status: newclosed

In 7469f75ebfa6e6dda12e5789c4682e898962acb4/macports-ports (master):

coffee-script: remove port

coffee-script has been broken for at least three years.

Closes: #46893
Closes: #54715

Note: See TracTickets for help on using tickets.