-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v10.10.0 #87
Comments
There definitely is a pure JS distribution of Dart Sass which should work totally fine on FreeBSD. It's available as the |
Thanks for the heads up! I will see what I can do about working around the requirement for an embedded compiler when I get some time later in the week |
my search engine juste made me encounter this issue, for your information I have updated the FreeBSD port to 10.10.1 and added a port for libskiasharp (built in the ports tree) to workaround sass-embeded issue, I just removed from the package*.json all reference to sass-embeded and it fallsback on using sass |
@bapt Thank you! Sorry about not replying sooner. Everyone else: This repo is now redundant, in a good way, but I will be shutting it down in the next few days. |
given you have been the first to work on this if you want maintainership or want to help working on the ports you are more welcome! thanks a lot for all your work!!!! |
@bapt Full: "jellyfin freebsd", on google, shows my repo second, under Jellyfin's official site; the order is reversed on bing. Freshports is at the bottom of the first page for google and does not make the first page for bing. I had kept this repo open as an alternative for users that wanted a jellyfin binary sooner than what was provided in ports. I also don't mind continuing jellyfin support here. People gravitate here for support anyways even after a port arrived on FreeBSD. |
Build:
Error: Embedded Dart Sass couldn't find the embedded compiler executable. Please make sure the optional dependency sass-embedded-freebsd-x64 is installed in node_modules.
Train of thought notes might delete later:
Changes in the
sass
dependencies seem to have caused this. I guess there is no longer a Dart2JS fallback?node-sass
is EOL sass/node-sass#3424 "Projects that still use it should move onto Dart Sass." OSes that are not supported by Dart get left out?Dart is a Google project. RIP
Some light reading:
In the past 11 years the dart-lang team has not been given the resources to support FreeBSD.
dart-lang/sdk#10260 and dart-lang/sdk#52374
Others:
nanoc/nanoc#1710
sass-contrib/sass-embedded-host-ruby#227
sass/dart-sass#1173
jekyll/jekyll#9462
owen2345/camaleon-cms#1098
Progress?:
sass/dart-sass#2325 with sass/dart-sass#2413 and sass/embedded-host-node#344
The text was updated successfully, but these errors were encountered: