php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition
authorMichael Heimpold <redacted>
Sun, 24 Jan 2021 23:44:29 +0000 (00:44 +0100)
committerMichael Heimpold <redacted>
Mon, 1 Feb 2021 06:49:01 +0000 (07:49 +0100)
Signed-off-by: Michael Heimpold <redacted>
lang/php7-pecl-dio/Makefile
lang/php7-pecl-http/Makefile
lang/php7-pecl-imagick/Makefile
lang/php7-pecl-krb5/Makefile
lang/php7-pecl-libevent/Makefile
lang/php7-pecl-mcrypt/Makefile
lang/php7-pecl-propro/Makefile
lang/php7-pecl-raphf/Makefile
lang/php7-pecl-redis/Makefile
lang/php7/pecl.mk

index 4d95138d2f1d46b1b6e398b7a922f3680b10619e..738ed4bb34dbd10eb5f5569c2765837c8e97f670 100644 (file)
@@ -28,5 +28,5 @@ include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk
 include ../php7/pecl.mk
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
+$(eval $(call PHP7PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index f15e9a41ca97d8e141927175134b7a0d04b84775..46e68b2b72800d37bb196ebfe8db5f360f62b0c8 100644 (file)
@@ -54,5 +54,5 @@ CONFIGURE_ARGS+= \
        --with-http-libidnkit-dir=no \
        --with-http-libidnkit2-dir=no
 
-$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +PACKAGE_libidn:libidn +libidn2 +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
+$(eval $(call PHP7PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +PACKAGE_libidn:libidn +libidn2 +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index c9c3bdbabc8e5425d2aeb9027f6eb5f3747449ee..4582e9373514a9befac6f8462a5b54140497a402 100644 (file)
@@ -29,5 +29,5 @@ include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk
 include ../php7/pecl.mk
 
-$(eval $(call PECLPackage,imagick,$(PECL_LONGNAME),+imagemagick,30))
+$(eval $(call PHP7PECLPackage,imagick,$(PECL_LONGNAME),+imagemagick,30))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 72d8d9090171fdd834c6883c9ff746997d465897..1fe42ea23005a961246d56a8f40c77c4f86e872b 100644 (file)
@@ -33,5 +33,5 @@ CONFIGURE_ARGS+= \
        --with-krb5=shared,"$(STAGING_DIR)/usr" \
        --with-krb5config=$(STAGING_DIR)/usr/bin/krb5-config
 
-$(eval $(call PECLPackage,krb5,$(PECL_LONGNAME),+krb5-libs,30))
+$(eval $(call PHP7PECLPackage,krb5,$(PECL_LONGNAME),+krb5-libs,30))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 5383df8494ad03d839cbe70f5a352ec7455af58c..99a6ca5fe35fab5f151537b1b2667559a8c17c08 100644 (file)
@@ -33,5 +33,5 @@ include ../php7/pecl.mk
 
 CONFIGURE_ARGS+= --with-libevent=shared,"$(STAGING_DIR)/usr"
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+libevent2 +php7-mod-sockets,25))
+$(eval $(call PHP7PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+libevent2 +php7-mod-sockets,25))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 3981f5cc6f2b7813b9439b3ed4d40dca47d85661..2ce01d203211042cd7c94561c6f7ad7a946053be 100644 (file)
@@ -31,5 +31,5 @@ include ../php7/pecl.mk
 
 CONFIGURE_ARGS+= --with-mcrypt=shared,"$(STAGING_DIR)/usr"
 
-$(eval $(call PECLPackage,mcrypt,$(PECL_LONGNAME),+libmcrypt +libltdl,30))
+$(eval $(call PHP7PECLPackage,mcrypt,$(PECL_LONGNAME),+libmcrypt +libltdl,30))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 3d44731e8650e54af9dd3b812330a332a344aabc..68a0e037c111e637e1f4ca4772401b2600bff7c5 100644 (file)
@@ -37,5 +37,5 @@ define Build/InstallDev
        $(CP) $(PKG_BUILD_DIR)/php_propro_api.h $(STAGING_DIR)/usr/include/php7/ext/$(PECL_NAME)/
 endef
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
+$(eval $(call PHP7PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index e2c3a757fe7ee764f5bd8bf30688bc010478c320..a69dce1d9d70cb8225efd4bae0919763f764ef36 100644 (file)
@@ -37,5 +37,5 @@ define Build/InstallDev
        cp $(PKG_BUILD_DIR)/php_raphf_api.h $(STAGING_DIR)/usr/include/php7/ext/$(PECL_NAME)/
 endef
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
+$(eval $(call PHP7PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 7936b19038c5fb0b22ee0bd608e8ac7bf8d3d3e3..bda340c4bb71cb383dcb7403f338202b220bd5da 100644 (file)
@@ -35,5 +35,5 @@ CONFIGURE_ARGS+= \
        --disable-redis-lzf \
        --disable-redis-msgpack
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+php7-mod-json +php7-mod-session,25))
+$(eval $(call PHP7PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+php7-mod-json +php7-mod-session,25))
 $(eval $(call BuildPackage,$(PKG_NAME)))
index 6bb19a6906fe89635188f2dbab956e3f5bbbe43b..c851376d9f7fb6e76a2224d2333e234729dcc3dd 100644 (file)
@@ -22,7 +22,7 @@ CONFIGURE_VARS+= \
 CONFIGURE_ARGS+= \
        --with-php-config=$(STAGING_DIR)/usr/bin/php7-config
 
-define PECLPackage
+define PHP7PECLPackage
 
   define Package/php7-pecl-$(1)
     $(call Package/php7-pecl/Default)
git clone https://git.99rst.org/PROJECT