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.
--- Makefile.orig 2022-02-25 13:11:46.650474917 +0000
+++ Makefile 2022-03-12 11:35:54.248759211 +0000
@@ -23,6 +23,7 @@
COMPONENT_NAME= postgresql
COMPONENT_MJR_VERSION= 14
COMPONENT_MNR_VERSION= 2
+COMPONENT_REVISION= 1
COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
@@ -85,8 +86,7 @@
CONFIGURE_OPTIONS+=$(CONFIGURE_OPTIONS.$(BITS))
CONFIGURE_ENV += PYTHON=$(PYTHON)
-CONFIGURE_ENV.32 += PERL=$(PERL)
-CONFIGURE_ENV.64 += PERL=$(PERL.5.24)
+CONFIGURE_ENV += PERL=$(PERL.5.34)
COMPONENT_BUILD_ENV += MAKELEVEL=0
COMPONENT_BUILD_ENV += PATH=$(PATH)
@@ -121,7 +121,7 @@
REQUIRED_PACKAGES += library/lz4
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += library/zlib
-REQUIRED_PACKAGES += runtime/perl-524
+REQUIRED_PACKAGES += runtime/perl-534
REQUIRED_PACKAGES += runtime/python-37
REQUIRED_PACKAGES += runtime/tcl-8
REQUIRED_PACKAGES += shell/ksh93
_______________________________________________
oi-dev mailing list
[email protected]
https://openindiana.org/mailman/listinfo/oi-dev