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: lang/v8-beta/Makefile

Number of commits found: 23

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
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
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
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
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 30 Jul 2022
19:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.4.132.20

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.4-lkgr
commit hash: c95112cc2c3ef207400a23a9c4b9593736808ef4 commit hash: c95112cc2c3ef207400a23a9c4b9593736808ef4 commit hash: c95112cc2c3ef207400a23a9c4b9593736808ef4 commit hash: c95112cc2c3ef207400a23a9c4b9593736808ef4 c95112c
Thursday, 7 Jul 2022
21:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.4.132.15

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.4-lkgr
commit hash: 0bb03522d804776433316c2d0299f040182526bd commit hash: 0bb03522d804776433316c2d0299f040182526bd commit hash: 0bb03522d804776433316c2d0299f040182526bd commit hash: 0bb03522d804776433316c2d0299f040182526bd 0bb0352
Wednesday, 29 Jun 2022
16:32 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.4.132.10

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.4-lkgr
commit hash: 009b494f14d9ba99b4e360a5998d6b0f309617b3 commit hash: 009b494f14d9ba99b4e360a5998d6b0f309617b3 commit hash: 009b494f14d9ba99b4e360a5998d6b0f309617b3 commit hash: 009b494f14d9ba99b4e360a5998d6b0f309617b3 009b494
Thursday, 16 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.3.174.11

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.3-lkgr
commit hash: 09c8d7c4dc93fece86836f27d6915c6b6e2d4c33 commit hash: 09c8d7c4dc93fece86836f27d6915c6b6e2d4c33 commit hash: 09c8d7c4dc93fece86836f27d6915c6b6e2d4c33 commit hash: 09c8d7c4dc93fece86836f27d6915c6b6e2d4c33 09c8d7c
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.3.174.4

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.3-lkgr
commit hash: 5880d6b2c231320b1f7c70c1cd56f88f83a6e637 commit hash: 5880d6b2c231320b1f7c70c1cd56f88f83a6e637 commit hash: 5880d6b2c231320b1f7c70c1cd56f88f83a6e637 commit hash: 5880d6b2c231320b1f7c70c1cd56f88f83a6e637 5880d6b
Friday, 13 May 2022
19:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.2.154.4

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.2-lkgr
commit hash: a016826c66ce37fe686e5bfed7c91dde6b0b6f78 commit hash: a016826c66ce37fe686e5bfed7c91dde6b0b6f78 commit hash: a016826c66ce37fe686e5bfed7c91dde6b0b6f78 commit hash: a016826c66ce37fe686e5bfed7c91dde6b0b6f78 a016826
11:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.2.154.3

- Add EXAMPLES option

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.2-lkgr
commit hash: f16c7e8f4f8cd360806e908e659203a5732cf05a commit hash: f16c7e8f4f8cd360806e908e659203a5732cf05a commit hash: f16c7e8f4f8cd360806e908e659203a5732cf05a commit hash: f16c7e8f4f8cd360806e908e659203a5732cf05a f16c7e8
Sunday, 17 Apr 2022
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.1.124.6

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
commit hash: 2aef9cbc31d730ba2d778cd906c1613f8c24d531 commit hash: 2aef9cbc31d730ba2d778cd906c1613f8c24d531 commit hash: 2aef9cbc31d730ba2d778cd906c1613f8c24d531 commit hash: 2aef9cbc31d730ba2d778cd906c1613f8c24d531 2aef9cb
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.1.124.1

- Use v8 tarball from GitHub mirror

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
commit hash: ddfd479b913d1cd764b925ad5edb812b84b4b34f commit hash: ddfd479b913d1cd764b925ad5edb812b84b4b34f commit hash: ddfd479b913d1cd764b925ad5edb812b84b4b34f commit hash: ddfd479b913d1cd764b925ad5edb812b84b4b34f ddfd479
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
Friday, 25 Mar 2022
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 10.0.139.6

Changes:	https://v8.dev/blog/v8-release-100
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.0-lkgr
commit hash: 87f14d9e915aba6dff192af3c42a07c8aa85e9b5 commit hash: 87f14d9e915aba6dff192af3c42a07c8aa85e9b5 commit hash: 87f14d9e915aba6dff192af3c42a07c8aa85e9b5 commit hash: 87f14d9e915aba6dff192af3c42a07c8aa85e9b5 87f14d9
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 9.9.115.5

Changes:	https://v8.dev/blog/v8-release-99
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.9-lkgr
commit hash: f236961a53ea531825ffa0dece4ea4eb87ca68e3 commit hash: f236961a53ea531825ffa0dece4ea4eb87ca68e3 commit hash: f236961a53ea531825ffa0dece4ea4eb87ca68e3 commit hash: f236961a53ea531825ffa0dece4ea4eb87ca68e3 f236961a
Friday, 28 Jan 2022
23:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Set ONLY_FOR_ARCHS

- Cosmetic change
commit hash: 045014aab8bb1d0176d419949514fd5d73a0afcf commit hash: 045014aab8bb1d0176d419949514fd5d73a0afcf commit hash: 045014aab8bb1d0176d419949514fd5d73a0afcf commit hash: 045014aab8bb1d0176d419949514fd5d73a0afcf 045014a
Tuesday, 25 Jan 2022
19:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 9.8.177.7

Changes:	https://v8.dev/blog/v8-release-98
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.8-lkgr
commit hash: 5023d2e0799d0ca52a646d62d30e0361cf9f16a8 commit hash: 5023d2e0799d0ca52a646d62d30e0361cf9f16a8 commit hash: 5023d2e0799d0ca52a646d62d30e0361cf9f16a8 commit hash: 5023d2e0799d0ca52a646d62d30e0361cf9f16a8 5023d2e
Tuesday, 11 Jan 2022
18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 9.7.106.18

Changes:	https://v8.dev/blog/v8-release-97
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
commit hash: 831780ec2c823c1ca4c8d6f5c87051cc3e4b0078 commit hash: 831780ec2c823c1ca4c8d6f5c87051cc3e4b0078 commit hash: 831780ec2c823c1ca4c8d6f5c87051cc3e4b0078 commit hash: 831780ec2c823c1ca4c8d6f5c87051cc3e4b0078 831780e
Tuesday, 21 Dec 2021
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 9.7.106.13

Changes:	https://v8.dev/blog/v8-release-97
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
commit hash: 92860904a6a00ff28d9d28ed72d250046ecf41b2 commit hash: 92860904a6a00ff28d9d28ed72d250046ecf41b2 commit hash: 92860904a6a00ff28d9d28ed72d250046ecf41b2 commit hash: 92860904a6a00ff28d9d28ed72d250046ecf41b2 9286090
Sunday, 21 Nov 2021
18:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Update to 9.7.106.2

- Use v8 tarball from chromium.googlesource.com since GitHub mirror has been
stopped over 25 days

Changes:	https://v8.dev/blog/v8-release-97
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
commit hash: aa1bc223b56dfe71c0f388d2e965f14ede39a7e0 commit hash: aa1bc223b56dfe71c0f388d2e965f14ede39a7e0 commit hash: aa1bc223b56dfe71c0f388d2e965f14ede39a7e0 commit hash: aa1bc223b56dfe71c0f388d2e965f14ede39a7e0 aa1bc22
Monday, 1 Nov 2021
13:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8-beta: Add v8-beta 9.6.180.5

Changes:	https://v8.dev/blog/v8-release-96
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.6-lkgr
		https://github.com/v8/v8/commits/9.6-lkgr
commit hash: f366d96316722f0acfe0183f844e6fd3d6a5d80a commit hash: f366d96316722f0acfe0183f844e6fd3d6a5d80a commit hash: f366d96316722f0acfe0183f844e6fd3d6a5d80a commit hash: f366d96316722f0acfe0183f844e6fd3d6a5d80a f366d96

Number of commits found: 23