notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/php81-intl/Makefile

Number of commits found: 11

Saturday, 20 Apr 2024
21:52 Jan Beich (jbeich) search for other commits by this committer
devel/php*-intl: unbreak build with ICU 75

In file included from ext/intl/intl_convertcpp.cpp:17:
In file included from ./intl_convertcpp.h:22:
In file included from /usr/local/include/unicode/unistr.h:39:
/usr/local/include/unicode/stringpiece.h:133:29: error: no template named
'enable_if_t' in namespace 'std'
            typename = std::enable_if_t<
                       ~~~~~^
/usr/local/include/unicode/stringpiece.h:134:23: error: no template named
'is_same_v' in namespace 'std'; did you mean 'is_same'?
                (std::is_same_v<decltype(T().data()), const char*>
                 ~~~~~^
/usr/include/c++/v1/__type_traits/is_same.h:22:29: note: 'is_same' declared here
struct _LIBCPP_TEMPLATE_VIS is_same : _BoolConstant<__is_same(_Tp, _Up)> { };
                            ^
In file included from ext/intl/intl_convertcpp.cpp:17:
In file included from ./intl_convertcpp.h:22:
In file included from /usr/local/include/unicode/unistr.h:39:
/usr/local/include/unicode/stringpiece.h:139:17: error: use of address-of-label
extension outside of a function body
                std::is_same_v<decltype(T().size()), size_t>>>
                ^
/usr/local/include/unicode/stringpiece.h:139:62: error: expected member name or
';' after declaration specifiers
                std::is_same_v<decltype(T().size()), size_t>>>
                                                             ^
PR:		278420
Reported by:	antoine (via exp-run)
commit hash: e680bd98d34a86302db434c5be23d0cf9d23df23 commit hash: e680bd98d34a86302db434c5be23d0cf9d23df23 commit hash: e680bd98d34a86302db434c5be23d0cf9d23df23 commit hash: e680bd98d34a86302db434c5be23d0cf9d23df23 e680bd9
Saturday, 13 Apr 2024
10:17 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php81: Update version 8.1.27=>8.1.28

Changelog: https://www.php.net/ChangeLog-8.php#8.1.28
commit hash: ad4faa6d3c97eb019e634d7cdb1cae8460934a84 commit hash: ad4faa6d3c97eb019e634d7cdb1cae8460934a84 commit hash: ad4faa6d3c97eb019e634d7cdb1cae8460934a84 commit hash: ad4faa6d3c97eb019e634d7cdb1cae8460934a84 ad4faa6
Friday, 17 Nov 2023
11:46 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f e55b801
Friday, 14 Apr 2023
17:32 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php81: Update version 8.1.7=>8.1.8

Changelog: https://www.php.net/ChangeLog-8.php#8.1.18

Sponsored by:	Bounce Experts
commit hash: 1ba4b37923049d647456ff4e3a4624c273b1c923 commit hash: 1ba4b37923049d647456ff4e3a4624c273b1c923 commit hash: 1ba4b37923049d647456ff4e3a4624c273b1c923 commit hash: 1ba4b37923049d647456ff4e3a4624c273b1c923 1ba4b37
Thursday, 13 Apr 2023
00:56 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b f1f1a8b
Friday, 25 Nov 2022
12:38 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php81: Update version 8.1.12=>8.1.13

* CLI:
  - Fixed bug GH-9709 (Null pointer dereference with -w/-s options).
* Core:
  - Fixed bug GH-9752 (Generator crashes when interrupted during
    argument evaluation with extra named params).
  - Fixed bug GH-9801 (Generator crashes when memory limit is exceeded
    during initialization).
  - Fixed potential NULL pointer dereference Windows shm*() functions.
  - Fixed bug GH-9750 (Generator memory leak when interrupted during
    argument evaluation.
* Date:
  - Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null
    byte if the argument is an offset larger than 100*60 minutes).
* FPM:
  - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
    running php-fpm 8.1.11).
* mysqli:
  - Fixed bug GH-9841 (mysqli_query throws warning despite using
    silenced error mode).
* MySQLnd:
  - Fixed potential heap corruption due to alignment mismatch.
* OpenSSL:
  - Fixed bug GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160
    does not build).
* SOAP:
  - Fixed GH-9720 (Null pointer dereference while serializing the
    response).

Relnotes:	https://www.php.net/ChangeLog-8.php#8.1.13
Sponsored by:	Bounce Experts
commit hash: d2dcb06cbdba99f751a344df3d08389da73cf447 commit hash: d2dcb06cbdba99f751a344df3d08389da73cf447 commit hash: d2dcb06cbdba99f751a344df3d08389da73cf447 commit hash: d2dcb06cbdba99f751a344df3d08389da73cf447 d2dcb06
Wednesday, 19 Oct 2022
08:10 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 dfe25d7
Friday, 15 Apr 2022
22:31 Torsten Zuehlsdorff (tz) search for other commits by this committer
lang/php81: Upgrade from 8.1.4 to 8.1.5

Changelog:

    Core:
        Fixed bug #8176 (Enum values in property initializers leak).
        Fixed freeing of internal attribute arguments.
        Fixed bug #8070 (memory leak of internal function attribute hash).
        Fixed bug #8160 (ZTS support on Alpine is broken).
    Filter:
        Fixed signedness confusion in php_filter_validate_domain().
    Intl:
        Fixed bug #8115 (Can't catch arg type deprecation when instantiating
Intl classes).
        Fixed bug #8142 (Compilation error on cygwin).
        Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first
key).
    MBString:
        Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken).
    MySQLi:
        Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties).
    Pcntl:
        Fixed bug #8142 (Compilation error on cygwin).
    PgSQL:
        Fixed result_type related stack corruption on LLP64 architectures.
        Fixed bug #8253 (pg_insert() fails for references).
    Sockets:
        Fixed Solaris builds.
    SPL:
        Fixed bug #8121 (SplFileObject - seek and key with csv file
inconsistent).
        Fixed bug #8192 (Cannot override DirectoryIterator::current() without
return typehint in 8.1).
    Standard:
        Fixed bug #8048 (Force macOS to use statfs).

Sponsored by:	Bounce Experts
commit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cf commit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cf commit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cf commit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cf 384fd72
Friday, 8 Apr 2022
04:34 Jan Beich (jbeich) search for other commits by this committer
devel/php*-intl: combine PORTREVISION with lang/php* after 268cee3b0227

- *devel/php74-intl* <tz@FreeBSD.org>: php74-intl-7.4.28_1 < php74-intl-7.4.28_2
  (master: lang/php74)

- *devel/php80-intl* <tz@FreeBSD.org>: php80-intl-8.0.17_1 < php80-intl-8.0.17_2
  (master: lang/php80)

- *devel/php81-intl* <bofh@FreeBSD.org>: php81-intl-8.1.4_1 < php81-intl-8.1.4_2
  (master: lang/php81)

PR:		262654
Reported by:	portmgr (Ports with version numbers going backwards)
commit hash: a04558108fb6bac03eb2a121e052812270e8610d commit hash: a04558108fb6bac03eb2a121e052812270e8610d commit hash: a04558108fb6bac03eb2a121e052812270e8610d commit hash: a04558108fb6bac03eb2a121e052812270e8610d a045581
Thursday, 7 Apr 2022
00:39 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 268cee3
Wednesday, 29 Dec 2021
02:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Add php81 to the tree

Core:
  Fixed inclusion order for phpize builds on Windows.
  Added missing hashtable insertion APIs for arr/obj/ref.
  Implemented FR #77372 (Relative file path is removed from uploaded
  file).
  Fixed bug #81607 (CE_CACHE allocation with concurrent access).
  Fixed bug #81507 (Fiber does not compile on AIX).
  Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check).
  Fixed bug #81518 (Header injection via default_mimetype / default_charset).
  Fixed bug #75941 (Fix compile failure on Solaris with clang).
  Fixed bug #81380 (Observer may not be initialized properly).
  Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
  Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 44e99de

Number of commits found: 11