Github messages for voidlinux
 help / color / mirror / Atom feed
From: uhohspaghetios <uhohspaghetios@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] php: update to 7.4.26
Date: Sat, 11 Dec 2021 02:17:36 +0100	[thread overview]
Message-ID: <20211211011736.Lxr2WcQm4CKoDPnBvzmShP7QRvhOO0P-1AxA4UuniUc@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: 430 bytes --]

There is an updated pull request by uhohspaghetios 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.26
- 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: 2251 bytes --]

From 6d54a7637858ab6dd7c329d94d768453ac9f0c4c 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.26

---
 srcpkgs/php/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 141f7fee310d..5112f8668937 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.26
+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=e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8
 
 conf_files="/etc/php/php.ini"
 
@@ -73,28 +73,24 @@ 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 \

  parent reply	other threads:[~2021-12-11  1:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10  5:21 [PR PATCH] " 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 [this message]
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 ` [PR PATCH] [Updated] " paper42
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=20211211011736.Lxr2WcQm4CKoDPnBvzmShP7QRvhOO0P-1AxA4UuniUc@z \
    --to=uhohspaghetios@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).