[MacPorts] #61182: golang portgroup sets default worksrcdir incorrectly
MacPorts
noreply at macports.org
Tue Sep 15 21:21:06 UTC 2020
#61182: golang portgroup sets default worksrcdir incorrectly
--------------------+--------------------
Reporter: jmroot | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port:
--------------------+--------------------
{{{
set gopath ${workpath}/gopath
default worksrcdir {${gopath}/src/${go.package}}
}}}
This is wrong because worksrcdir is supposed to be a relative path. The
corresponding full path, constructed from workpath and worksrcdir, is is
worksrcpath.
--
Ticket URL: <https://trac.macports.org/ticket/61182>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list