[Bug 199728] Perl scripts in /usr/ports/Tools/scripts/ broken since r358817

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 12 22:55:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199728

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|freebsd-ports-bugs at FreeBSD. |
                   |org                         |
           Assignee|freebsd-ports at FreeBSD.org   |freebsd-ports-bugs at FreeBSD.
                   |                            |org
           Keywords|                            |easy, needs-patch,
                   |                            |regression
             Status|New                         |Open

--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
Also, env(1) can do word splitting since FreeBSD 5.5R. And ports r358817 job
isn't even finished yet.

  #!/usr/bin/env -S perl -w

$ fgrep -r 'env perl -' $PORTSDIR/Tools/scripts/
/p/Tools/scripts/distinfochecker:#!/usr/bin/env perl -w
/p/Tools/scripts/bump_revision.pl:#!/usr/bin/env perl -w
/p/Tools/scripts/mark_safe.pl:#!/usr/bin/env perl -w
/p/Tools/scripts/chkversion.pl:#!/usr/bin/env perl -w

$ fgrep -r /usr/bin/perl $PORTSDIR/Tools/
/p/Tools/scripts/splitpatch.pl:#! /usr/bin/perl -w
/p/Tools/scripts/pkg-stash/pkg-stash.pl:#!/usr/bin/perl -wT
/p/Tools/make_readmes:#!/usr/bin/perl
/p/Tools/make_index:#!/usr/bin/perl

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports mailing list