Skip to content
Snippets Groups Projects
  1. May 24, 2019
  2. 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
  3. Jul 17, 2016
  4. Dec 04, 2015
  5. Sep 21, 2014
  6. Jul 27, 2014
  7. Feb 24, 2014
  8. Jan 01, 2013
  9. Dec 27, 2012
  10. Sep 28, 2012
  11. Jul 06, 2012
  12. Jun 21, 2012
  13. May 15, 2012
  14. Dec 11, 2011
  15. Nov 21, 2011
  16. Oct 14, 2011
  17. Sep 21, 2011
  18. Aug 27, 2011
  19. Jul 27, 2011
  20. Mar 22, 2011
  21. Oct 21, 2010
  22. Aug 02, 2010
  23. Feb 26, 2010
  24. Sep 19, 2009
  25. Jul 06, 2009
  26. Jul 05, 2009
  27. Jun 17, 2009
  28. Jun 16, 2009
  29. Mar 30, 2009
  30. Aug 20, 2007
  31. Jul 18, 2007
Loading