Show that USE_GCC=any is deprecated and also the possibility to specify :build
to inject a BUILD only dependency.
PR: 254253
Reported by: gerald@
Differential D30209
[phb]: update USE_GCC description fernape on May 11 2021, 10:02 AM. Authored by Tags None Referenced Files
Subscribers None
Details
Show that USE_GCC=any is deprecated and also the possibility to specify :build PR: 254253
Diff Detail
Event TimelineComment Actions Otherwise, seems alright and ready to commit. I only wonder if GCC is still present in the base system of any supported release of FreeBSD. But that's something we can investigate in another commit.
Comment Actions Yes, this is the case for some of 11.x (I believe depending on a build option) and for powerpc* Comment Actions Thank you, these changes look fine! I made some one minor suggestion and addressed a question, which I hope help.
Comment Actions Thank you, Fernando! I made two suggestions, but this is a good improvement either way, so up to you. :-)
Comment Actions I updated my local copy with your suggestions. If it is OK, I will skip the update of this review to avoid the need of a new approval. Thanks you both for the review! Comment Actions I just committed the following to Mk/bsd.port.gcc. In other words: ready, aim, fire! :-) commit 768f18f327ac9646fb8ee83263233909be540966 (HEAD -> main, origin/main, origin/HEAD) Mk/bsd.gcc.mk: Deprecate USE_GCC=any diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -24,11 +21,13 @@
+# (USE_GCC=any is deprecated, must not be used for new ports, and should
Comment Actions A minor suggestion: "The GCC from the base system" -> just "GCC from the base system"? |