Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2015 22:55:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199728] Perl scripts in /usr/ports/Tools/scripts/ broken since r358817
Message-ID:  <bug-199728-13-7F3wYSHATl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199728-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199728-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199728

Jan Beich <jbeich@FreeBSD.org> changed:

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

--- Comment #2 from Jan Beich <jbeich@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.
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199728-13-7F3wYSHATl>