FreeBSD: don't use v_cache_min/max #1
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I'm working on getting Diaspora running on FreeBSD and have been running into some gem bundler errors building sigar extensions on FreeBSD. I notice that you are maintaining a fork that is used by
eye, so I would like to integrate those changes here (as sigar is included in Diaspora's gemfile via bundlingeye).This is basically integrating the changes by @swills in hyperic#68 , which fixes the issue of installing
eyeon FreeBSD 11R and greater.I would really be very grateful if you could merge and then make a new release of
eyeas needed, then I can hopefully make a PR against Diaspora to bump the gem version.With this patch I'm able to build the resultant
sigar.sowithout issue.