Le Tue, Sep 06, 2022 at 09:20:51PM +0200, Alexander Bluhm a écrit : > On Tue, Sep 06, 2022 at 02:29:41PM +0200, Landry Breuil wrote: > > tarball contains textproc/p5-File-KDBX, devel/p5-Iterator-Simple and > > security/p5-Crypt-Argon2. > > devel/p5-Iterator-Simple > - use lower case letter in COMMENT = Simple iterator and utilities > - Use our p5-Module-Install package instead of some version > included in the package. Add CONFIGURE_STYLE = modinst > > security/p5-Crypt-Argon2 > - license is # CC0 1.0 > - missing WANTLIB = c perl pthread > > textproc/p5-File-KDBX > - license is # Perl > - Perl ports don't need BUILD_DEPENDS = ${RUN_DEPENDS}
i've set it only because with all the deps missing at build time, configure warns somewhat loudly: ===> Configuring for p5-File-KDBX-0.906 Checking if your kit is complete... Looks good Warning: prerequisite Crypt::Argon2 0 not found. Warning: prerequisite Crypt::Cipher 0 not found. Warning: prerequisite Crypt::Cipher::AES 0 not found. Warning: prerequisite Crypt::Digest 0 not found. Warning: prerequisite Crypt::Mac::HMAC 0 not found. Warning: prerequisite Crypt::Misc 0.049 not found. Warning: prerequisite Crypt::Mode::CBC 0 not found. Warning: prerequisite Crypt::PRNG 0 not found. Warning: prerequisite Crypt::Stream::ChaCha 0.048 not found. Warning: prerequisite Crypt::Stream::Salsa20 0.055 not found. Warning: prerequisite Devel::GlobalDestruction 0 not found. Warning: prerequisite Iterator::Simple 0 not found. Warning: prerequisite Ref::Util 0 not found. Warning: prerequisite Scope::Guard 0 not found. Warning: prerequisite Test::Deep 0 not found. Warning: prerequisite Test::Fatal 0 not found. Warning: prerequisite Test::Warnings 0 not found. Warning: prerequisite XML::LibXML 0 not found. Warning: prerequisite XML::LibXML::Reader 0 not found. Warning: prerequisite boolean 0 not found. Warning: prerequisite namespace::clean 0 not found. but i agree that technically, the build succeeds without them installed. thanks for all the feedback, much appreciated ! will import them shortly.