Page MenuHomeFreeBSD

Add BROKEN_RUBYxx to simplify Makefile
ClosedPublic

Authored by sunpoet on Apr 6 2015, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 9:36 AM
Unknown Object (File)
Jan 21 2024, 9:36 PM
Unknown Object (File)
Dec 19 2023, 11:06 PM
Unknown Object (File)
Dec 1 2023, 12:54 AM
Unknown Object (File)
Oct 8 2023, 1:10 AM
Unknown Object (File)
Aug 17 2023, 2:04 AM
Unknown Object (File)
Jun 20 2023, 6:02 AM
Unknown Object (File)
Jun 1 2023, 3:58 PM
Subscribers

Details

Reviewers
swills
Group Reviewers
Ruby
portmgr
Summary

With these new knob, we could simplify Makefile and only include bsd.port.mk once (instead of twice).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

sunpoet retitled this revision from to Add BROKEN_RUBYxx to simplify Makefile.
sunpoet updated this object.
sunpoet edited the test plan for this revision. (Show Details)
swills added inline comments.
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.

Ok, sorry, I missed that. Looks fine. Trying to decide if we need and exp-run for this...

It is quite a simple patch. I guess we do not need exp-run. :)

swills added a reviewer: swills.

Yeah, you're right, it is really simple. Approved.

This revision is now accepted and ready to land.Jun 17 2015, 6:00 PM
mmoll added a subscriber: mmoll.

commited by sunpoet in rP395539