<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div class="">Add the needed dependencies so that that does not happen.<br class=""></div></div></blockquote></div><br class=""><div class=""><div class="">Everything in PR <a href="https://github.com/macports/macports-ports/pull/5482" class="">https://github.com/macports/macports-ports/pull/5482</a> is working now except for the remaining issue that one azure build fails because of some issue with perl building the new port `p5-privileges-drop` on `p5.26`, in spite of explicitly specifying `p5.28-*` per @mf2k's review. I don't know how to address this.</div><div class=""><br class=""></div><div class="">See <a href="https://paste.z0k.xyz/1179fe812f10:" class="">https://paste.z0k.xyz/1179fe812f10:</a></div><div class="">```</div><div class="">Executing:  cd "/opt/local/var/macports/build/_Users_vsts_agent_2.158.0_work_1_s_perl_p5-privileges-drop/p5.26-privileges-drop/work/Privileges-Drop-1.03" && /opt/local/bin/perl5.26 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" </div><div class="">DEBUG: system:  cd "/opt/local/var/macports/build/_Users_vsts_agent_2.158.0_work_1_s_perl_p5-privileges-drop/p5.26-privileges-drop/work/Privileges-Drop-1.03" && /opt/local/bin/perl5.26 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" </div><div class="">sh: /opt/local/bin/perl5.26: No such file or directory</div><div class="">Command failed:  cd "/opt/local/var/macports/build/_Users_vsts_agent_2.158.0_work_1_s_perl_p5-privileges-drop/p5.26-privileges-drop/work/Privileges-Drop-1.03" && /opt/local/bin/perl5.26 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" </div><div class="">Exit code: 127</div><div class="">```</div><div class=""><br class=""></div><div class="">I was just copying and pasting from an existing perl Portfile, which has:</div><div class="">```</div><div class="">perl5.branches      5.26 5.28</div><div class="">```</div><div class=""><br class=""></div><div class="">Should I just delete the `5.26` part? Is there some other issue?</div></div></body></html>