PHP: bump version (#1416)

This commit is contained in:
miqlas
2017-06-14 23:35:23 +02:00
committed by waddlesplash
parent 6185121454
commit 0880d3da8c
3 changed files with 220 additions and 17 deletions

View File

@@ -1,20 +1,19 @@
SUMMARY="A popular general-purpose scripting language"
DESCRIPTION="PHP is a popular general-purpose scripting language that is \
especially suited to web development.
Fast, flexible and pragmatic, PHP powers everything from your blog to the most \
popular websites in the world."
HOMEPAGE="https://php.net"
REVISION="4"
HOMEPAGE="https://php.net/"
COPYRIGHT="2001-2014 PHP Group"
LICENSE="PHP License v3.01"
ARCHITECTURES="x86_gcc2"
REVISION="4"
SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror"
CHECKSUM_SHA256="576f9001b612f5ddc22f447311bbec321e2c959b6a52259d664c4ba04ef044f1"
SOURCE_FILENAME="php-$portVersion.tar.bz2"
PATCHES="php-$portVersion.patch"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
php = $portVersion
cmd:pear
@@ -28,10 +27,6 @@ PROVIDES="
cmd:phpize
"
GLOBAL_WRITABLE_FILES="
settings/pear.conf keep-old
"
REQUIRES="
haiku
lib:libicuuc
@@ -42,12 +37,15 @@ REQUIRES="
lib:libcrypto
lib:libcurl
lib:libpcre
lib:libpng16
lib:libjpeg
lib:libfreetype
"
GLOBAL_WRITABLE_FILES="
settings/pear.conf keep-old
"
BUILD_REQUIRES="
devel:libicuuc
devel:libxml2
@@ -57,7 +55,6 @@ BUILD_REQUIRES="
devel:libcrypto
devel:libcurl
devel:libpcre
devel:libpng16
devel:libjpeg
devel:libfreetype
@@ -87,15 +84,15 @@ BUILD()
autoreconf
autoconf
runConfigure ./configure \
--with-libxml-dir=/system \
--with-zlib-dir=/system --with-zlib=shared \
--with-libxml-dir=`finddir B_SYSTEM_DIRECTORY` \
--with-zlib-dir=`finddir B_SYSTEM_DIRECTORY` --with-zlib=shared \
--with-openssl \
--with-curl \
--with-gd \
--with-pcre-dir=/system \
--with-png-dir=/system \
--with-jpeg-dir=/system \
--with-freetype-dir=/system \
--with-pcre-dir=`finddir B_SYSTEM_DIRECTORY` \
--with-png-dir=`finddir B_SYSTEM_DIRECTORY` \
--with-jpeg-dir=`finddir B_SYSTEM_DIRECTORY` \
--with-freetype-dir=`finddir B_SYSTEM_DIRECTORY` \
--disable-opcache \
--enable-intl \
--enable-ftp \