Based on the comment for PERL_VERSION in oi-userland/makerules/shared-macros.mk I think the idea is to continue to use the 5.22 and 5.24 perl versions, until it is changed system-wide.
At least that's how I interpret the comment above PERL_64_ONLY_VERSIONS : # This is the default BUILD version of perl # Not necessarily the system's default version, i.e. /usr/bin/perl PERL_VERSION = 5.22 # Do *not* add 5.34 to PERL_VERSIONS/PERL_64_ONLY_VERSIONS yet. We'll # enable it system-wide once all existing perl modules have been rebuilt # with support for all three current perl versions. PERL_VERSIONS = 5.22 5.24 PERL_64_ONLY_VERSIONS = 5.24 ----- Op 12 mar 2022 om 11:36 schreef Klaus Ziegler [email protected]: > Hi Team, > > it's now quite some time ago, since Tim Mooney has provided the > new perl version 5.34 to oi-userland. > Unfortunately it is still not used for new projects/components, see > postgres-14 :-( , I'm nearly done removing perl versions: 5.22, 5.24 > from oi-userland on SPARC. During this process I modified more than > 50 components and noted the changes, I will do my best to get all > these #PRs submitted asap, but if now and then, a new component > pops up using these old versions, I will never finish that job. > > Please, refrain from using perl-522/524 for new components. > > Thank you very much > Klaus > > P.S. the Makefile patch for postgres-14 attached. > _______________________________________________ > oi-dev mailing list > [email protected] > https://openindiana.org/mailman/listinfo/oi-dev _______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
