pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php55 Remove php55 pacakge from pkgsrc since it i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b08298cb3b05
branches: trunk
changeset: 352270:b08298cb3b05
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 11 17:00:31 2016 +0000
description:
Remove php55 pacakge from pkgsrc since it is EOL on 21 Jul 2016.
diffstat:
lang/php55/DESCR | 7 -
lang/php55/MESSAGE | 11 -
lang/php55/Makefile | 69 ---
lang/php55/Makefile.common | 20 -
lang/php55/Makefile.php | 94 -----
lang/php55/PLIST | 263 ---------------
lang/php55/buildlink3.mk | 15 -
lang/php55/distinfo | 30 -
lang/php55/patches/patch-acinclude.m4 | 13 -
lang/php55/patches/patch-aclocal.m4 | 22 -
lang/php55/patches/patch-build_libtool.m4 | 22 -
lang/php55/patches/patch-configure | 146 --------
lang/php55/patches/patch-ext_gd_config.m4 | 60 ---
lang/php55/patches/patch-ext_imap_config.m4 | 28 -
lang/php55/patches/patch-ext_mssql_php__mssql.c | 22 -
lang/php55/patches/patch-ext_opcache_config.m4 | 15 -
lang/php55/patches/patch-ext_pdo__mysql_config.m4 | 13 -
lang/php55/patches/patch-ext_pdo_config.m4 | 25 -
lang/php55/patches/patch-ext_phar_Makefile.frag | 13 -
lang/php55/patches/patch-ext_phar_phar_phar.php | 10 -
lang/php55/patches/patch-ext_recode_recode.c | 22 -
lang/php55/patches/patch-ext_sqlite3_libsqlite_sqlite3.c | 15 -
lang/php55/patches/patch-ext_standard_basic__functions.c | 15 -
lang/php55/patches/patch-ext_standard_php__dns.h | 23 -
lang/php55/patches/patch-makedist | 13 -
lang/php55/patches/patch-php.ini-development | 33 -
lang/php55/patches/patch-php.ini-production | 33 -
lang/php55/patches/patch-run-tests.php | 12 -
lang/php55/patches/patch-sapi_cgi_Makefile.frag | 16 -
lang/php55/patches/patch-sapi_fpm_fpm_events_port.c | 47 --
lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c | 15 -
lang/php55/patches/patch-sapi_fpm_php-fpm.conf.in | 16 -
32 files changed, 0 insertions(+), 1158 deletions(-)
diffs (truncated from 1286 to 300 lines):
diff -r 80d02fc3cb60 -r b08298cb3b05 lang/php55/DESCR
--- a/lang/php55/DESCR Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-PHP is an HTML-embedded scripting language. It is modular, with
-some object-oriented features. 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 5.5.x.
diff -r 80d02fc3cb60 -r b08298cb3b05 lang/php55/MESSAGE
--- a/lang/php55/MESSAGE Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/07/29 16:41:02 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 80d02fc3cb60 -r b08298cb3b05 lang/php55/Makefile
--- a/lang/php55/Makefile Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2016/06/24 15:23:00 taca Exp $
-
-#
-# We can't omit PKGNAME here to handle PKG_OPTIONS.
-#
-PKGNAME= php-${PHP_VERSION}
-CATEGORIES= lang
-
-HOMEPAGE= http://www.php.net/
-COMMENT= PHP Hypertext Preprocessor version 5.5
-LICENSE= php
-
-TEST_TARGET= test
-
-USE_TOOLS+= gmake lex pkg-config
-LIBTOOL_OVERRIDE= # empty
-PHP_CHECK_INSTALLED= No
-
-PHP_VERSIONS_ACCEPTED= 55
-
-.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}
-
-# 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
-
-CONF_FILES= ${EGDIR}/php.ini-production ${PKG_SYSCONFDIR}/php.ini
-PLIST_SUBST+= PHPEXTDIR="${PHP_EXTENSION_DIR}"
-
-SUBST_CLASSES+= path
-SUBST_MESSAGE.path= Fixing common paths.
-SUBST_STAGE.path= pre-configure
-SUBST_FILES.path= ext/phar/phar/phar.php
-SUBST_FILES.path+= php.ini-development php.ini-production run-tests.php
-SUBST_FILES.path+= sapi/cgi/Makefile.frag
-SUBST_SED.path= -e 's,@CGIDIR@,${CGIDIR},g'
-SUBST_SED.path+= -e 's,@PREFIX@,${PREFIX},g'
-
-INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php
-
-.include "../../mk/compiler.mk"
-
-.if ${OPSYS} == "SunOS" && ${PKGSRC_COMPILER} == "clang"
-CONFIGURE_ARGS+= --disable-libgcc
-.endif
-
-post-extract:
- cd ${WRKSRC} && \
- ${FIND} . -xdev -type f -name '*.orig' -exec ${RM} -f {} \;
-
-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 "../../mk/bsd.pkg.mk"
diff -r 80d02fc3cb60 -r b08298cb3b05 lang/php55/Makefile.common
--- a/lang/php55/Makefile.common Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2015/03/16 00:26:31 taca Exp $
-# used by lang/php55/Makefile.php
-# used by lang/php/ext.mk
-# used by meta-pkgs/php55-extensions/Makefile
-
-PHP_VERSION_REQD= 55
-
-.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"
-
-.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
diff -r 80d02fc3cb60 -r b08298cb3b05 lang/php55/Makefile.php
--- a/lang/php55/Makefile.php Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-# $NetBSD: Makefile.php,v 1.4 2014/06/13 14:13:20 fhajny Exp $
-# used by lang/php55/Makefile
-# used by www/ap-php/Makefile
-# used by www/php-fpm/Makefile
-
-.include "../../lang/php55/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../lang/php55/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/php55/patches
-
-USE_LIBTOOL= YES
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
-BUILD_DEFS+= VARBASE
-PLIST_VARS+= dtrace
-
-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+= --with-regex=system
-
-CONFIGURE_ARGS+= --without-mysql
-CONFIGURE_ARGS+= --without-iconv
-CONFIGURE_ARGS+= --without-pear
-#CONFIGURE_ARGS+= --without-intl
-
-CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-dom
-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"
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
-PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline
-PKG_SUGGESTED_OPTIONS+= inet6 ssl
-
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD"
-PKG_SUPPORTED_OPTIONS+= dtrace
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-.if !empty(PKG_OPTIONS:Mssl)
-. include "../../security/openssl/buildlink3.mk"
-. if ${OPSYS} == "SunOS"
-CONFIGURE_ARGS+= --with-openssl=yes
-LIBS.SunOS+= -lcrypto
-. else
-CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
-. endif
-.else
-CONFIGURE_ARGS+= --without-openssl
-.endif
-
-.if !empty(PKG_OPTIONS:Mmaintainer-zts)
-CONFIGURE_ARGS+= --enable-maintainer-zts
-.endif
-
-.if !empty(PKG_OPTIONS:Mreadline)
-USE_GNU_READLINE= yes
-.include "../../devel/readline/buildlink3.mk"
-CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
-.else
-CONFIGURE_ARGS+= --without-readline
-.endif
-
-.if !empty(PKG_OPTIONS:Mdtrace)
-PLIST.dtrace= yes
-CONFIGURE_ARGS+= --enable-dtrace
-
-# See https://bugs.php.net/bug.php?id=61268
-INSTALL_MAKE_FLAGS+= -r
-.endif
-
-DL_AUTO_VARS= yes
-.include "../../mk/dlopen.buildlink3.mk"
diff -r 80d02fc3cb60 -r b08298cb3b05 lang/php55/PLIST
--- a/lang/php55/PLIST Sun Sep 11 16:58:50 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,263 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2015/02/19 13:35:24 taca Exp $
-bin/phar
-bin/phar.phar
-bin/php
-bin/php-config
-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_nw.h
-include/php/TSRM/tsrm_strtok_r.h
-include/php/TSRM/tsrm_virtual_cwd.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_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_dtrace.h
-${PLIST.dtrace}include/php/Zend/zend_dtrace_gen.h
-include/php/Zend/zend_dynamic_array.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_indent.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_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_ptr_stack.h
-include/php/Zend/zend_qsort.h
-include/php/Zend/zend_signal.h
-include/php/Zend/zend_stack.h
-include/php/Zend/zend_static_allocator.h
-include/php/Zend/zend_stream.h
-include/php/Zend/zend_string.h
-include/php/Zend/zend_strtod.h
-include/php/Zend/zend_ts_hash.h
-include/php/Zend/zend_types.h
-include/php/Zend/zend_variables.h
-include/php/Zend/zend_vm.h
-include/php/Zend/zend_vm_def.h
-include/php/Zend/zend_vm_execute.h
-include/php/Zend/zend_vm_opcodes.h
Home |
Main Index |
Thread Index |
Old Index