[Bug 224138] portshaker doesn't process argument splitting (':') on copy_to ('+')

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 6 02:17:22 UTC 2017


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

            Bug ID: 224138
           Summary: portshaker doesn't process argument splitting (':') on
                    copy_to ('+')
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: parakleta at darkreality.org

In the portshaker shell script around line 177 it converts ':' to ' ' with the
following command:

  _source=`echo ${_source} | sed -e 's|:| |g'`

Unfortunately this is too late in the case that we are trying to do a `copy_to`
for a partial/incomplete ports tree.  This case (with the trailing '+'
character) is short-circuited around line 166.

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


More information about the freebsd-ports-bugs mailing list