pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php53 Remove php53 now. It is not supported any ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af1127ed2243
branches: trunk
changeset: 648542:af1127ed2243
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 15 15:00:46 2015 +0000
description:
Remove php53 now. It is not supported any more including security fix.
diffstat:
lang/php53/DESCR | 7 -
lang/php53/MESSAGE | 11 -
lang/php53/MESSAGE.suhosin | 7 -
lang/php53/Makefile | 62 ---
lang/php53/Makefile.common | 31 -
lang/php53/Makefile.php | 106 -----
lang/php53/PLIST | 256 -------------
lang/php53/buildlink3.mk | 15 -
lang/php53/distinfo | 34 -
lang/php53/patches/patch-Zend_zend__ini.h | 32 -
lang/php53/patches/patch-aa | 13 -
lang/php53/patches/patch-ab | 126 ------
lang/php53/patches/patch-ac | 69 ---
lang/php53/patches/patch-aclocal.m4 | 40 --
lang/php53/patches/patch-ad | 28 -
lang/php53/patches/patch-ae | 25 -
lang/php53/patches/patch-af | 19 -
lang/php53/patches/patch-ag | 12 -
lang/php53/patches/patch-ah | 33 -
lang/php53/patches/patch-ai | 33 -
lang/php53/patches/patch-aj | 12 -
lang/php53/patches/patch-al | 13 -
lang/php53/patches/patch-build_libtool.m4 | 40 --
lang/php53/patches/patch-ext_exif_exif.c | 20 -
lang/php53/patches/patch-ext_gd_libgd_gdxpm.c | 31 -
lang/php53/patches/patch-ext_standard_basic__functions.c | 15 -
lang/php53/patches/patch-ext_standard_var__unserializer.c | 15 -
lang/php53/patches/patch-ext_standard_var__unserializer.re | 15 -
lang/php53/patches/patch-ext_xmlrpc_libxmlrpc_xmlrpc.c | 55 --
lang/php53/patches/patch-main_php.h | 31 -
lang/php53/patches/patch-main_streams_cast.c | 15 -
lang/php53/patches/patch-php__mssql.c | 27 -
lang/php53/patches/patch-sapi_fpm_fpm_events_port.c | 47 --
lang/php53/patches/patch-sapi_fpm_fpm_fpm__sockets.c | 34 -
lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in | 16 -
35 files changed, 0 insertions(+), 1345 deletions(-)
diffs (truncated from 1485 to 300 lines):
diff -r 30cd0b206108 -r af1127ed2243 lang/php53/DESCR
--- a/lang/php53/DESCR Sun Mar 15 15:00:17 2015 +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.3.x.
diff -r 30cd0b206108 -r af1127ed2243 lang/php53/MESSAGE
--- a/lang/php53/MESSAGE Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 15:31:58 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 30cd0b206108 -r af1127ed2243 lang/php53/MESSAGE.suhosin
--- a/lang/php53/MESSAGE.suhosin Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.suhosin,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $
-
-As you have chosen to install the Suhosin patch you may also want to
-install the Suhosin extension which can be found in security/php-suhosin.
-
-===========================================================================
diff -r 30cd0b206108 -r af1127ed2243 lang/php53/Makefile
--- a/lang/php53/Makefile Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile,v 1.50 2014/10/23 16:18:47 taca Exp $
-
-#
-# We can't omit PKGNAME here to handle PKG_OPTIONS.
-#
-PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
-CATEGORIES= lang
-
-HOMEPAGE= http://www.php.net/
-COMMENT= PHP Hypertext Preprocessor version 5.3
-LICENSE= php
-
-TEST_TARGET= test
-
-USE_TOOLS+= gmake lex pkg-config
-LIBTOOL_OVERRIDE= # empty
-PHP_CHECK_INSTALLED= No
-
-PHP_VERSIONS_ACCEPTED?= 53
-
-.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}"
-
-SUBST_CLASSES+= path
-SUBST_MESSAGE.path= Fixing common paths.
-SUBST_STAGE.path= pre-configure
-SUBST_FILES.path= configure ext/phar/phar/phar.php
-SUBST_FILES.path+= php.ini-development php.ini-production run-tests.php
-SUBST_SED.path= -e 's,@CGIDIR@,${CGIDIR},g'
-SUBST_SED.path+= -e 's,@PREFIX@,${PREFIX},g'
-
-INSTALLATION_DIRS+= ${CGIDIR} ${EGDIR} share/php ${PHP_EXTENSION_DIR}
-
-# Make sure modules can link correctly
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.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 30cd0b206108 -r af1127ed2243 lang/php53/Makefile.common
--- a/lang/php53/Makefile.common Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile.common,v 1.30 2013/10/25 21:47:51 joerg Exp $
-# used by lang/php53/Makefile.php
-# used by lang/php/ext.mk
-# used by meta-pkgs/php53-extensions/Makefile
-
-#
-# NOTE:
-# The suhosin option includes a patch from http://www.hardened-php.net/
-# Which tracks with the exact version number of PHP. There may be a delay
-# in the patch which can leave the option broken until an updated patch
-# is released. When updating PHP please don't forget to update the
-# distnfo with the details of the suhosin patch as well.
-
-PHP_VERSION_REQD= 53
-PHP_BASE_VERS= ${PHP53_VERSION}
-
-.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_ENV+= php_cv_cc_dashr=no
-.endif
-
-.include "../../mk/bsd.prefs.mk"
diff -r 30cd0b206108 -r af1127ed2243 lang/php53/Makefile.php
--- a/lang/php53/Makefile.php Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,106 +0,0 @@
-# $NetBSD: Makefile.php,v 1.42 2015/03/13 17:05:22 manu Exp $
-# used by lang/php53/Makefile
-# used by www/ap-php/Makefile
-# used by www/php-fpm/Makefile
-
-.include "../../lang/php53/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../lang/php53/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/php53/patches
-
-USE_LIBTOOL= YES
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
-BUILD_DEFS+= VARBASE
-PLIST_VARS+= suhosin
-
-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-sqlite
-#CONFIGURE_ARGS+= --without-sqlite3
-CONFIGURE_ARGS+= --without-iconv
-CONFIGURE_ARGS+= --without-pear
-#CONFIGURE_ARGS+= --without-intl
-
-CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-dom
-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"
-
-# Note: This expression is the same as ${PKGBASE}, but the latter is
-# not defined yet, so we cannot use it here.
-PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
-PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts suhosin readline calendar
-PKG_SUGGESTED_OPTIONS+= inet6 ssl
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Msuhosin)
-SUHOSIN_PHPVER= 5.3.29
-. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS}
-PKG_FAIL_REASON+= "The suhosin patch is currently not available for"
-PKG_FAIL_REASON+= "this version of PHP. You may have to wait until"
-PKG_FAIL_REASON+= "an updated patch is released or temporarily"
-PKG_FAIL_REASON+= "build this package without the suhosin option."
-. else
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCHFILES+= suhosin-patch-${SUHOSIN_PHPVER}-0.9.10.patch.bz2
-PLIST.suhosin= yes
-MESSAGE_SRC= ${.CURDIR}/../../lang/php53/MESSAGE
-MESSAGE_SRC+= ${.CURDIR}/../../lang/php53/MESSAGE.suhosin
-
-. endif
-.endif
-
-.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)
-.include "../../devel/readline/buildlink3.mk"
-CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
-.else
-CONFIGURE_ARGS+= --without-readline
-.endif
-
-.if !empty(PKG_OPTIONS:Mcalendar)
-CONFIGURE_ARGS+= --enable-calendar
-.endif
-
-DL_AUTO_VARS= yes
-.include "../../mk/dlopen.buildlink3.mk"
diff -r 30cd0b206108 -r af1127ed2243 lang/php53/PLIST
--- a/lang/php53/PLIST Sun Mar 15 15:00:17 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,256 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2014/06/13 14:13:20 fhajny Exp $
-bin/phar
-bin/phar.phar
-bin/php
-bin/php-config
-bin/phpize
-include/php/TSRM/TSRM.h
-include/php/TSRM/acconfig.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/acconfig.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_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_fast_cache.h
-include/php/Zend/zend_float.h
-include/php/Zend/zend_gc.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
Home |
Main Index |
Thread Index |
Old Index