Recently, we (ports) committers are keep receiving kris(bot) mailS. These mails are about build errors.

One of them is ‘fail of german/BBBike’, and inside the mail, the problem is not BBBike itself. So, I’m not the maintainer, why I received it? Because BBBike depends on p5-Text-Balanced, which was just upgraded to 2.0.0 by me. And in the Makefile I add
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
These causes the dependent ports (BBBike) error, because it still need version.pm in run-time. Thus, I add
RUN_DEPENDS= ${BUILD_DEPENDS} to avoid the problem.

Add to del.icio.us - Digg this article

No Responses to “Note about RUN_DEPENDS/BUILD_DEPENDS of p5-* ports”  

  1. No Comments

Leave a Reply