Skip to content
Snippets Groups Projects
  1. May 14, 2017
    • Kamil Rytarowski's avatar
      scripts: Switch to more portable Perl shebang · cb77f0d6
      Kamil Rytarowski authored
      
      The default NetBSD package manager is pkgsrc and it installs Perl
      along other third party programs under custom and configurable prefix.
      The default prefix for binary prebuilt packages is /usr/pkg, and the
      Perl executable lands in /usr/pkg/bin/perl.
      
      This change switches "/usr/bin/perl" to "/usr/bin/env perl" as it's
      the most portable solution that should work for almost everybody.
      Perl's executable is detected automatically.
      
      This change switches -w option passed to the executable with more
      modern "use warnings;" approach. There is no functional change to the
      default behavior.
      
      While there, drop "require 5" from scripts/namespace.pl (Perl from 1994?).
      
      Signed-off-by: default avatarKamil Rytarowski <n54@gmx.com>
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      cb77f0d6
  2. Jul 17, 2016
  3. Dec 04, 2015
  4. Sep 21, 2014
  5. Jul 27, 2014
  6. Feb 24, 2014
  7. Jan 01, 2013
  8. Dec 27, 2012
  9. Sep 28, 2012
  10. Jul 06, 2012
  11. Jun 21, 2012
  12. May 15, 2012
  13. Dec 11, 2011
  14. Nov 21, 2011
  15. Oct 14, 2011
  16. Sep 21, 2011
  17. Aug 27, 2011
  18. Jul 27, 2011
  19. Mar 21, 2011
  20. Oct 21, 2010
  21. Aug 02, 2010
  22. Feb 26, 2010
  23. Sep 19, 2009
  24. Jul 05, 2009
  25. Jun 16, 2009
  26. Mar 30, 2009
  27. Aug 20, 2007
  28. Jul 18, 2007
  29. May 12, 2006
Loading