With these new knob, we could simplify Makefile and only include bsd.port.mk once (instead of twice).
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Mk/bsd.ruby.mk | ||
---|---|---|
217 | One issue with this, it's not always that something won't build with a particular ruby version, sometimes it builds but doesn't work. So the reason for marking it BROKEN varies. |
Mk/bsd.ruby.mk | ||
---|---|---|
217 | In this case, use "BROKEN_RUBY22=builds fine but does not work with ruby22" instead. It will set BROKEN in line 219. |
Comment Actions
Ok, sorry, I missed that. Looks fine. Trying to decide if we need and exp-run for this...