mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
416e82e9bc
multiple arches and versions are getting failures on zend_execute.o, claiming 0 bytes. looks like concurrency, maybe.
162 lines
4.1 KiB
YAML
162 lines
4.1 KiB
YAML
distributable:
|
|
url: https://www.php.net/distributions/php-{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: php/php-src/tags
|
|
strip: /^php-/
|
|
|
|
dependencies:
|
|
gnu.org/bison: ^3
|
|
re2c.org: ^3
|
|
apache.org/apr: ^1
|
|
apache.org/apr-util: ^1
|
|
bcrypt.sourceforge.net: ^1
|
|
gnu.org/autoconf: ^2
|
|
curl.se: ^8
|
|
gnu.org/gettext: ^0
|
|
gnu.org/gmp: ^6
|
|
libsodium.org: '<1.0.19' # dylib version changed from 23 > 26
|
|
libzip.org: ~1.9
|
|
github.com/kkos/oniguruma: ^6
|
|
openssl.org: '*'
|
|
pcre.org/v2: '>=10.30'
|
|
sqlite.org: ^3
|
|
unicode.org: ^71
|
|
gnu.org/libiconv: ^1
|
|
kerberos.org: ^1
|
|
gnome.org/libxml2: '>=2.9.0<2.12'
|
|
thrysoee.dk/editline: ^3
|
|
sourceware.org/libffi: '>=3.0.11'
|
|
gnome.org/libxslt: '>=1.1.0'
|
|
gnu.org/gcc: <13
|
|
libpng.org: ^1
|
|
google.com/webp: ^1
|
|
ijg.org: ^9
|
|
gnu.org/sed: ^4 # phpize requires this
|
|
darwin:
|
|
sourceware.org/bzip2: ^1
|
|
zlib.net: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
freetype.org: '*'
|
|
darwin:
|
|
tukaani.org/xz: '*'
|
|
|
|
script:
|
|
# this is annoying. install-pear-nozlib.phar relies on finding /usr/bin/cpp.
|
|
# and editing the archive messes with the offsets
|
|
- run: |
|
|
if command -v sudo >/dev/null; then
|
|
SUDO=sudo
|
|
fi
|
|
if: linux
|
|
- run: |
|
|
if [ ! -f /usr/bin/cpp ]; then
|
|
$SUDO ln -s "{{deps.gnu.org/gcc.prefix}}/bin/cpp" /usr/bin/cpp
|
|
FAKE_CPP=1
|
|
fi
|
|
if: linux
|
|
- ./configure $ARGS
|
|
- make install
|
|
|
|
# clean up our fake /usr/bin/cpp
|
|
- run: |
|
|
if [ -n "$FAKE_CPP" ]; then
|
|
$SUDO rm /usr/bin/cpp
|
|
fi
|
|
if: linux
|
|
|
|
- run: |
|
|
sed -i.bak \
|
|
-e's|^prefix=.*|prefix="$(dirname "$(dirname "$0")")"|g' \
|
|
-e's|^datarootdir=.*|datarootdir="${prefix}/share"|g' \
|
|
-e's|^ini_path=.*|ini_path="${prefix}/etc"|g' \
|
|
-e's|^extension_dir='\''{{prefix}}\(.*\)'\''|extension_dir="${prefix}\1"|g' \
|
|
-e's|^SED=.*|SED="$(dirname "$(dirname "$(dirname "$(dirname "$0")")")")/gnu.org/sed/v4/bin/sed"|g' \
|
|
-e's|#{{prefix}}#|#$(dirname "$(dirname "$0")")#|g' \
|
|
-e's|{{pkgx.prefix}}|${prefix}/../..|g' \
|
|
php-config \
|
|
phpize
|
|
rm php-config.bak phpize.bak
|
|
|
|
fix-shebangs.ts "{{prefix}}/bin/phar"
|
|
|
|
sed -i.bak \
|
|
-e's|{{prefix}}|$(dirname "$(dirname "$0")")|g' \
|
|
pear peardev pecl
|
|
rm pear.bak peardev.bak pecl.bak
|
|
working-directory: ${{prefix}}/bin
|
|
env:
|
|
ARGS:
|
|
- --prefix={{prefix}}
|
|
- --enable-bcmath
|
|
- --enable-calendar
|
|
- --enable-dba
|
|
- --enable-exif
|
|
- --enable-ftp
|
|
- --enable-fpm
|
|
- --enable-gd
|
|
- --enable-intl
|
|
- --enable-mbregex
|
|
- --enable-mbstring
|
|
- --enable-mysqlnd
|
|
- --enable-pcntl
|
|
- --enable-phpdbg
|
|
- --enable-phpdbg-readline
|
|
- --enable-shmop
|
|
- --enable-soap
|
|
- --enable-sockets
|
|
- --enable-sysvmsg
|
|
- --enable-sysvsem
|
|
- --enable-sysvshm
|
|
- --with-pear
|
|
- --with-curl
|
|
- --with-external-pcre
|
|
- --with-ffi
|
|
- --with-gettext={{deps.gnu.org/gettext.prefix}}
|
|
- --with-gmp={{deps.gnu.org/gmp.prefix}}
|
|
- --with-iconv={{deps.gnu.org/libiconv.prefix}}
|
|
- --with-kerberos
|
|
- --with-layout=GNU
|
|
- --with-libxml
|
|
- --with-libedit
|
|
- --with-openssl
|
|
- --with-pdo-sqlite
|
|
- --with-pic
|
|
- --with-sodium
|
|
- --with-sqlite3
|
|
- --with-xsl
|
|
- --with-zlib
|
|
- --disable-dtrace
|
|
- --without-ldap-sasl
|
|
- --without-ndbm
|
|
- --without-gdbm
|
|
- CC=gcc
|
|
linux:
|
|
LDFLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
|
darwin:
|
|
# ... we need to link with headerpad...
|
|
LDFLAGS: -Wl,-rpath,{{pkgx.prefix}},-headerpad_max_install_names
|
|
ARGS:
|
|
# FIXME: we'd like zip support for linux, but libzip's zip.h is using
|
|
# clang _Nullable and gcc doesn't like it.
|
|
- --with-zip
|
|
- --enable-dtrace
|
|
- --with-ldap-sasl
|
|
|
|
provides:
|
|
- bin/pear
|
|
- bin/pecl
|
|
- bin/phar
|
|
- bin/php
|
|
- bin/php-cgi
|
|
- bin/php-config
|
|
- bin/phpdbg
|
|
- bin/phpize
|
|
|
|
test: |
|
|
php --version | grep {{ version }}
|
|
php -r 'echo "Hello World!\n";'
|