pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php73 lang/php73: remove php73
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc597c9a7845
branches: trunk
changeset: 771861:dc597c9a7845
user: taca <taca%pkgsrc.org@localhost>
date: Wed Dec 29 06:07:32 2021 +0000
description:
lang/php73: remove php73
Remove php73, PHP 7.3.x is EOL on 6th December 2021.
diffstat:
lang/php73/DESCR | 22 -
lang/php73/MESSAGE | 11 -
lang/php73/Makefile | 65 --
lang/php73/Makefile.common | 33 -
lang/php73/Makefile.php | 59 --
lang/php73/PLIST | 288 ----------
lang/php73/buildlink3.mk | 18 -
lang/php73/distinfo | 26 -
lang/php73/options.mk | 74 --
lang/php73/patches/patch-configure | 55 -
lang/php73/patches/patch-disable-filter-url | 30 -
lang/php73/patches/patch-ext_gd_config.m4 | 97 ---
lang/php73/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp | 71 --
lang/php73/patches/patch-ext_intl_breakiterator_codepointiterator__internal.h | 18 -
lang/php73/patches/patch-ext_intl_collator_collator__sort.c | 24 -
lang/php73/patches/patch-ext_intl_dateformat_dateformat__attr.c | 33 -
lang/php73/patches/patch-ext_intl_normalizer_normalizer__normalize.c | 24 -
lang/php73/patches/patch-ext_intl_timezone_timezone__class.cpp | 15 -
lang/php73/patches/patch-ext_intl_timezone_timezone__methods.cpp | 15 -
lang/php73/patches/patch-ext_openssl_openssl.c | 16 -
lang/php73/patches/patch-ext_phar_Makefile.frag | 15 -
lang/php73/patches/patch-ext_recode_recode.c | 27 -
lang/php73/patches/patch-ext_tidy_config.m4 | 15 -
lang/php73/patches/patch-ext_xsl_php__xsl.h | 15 -
lang/php73/patches/patch-php.ini-development | 34 -
lang/php73/patches/patch-php.ini-production | 34 -
lang/php73/patches/patch-sapi_cgi_Makefile.frag | 18 -
lang/php73/patches/patch-sapi_cli_Makefile.frag | 19 -
lang/php73/patches/patch-sapi_fpm_fpm_events_port.c | 49 -
lang/php73/patches/patch-sapi_fpm_php-fpm.conf.in | 15 -
30 files changed, 0 insertions(+), 1235 deletions(-)
diffs (truncated from 1355 to 300 lines):
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/DESCR
--- a/lang/php73/DESCR Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-PHP is a widely-used open source general-purpose scripting language
-that is especially suited for web development and can be embedded
-into HTML. It is modular, and object-oriented. Much of its syntax
-is borrowed from C, Java and Perl with a couple of unique PHP-specific
-features thrown in. The language is designed to allow web developers
-to write dynamically generated pages quickly.
-
-This package provides PHP version 7.3.x.
-
-PHP 7.3.0 comes with numerous improvements and new features such as
-
-* Flexible Heredoc and Nowdoc Syntax
-* PCRE2 Migration
-* Multiple MBString Improvements
-* LDAP Controls Support
-* Improved FPM Logging
-* Windows File Deletion Improvements
-* Several Deprecations
-
-For source downloads of PHP 7.3.0 please visit our downloads page Windows
-binaries can be found on the PHP for Windows site. The list of changes is
-recorded in the ChangeLog.
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/MESSAGE
--- a/lang/php73/MESSAGE Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2018/12/15 17:12:44 taca Exp $
-
-To process PHP scripts, you will need a PHP-enabled HTTP server. You may
-either configure the HTTP server to use the PHP CGI binary located in
-
- ${CGIDIR}/php
-
-or you may install a PHP module for your HTTP server, e.g. www/ap-php.
-
-===========================================================================
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/Makefile
--- a/lang/php73/Makefile Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2021/12/08 16:02:17 adam Exp $
-
-#
-# We can't omit PKGNAME here to handle PKG_OPTIONS.
-#
-PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
-
-COMMENT= PHP Hypertext Preprocessor version 7.3
-LICENSE= php
-
-TEST_TARGET= test
-
-USE_TOOLS+= gmake lex pkg-config
-LIBTOOL_OVERRIDE= # empty
-PHP_CHECK_INSTALLED= No
-
-PHP_VERSIONS_ACCEPTED= 73
-
-.include "Makefile.php"
-
-CGIDIR= ${PREFIX}/libexec/cgi-bin
-EGDIR= ${PREFIX}/share/examples/php
-MESSAGE_SUBST+= CGIDIR=${CGIDIR}
-
-CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q}
-MAKE_ENV+= INSTALL_ROOT=${DESTDIR}
-
-CONF_FILES= ${EGDIR}/php.ini-production ${PKG_SYSCONFDIR}/php.ini
-PLIST_SUBST+= PHPEXTDIR="${PHP_EXTENSION_DIR}"
-
-REPLACE_PHP= ext/phar/phar/phar.php run-tests.php
-
-SUBST_CLASSES+= path
-SUBST_MESSAGE.path= Fixing common paths.
-SUBST_STAGE.path= pre-configure
-SUBST_FILES.path= php.ini-development php.ini-production
-SUBST_FILES.path+= sapi/cgi/Makefile.frag
-SUBST_VARS.path= CGIDIR
-SUBST_VARS.path+= PREFIX
-
-INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php
-
-# Make sure modules can link correctly
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.endif
-
-# Darwin < 9 (Mac OS X < 10.5 "Leopard") doesn't have gethostuuid(2)
-# and lacks the zone memory allocator
-.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
-CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
-.endif
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
- ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
- ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
- cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
- ${DESTDIR}${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/php.gif ${DESTDIR}${PREFIX}/share/php
-
-.include "../../lang/php/replace.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/Makefile.common
--- a/lang/php73/Makefile.common Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2020/02/09 22:01:10 rillig Exp $
-# used by lang/php73/Makefile.php
-# used by lang/php/ext.mk
-# used by meta-pkgs/php73-extensions/Makefile
-
-PHP_VERSION_REQD= 73
-
-.include "../../lang/php/common.mk"
-
-CATEGORIES+= www
-MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
-
-# needed due to (broken?) configure checks in php-xmlrpc and php5-dom
-CONFIGURE_ENV+= PHP_LIBXML_SHARED="1"
-
-# avoid to use ifunc on NetBSD
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= ax_cv_have_func_attribute_ifunc=no
-.endif
-
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-# configure test gets confused by wrappers dropping -R /usr/lib
-CONFIGURE_ARGS+= php_cv_cc_dashr=no
-.endif
-
-# not every extension actually depend on PCRE, and those which do
-# don't use internal pcre structures, so default to build-time
-# dependency only
-BUILDLINK_DEPMETHOD.pcre2?= build
-CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre2}
-GNU_CONFIGURE_STRICT= no
-.include "../../devel/pcre2/buildlink3.mk"
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/Makefile.php
--- a/lang/php73/Makefile.php Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-# $NetBSD: Makefile.php,v 1.7 2021/01/02 10:04:10 taca Exp $
-# used by lang/php73/Makefile
-# used by www/ap-php/Makefile
-# used by www/php-fpm/Makefile
-
-# segfaults when buidling with many compilers
-# https://bugs.php.net/bug.php?id=74527
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86236
-.if ${MACHINE_ARCH} == "i386"
-CONFIGURE_ARGS+= --disable-gcc-global-regs
-.endif
-
-# the binary actually needs full dep on PCRE
-BUILDLINK_DEPMETHOD.pcre2= full
-
-USE_LIBTOOL= YES
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
-BUILD_DEFS+= VARBASE
-PLIST_VARS+= dtrace
-
-.include "../../lang/php73/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../lang/php73/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/php73/patches
-
-CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}"
-
-.include "../../mk/bsd.prefs.mk"
-
-CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-config-file-scan-dir=${PKG_SYSCONFDIR}/php.d
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-
-CONFIGURE_ARGS+= --without-mysqli
-CONFIGURE_ARGS+= --without-iconv
-CONFIGURE_ARGS+= --without-pear
-CONFIGURE_ARGS+= --without-sqlite3
-#CONFIGURE_ARGS+= --without-intl
-
-CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-opcache
-CONFIGURE_ARGS+= --disable-pdo
-CONFIGURE_ARGS+= --disable-json
-
-CONFIGURE_ARGS+= --enable-cgi
-CONFIGURE_ARGS+= --enable-mysqlnd
-CONFIGURE_ARGS+= --enable-xml
-CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
-.include "../../textproc/libxml2/buildlink3.mk"
-
-CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre2}
-GNU_CONFIGURE_STRICT= no
-
-.include "options.mk"
-
-DL_AUTO_VARS= yes
-.include "../../mk/dlopen.buildlink3.mk"
diff -r 754e2b6b776f -r dc597c9a7845 lang/php73/PLIST
--- a/lang/php73/PLIST Wed Dec 29 06:06:51 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,288 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2020/11/20 15:34:11 otis Exp $
-bin/phar
-bin/phar.phar
-bin/php
-bin/php-config
-bin/phpdbg
-bin/phpize
-include/php/TSRM/TSRM.h
-include/php/TSRM/readdir.h
-include/php/TSRM/tsrm_config.h
-include/php/TSRM/tsrm_config.w32.h
-include/php/TSRM/tsrm_config_common.h
-include/php/TSRM/tsrm_strtok_r.h
-include/php/TSRM/tsrm_win32.h
-include/php/Zend/zend.h
-include/php/Zend/zend_API.h
-include/php/Zend/zend_alloc.h
-include/php/Zend/zend_alloc_sizes.h
-include/php/Zend/zend_arena.h
-include/php/Zend/zend_ast.h
-include/php/Zend/zend_bitset.h
-include/php/Zend/zend_build.h
-include/php/Zend/zend_builtin_functions.h
-include/php/Zend/zend_closures.h
-include/php/Zend/zend_compile.h
-include/php/Zend/zend_config.h
-include/php/Zend/zend_config.nw.h
-include/php/Zend/zend_config.w32.h
-include/php/Zend/zend_constants.h
-include/php/Zend/zend_cpuinfo.h
-include/php/Zend/zend_dtrace.h
-${PLIST.dtrace}include/php/Zend/zend_dtrace_gen.h
-include/php/Zend/zend_errors.h
-include/php/Zend/zend_exceptions.h
-include/php/Zend/zend_execute.h
-include/php/Zend/zend_extensions.h
-include/php/Zend/zend_float.h
-include/php/Zend/zend_gc.h
-include/php/Zend/zend_generators.h
-include/php/Zend/zend_globals.h
-include/php/Zend/zend_globals_macros.h
-include/php/Zend/zend_hash.h
-include/php/Zend/zend_highlight.h
-include/php/Zend/zend_inheritance.h
-include/php/Zend/zend_ini.h
-include/php/Zend/zend_ini_parser.h
-include/php/Zend/zend_ini_scanner.h
-include/php/Zend/zend_ini_scanner_defs.h
-include/php/Zend/zend_interfaces.h
-include/php/Zend/zend_istdiostream.h
-include/php/Zend/zend_iterators.h
-include/php/Zend/zend_language_parser.h
-include/php/Zend/zend_language_scanner.h
-include/php/Zend/zend_language_scanner_defs.h
-include/php/Zend/zend_list.h
-include/php/Zend/zend_llist.h
-include/php/Zend/zend_long.h
-include/php/Zend/zend_modules.h
-include/php/Zend/zend_multibyte.h
-include/php/Zend/zend_multiply.h
-include/php/Zend/zend_object_handlers.h
-include/php/Zend/zend_objects.h
-include/php/Zend/zend_objects_API.h
-include/php/Zend/zend_operators.h
-include/php/Zend/zend_portability.h
-include/php/Zend/zend_ptr_stack.h
-include/php/Zend/zend_range_check.h
-include/php/Zend/zend_signal.h
-include/php/Zend/zend_smart_str.h
-include/php/Zend/zend_smart_str_public.h
-include/php/Zend/zend_smart_string.h
-include/php/Zend/zend_smart_string_public.h
-include/php/Zend/zend_sort.h
-include/php/Zend/zend_stack.h
-include/php/Zend/zend_stream.h
-include/php/Zend/zend_string.h
-include/php/Zend/zend_strtod.h
-include/php/Zend/zend_strtod_int.h
-include/php/Zend/zend_ts_hash.h
-include/php/Zend/zend_type_info.h
-include/php/Zend/zend_types.h
-include/php/Zend/zend_variables.h
-include/php/Zend/zend_virtual_cwd.h
-include/php/Zend/zend_vm.h
-include/php/Zend/zend_vm_def.h
-include/php/Zend/zend_vm_execute.h
Home |
Main Index |
Thread Index |
Old Index