node-sass
node-sass copied to clipboard
Add OpenBSD support
Do you know how and who will be building binaries for OpenBSD?
There will be no binary for node-sass. www/sass package is maintained by frantisek holop. lang/node was maintained by Aaron Bieber.
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.
What would be needed to get this merged?
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.