The devel/rubygem-sdoc port has an unsatisfied dependency in gemfile (rdoc [~> 4.0]) that would make it fail at runtime.
Hmm, rdoc is a bit of a special case. The gem is bundled with ruby and we don't pull it out like we do gem itself. We used to pull it out, but it changes so little now that it's not worth it. So gem doesn't show it as installed, but it is available. The devel/rubygem-rdoc port is out of date, it's 4.3.0 and the latest at the moment is 5.1.0. I've actually thought we should probably just delete the rubygem-rdoc port. And perhaps the same for rubygem-sdoc, though it looks like rails4 needs it.
Is it possible to patch rails4? This is one of the last blockers for the new stage-qa target.
Created attachment 184993 [details] fix rdoc dependency
Let's just fix this one for now so that we can keep going and see what else is uncovered.
A commit references this bug: Author: sunpoet Date: Fri Aug 4 20:09:12 UTC 2017 New revision: 447375 URL: https://svnweb.freebsd.org/changeset/ports/447375 Log: Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 220628 Reported by: lifanov Changes: head/devel/rubygem-sdoc/Makefile
Committed. Thanks!