Changes since 2.8.0:
-
Fixed
port lint
complaining aboutplatforms any
.
(jmr in 84d8683) -
Specifiers like
{darwin any >= 10}
are now allowed in platforms.
This means one archive will be shared by all darwin versions, but
it only works on the specified versions.
(jmr in 3d9856b) -
The
-stdlib
option is now passed to GCC when supported.
(jonesc in ebd2261) -
Fixed the PortIndex not getting correct
known_fail
values based
on the platforms option when usingportindex -p
.
(#66301, jmr in a82021a) -
Updated the bundled Tcl to 8.6.13. (jmr in 9edb436)
-
No longer automatically creating a symlink in
$workpath
when the
expectedworksrcdir
doesn't exist, as this broke some ports.
Either setworksrcdir
correctly, or if it can't be determined in
advance, set the newextract.rename
option toyes
.
(jmr in ffdb7d9, 8ae0d73) -
Added
--no-test
option forport rdeps
to excludedepends_test
.
(jmr in f1de2b6)