notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/php82/Makefile
SVNWeb

Number of commits found: 22

Sat, 13 May 2023
[ 19:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:737e6ba8ce0e1a06b8c86a77404726c4985393fd  commit hash:737e6ba8ce0e1a06b8c86a77404726c4985393fd  commit hash:737e6ba8ce0e1a06b8c86a77404726c4985393fd  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) search for other commits by this committer ]    commit hash:57a55442fc76036987443f3a33fe6490d3e0b818  commit hash:57a55442fc76036987443f3a33fe6490d3e0b818  commit hash:57a55442fc76036987443f3a33fe6490d3e0b818  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) search for other commits by this committer ]    commit hash:318b1cc930e6d576fb053ff4acf677ebf7e5ac99  commit hash:318b1cc930e6d576fb053ff4acf677ebf7e5ac99  commit hash:318b1cc930e6d576fb053ff4acf677ebf7e5ac99  318b1cc 
lang/php8[12]: Fix bulk build

PR:		266175
Reported by:	fluffy
Sponsored by:	Bounce Experts
[ 05:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Dima Panov ]    commit hash:c89b6f2799891129e89d1b4fedf8e25865241060  commit hash:c89b6f2799891129e89d1b4fedf8e25865241060  commit hash:c89b6f2799891129e89d1b4fedf8e25865241060  c89b6f2  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:28a496b2df18ff0ef0ac5a71420e8a0053aec2d3  commit hash:28a496b2df18ff0ef0ac5a71420e8a0053aec2d3  commit hash:28a496b2df18ff0ef0ac5a71420e8a0053aec2d3  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) search for other commits by this committer ]    commit hash:1fed85da575e038c0c435adb7908eba5aeece383  commit hash:1fed85da575e038c0c435adb7908eba5aeece383  commit hash:1fed85da575e038c0c435adb7908eba5aeece383  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) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:1d36b1adfd70fe78c03efd1b1f9d63ea1a9b641a  commit hash:1d36b1adfd70fe78c03efd1b1f9d63ea1a9b641a  commit hash:1d36b1adfd70fe78c03efd1b1f9d63ea1a9b641a  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) search for other commits by this committer ]    commit hash:8ea662c5f71699443c369821319d211bd91f5901  commit hash:8ea662c5f71699443c369821319d211bd91f5901  commit hash:8ea662c5f71699443c369821319d211bd91f5901  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) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:e7c17ed52d570c7888051c599fa895a32002a2e0  commit hash:e7c17ed52d570c7888051c599fa895a32002a2e0  commit hash:e7c17ed52d570c7888051c599fa895a32002a2e0  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) search for other commits by this committer ]    commit hash:0b811a20f7cd4cce60386ef8676593f9133f3a11  commit hash:0b811a20f7cd4cce60386ef8676593f9133f3a11  commit hash:0b811a20f7cd4cce60386ef8676593f9133f3a11  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) search for other commits by this committer ]    commit hash:5ee11f4522728e16e7c50c8ec99a53cb4f8b744f  commit hash:5ee11f4522728e16e7c50c8ec99a53cb4f8b744f  commit hash:5ee11f4522728e16e7c50c8ec99a53cb4f8b744f  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) search for other commits by this committer ]    commit hash:2747d4a41de14ad20acae0322f362ada239cf5b0  commit hash:2747d4a41de14ad20acae0322f362ada239cf5b0  commit hash:2747d4a41de14ad20acae0322f362ada239cf5b0  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) search for other commits by this committer ]    commit hash:19ac83426ae294afbcbf07fe9b8a297f5287fd1a  commit hash:19ac83426ae294afbcbf07fe9b8a297f5287fd1a  commit hash:19ac83426ae294afbcbf07fe9b8a297f5287fd1a  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 View all of this commit message)
Thu, 13 Oct 2022
[ 13:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:37e259336e382a15c1ce2d38f3e05824f5d6b993  commit hash:37e259336e382a15c1ce2d38f3e05824f5d6b993  commit hash:37e259336e382a15c1ce2d38f3e05824f5d6b993  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) search for other commits by this committer ]    commit hash:0f83560b42de3cf05ed366538783ffdb5ec40bad  commit hash:0f83560b42de3cf05ed366538783ffdb5ec40bad  commit hash:0f83560b42de3cf05ed366538783ffdb5ec40bad  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 View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 4 Aug 2022
[ 19:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:5da33bb9b44197233147df3ac9ffdc943ac3662b  commit hash:5da33bb9b44197233147df3ac9ffdc943ac3662b  commit hash:5da33bb9b44197233147df3ac9ffdc943ac3662b  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) search for other commits by this committer ]    commit hash:f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9  commit hash:f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9  commit hash:f99a80bb94cd290b42b4866f5bdf6bbc2a460eb9  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) search for other commits by this committer ]    commit hash:62c09d7c530824e9febe13a084138888b537f39d  commit hash:62c09d7c530824e9febe13a084138888b537f39d  commit hash:62c09d7c530824e9febe13a084138888b537f39d  62c09d7 
lang/php82: correct COMMENT
Sat, 11 Jun 2022
[ 21:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:665b149d2692ff6926a092568304091995e07d39  commit hash:665b149d2692ff6926a092568304091995e07d39  commit hash:665b149d2692ff6926a092568304091995e07d39  665b149  (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
*/*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