When trying to run sanitizer.pl, it complains that it cannot find FileTypes.pm in the include path: # ./sanitizer.pl Can't locate Anomy/Sanitizer/FileTypes.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 . /bin) at /usr/local/lib/perl5/site_perl/5.8.8/Anomy/Sanitizer.pm line 47. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/Anomy/Sanitizer.pm line 47. Compilation failed in require at ./sanitizer.pl line 45. BEGIN failed--compilation aborted at ./sanitizer.pl line 45. Fix: Add the following line to the port, in the do-install section: ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer/FileTypes.pm ${SITE_PERL}/Anomy/Sanitizer/ How-To-Repeat: Install mail/anomy-sanitizer from ports. Try to run /usr/local/bin/sanitizer.pl
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take care of it.
State Changed From-To: open->feedback Awaiting maintainer's feedback.
State Changed From-To: feedback->open Approved by maintainer in misfiled PR ports/101056.
State Changed From-To: open->closed Committed. Thank You.