MacPorts 2.8.1
Changes since 2.8.0:
-
Fixed
port lintcomplaining 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
-stdliboption is now passed to GCC when supported.
(jonesc in ebd2261) -
Fixed the PortIndex not getting correct
known_failvalues 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
$workpathwhen the
expectedworksrcdirdoesn't exist, as this broke some ports.
Either setworksrcdircorrectly, or if it can't be determined in
advance, set the newextract.renameoption toyes.
(jmr in ffdb7d9, 8ae0d73) -
Added
--no-testoption forport rdepsto excludedepends_test.
(jmr in f1de2b6)