[Bug 200630] devel/git-lite: incorrect path to perl in some commands

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 4 10:42:07 UTC 2015


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

            Bug ID: 200630
           Summary: devel/git-lite: incorrect path to perl in some
                    commands
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga at FreeBSD.org
          Reporter: gpr at mail.ru
             Flags: maintainer-feedback?(garga at FreeBSD.org)
          Assignee: garga at FreeBSD.org

Some perl scripts from git-lite port contain incorrect path to perl:

% grep /usr/bin/perl /usr/local/libexec/git-core/*
/usr/local/libexec/git-core/git-am:                     /usr/bin/perl -ne
'BEGIN { $subject = 0 }
/usr/local/libexec/git-core/git-am:                     LANG=C LC_ALL=C
/usr/bin/perl -M'POSIX qw(strftime)' -ne 'BEGIN { $subject = 0 }
/usr/local/libexec/git-core/git-request-pull:ref=$(git ls-remote "$url" |
/usr/bin/perl -e "$find_matching_ref" "${remote:-HEAD}" "$headrev")
/usr/local/libexec/git-core/git-submodule:      /usr/bin/perl -e '

For example, this causes error in git-submodule:
% git submodule
/usr/local/libexec/git-core/git-submodule: /usr/bin/perl: not found

I have git-lite ports, but this surely affects devel/git, with possibly more
scripts containing incorrect path.

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


More information about the freebsd-ports-bugs mailing list