Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.10.130.1_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
2024.10.130.1_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
2024.10.130.1 05 Nov 2024 06:31:43 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.10.130.1 |
2024.08.128.3 14 Sep 2024 15:32:35 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.08.128.3 |
2024.08.128.2_2 12 Sep 2024 16:20:06 |
Yuri Victorovich (yuri) |
*/*: Bump dependencioes after devel/jsoncpp update
PR: 281462
Reported by: Ale <discipline@tiscali.it> |
2024.08.128.2_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
2024.08.128.2 05 Sep 2024 15:02:53 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.08.128.2 |
2024.08.128.1 29 Aug 2024 14:48:39 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.08.128.1 |
2024.08.128 28 Aug 2024 10:31:10 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: revert hardcoded paths that sneaked in
PR: 281104 |
2024.08.128 27 Aug 2024 11:42:08 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.08.128 |
2024.07.127.3_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
2024.07.127.3 14 Aug 2024 15:51:29 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.07.127.3 |
2024.07.127.2 07 Aug 2024 18:46:46 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.07.127.2 |
2024.07.127.1_2 06 Aug 2024 10:56:37 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: enable all audio backends by default |
2024.07.127.1_1 05 Aug 2024 15:16:14 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: bring back audio knobs
It seems that 683K worth of libs are too much dependencies.
PR: 280268 |
2024.07.127.1 01 Aug 2024 15:56:09 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.07.127.1
This update also removes the --audio-backend command line switch
in favor of an actual setting in the browser that can be changed
at chrome://flags/#audio-backend |
2024.06.126.2_1 28 Jul 2024 16:12:23 |
Joseph Mingrone (jrm) |
www/{*chromium,iridium}: Fix build after src snapshot 0c47b9c211
After src snapshot 0c47b9c211e, the build began failing with:
../../third_party/nasm/include/compiler.h:249:21: error: static
declaration of 'mempcpy' follows non-static declaration
249 | static inline void *mempcpy(void *dst, const void *src, size_t n)
| ^
/usr/include/string.h:71:8: note: previous declaration is here
71 | void *(mempcpy)(void * __restrict,
const void * __restrict,size_t);
Fix the build by updating the pattern used to detect mempcpy(3) in
string.h.
Reviewed by: rnagy (earlier revision)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46055 |
2024.06.126.2_1 26 Jun 2024 15:47:51 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: fix audio backend selection logic
PR: 279998 |
2024.06.126.2 26 Jun 2024 15:34:47 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.06.126.2 |
2024.01.120_1 15 May 2024 04:11:51 |
Jason E. Hale (jhale) |
www/iridium: Fix build with ninja 1.12.0
Fix race conditions where generated headers are not created before they
are needed in the build.
Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.
PR: 278693
Approved by: portmgr (blanket) |
2024.01.120_1 13 Apr 2024 16:01:08 |
Robert Nagy (rnagy) |
www/iridium: make sure to use llvm16 until iridium is updated |
2024.01.120_1 10 Apr 2024 08:41:23 |
Robert Nagy (rnagy) |
www/iridium: use internal snappy to avoid missing symbols with lld17+
PR: 278285 |
2024.01.120 23 Mar 2024 14:01:07 |
Po-Chuan Hsieh (sunpoet) |
Revert "x11-fonts/noto*: Restructure and update"
This reverts commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8. |
2024.01.120_1 23 Mar 2024 13:40:46 |
Tijl Coosemans (tijl) |
x11-fonts/noto*: Restructure and update
Split x11-fonts/noto-basic into separate ports so they can be updated
separately. Keep noto-basic as a metaport but replace dependencies on
it with dependencies on individual fonts as needed.
Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual
fonts can be split from this port later.
Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and
create a new port x11-fonts/noto-color-emoji for Noto Color Emoji.
Add the new ports to x11-fonts/noto metaport and make Noto Sans and
Noto Serif non-optional because script-specific fonts depend on them.
(Only the first 15 lines of the commit message are shown above ) |
2024.01.120 09 Feb 2024 14:22:45 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: xmlError is only a const since version 2.12
the previous patches were checking if libxml is older than 2.11.6,
but that breaks builds with 2.11.7 as xmlError has been changed to
a const at 2.12
PR: 276901, 276902, 276903
Reported by: diizzy@ |
2024.01.120 04 Feb 2024 20:52:50 |
Robert Nagy (rnagy) |
www/iridium: update to 2024.01.120 |
2023.11.119_3 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
2023.11.119_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2023.11.119_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2023.11.119_1 23 Nov 2023 13:33:37 |
Robert Nagy (rnagy) |
www/iridium: unbreak on i386 by bringing back cpu abi configuration |
2023.11.119 23 Nov 2023 12:11:13 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.11.119 |
2023.10.118_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
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 |
2023.10.118 22 Oct 2023 14:10:05 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.10.118 |
2023.09.116.2_1 12 Oct 2023 11:38:44 |
Robert Nagy (rnagy) |
www/chromium: update to 118.0.5993.70
Security: https://vuxml.freebsd.org/freebsd/07ee8c14-68f1-11ee-8290-a8a1599412c6.html |
2023.09.116.2_1 05 Oct 2023 16:36:06 |
Jan Beich (jbeich) |
multimedia/dav1d: update to 1.3.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology |
2023.09.116.2 14 Sep 2023 08:16:53 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.09.116.2 |
2023.08.116_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
2023.08.116 29 Aug 2023 05:52:14 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.08.116 |
2023.07.115.1_3 27 Aug 2023 17:59:55 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: unbreak arm64 relocation in bundled ffmpeg
enable support for the .data.rel.ro section because the arm64
assembly code in ffmpeg depends on it
PR: 273349 |
2023.07.115.1_3 18 Aug 2023 21:00:52 |
Jan Beich (jbeich) |
www/*chromium: enable PipeWire for screen sharing on Wayland
PR: 268726
Approved by: maintainer timeout (7 months) |
2023.07.115.1_2 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
2023.07.115.1_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2023.07.115.1 25 Jul 2023 10:39:06 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.07.115.1 |
2023.04.112.2_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
2023.04.112.2_2 20 May 2023 18:23:20 |
Robert Nagy (rnagy) |
www/iridium: unbreak build after a previous bad merge
PR: 271483
Approved by: rene (mentor, implicit) |
2023.04.112.2_2 02 May 2023 19:58:21 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
2023.04.112.2_1 02 May 2023 13:20:29 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: unbreak webcam support
do not observ for video capture device configuration
as it seems to hang the video capture process
PR: 245250
Approved by: rene (mentor, implicit) |
2023.04.112.2 25 Apr 2023 15:44:44 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.04.112.2
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D39779 |
2023.04.112_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2023.04.112 23 Apr 2023 18:24:00 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.04.112
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D39769 |
2023.03.111_3 14 Apr 2023 09:19:33 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: unbreak build with icu 73
PR: 270817
Approved by: rene (mentor) |
2023.03.111_3 13 Apr 2023 00:56:37 |
Jan Beich (jbeich) |
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 |
2023.03.111_2 11 Apr 2023 05:30:15 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: switch to USES=iconv:wchar_t to fixup library deps
Approved by: rene (mentor) |
2023.03.111_1 30 Mar 2023 23:59:51 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE (Only the first 15 lines of the commit message are shown above ) |
2023.03.111_1 15 Mar 2023 10:53:05 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: restrict usage of preserve_most to clang 17
the preserve_most attribute usage < clang 17 is causing weird runtime
issues in v8 and this commit backports a v8 commit that disables the
usage of this attribute with such compilers
Approved by: rene (mentor)
Obtained
from: https://chromium.googlesource.com/v8/v8/+/ab12885a59d86d43a624ffaf6d56ca0d34e8e8bb |
2023.03.111 14 Mar 2023 05:51:33 |
Robert Nagy (rnagy) |
www/iridium: update to 2023.03.111
Approved by: rene (mentor) |
2023.01.109_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
2023.01.109 18 Jan 2023 22:33:00 |
Rene Ladan (rene) |
www/iridium: fix build
Fixes: fbc179be5cf "www/iridium: update to 2023.01.109"
Pointy hat: rene |
2023.01.109 17 Jan 2023 22:12:22 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2023.01.109 |
2022.12.108.1_1 13 Dec 2022 12:56:03 |
Rene Ladan (rene) Author: Robert Nagy |
www/{chromium,iridium,ungoogled-chromium}: enable gpu rasterization feature by
default |
2022.12.108.1 08 Dec 2022 10:07:28 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: mark BROKEN on 12.3 |
2022.12.108.1 06 Dec 2022 11:39:46 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2022.12.108.1 |
2022.11.107 02 Dec 2022 11:30:41 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2022.11.107 |
2022.10.106.1 07 Nov 2022 09:56:58 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: use our own storage for PATCHFILES so that the checksum does not
randomly change |
2022.10.106.1 30 Oct 2022 12:41:43 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: unbreak build on arm64 |
2022.10.106.1 30 Oct 2022 11:35:48 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2022.10.106.1 |
2022.10.106_1 19 Oct 2022 08:10:29 |
Jan Beich (jbeich) |
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 |
2022.10.106 06 Oct 2022 11:18:10 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2022.10.106 |
2022.04.100.0_6 25 Sep 2022 20:14:54 |
Christian Weisgerber (naddy) |
audio/flac: bump port revision of consumers after update to 1.4.1 |
2022.04.100.0_5 12 Sep 2022 16:15:01 |
Stefan Eßer (se) |
Move more URLs from pkg-descr to WWW in Makefile
These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files
Approved by: portmgr (implicit) |
2022.04.100.0_5 20 Jul 2022 12:48:14 |
Jan Beich (jbeich) |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
2022.04.100.0_5 30 May 2022 11:15:06 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: use libevent from ports and make sure it never mixes with the
bundled one |
2022.04.100.0_4 15 Apr 2022 18:44:56 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: set SO_REUSEPORT on UDP multicast and broadcast sockets |
2022.04.100.0_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2022.04.100.0_2 07 Apr 2022 21:02:39 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: allow building with modern Python.
PR: 263121 |
2022.04.100.0_2 07 Apr 2022 00:39:10 |
Jan Beich (jbeich) |
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 |
2022.04.100.0_1 04 Apr 2022 08:30:17 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: add explicit dependency on graphics/wayland
This way Iridium supports Wayland out of the box.
While here:
-fixup policy paths
- avoid lurking processes after exit |
2022.04.100.0 01 Apr 2022 12:20:49 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: update to 2022.04.100.0 |
2022.03.99.1_1 31 Mar 2022 12:16:48 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: enable suppport for Wayland |
2022.03.99.1 30 Mar 2022 15:20:38 |
Rene Ladan (rene) Author: Robert Nagy |
www/iridium: resurrect, update to 2022.03.99.1
Sync the port to www/chromium and the shared *BSD patchset
This port no longer uses Python 2.7 |
2020.04.81_1 02 Jan 2021 12:28:35 |
rene |
Remove a few expired ports depending on Python 2.7:
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream
2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream |
2020.04.81_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
2020.04.81_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
2020.04.81_1 03 Nov 2020 00:56:27 |
jbeich |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2020.04.81 30 Oct 2020 05:56:20 |
jbeich |
www/iridium: unbreak with libglvnd (like r545308)
[188/188] LINK gn
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero
exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Package gbm was not found in the pkg-config search path.
Perhaps you should add the directory containing `gbm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gbm', required by 'virtual:world', not found
Could not run pkg-config.
See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
pkg_config("libgbm") {
^---------------------
See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
"//third_party/minigbm",
^---------------------- |
2020.04.81 29 Aug 2020 19:06:49 |
tcberner |
www/iridium: fix build on current
Obtained
from: https://github.com/google/perfetto/commit/46f0abc66c1d78c60a0415c5cb46852ef3bfa9bb |
2020.04.81 23 Jul 2020 16:31:19 |
rene |
www/iridium: update to 2020.04.81
PR: 245959
Submitted by: Matthias Wolf
MFH: 2020Q3
Security: any Chromium vulnerability between 73 and 81 |
2019.04.73_9 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
2019.04.73_8 30 Jun 2020 17:46:18 |
tcberner |
Bump devel/jsoncpp consumers after r540853.
Reported by: Kevin Oberman <rkoberman@gmail.com> |
2019.04.73_7 22 May 2020 01:19:33 |
jbeich |
multimedia/openh264: update to 2.1.1
Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
2019.04.73_6 23 Apr 2020 20:14:49 |
jbeich |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2019.04.73_5 04 Apr 2020 07:23:30 |
sunpoet |
Bump PORTREVISION for devel/re2 shlib change |
2019.04.73_4 13 Mar 2020 09:47:17 |
jbeich |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2019.04.73_3 23 Jan 2020 21:06:51 |
cmt |
www/iridium: copy snappy fix from chromium
just like chromium (from which it was forked), iridium embeds a copy
of snappy (the compression library) and cannot be fully switched to
the system-provided archivers/snappy in an easy way. consider this a
band-aid patch
Reported by: pkubaj
MFH: 2020Q1 (blanket: web browser, build fix) |
2019.04.73_3 13 Jan 2020 21:38:36 |
yuri |
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905 |
2019.04.73_2 07 Nov 2019 17:20:59 |
zeising |
Add USES=xorg USES=gl, ports categories w
Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2019.04.73_2 03 Oct 2019 20:35:30 |
jbeich |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2019.04.73_1 15 Sep 2019 16:15:03 |
jbeich |
audio/pulseaudio: update to 13.0
- Connect tests to the framework
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 240585
Submitted by: lightside@gmx.com |
2019.04.73_1 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
2019.04.73 18 Jun 2019 19:24:43 |
cpm |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de> |