svn commit: r260586 - head/bin/pax/tests

Julio Merino julio at meroh.net
Tue Jan 14 20:37:21 UTC 2014


On Jan 13, 2014, at 15:34, Julio Merino <julio at meroh.net> wrote:

> On Jan 13, 2014, at 14:59, Baptiste Daroussin <bapt at FreeBSD.org> wrote:
> 
>> On Mon, Jan 13, 2014 at 12:17:41PM +0000, Julio Merino wrote:
>>> +tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"}
>> 
>> Shouldn't that be /usr/local/bin/perl or ${LOCALBASE}/bin/perl, we are trying
>> hard on ports to remove by default /usr/bin/perl which is a legacy from the
>> removal of perl from base.
> 
> Only if legacy_test.sh is also modified to use /usr/local/bin/perl.  (I don't think using LOCALBASE is possible given that it's not accessible from share/mk/.)
> 
> If it's the right thing to do, I can change it.

FTR, I did this change as part of some other generalizations and cleanups.  Test programs that use the new TAP_TESTS_PERL feature of tap.test.mk should get the right path to the perl interpreter.


More information about the svn-src-head mailing list