On Jan 13, 2014, at 15:34, Julio Merino <ju...@meroh.net> wrote: > On Jan 13, 2014, at 14:59, Baptiste Daroussin <b...@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. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"