2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2024 Andreas Wacknitz
15 USE_PARALLEL_BUILD
= yes
16 USE_DEFAULT_TEST_TRANSFORMS
= yes
17 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_VERSION
= 24.5.10
21 COMPONENT_SUMMARY
= ecl
- Embeddable Common-Lisp
22 COMPONENT_PROJECT_URL
= https
://common-lisp.net
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).tgz
25 COMPONENT_ARCHIVE_HASH
= sha256
:e4ea65bb1861e0e495386bfa8bc673bd014e96d3cf9d91e9038f91435cbe622b
26 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/project
/ecl
/static
/files
/release
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_FMRI
= runtime
/ecl
28 COMPONENT_CLASSIFICATION
= Development
/Other Languages
29 COMPONENT_LICENSE
= LGPLv2.1
+
30 COMPONENT_LICENSE_FILE
= COPYING
32 include $(WS_MAKE_RULES
)/common.mk
34 ECL
= $(PROTO_DIR
)/usr
/bin
/ecl
36 COMPONENT_PRE_CONFIGURE_ACTION
= ( CLONEY_MODE
=copy
$(CLONEY
) $(SOURCE_DIR
) $(@D
) )
38 # At the moment tests need the already installed ecl as using ecl from the proto area fails with a path error.
39 COMPONENT_PRE_TEST_ACTION
+= \
40 $(GSED
) -i
"s|ECL=/usr//usr/bin/ecl|ECL=/usr/bin/ecl|" $(BUILD_DIR
)/$(MACH64
)/build
/tests
/Makefile
42 #COMPONENT_TEST_ENV += PATH=$(PROTOUSRBINDIR):$(PATH)
43 #COMPONENT_TEST_ENV += LD_LIBRARY_PATH=$(PROTOUSRLIBDIR$(BITS))
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= library
/gc
47 REQUIRED_PACKAGES
+= library
/gmp
48 REQUIRED_PACKAGES
+= shell/ksh93
49 REQUIRED_PACKAGES
+= system
/library
50 REQUIRED_PACKAGES
+= system
/library
/math