- Update to 1.02 - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency Port maintainer (infofarmer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->infofarmer Over to maintainer
On 9/1/06, Gea-Suan Lin <gslin@gslin.org> wrote: > - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency > > -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE > -RUN_DEPENDS= ${BUILD_DEPENDS} > +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE > +BUILD_DEPENDS= ${RUN_DEPENDS} Frankly, I don't understand this. Can you elaborate, please? Thanks!
Hello, This prevents from unused dependency in the future. For example, in the past, if using USE_REINPLACE=yes with BUILD_DEPENDS=${RUN_DEPENDS}, it will cause sed_inplace in run-depend. Another one is using PERL_MODBUILD=yes with same condition, it will add p5-Module-Build into BUILD_DEPENDS. On Sun, Sep 03, 2006 at 01:35:53PM +0400, Andrew Pantyukhin wrote: > On 9/1/06, Gea-Suan Lin <gslin@gslin.org> wrote: > >- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency > > > >-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE > >-RUN_DEPENDS= ${BUILD_DEPENDS} > >+RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE > >+BUILD_DEPENDS= ${RUN_DEPENDS} > > Frankly, I don't understand this. Can you elaborate, please? > > Thanks! -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman
State Changed From-To: open->closed Committed, thanks!