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/Makefile

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

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, 27 Aug 2022
10:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 10.4.132.20

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.4-lkgr
commit hash: 592e44a316f9491e01d4585db66e7f1f53daaee6 commit hash: 592e44a316f9491e01d4585db66e7f1f53daaee6 commit hash: 592e44a316f9491e01d4585db66e7f1f53daaee6 commit hash: 592e44a316f9491e01d4585db66e7f1f53daaee6 592e44a
Saturday, 30 Jul 2022
19:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 10.3.174.20

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

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

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.3-lkgr
commit hash: 55cdf8f90710e966fa75584a3cd35d8bd0cbcd40 commit hash: 55cdf8f90710e966fa75584a3cd35d8bd0cbcd40 commit hash: 55cdf8f90710e966fa75584a3cd35d8bd0cbcd40 commit hash: 55cdf8f90710e966fa75584a3cd35d8bd0cbcd40 55cdf8f
Thursday, 16 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 10.2.154.8

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

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

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
commit hash: 90d612d56a45bffa5a867dfd9eb532d979dc12cf commit hash: 90d612d56a45bffa5a867dfd9eb532d979dc12cf commit hash: 90d612d56a45bffa5a867dfd9eb532d979dc12cf commit hash: 90d612d56a45bffa5a867dfd9eb532d979dc12cf 90d612d
11:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 10.1.124.11

- Add EXAMPLES option

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

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.0-lkgr
commit hash: 118aed3e7099e2970afc971af5258c3fe95ea34b commit hash: 118aed3e7099e2970afc971af5258c3fe95ea34b commit hash: 118aed3e7099e2970afc971af5258c3fe95ea34b commit hash: 118aed3e7099e2970afc971af5258c3fe95ea34b 118aed3
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 10.0.139.8

- Use v8 tarball from GitHub mirror

Changes:	https://v8.dev/blog/v8-release-100
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.0-lkgr
commit hash: 406d2fa2adfb92330648204527f6b029478ae1c5 commit hash: 406d2fa2adfb92330648204527f6b029478ae1c5 commit hash: 406d2fa2adfb92330648204527f6b029478ae1c5 commit hash: 406d2fa2adfb92330648204527f6b029478ae1c5 406d2fa
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, 30 Mar 2022
22:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.9.115.10

Changes:	https://v8.dev/blog/v8-release-99
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.9-lkgr
commit hash: d62e2f8e503f56ce7c216526d3d5c19d792af75e commit hash: d62e2f8e503f56ce7c216526d3d5c19d792af75e commit hash: d62e2f8e503f56ce7c216526d3d5c19d792af75e commit hash: d62e2f8e503f56ce7c216526d3d5c19d792af75e d62e2f8e
Friday, 25 Mar 2022
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.9.115.8

Changes:	https://v8.dev/blog/v8-release-99
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.9-lkgr
commit hash: aa0c8d6d0f512155baeb29890ab13d0e069572a3 commit hash: aa0c8d6d0f512155baeb29890ab13d0e069572a3 commit hash: aa0c8d6d0f512155baeb29890ab13d0e069572a3 commit hash: aa0c8d6d0f512155baeb29890ab13d0e069572a3 aa0c8d6
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.8.177.9

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

- Cosmetic change
commit hash: 682d9c860b329f52b602bbb11128fe07fcdc8c79 commit hash: 682d9c860b329f52b602bbb11128fe07fcdc8c79 commit hash: 682d9c860b329f52b602bbb11128fe07fcdc8c79 commit hash: 682d9c860b329f52b602bbb11128fe07fcdc8c79 682d9c8
Tuesday, 25 Jan 2022
19:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.7.106.19

Changes:	https://v8.dev/blog/v8-release-97
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
commit hash: b980e61616fb5a511aca9368ccd2f09707fe1269 commit hash: b980e61616fb5a511aca9368ccd2f09707fe1269 commit hash: b980e61616fb5a511aca9368ccd2f09707fe1269 commit hash: b980e61616fb5a511aca9368ccd2f09707fe1269 b980e61
Tuesday, 11 Jan 2022
18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.6.180.21

Changes:	https://v8.dev/blog/v8-release-96
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.6-lkgr
commit hash: 886871e93a0427f3d248c35eab01cceb4cb8c9b0 commit hash: 886871e93a0427f3d248c35eab01cceb4cb8c9b0 commit hash: 886871e93a0427f3d248c35eab01cceb4cb8c9b0 commit hash: 886871e93a0427f3d248c35eab01cceb4cb8c9b0 886871e
Sunday, 21 Nov 2021
18:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.6.180.12

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

Changes:	https://v8.dev/blog/v8-release-96
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
commit hash: 9c313fff458d177e6f4c484be690ef28fbb2ae6a commit hash: 9c313fff458d177e6f4c484be690ef28fbb2ae6a commit hash: 9c313fff458d177e6f4c484be690ef28fbb2ae6a commit hash: 9c313fff458d177e6f4c484be690ef28fbb2ae6a 9c313ff
Monday, 1 Nov 2021
13:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.5.172.21

Changes:	https://v8.dev/blog/v8-release-95
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.5-lkgr
		https://github.com/v8/v8/commits/9.5-lkgr
commit hash: 71d0bbaa42baa40dc05e36efdcbdba7d27bc1182 commit hash: 71d0bbaa42baa40dc05e36efdcbdba7d27bc1182 commit hash: 71d0bbaa42baa40dc05e36efdcbdba7d27bc1182 commit hash: 71d0bbaa42baa40dc05e36efdcbdba7d27bc1182 71d0bba
Thursday, 28 Oct 2021
16:37 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 70.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 f34ece3
Wednesday, 13 Oct 2021
19:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.4.146.21

Changes:	https://v8.dev/blog/v8-release-94
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.4-lkgr
		https://github.com/v8/v8/commits/9.4-lkgr
commit hash: 1125c42dbda67eecd69393e0ba322136fcd9062b commit hash: 1125c42dbda67eecd69393e0ba322136fcd9062b commit hash: 1125c42dbda67eecd69393e0ba322136fcd9062b commit hash: 1125c42dbda67eecd69393e0ba322136fcd9062b 1125c42
Tuesday, 21 Sep 2021
03:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.3.345.19

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.3-lkgr
		https://github.com/v8/v8/commits/9.3-lkgr
commit hash: 8f577ae3acdd44b5e56d3db49e32b4c0988ddae3 commit hash: 8f577ae3acdd44b5e56d3db49e32b4c0988ddae3 commit hash: 8f577ae3acdd44b5e56d3db49e32b4c0988ddae3 commit hash: 8f577ae3acdd44b5e56d3db49e32b4c0988ddae3 8f577ae
Sunday, 8 Aug 2021
14:53 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.2.230.22

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.2-lkgr
		https://github.com/v8/v8/commits/9.2-lkgr
commit hash: db73b5f06daa3848fbb5488714a6abe4a70e738d commit hash: db73b5f06daa3848fbb5488714a6abe4a70e738d commit hash: db73b5f06daa3848fbb5488714a6abe4a70e738d commit hash: db73b5f06daa3848fbb5488714a6abe4a70e738d db73b5f
Saturday, 24 Jul 2021
20:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.2.230.20

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.2-lkgr
		https://github.com/v8/v8/commits/9.2-lkgr
commit hash: c5c5ed74e5350501a8092a7e63373a6dd5e50471 commit hash: c5c5ed74e5350501a8092a7e63373a6dd5e50471 commit hash: c5c5ed74e5350501a8092a7e63373a6dd5e50471 commit hash: c5c5ed74e5350501a8092a7e63373a6dd5e50471 c5c5ed7
Sunday, 18 Jul 2021
17:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.1.269.39

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.1-lkgr
		https://github.com/v8/v8/commits/9.1-lkgr
commit hash: eb59b42fe4942dc2f7121c38dcc6564cbe5e9c21 commit hash: eb59b42fe4942dc2f7121c38dcc6564cbe5e9c21 commit hash: eb59b42fe4942dc2f7121c38dcc6564cbe5e9c21 commit hash: eb59b42fe4942dc2f7121c38dcc6564cbe5e9c21 eb59b42
Tuesday, 6 Jul 2021
14:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.1.269.28

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.1-lkgr
		https://github.com/v8/v8/commits/9.1-lkgr
commit hash: 0937ddecea7cf8b2c8ed632177997a22d2c09643 commit hash: 0937ddecea7cf8b2c8ed632177997a22d2c09643 commit hash: 0937ddecea7cf8b2c8ed632177997a22d2c09643 commit hash: 0937ddecea7cf8b2c8ed632177997a22d2c09643 0937dde
Saturday, 22 May 2021
14:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.0.257.29

Changes:	https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.0-lkgr
		https://github.com/v8/v8/commits/9.0-lkgr
commit hash: 7792a1d1ad2e912b4fa33c3ed8027410e37198d1 commit hash: 7792a1d1ad2e912b4fa33c3ed8027410e37198d1 commit hash: 7792a1d1ad2e912b4fa33c3ed8027410e37198d1 commit hash: 7792a1d1ad2e912b4fa33c3ed8027410e37198d1 7792a1d
Sunday, 16 May 2021
15:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Use USES=cpe
commit hash: 243cc1a6a39d038b3f1046d102503f18ae478d8d commit hash: 243cc1a6a39d038b3f1046d102503f18ae478d8d commit hash: 243cc1a6a39d038b3f1046d102503f18ae478d8d commit hash: 243cc1a6a39d038b3f1046d102503f18ae478d8d 243cc1a
Tuesday, 11 May 2021
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v8: Update to 9.0.257.23

- Use SUB_FILES for pkgconfig files (v8*.pc)
- Sort PLIST
- Update pkg-descr
- Update WWW

Changes:	https://v8.dev/blog/v8-release-89
		https://v8.dev/blog/v8-release-90
commit hash: 4b783f69ff097b9008ff177d3946004cbddf176d commit hash: 4b783f69ff097b9008ff177d3946004cbddf176d commit hash: 4b783f69ff097b9008ff177d3946004cbddf176d commit hash: 4b783f69ff097b9008ff177d3946004cbddf176d 4b783f6
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
Thursday, 15 Apr 2021
22:41 Mateusz Piotrowski (0mp) search for other commits by this committer
lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly

Approved by:	portmgr blanket
commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc b581cb7
Thursday, 8 Apr 2021
23:33 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 69.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f 69d24a7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 1 Feb 2021
12:42 rene search for other commits by this committer
Remove support for FreeBSD 12.1 from various ports.

FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.

Submitted by:	rene
Reviewed by:	jbeich, mandree, mat, osa
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D28406
Original commitRevision:563570 
Friday, 20 Nov 2020
10:41 mikael search for other commits by this committer
lang/v8: Update to 8.7.220.23

PR:		213202
Reported by:	many
Approved by:	sunpoet (maintainer timeout)
Original commitRevision:555754 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Tuesday, 19 Jun 2018
21:46 sunpoet search for other commits by this committer
Fix build with Clang 6

PR:		228320
Submitted by:	Matthew Grooms <mgrooms@shrew.net>
Original commitRevision:472824 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
17:00 feld search for other commits by this committer
lang/v8, lang/v8-devel: Backport CVE fix

This fix has been backported instead of upgrading to a newer release as
the upstream release process is a complicated fast-moving target and the
current ports are using custom snapshots created by the port maintainer.

This will also limit the amount of potential fallout as we know the
existing v8 port works well enough to keep mongodb up to date.

PR:		201450
MFH:		2015Q3
Security:	CVE-2015-5380
Security:	864e6f75-2372-11e5-86ff-14dae9d210b8
Original commitRevision:393186 
Saturday, 21 Feb 2015
11:31 sunpoet search for other commits by this committer
- Fix build with Clang 3.6.0
- Use CXXFLAGS instead of CFLAGS
- Simplify CXXFLAGS: all supported Clang are 3.3+
Original commitRevision:379501 
Friday, 5 Dec 2014
17:12 sunpoet search for other commits by this committer
- Fix build with clang 3.5.0

PR:		ports/195666
Submitted by:	dim
Original commitRevision:374059 
16:53 sunpoet search for other commits by this committer
- Remove lang/python from BUILD_DEPENDS
- Use USES=shebangfix
- Use REINPLACE_CMD instead of patch files
- Move ONLY_FOR_ARCHS upward
Original commitRevision:374054 
Monday, 20 Oct 2014
09:34 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371248 
Monday, 8 Sep 2014
15:49 sunpoet search for other commits by this committer
- Add PORTSCOUT
Original commitRevision:367642 
Friday, 15 Aug 2014
03:01 sunpoet search for other commits by this committer
- Use USES=python
Original commitRevision:364907 
Wednesday, 13 Aug 2014
09:06 sunpoet search for other commits by this committer
- Add CPE information
Original commitRevision:364765 
Tuesday, 12 Aug 2014
18:15 sunpoet search for other commits by this committer
- Reword COMMENT
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USES=execinfo
- Cosmetic change
- Update pkg-descr
Original commitRevision:364728 
Thursday, 7 Aug 2014
16:53 sunpoet search for other commits by this committer
- Take maintainership
Original commitRevision:364306 
14:57 vanilla search for other commits by this committer
reset maintainer to ports@.
Original commitRevision:364284 
Wednesday, 23 Jul 2014
01:45 adamw search for other commits by this committer
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
Original commitRevision:362615 
Tuesday, 3 Jun 2014
12:45 vanilla search for other commits by this committer
Upgrade v8-devel to 3.27.7.
Original commitRevision:356351 
Thursday, 27 Mar 2014
09:22 vanilla search for other commits by this committer
1: fix build with clang34.
2: convert to new style of LIB_DEPENDS.
3: switch to tar:xz

Submitted by:	lev@ [1]
Original commitRevision:349321 
Saturday, 8 Feb 2014
10:05 sunpoet search for other commits by this committer
- Add LICENSE

Submitted by:	sunpoet (myself)
Approved by:	vanilla (maintainer)
Original commitRevision:343315 
Tuesday, 4 Feb 2014
09:15 vanilla search for other commits by this committer
1: use compiler.mk
2: upgrade v8-devel to 3.24.30.

PR:		ports/186373 [1]
Submitted by:	mat@ [1]
Original commitRevision:342488 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Saturday, 28 Dec 2013
04:28 vanilla search for other commits by this committer
repo copy lang/v8 to lang/v8-devel.
Original commitRevision:337829 
Wednesday, 11 Dec 2013
11:31 sunpoet search for other commits by this committer
- Update USE_PYTHON
- Fix shebang for users with python3x as default python interpreter

Submitted by:	sunpoet (myself)
Approved by:	vanilla (maintainer)
Original commitRevision:336157 
Sunday, 8 Dec 2013
13:29 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency
- lang/v8 requires python to build

Approved by:	portmgr (blanket)
Original commitRevision:335890 
Tuesday, 24 Sep 2013
22:07 vanilla search for other commits by this committer
Add support STAGEDIR.
Original commitRevision:328202 
Sunday, 22 Sep 2013
01:47 vanilla search for other commits by this committer
Switch to USES framework.
Original commitRevision:327846 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Monday, 27 May 2013
13:36 vanilla search for other commits by this committer
Fix build with -current

Submitted by:	bapt@
Original commitRevision:319241 
Sunday, 5 May 2013
13:51 vanilla search for other commits by this committer
Fix build with clang < 3.3.
Original commitRevision:317413 
Saturday, 4 May 2013
06:53 vanilla search for other commits by this committer
1: Upgrade to 3.18.5.
2: Fix build with clang-3.3

Submitted by:	bapt@ [2]
Original commitRevision:317296 
Saturday, 9 Mar 2013
11:45 vanilla search for other commits by this committer
1: upgrade to 3.17.9.
2: add '-Wno-unused-private-field' to CFLAGS when use clang.
Original commitRevision:313707 
Friday, 14 Dec 2012
13:41 vanilla search for other commits by this committer
Fix build.

Submitted by:	Akihiko HAYASHI <hayashi at totalware.gifu.gifu.jp>
Original commitRevision:308901 
Wednesday, 12 Dec 2012
02:02 vanilla search for other commits by this committer
Upgrade to 3.15.10.
Original commitRevision:308733 
Tuesday, 23 Oct 2012
16:36 vanilla search for other commits by this committer
Upgrade to 3.14.5.

Feature safe: yes
Original commitRevision:306316 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Friday, 14 Sep 2012
12:23 vanilla search for other commits by this committer
Upgrade to 3.13.7.
Original commitRevision:304268 
Tuesday, 10 Jul 2012
01:20 vanilla search for other commits by this committer
Upgrade to 3.12.9.

PR:             ports/168719
Required by:    Paul Dokas <paul@dokas.name>
Original commit
Tuesday, 5 Jun 2012
03:41 vanilla search for other commits by this committer
Upgrade to 3.11.8.
Original commit
Friday, 18 May 2012
07:34 vanilla search for other commits by this committer
Upgrade to 3.11.2.
Original commit
Wednesday, 25 Apr 2012
12:50 vanilla search for other commits by this committer
Upgrade to 3.10.4.
Original commit
Sunday, 12 Feb 2012
12:51 vanilla search for other commits by this committer
Upgrade to 3.9.5.
Original commit
Friday, 13 Jan 2012
07:13 vanilla search for other commits by this committer
Upgrade to 3.8.5.
Original commit
Sunday, 25 Dec 2011
15:33 vanilla search for other commits by this committer
1: Upgrade to 3.8.2.
2: handle '-fno-strict-aliasing'.

PR:             ports/163606
Submitted by:   Panagiotis Christias <p.christias at noc.ntua.gr> [2]
Original commit
Thursday, 3 Nov 2011
15:13 vanilla search for other commits by this committer
Upgrade to 3.7.3.
Original commit
Sunday, 25 Sep 2011
02:17 vanilla search for other commits by this committer
Fix build error with clang.
Original commit
Monday, 5 Sep 2011
12:44 vanilla search for other commits by this committer
Upgrade to 3.5.10.
Original commit
Friday, 5 Aug 2011
06:39 vanilla search for other commits by this committer
Upgrade to 3.5.1.
Original commit
Friday, 1 Jul 2011
01:36 vanilla search for other commits by this committer
Upgrade to 3.4.8.
Original commit
Monday, 20 Jun 2011
07:16 vanilla search for other commits by this committer
1: Upgrade to 3.4.4
2: install shared library by default.
3: resolv undefined symbol.

PR:             ports/157875
Submitted by:   Brett Kiefer <brett at fogcreek.com>, L Campbell <lcampbell at
ironclad.mobi> [3]
Original commit
Monday, 13 Jun 2011
19:29 osa search for other commits by this committer
Fix overkill for everytime changing GITVERSION and depends on
it WRKSRC.

Approved by:    vanilla
Original commit
01:36 vanilla search for other commits by this committer
Upgrade to 3.4.1.
Original commit
Tuesday, 24 May 2011
00:50 vanilla search for other commits by this committer
Upgrade to 3.3.8.
Original commit

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »