MacPorts
詳細情報
タイトル | MacPorts |
---|---|
URL | http://www.macports.org/ |
バージョン | ver 2.10.5 |
更新日 | 2024/11/23 |
追加日 | 2013/08/17 |
種別 | フリーソフト |
説明 | コマンドラインツールやX11ツールをMac OS X環境に容易に導入するようにデザインされたパッケージシステム。 |
レビュー
レビューはありません。
スクリーンショット
スクリーンショットはありません。
更新グラフ
バージョン履歴
Release 2.10.5 (2024-11-23 by jmr)
- Fixed error when the Command Line Tools receipt is missing.
(#71339, jmr in dab32c5)
- The darwintrace library used by trace mode no longer aborts when
it encounters an unreadable symlink. (cal in e3eed16)
- Fixed error when the Command Line Tools receipt is missing.
(#71339, jmr in dab32c5)
- The darwintrace library used by trace mode no longer aborts when
it encounters an unreadable symlink. (cal in e3eed16)
Release 2.10.4 (2024-11-01 by jmr)
- Fixed destroot_finish error on some older macOS versions.
(#71217, jmr in aa60115)
- Fixed destroot_finish error on some older macOS versions.
(#71217, jmr in aa60115)
Release 2.10.3 (2024-10-31 by jmr)
- On Apple Silicon Macs, the port command will now ensure that it
is running natively by relaunching itself if it is started under
Rosetta 2 and build_arch is not set to x86_64 in macports.conf.
Migration is no longer required when MacPorts base is x86_64
only, provided that build_arch is set to x86_64 in macports.conf.
This will ensure that most users are running natively while still
allowing a fully emulated x86_64 installation if desired.
(jmr in eee437c, 425b158)
- Fixed error trying to create the history file in shell mode when
~/.macports doesn't exist yet. (#71143, jmr in e788103)
- Added mitigation for a rarely seen macOS bug affecting handling
of sparse files. (#67336, jmr in af49e24)
- Silenced error message from running 'pragma OPTIMIZE' on the
registry database without write access. (#71017, jmr in c219570)
- Fixed recreating the destroot from an installed port image that
is a directory, as needed by some targets like mpkg.
(#71011, jmr in c3c817e)
- Fixed force activation of conflicting ports. (jmr in 1f52c5a)
- On Apple Silicon Macs, the port command will now ensure that it
is running natively by relaunching itself if it is started under
Rosetta 2 and build_arch is not set to x86_64 in macports.conf.
Migration is no longer required when MacPorts base is x86_64
only, provided that build_arch is set to x86_64 in macports.conf.
This will ensure that most users are running natively while still
allowing a fully emulated x86_64 installation if desired.
(jmr in eee437c, 425b158)
- Fixed error trying to create the history file in shell mode when
~/.macports doesn't exist yet. (#71143, jmr in e788103)
- Added mitigation for a rarely seen macOS bug affecting handling
of sparse files. (#67336, jmr in af49e24)
- Silenced error message from running 'pragma OPTIMIZE' on the
registry database without write access. (#71017, jmr in c219570)
- Fixed recreating the destroot from an installed port image that
is a directory, as needed by some targets like mpkg.
(#71011, jmr in c3c817e)
- Fixed force activation of conflicting ports. (jmr in 1f52c5a)
Release 2.10.2 (2024-10-01 by jmr)
- Fixed 'port restore' erroring out when a Portfile failed to
parse. (#70903, jmr in 202d58b)
- Worked around a bug in the version of libcurl shipped in recent
macOS versions that was causing crashes when downloading from FTP
sites. (#70764, jmr in ff881a5, 1ac551f)
- 'port snapshot --list' now respects the -q option.
(jmr in e756756)
- Fixed expressions involving the complement operator ("and not")
causing an error when the right hand side evaluated to empty.
(jmr in 96520f2)
- Worked around a bug in Tiger's gnutar that caused an error when
installing from some archives generated on newer systems.
(#70622, jmr in d54e1de)
- Fixed 'port restore' erroring out when a Portfile failed to
parse. (#70903, jmr in 202d58b)
- Worked around a bug in the version of libcurl shipped in recent
macOS versions that was causing crashes when downloading from FTP
sites. (#70764, jmr in ff881a5, 1ac551f)
- 'port snapshot --list' now respects the -q option.
(jmr in e756756)
- Fixed expressions involving the complement operator ("and not")
causing an error when the right hand side evaluated to empty.
(jmr in 96520f2)
- Worked around a bug in Tiger's gnutar that caused an error when
installing from some archives generated on newer systems.
(#70622, jmr in d54e1de)
Release 2.10.1 (2024-08-16 by jmr)
- Fixed issues migrating when running under Rosetta 2 on
Apple Silicon. (#70512, jmr in 567fa44, e291303, 9eb441f)
- Fixed printing the list of installed versions twice when an
ambiguous 'port activate' is run. (#70514, jmr in d27484c)
- The default build_arch is now always arm64 when running on Apple
Silicon hardware, even under Rosetta 2. (#61750, jmr in 05cd570)
The old rsync method is used as a fallback if the new method
fails. (#38265, cal in dd3acc4)
- Fixed issues migrating when running under Rosetta 2 on
Apple Silicon. (#70512, jmr in 567fa44, e291303, 9eb441f)
- Fixed printing the list of installed versions twice when an
ambiguous 'port activate' is run. (#70514, jmr in d27484c)
- The default build_arch is now always arm64 when running on Apple
Silicon hardware, even under Rosetta 2. (#61750, jmr in 05cd570)
The old rsync method is used as a fallback if the new method
fails. (#38265, cal in dd3acc4)
Release 2.10.0 (2024-08-07 by jmr)
- 'port space' no longer overcounts the space used by ports that
install links. (#66526, jmr in 11662bd)
- The number of outdated ports is printed after running
'port selfupdate'. (#33820, thelastlin in 4ae6d98)
- 'port selfupdate' now checks whether MacPorts base is outdated by
downloading a small file, and only downloads and extracts the
source code (via http(s)) if a new version needs to be installed.
Integrity of the source is checked using OpenBSD's signify(1).
The old rsync method is used as a fallback if the new method fails.
(#38265, cal in dd3acc4)
- Line continuation is supported in macports.conf by ending lines
with a backslash. (jmr in b86ef1e)
- Ports' files are now activated using clonefile() when on a
filesystem that supports cloning (such as APFS). This should
perform better and use less storage for active ports. Port images
are stored as directories rather than archives in this case. A
'portimage_mode' option has been added to macports.conf to
enable changing which method is used. (#69555, jmr in 4504942)
(省略されました)
- 'port space' no longer overcounts the space used by ports that
install links. (#66526, jmr in 11662bd)
- The number of outdated ports is printed after running
'port selfupdate'. (#33820, thelastlin in 4ae6d98)
- 'port selfupdate' now checks whether MacPorts base is outdated by
downloading a small file, and only downloads and extracts the
source code (via http(s)) if a new version needs to be installed.
Integrity of the source is checked using OpenBSD's signify(1).
The old rsync method is used as a fallback if the new method fails.
(#38265, cal in dd3acc4)
- Line continuation is supported in macports.conf by ending lines
with a backslash. (jmr in b86ef1e)
- Ports' files are now activated using clonefile() when on a
filesystem that supports cloning (such as APFS). This should
perform better and use less storage for active ports. Port images
are stored as directories rather than archives in this case. A
'portimage_mode' option has been added to macports.conf to
enable changing which method is used. (#69555, jmr in 4504942)
(省略されました)
- Add progress bars to slow activation and deactivation operations.
(cal in b78e320b1, 5e669e4a0, 31c285116, cb3305837, effd43526)
Release 2.9.3 (2024-04-04 by jmr)
- Fixed error due to insufficient privileges to create the work
symlink in some circumstances. (jmr in 51511c8)
(cal in b78e320b1, 5e669e4a0, 31c285116, cb3305837, effd43526)
Release 2.9.3 (2024-04-04 by jmr)
- Fixed error due to insufficient privileges to create the work
symlink in some circumstances. (jmr in 51511c8)
差分がありません
Latest MacPorts release: 2.9.1
without splitting them into “stable” Vs. “unstable” branches, targeting mainly macOS Monterey v12 and later
(including macOS Sonoma v14 on both Intel and Apple Silicon).
Latest MacPorts release: 2.9.0
Copyright © 2002–2024, The MacPorts Project.
(including macOS Sonoma v14 on both Intel and Apple Silicon).
Latest MacPorts release: 2.9.0
Copyright © 2002–2024, The MacPorts Project.
(including macOS Ventura v13 on both Intel and Apple Silicon).
Latest MacPorts release: 2.8.1
Copyright © 2002–2023, The MacPorts Project.
Latest MacPorts release: 2.8.1
Copyright © 2002–2023, The MacPorts Project.