node-sass icon indicating copy to clipboard operation
node-sass copied to clipboard

Add OpenBSD support

Open ledeuns opened this issue 4 years ago • 5 comments

ledeuns avatar Apr 02 '20 18:04 ledeuns

Do you know how and who will be building binaries for OpenBSD?

saper avatar Apr 04 '20 17:04 saper

There will be no binary for node-sass. www/sass package is maintained by frantisek holop. lang/node was maintained by Aaron Bieber.

ledeuns avatar Apr 04 '20 17:04 ledeuns

We are getting requests like https://github.com/sass/node-sass/issues/2840#issuecomment-624358082 from folk who try to run some apps using node-sass on OpenBSD, please reconsider.

saper avatar May 05 '20 23:05 saper

What would be needed to get this merged?

frenkel avatar Oct 20 '20 13:10 frenkel

Please see: https://marc.info/?l=openbsd-ports&m=160657052927238

ln -s /usr/local/bin/node /tmp/node

Don't forget to replace gcc with clang:

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

Shoutout to Solene for the help.

anon987654321 avatar Nov 30 '20 10:11 anon987654321