non port: lang/php82/Makefile |
SVNWeb
|
Number of commits found: 22 |
Sat, 13 May 2023
|
[ 19:45 Muhammad Moinur Rahman (bofh) ] 737e6ba
lang/php82: Update version 8.2.5=>8.2.6
Changelog: https://www.php.net/ChangeLog-8.php#8.2.6
Sponsored by: Bounce Experts
|
Fri, 14 Apr 2023
|
[ 17:33 Muhammad Moinur Rahman (bofh) ] 57a5544
lang/php82: Update version 8.2.4=>8.2.5
Changelog: https://www.php.net/ChangeLog-8.php#8.2.5
Sponsored by: Bounce Experts
|
Wed, 12 Apr 2023
|
[ 12:53 Muhammad Moinur Rahman (bofh) ] 318b1cc
lang/php8[12]: Fix bulk build
PR: 266175
Reported by: fluffy
Sponsored by: Bounce Experts
|
[ 05:39 Muhammad Moinur Rahman (bofh) Author: Dima Panov ] c89b6f2 (Only the first 10 of 18 ports in this commit are shown above. )
lang/php8[12]: Fix build on aarch64 with ZTS
- Refresh patches
PR: 266175
Reported by: thresh@nginx.com
Sponsored by: Bounce Experts
|
Sun, 19 Mar 2023
|
[ 22:06 Muhammad Moinur Rahman (bofh) ] 28a496b
lang/php82: Update version 8.2.3=>8.2.4
Changelog: https://www.php.net/ChangeLog-8.php#8.2.4
Sponsored by: Bounce Experts
|
Wed, 15 Feb 2023
|
[ 17:30 Muhammad Moinur Rahman (bofh) ] 1fed85d
lang/php82: Update version 8.2.2=>8.2.3
Changelog: https://www.php.net/ChangeLog-8.php#8.2.3
MFH: 2023Q1
Sponsored by: Bounce Experts
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Tue, 7 Feb 2023
|
[ 23:07 Muhammad Moinur Rahman (bofh) ] 1d36b1a
lang/php82: Update version 8.2.1=>8.2.2
Changelog: https://www.php.net/ChangeLog-8.php#8.2.2
MFH: 2023Q1
Sponsored by: Bounce Experts
|
Wed, 25 Jan 2023
|
[ 21:13 Muhammad Moinur Rahman (bofh) ] 8ea662c
www/mod_php8*: Fix build
USES=apache must be called before bsd.pre.port.mk however this was
overridden using an include clause. During my previous commit on
refactoring apache.mk these include blocks were deleted which causes
failure to the build of these port as USES=apache in preport.mk is never
called. This commit changes and refactors the code.
Fixes: 40843b1 Mk/Uses/apache.mk: Refactor after removal of older versions
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113
|
Tue, 10 Jan 2023
|
[ 00:07 Muhammad Moinur Rahman (bofh) ] e7c17ed
lang/php82: Update version 8.2.0=>8.2.1
MFH: 2023Q1
Relnotes: https://www.php.net/ChangeLog-8.php#8.2.1
Sponsored by: Bounce Experts
|
Sun, 25 Dec 2022
|
[ 19:45 Muhammad Moinur Rahman (bofh) ] 0b811a2
*/*php*: Final cleanup for php74
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
|
Thu, 8 Dec 2022
|
[ 16:55 Muhammad Moinur Rahman (bofh) ] 5ee11f4
lang/php82: Update version 8.2.0RC7=>8.2.0
This is the first production release of 8.2.X lineup and is safe to use
in production contrary to the previous commits which were development
versions.
Check the Relnotes for the Changesets of this production release.
Relnotes: https://www.php.net/ChangeLog-8.php#8.2.0
Sponsored by: Bounce Experts
|
Fri, 25 Nov 2022
|
[ 23:47 Muhammad Moinur Rahman (bofh) ] 2747d4a
lang/php82: Update version 8.2.0RC6=>8.2.0RC7
- Core:
. Move observer_declared_function_notify until after pass_two(). (Bob)
. Do not report MINIT stage internal class aliases in extensions.
(Bob)
- Opcache:
. Fix opcache preload with observers enabled. (Bob)
- Standard:
. Fix crash reading module_entry after DL_UNLOAD() when module already
loaded. (Bob)
Relnotes: https://github.com/php/php-src/blob/php-8.2.0RC7/NEWS
Sponsored by: Bounce Experts
|
Wed, 9 Nov 2022
|
[ 20:02 Muhammad Moinur Rahman (bofh) ] 19ac834
lang/php82: Update version 8.2.0RC4=>8.2.0RC6
* Core:
- Fixed bug GH-9823 (Don’t reset func in
zend_closure_internal_handler). (Florian Sowade)
- Fixed potential NULL pointer dereference Windows shm*()
functions. (cmb)
- Fix target validation for internal attributes with constructor
property promotion. (kooldev)
- Fixed bug GH-9750 (Generator memory leak when interrupted during
argument evaluation. (Arnaud)
* FPM:
- Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
running php-fpm 8.1.11). (Jakub Zelenka) (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Oct 2022
|
[ 13:34 Muhammad Moinur Rahman (bofh) ] 37e2593
lang/php82: Update version 8.2.0RC2=>8.2.0RC4
- Core:
* Fixed bug GH-9655 (Pure intersection types cannot be implicitly
nullable) (Girgias)
* Fixed bug GH-9589 (dl() segfaults when module is already loaded).
(cmb, Arnaud)
- Streams:
* Fixed bug GH-9590 (stream_select does not abort upon exception or
empty valid fd set). (Arnaud)
Sponsored by: Bounce Experts
|
Fri, 16 Sep 2022
|
[ 08:49 Muhammad Moinur Rahman (bofh) ] 0f83560
lang/php82: Update version 8.2.0beta2=>8.2.0RC2
- Core:
. Fixed bug GH-9500 (Using dnf type with parentheses after readonly
keyword results in a parse error). (ilutov)
. Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D. Not
just A). (Girgias)
- GMP
. Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
passed to gmp_init()). (Girgias)
- Intl
. Fixed bug GH-9421 (Incorrect argument number for ValueError in
NumberFormatter). (Girgias) (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 4 Aug 2022
|
[ 19:43 Muhammad Moinur Rahman (bofh) ] 5da33bb
lang/php82: Update version 8.2.0a3=>8.2.0b2
- Fix building with some DEFAULT OPTIONS off [1]
PR: 265500 [1]
Reported by: a.shikov@itcons.net.ua [1]
Sponsored by: Bounce Experts
|
Thu, 7 Jul 2022
|
[ 05:06 Muhammad Moinur Rahman (bofh) ] f99a80b
lang/php82: Update version 8.2.0.a1=>8.2.0.a3
Please DO NOT use this version in production, it is an early test
version.
Sponsored by: Bounce Experts
|
Tue, 14 Jun 2022
|
[ 23:05 Piotr Kubaj (pkubaj) ] 62c09d7
lang/php82: correct COMMENT
|
Sat, 11 Jun 2022
|
[ 21:02 Muhammad Moinur Rahman (bofh) ] 665b149 (Only the first 10 of 111 ports in this commit are shown above. )
*/*php82*: Welcome php 8.2.0 Alpha 1
Please DO NOT use this version in production, it is an early test
version.
port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.
Sponsored by: Bounce Experts
|
Number of commits found: 22 |