# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2024 Andreas Wacknitz # USE_PARALLEL_BUILD= yes include ../../../make-rules/shared-macros.mk COMPONENT_NAME= node COMPONENT_MAJOR_VERSION= 22 COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).11.0 COMPONENT_SUMMARY= Evented I/O for V8 JavaScript version 22. COMPONENT_PROJECT_URL= https://nodejs.org COMPONENT_SRC= $(COMPONENT_NAME)-v$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= sha256:bbf0297761d53aefda9d7855c57c7d2c272b83a7b5bad4fea9cb29006d8e1d35 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/dist/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_CLASSIFICATION= Development/Other Languages COMPONENT_FMRI= runtime/nodejs-$(COMPONENT_MAJOR_VERSION) COMPONENT_LICENSE= BSD-like, MIT, Apache COMPONENT_LICENSE_FILE= LICENSE TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk PATH= $(PATH.gnu) COMPONENT_PRE_CONFIGURE_ACTION= ( CLONEY_MODE=hardlink $(CLONEY) $(SOURCE_DIR) $(@D) ) CONFIGURE_SCRIPT= $(@D)/configure CONFIGURE_OPTIONS = --prefix=/usr/node/$(COMPONENT_MAJOR_VERSION) CONFIGURE_OPTIONS += --dest-cpu=x64 # Manually added build-dependencies PYTHON_REQUIRED_PACKAGES += runtime/python # Auto-generated dependencies REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math