php83 - new package version php 8.3
[oi-userland.git] / components / library / xmlsec / Makefile
blobde6fbe4629bb5cd4c83503789c56f137b2aed277
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
26 OPENSSL_VERSION= 3.1
27 CLONEY_ARGS= CLONEY_MODE="copy"
28 include ../../../make-rules/shared-macros.mk
30 COMPONENT_NAME= xmlsec
31 COMPONENT_VERSION= 1.2.38
32 COMPONENT_SUMMARY= XML Security Library
33 COMPONENT_PROJECT_URL= https://www.aleksey.com/xmlsec
34 COMPONENT_SRC= $(COMPONENT_NAME)1-$(COMPONENT_VERSION)
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH= sha256:9de8cf8d7d2e288a9cef205cc6cb93c926a67dadfaf44aaff76ed63c28ce9902
37 COMPONENT_ARCHIVE_URL= https://www.aleksey.com/xmlsec/download/$(COMPONENT_ARCHIVE)
38 COMPONENT_FMRI= library/xmlsec
39 COMPONENT_CLASSIFICATION= System/Libraries
40 COMPONENT_LICENSE= MIT
41 COMPONENT_LICENSE_FILE= Copyright
43 include $(WS_MAKE_RULES)/common.mk
45 PATH= $(PATH.gnu)
47 CONFIGURE_OPTIONS += --enable-static=no
49 unexport SHELLTOPS
51 COMPONENT_TEST_TRANSFORMS = \
52 '-n ' \
53 '-e "/^aleksey/p" ' \
54 '-e "/^merlin/p" ' \
55 '-e "/^phaos/p" ' \
56 '-e "/xmldsig2ed/p" ' \
57 '-e "/Test:/p" ' \
58 '-e "/Fail/p" ' \
59 '-e "/Skip/p" ' \
60 '-e "/OK/p" '
62 # Auto-generated dependencies
63 REQUIRED_PACKAGES += library/gnutls-3
64 REQUIRED_PACKAGES += library/libtool/libltdl
65 REQUIRED_PACKAGES += library/libxml2
66 REQUIRED_PACKAGES += library/libxslt
67 REQUIRED_PACKAGES += library/nspr
68 REQUIRED_PACKAGES += library/security/openssl-31
69 REQUIRED_PACKAGES += shell/ksh93
70 REQUIRED_PACKAGES += system/library
71 REQUIRED_PACKAGES += system/library/mozilla-nss
72 REQUIRED_PACKAGES += system/library/security/libgcrypt