Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] php: update to 7.4.27
Date: Sun, 09 Jan 2022 14:55:44 +0100	[thread overview]
Message-ID: <20220109135544.IBzV7LJeufXHV2HC_4L6vpQMbzEJDPSqN7Fay-wZVbo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34459@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/uhohspaghetios/void-packages php74
https://github.com/void-linux/void-packages/pull/34459

php: update to 7.4.27
- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (amd64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/34459.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-php74-34459.patch --]
[-- Type: text/x-diff, Size: 2690 bytes --]

From 148bbf281f99ea7ca3230ab0bca1bcbcaaf40a6c Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Fri, 10 Dec 2021 00:19:11 -0500
Subject: [PATCH] php: update to 7.4.27

---
 srcpkgs/php/template | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 141f7fee310d..8ae60f964582 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
-version=7.4.14
-revision=7
+version=7.4.27
+revision=1
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel
@@ -13,7 +13,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="PHP-3.01"
 homepage="https://www.php.net"
 distfiles="http://www.php.net/distributions/php-${version}.tar.xz"
-checksum=f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886
+checksum=3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c
 
 conf_files="/etc/php/php.ini"
 
@@ -45,7 +45,7 @@ do_build() {
 		--with-config-file-scan-dir=/etc/php/conf.d \
 		--disable-rpath \
 		--mandir=/usr/share/man \
-		--with-pear=/usr/share/pear \
+		--with-pear \
 		"
 
 	local _phpextensions="--enable-bcmath=shared \
@@ -73,34 +73,31 @@ do_build() {
 		--with-curl=shared \
 		--with-db4=$XBPS_CROSS_BASE/usr \
 		--with-enchant=shared,$XBPS_CROSS_BASE/usr \
-		--with-freetype-dir=$XBPS_CROSS_BASE/usr \
+		--with-freetype \
 		--with-gdbm=$XBPS_CROSS_BASE/usr \
 		--with-gettext=shared \
 		--with-gmp=shared \
 		--with-iconv=shared \
-		--with-icu-dir=$XBPS_CROSS_BASE/usr \
-		--with-jpeg-dir=$XBPS_CROSS_BASE/usr \
+		--with-jpeg \
 		--with-ldap=shared,$XBPS_CROSS_BASE/usr \
 		--with-ldap-sasl \
-		--with-libzip \
 		--with-sodium=shared \
 		--with-mhash \
 		--with-mysql-sock=/run/mysqld/mysqld.sock \
 		--with-mysqli=shared,mysqlnd \
 		--with-openssl=shared \
-		--with-pcre-regex=$XBPS_CROSS_BASE/usr \
 		--with-pdo-mysql=shared,mysqlnd \
 		--with-pdo-odbc=shared,unixODBC,$XBPS_CROSS_BASE/usr \
 		--with-pdo-pgsql=shared,$XBPS_CROSS_BASE/usr \
 		--with-pdo-sqlite=shared,$XBPS_CROSS_BASE/usr \
 		--with-pgsql=shared,$XBPS_CROSS_BASE/usr \
-		--with-png-dir=$XBPS_CROSS_BASE/usr \
 		--with-readline=$XBPS_CROSS_BASE/usr \
 		--with-snmp=shared,$XBPS_CROSS_BASE/usr \
 		--with-sqlite3=shared,$XBPS_CROSS_BASE/usr \
 		--with-unixODBC=shared,$XBPS_CROSS_BASE/usr \
 		--with-xsl=shared,$XBPS_CROSS_BASE/usr \
 		--with-tidy=shared,$XBPS_CROSS_BASE/usr \
+		--with-zip \
 		--with-zlib \
 		${configure_args} \
 		"

  parent reply	other threads:[~2022-01-09 13:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10  5:21 [PR PATCH] php: update to 7.4.26 uhohspaghetios
2021-12-10 11:22 ` paper42
2021-12-10 21:15 ` [PR PATCH] [Updated] " uhohspaghetios
2021-12-11  0:42 ` uhohspaghetios
2021-12-11  1:10 ` uhohspaghetios
2021-12-11  1:17 ` uhohspaghetios
2021-12-11  1:21 ` uhohspaghetios
2021-12-11  1:34 ` uhohspaghetios
2021-12-11  1:49 ` uhohspaghetios
2021-12-11  2:05 ` [PR PATCH] [Updated] " uhohspaghetios
2021-12-18 11:46 ` paper42
2021-12-18 17:50 ` [PR PATCH] [Updated] " uhohspaghetios
2021-12-18 17:52 ` [PR PATCH] [Updated] php: update to 7.4.27 uhohspaghetios
2021-12-18 18:07 ` paper42
2021-12-18 18:48 ` uhohspaghetios
2021-12-18 21:10 ` paper42
2021-12-18 21:11 ` paper42
2021-12-22 18:18 ` paper42
2022-01-09 13:55 ` paper42 [this message]
2022-01-29 21:04 ` [PR PATCH] [Closed]: " uhohspaghetios

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220109135544.IBzV7LJeufXHV2HC_4L6vpQMbzEJDPSqN7Fay-wZVbo@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).