Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
compiler.c_standard
instead of blacklisting compilers manually; project now uses C17 not C11platforms darwin
; that's the default nowpath
syntax so that pkgconf could satisfy itmsgfmt
-Ddocs=disabled
toconfigure.args
on all systems not just on pre-Lion, otherwise it looks fordoxygen
, but even if it findsdoxygen
, what it builds with it doesn't seem to get installedI have not tested the pre-existing patch for pre-Lion systems that adds implementations of
getline
andgetdelim
and do not understand how they could ever have worked since the patch only adds new source code files; it never references them from anywhere.Closes: https://trac.macports.org/ticket/69271
Type(s)
Tested on
macOS 12.7.2 21G1974 x86_64
Xcode 14.2 14C18
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?