Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2015 10:42:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200630] devel/git-lite: incorrect path to perl in some commands
Message-ID:  <bug-200630-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: gpr@mail.ru
             Flags: maintainer-feedback?(garga@FreeBSD.org)
          Assignee: garga@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.



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