gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / php / php-8_3-ext-rrd / Makefile
blob332a74386cf3e0c34a8008d90bc6c28644d54a71
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 (c) 2024 Friedrich Kink
15 include ../../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= php-8.3-ext-rrd
18 COMPONENT_REAL_NAME= rrd
19 COMPONENT_VERSION= 2.0.3
20 COMPONENT_FMRI= web/php-83/extension/php-rrd
21 COMPONENT_SUMMARY= PHP bindings to rrd tool system
22 COMPONENT_PROJECT_URL= https://pecl.php.net/package/$(COMPONENT_REAL_NAME)
23 COMPONENT_SRC= $(COMPONENT_REAL_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tgz
25 COMPONENT_ARCHIVE_HASH= sha256:a42161e58cdc8a853b72cff298989dcbde82b0f76456dd59ce02854c92b730f7
26 COMPONENT_ARCHIVE_URL= https://pecl.php.net/get/$(COMPONENT_SRC).tgz
27 COMPONENT_LICENSE= BSD
28 COMPONENT_LICENSE_FILE= LICENSE
29 COMPONENT_CLASSIFICATION= Development/PHP
31 include $(WS_MAKE_RULES)/common.mk
33 COMPONENT_TEST_TARGETS = test
35 COMPONENT_TEST_ENV += NO_INTERACTION=yes
37 COMPONENT_TEST_TRANSFORMS += \
38 '-e "/^make/d" ' \
39 '-e "/^Time taken/d" ' \
40 '-e "/^TEST RESULT SUMMARY$$/,\$$p" ' \
41 '-e "/.*/d" '
43 CLEAN_PATHS += package.xml
45 PHP_PREFIX=/usr/php/8.3
46 PHP_SYSCONFDIR=/etc/php/8.3
47 PHP_DATADIR=/var/php/8.3
49 COMPONENT_PRE_CONFIGURE_ACTION = cp -R $(SOURCE_DIR)/* $(@D) ; cd $(@D) ; $(PHP_PREFIX)/bin/phpize
50 CONFIGURE_SCRIPT = $(@D)/configure
51 COMPONENT_INSTALL_ARGS += INSTALL_ROOT=$(PROTO_DIR)
53 CONFIGURE_OPTIONS = --prefix=$(PHP_PREFIX)
54 CONFIGURE_OPTIONS += --bindir=$(PHP_PREFIX)/bin
55 CONFIGURE_OPTIONS += --sbindir=$(PHP_PREFIX)/bin
56 CONFIGURE_OPTIONS += --libdir=$(PHP_PREFIX)/lib/$(MACH64)
57 CONFIGURE_OPTIONS += --libexecdir=$(PHP_PREFIX)/libexec
58 CONFIGURE_OPTIONS += --includedir=$(PHP_PREFIX)/include
59 CONFIGURE_OPTIONS += --sysconfdir=$(PHP_SYSCONFDIR)
60 CONFIGURE_OPTIONS += --datadir=$(PHP_DATADIR)
61 CONFIGURE_OPTIONS += --mandir=$(PHP_PREFIX)/share/man
62 CONFIGURE_OPTIONS += --localstatedir=$(PHP_DATADIR)
64 ifeq ($(strip $(MACH)),i386)
65 CONFIGURE_OPTIONS += --build=x86_64-pc-solaris$(SOLARIS_VERSION)
66 else
67 CONFIGURE_OPTIONS += --build=sparcv9-sun-solaris$(SOLARIS_VERSION)
68 endif
70 CONFIGURE_OPTIONS += --with-php-config=$(PHP_PREFIX)/bin/php-config
72 CFLAGS += -I$(PHP_PREFIX)/include
73 CPPFLAGS += $(CFLAGS)
74 LDFLAGS += -L$(PHP_PREFIX)/lib/$(MACH64) -R$(PHP_PREFIX)/lib/$(MACH64)
76 # manually added dependencies
77 REQUIRED_PACKAGES += web/php-83/php-common
79 # Auto-generated dependencies
80 REQUIRED_PACKAGES += image/rrdtool
81 REQUIRED_PACKAGES += system/library