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

2014-01-13 Thread Julio Merino
Author: jmmv Date: Mon Jan 13 12:17:41 2014 New Revision: 260586 URL: http://svnweb.freebsd.org/changeset/base/260586 Log: Mark the bin/pax tests as requiring perl. The effect of this is that the test program is marked as skipped when perl is missing, instead of marking it as broken due t

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

2014-01-13 Thread Baptiste Daroussin
On Mon, Jan 13, 2014 at 12:17:41PM +, Julio Merino wrote: > Author: jmmv > Date: Mon Jan 13 12:17:41 2014 > New Revision: 260586 > URL: http://svnweb.freebsd.org/changeset/base/260586 > > Log: > Mark the bin/pax tests as requiring perl. > > The effect of this is that the test program is

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

2014-01-13 Thread Julio Merino
On Jan 13, 2014, at 14:59, Baptiste Daroussin wrote: > On Mon, Jan 13, 2014 at 12:17:41PM +, 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 re

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

2014-01-14 Thread Julio Merino
On Jan 13, 2014, at 15:34, Julio Merino wrote: > On Jan 13, 2014, at 14:59, Baptiste Daroussin wrote: > >> On Mon, Jan 13, 2014 at 12:17:41PM +, Julio Merino wrote: >>> +tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"} >> >> Shouldn't that be /usr/local/bin/perl or $