[openjdk22] build failure

2024-03-27 Thread Bjarne D Mathiesen via macports-dev
so, I'm on macOS 10.15.7 Catalina. according to https://ports.macports.org/port/openjdk22/builds/ openjdk22 fails to install on anything lower than macOS 11 Big Sur. when I try to build it, I get the following at the end of main.log : ==> /opt/local/var/macports/logs/_opt_local_var_macports_sourc

[php84] missing extensions

2025-02-03 Thread Bjarne D Mathiesen via macports-dev
These extensions havent been updated to php84 Error: Port php84-APCu not found Error: Port php84-igbinary not found Error: Port php84-imagick not found Error: Port php84-imap not found Error: Port php84-lzf not found Error: Port php84-mailparse not found Error: Port php84-mcrypt not found Error: P

Re: [php84] missing extensions

2025-02-04 Thread Bjarne D Mathiesen via macports-dev
I've started working on php84 - 8.4.3 https://github.com/BjarneDMat/macports-ports/tree/php84 Author: BjarneDM Date: Tue Feb 4 17:12:53 2025 +0100 1st version / try updating to stable version of php84 (8.4.3) On branch php84 Changes to be committed: modified: _resou

Re: [php84] php-imap

2025-02-04 Thread Bjarne D Mathiesen via macports-dev
imap was evicted from PHP core in version 8.4; php83-imap and later subports are now found in the separate php-imap Portfile. Author: BjarneDM Date: Tue Feb 4 23:59:41 2025 +0100 php-imap for php83 & php84 moved to separate Portfile On branch php84 Changes to be committed:

Re: [php84] php84-imagick beta1

2025-02-07 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/0fb4448 php84-imagick beta1 !!NOT!! working correctly 1) patching 2) default variant On branch php84 Changes to be committed: modified: php/php-imagick/Portfile new file: php/php-imagick/file

Re: [php84] current status for php74 - php84

2025-02-07 Thread Bjarne D Mathiesen via macports-dev
@7.4.33 doesn't like libxml2 @2.13.5_2 => fails to compile logfile: https://macports.mathiesen.info/logs/php/php74/main.log @8.0.30 doesn't like libxml2 @2.13.5_2 => fails to compile logfile: https://macports.mathiesen.info/logs/php/php80/main.log @8.1.31 builds - but segfaults wh

Re: [php84] php84-imagick rc1

2025-02-08 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/0c4cd8e php84-imagick rc1 fixes for 1) patching 2) default variant On branch php84 Changes to be committed: modified: php/php-imagick/Portfile > It doesn't look like you're using vercmp correctly.

Re: [php84] missing extensions

2025-02-06 Thread Bjarne D Mathiesen via macports-dev
pspell was evicted from PHP core in version 8.4; php81-pspell and later subports are now found in the separate php-pspell Portfile. On branch php84 Changes to be committed: modified: lang/php/Portfile new file: php/php-pspell/Portfile -- Bjarne D Mathiesen S

Re: [php84] xxhash in php81, php82, php83

2025-02-07 Thread Bjarne D Mathiesen via macports-dev
So, we discovered an error in xxhash for php @8.1.31, @8.2.27, @8.3.16 I'm attempting to backport the php @8.4.3 changes to these. if {[vercmp ${branch} >= 8.1] && [vercmp ${branch} <= 8.3]} { patchfiles-append \ patch-${php}-ext-hash-php_hash_xxhash.h.diff \

Re: [php84] php-mcrypt

2025-02-12 Thread Bjarne D Mathiesen via macports-dev
https://www.php.net/manual/en/intro.mcrypt.php This feature was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0. https://pecl.php.net/package/mcrypt This package is not maintained https://github.com/BjarneDMat/macports-ports/commit/f89526a Author: BjarneDM Date: Wed Feb 12 19:20:10 2025 +010

Re: [php84] extensions failure status

2025-02-15 Thread Bjarne D Mathiesen via macports-dev
The following extensions fail to configure -or- build: @8.2.27 @8.3.16 @8.4.3 php-mysql_xdevapi x php-rar x x x php-openswoole x x php-swoole x x php-vld

[pull 27811] Please Review

2025-03-15 Thread Bjarne D Mathiesen via macports-dev
This PR updates proftpd proftpd : updated to v 1.3.8c more databases config changes https://github.com/macports/macports-ports/pull/27811 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er s

[pull 27912] Please Review

2025-03-15 Thread Bjarne D Mathiesen via macports-dev
This PR submits the newest mariadb v 11.x mariadb : @11.4.5 (LTS) @11.7.2 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCore + macOS 14.7.4

Re: [php84] php-mysql

2025-03-23 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/2b2f1ff php-mysql : updated mariadb based variant replaced the outdated mariadb variant with newer LTS variants based upon mariadb10 -> port:mariadb-10.11 mariadb11 -> port:mariadb-11.4 Changes to be committed: modified:

Re: [php84] php @8.1.32 @8.2.28 @8.3.19 @8.4.5

2025-03-14 Thread Bjarne D Mathiesen via macports-dev
for v in {81..84}; do /opt/local/bin/php${v} -v | head -1; done PHP 8.1.32 (cli) (built: Mar 13 2025 21:59:57) (NTS) PHP 8.2.28 (cli) (built: Mar 13 2025 21:59:57) (NTS) PHP 8.3.19 (cli) (built: Mar 13 2025 21:59:57) (NTS) PHP 8.4.5 (cli) (built: Mar 13 2025 21:59:57) (NTS) built on : $=> system_

Re: [php84] php74, php80 : pear - backport libxml2 >=2.13 fix

2025-04-05 Thread Bjarne D Mathiesen via macports-dev
variant : pear - enable pear support ; fix for libxml >=2.13 php/php-src#14834 Error installing PHP when --with-pear is used macports#14834 php/php-src@67259e4 Fix macportsGH-14834: Error installing PHP when --with-pear is used Changes to be committed: modified: lang/php/Portfile

Re: [pull 27811] Please Review

2025-04-10 Thread Bjarne D Mathiesen via macports-dev
This one has been in limbo for about a month now ... This PR updates proftpd proftpd : updated to v 1.3.9 more databases config changes https://github.com/macports/macports-ports/pull/27811 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa

Re: [php84] php @8.1.32 @8.2.28 @8.3.19 @8.4.5

2025-03-14 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/fa353a9 https://github.com/BjarneDMat/macports-ports/commit/60bbfd1 updated versions to php @8.1.32 @8.2.28 @8.3.19 @8.4.5 On branch php84 Changes to be committed: modified: lang/php/Portfile -- Bjarne D Mathiesen Slagelse ; Danmark ;

Re: [php84] missing extensions

2025-02-19 Thread Bjarne D Mathiesen via macports-dev
On 03/02/2025 19.22, Ryan Carsten Schmidt wrote: > I have not yet updated php84 to 8.4.0 stable or later. > > I realize this is overdue. I have other pending work to finish > and commit to the php ports to fix some open tickets. Besides, what I've already done, what can I do to help you ??? --

Re: [php84] php-postgresql

2025-03-03 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/624ed92 https://github.com/BjarneDMat/macports-ports/commit/6afd79c subport ${php}-postgresql * added variant postgresql17 On branch php84 Changes to be committed: modified: lang/php/Portfile On 04/02/2025 17.44, Bjarne D Mathiesen

Re: [php84] php84-vld

2025-02-12 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/8e1bcd9 OK - so what goes wrong here, is that the developer has made some un-published changes to the code-base. In particular : 1) https://github.com/derickr/vld/commit/d7abb0c PHP_CHECK_GCC_ARG is now AX_CHECK_COMPILE_FLAG 2) https://g

Re: [php84] php-xapian, php-imagic, php-gmagick

2025-02-21 Thread Bjarne D Mathiesen via macports-dev
On 15/02/2025 16.04, Bjarne D Mathiesen via macports-dev wrote: > The following extensions fail to configure -or- build: > @8.2.27 @8.3.16 @8.4.3 > php-xapian x x x > logs can be found here : https://macports.mathiesen.info/logs/ Looking a

Re: [php84] php74, php80 : backport fix for libxml2 >= 2.12 build failures

2025-03-29 Thread Bjarne D Mathiesen via macports-dev
php74, php80 : backport fix for libxml2 >= 2.12 build failures https://github.com/BjarneDMat/macports-ports/commit/6892c5 Changes to be committed: modified: lang/php/Portfile new file: lang/php/files/patch-php74-libxml.diff new file: lang/php/files/patch-php74-libxml.

Re: [pull 27811] Please Review

2025-05-13 Thread Bjarne D Mathiesen via macports-dev
This one has been in limbo since 15/03/2025 This PR updates proftpd proftpd : updated to v 1.3.9 more databases config changes https://github.com/macports/macports-ports/pull/27811 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa -

Re: [php84] php8.{3,4}: updated to php8.3.21 , php8.4.7

2025-05-13 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/cb68bfd php8.{3,4}: updated to php8.3.21 , php8.4.7 Changes to be committed: modified: lang/php/Portfile -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa ---

Re: [php84] php8.{3,4}: updated to php8.3.22 , php8.4.8

2025-06-10 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/88dd767 php8.{3,4}: updated to php8.3.22 , php8.4.8 Changes to be committed: modified: lang/php/Portfile -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa ---

Re: [php84] PR 28140

2025-07-05 Thread Bjarne D Mathiesen via macports-dev
https://github.com/macports/macports-ports/pull/28140 Presently, I'm fully content with just having my php84 branch w/ all of the necessary changes for getting the php infrastructure up-to-date collected in one, single place. Until someone w/ commit authority turns up w/ some constructive feedback

Re: [php84] php.{1..4}: updated to 8.1.33, 8.2.29, 8.3.23, 8.4.10

2025-07-05 Thread Bjarne D Mathiesen via macports-dev
missing the final 'd' - my bad : https://github.com/BjarneDMat/macports-ports/commit/69e769d -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCore + mac

Re: [php84] php.{1..4}: updated to 8.1.33, 8.2.29, 8.3.23, 8.4.10

2025-07-05 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/69e769 php.{1..4}: updated to 8.1.33, 8.2.29, 8.3.23, 8.4.10 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010

Re: [php85] new subport branch 8.5.0alpha1

2025-07-06 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/57653b2 php85: new subport branch 8.5.0alpha1 Initial test of 8.5.0alpha1 On branch php84 Changes to be committed: Core 8.5.0alpha1 modified: lang/php/Portfile new file: lang/php/files/patch-php85-atomic.diff new fil

Re: [php84] php-mysql

2025-07-14 Thread Bjarne D Mathiesen via macports-dev
https://github.com/BjarneDMat/macports-ports/commit/08e125e php-mysql: update mariadb11 variant Updated mariadb11 LTS from 11.4 to 11.8 !REQUIRES! https://github.com/macports/macports-ports/pull/28680 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa

[PR] please review the following PRs

2025-07-21 Thread Bjarne D Mathiesen via macports-dev
https://github.com/macports/macports-ports/pull/27811 proftpd : update to 1.3.9 ; more databases ; config changes It's been in limbo since June 12, 2025 It was nomaintainer https://github.com/macports/macports-ports/pull/28680 mariadb-{LTS} : update versions, boost188, new LTS port 11.8 There're n

compiler_blacklist_versions

2025-07-29 Thread Bjarne D Mathiesen via macports-dev
I got this Warning: Port maintainers: the compiler_blacklist_versions PortGroup is obsolete and should be removed from Portfiles. when messing around w/ a Portfile. Is there an alternative / replacement ? -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa -

Re: [php85] updated to 8.5.0alpha3

2025-07-30 Thread Bjarne D Mathiesen via macports-dev
-- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCore + macOS 14.7.6 Sonoma 2 x 3,46 GHz 6-Core Intel Xeon ; 192 GB 1333 MHz DDR3 ECC RDIMM ATI Radeon RX

Re: [php8*] updated extensions

2025-07-30 Thread Bjarne D Mathiesen via macports-dev
php-maxminddb : update to 1.12.1 php-redis : update to 6.2.0 php-vld : update to 0.19.1 php-solr : update to 2.8.1 php-timezonedb: update to 2025.2 php-openswoole: update to 25.2.0 & 22.1.2 php-yaf : update to 3.3.7 php-APCu : update to 5.1.25 php-uuid : update to 1.3

Re: [php8*] extensions failure status

2025-07-30 Thread Bjarne D Mathiesen via macports-dev
So, I ‼️finally‼️ got around to upgrading the php-extensions to the newest version, which leads to this revision of the failure status The following extensions fail to configure -or- build: @8.1.33 @8.2.27 @8.3.23 @8.4.10 @8.5.0⍺3 php-rar x x x

Re: [php84] php8.{3,4}: updated to php8.3.24 , php8.4.11

2025-07-31 Thread Bjarne D Mathiesen via macports-dev
https://github.com/macports/macports-ports/pull/28140/commits/e227c6f php8.{3,4}: updated to php8.3.24 , php8.4.11 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 201

Re: [php85] updated to 8.5.0alpha4

2025-07-31 Thread Bjarne D Mathiesen via macports-dev
https://github.com/macports/macports-ports/pull/28140/commits/03d7208 php85: updated to 8.5.0alpha4 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa --- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCor