Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.34.6_10 12 Aug 2024 19:37:36 |
Dimitry Andric (dim) |
www/webkit2-gtk3: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.6/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:974:65:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
974 | AssemblerType::repatchCompact(dataLabelCompact.template
dataLocation(), value);
| ^
In these cases, appending "<>" is enough to satisfy the constraint.
Upstream has committed a fix to their main branch [2], but since some
code has moved around, and other functions have been removed, it does
not apply cleanly to 2.34.6. Therefore, apply only the necessary fixes
manually for now.
[1] https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96
[2] https://github.com/WebKit/WebKit/commit/62b6e2db547e
PR: 280728
Approved by: fluffy (maintainer)
MFH: 2024Q3 |
2.34.6_10 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.34.6_9 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 |
2.34.6_8 23 Oct 2023 16:55:35 |
Dimitry Andric (dim) |
www/webkit2-gtk3: fix build with lld 17
Building www/webkit2-gtk3 with lld 17 results in the following link
errors:
ld: error: version script assignment of 'global' to symbol
'bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache>
>::s_didInitialize' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol
'bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol
'bmalloc::vmPageSize()::cached' failed: symbol not defined
The mentioned symbols are no longer external, and have been removed in
upstream commits:
https://github.com/WebKit/WebKit/commit/655e1bb394f423d6c15de98f5874ab181076d016
https://github.com/WebKit/WebKit/commit/a1c80bec178456c109a62723ff937405cdb35b6b
Since the former does not apply cleanly due to edits in the ChangeLog,
merge the functional changes in a single port patch file.
PR: 274677
Approved by: gnome (blanket)
MFH: 2023Q4 |
2.34.6_8 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
2.34.6_8 13 Aug 2023 14:48:42 |
Piotr Kubaj (pkubaj) |
www/webkit2-gtk3: drop noop powerpc* knobs |
2.34.6_8 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2.34.6_7 08 Jun 2023 16:29:48 |
Dimitry Andric (dim) |
www/webkit2-gtk3: fix build with clang 16
Clang 16 has a new error about integer values being outside the valid
range for enum types, which shows up when building www/webkit2-gtk3:
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.6/Source/WTF/wtf/URLHelpers.cpp:51:34:
error: integer value 256 is outside the valid range of values [-256, 255] for
this enumeration type [-Wenum-constexpr-conversion]
constexpr auto scriptCodeLimit = static_cast<UScriptCode>(256);
^
Upstream fixed this in <https://commits.webkit.org/256560@main>, for
<https://bugs.webkit.org/show_bug.cgi?id=247770>, so apply that patch.
Thanks to Vladislav Shchapov for pointing out the upstream fix.
PR: 271827
Approved by: portmgr (build blanket)
MFH: 2023Q2 |
2.34.6_6 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 |
2.34.6_5 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 ) |
2.34.6_4 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
2.34.6_4 29 Dec 2022 15:57:07 |
Charlie Li (vishwin) |
www/webkit2-gtk{3,4}: fix build with Ruby 3.2
https://bugs.webkit.org/show_bug.cgi?id=246743
https://github.com/WebKit/WebKit/commit/b7ac5d0ccc7ca3ed6bf4f2d40fde60247ce87d3c
(upstream commit makes patch(1) sad so manually generated)
Approved by: mentors (implicit) |
2.34.6_4 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.34.6_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.34.6_3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.34.6_3 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
2.34.6_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) |
2.34.6_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 |
2.34.6_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.34.6 06 Mar 2022 16:02:10 |
Alexey Dokuchaev (danfe) |
www/webkit2-gtk3: unbreak the build with GSTREAMER option turned off. |
2.34.6 05 Mar 2022 00:16:27 |
Neel Chauhan (nc) |
www/webkit2-gtk3: Update to 3.24.6 |
2.34.2_1 18 Feb 2022 19:47:38 |
Piotr Kubaj (pkubaj) |
www/webkit2-gtk3: correctly detect powerpc64le |
2.34.2 31 Dec 2021 09:53:01 |
Jan Beich (jbeich) |
www/webkit2-gtk3: explicitly depend on wayland-protocols
ninja: error:
'/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml', needed by
'WebKit2Gtk/DerivedSources/pointer-constraints-unstable-v1-protocol.c', missing
and no known rule to make it
PR: 260639
Reported by: antoine (via exp-run) |
2.34.2 27 Nov 2021 18:46:37 |
Baptiste Daroussin (bapt) |
www/webkit2-gtk3: Update to 2.34.2 |
2.34.1_1 28 Oct 2021 16:37:30 |
Jan Beich (jbeich) |
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 |
2.34.1 23 Oct 2021 17:42:57 |
Neel Chauhan (nc) |
www/webkit2-gtk3: Update to 2.34.1 |
2.34.0 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
2.34.0 06 Oct 2021 12:01:52 |
Tobias Kortkamp (tobik) |
*: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV
The framework exports it now and overrides the earlier XDG_CACHE_HOME. |
2.34.0 05 Oct 2021 15:04:13 |
Bernhard Froehlich (decke) |
www/webkit2-gtk3: Add CPE information
Approved by: portmgr (blanket) |
2.34.0 28 Sep 2021 07:17:43 |
Baptiste Daroussin (bapt) Author: Evgeniy Khramtsov |
www/webkit2-gtk3: unbreak GSTREAMER=off after 895bc805a
PR: 258750
Reported by: madpilot@ (via mailing list)
Tested by: bapt |
2.34.0 27 Sep 2021 08:38:52 |
Baptiste Daroussin (bapt) Author: Evgeniy Khramtsov |
www/webkit2-gtk3: update to 2.34.0
PR: 255528
Changes: https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html
https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html
https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html
https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html
https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html
https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html
https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html
https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html
https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html
https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html |
2.30.5_2 06 Sep 2021 00:39:11 |
Jan Beich (jbeich) |
www/webkit2-gtk3: convert 3f23fec4c93a to upstream fix |
2.30.5_2 05 Sep 2021 18:21:03 |
Jan Beich (jbeich) |
www/webkit2-gtk3: unbreak with libglvnd >= 1.3.4
Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:132:5: error:
unknown type name 'XVisualInfo'
XVisualInfo visualTemplate;
^
Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:5: error:
unknown type name 'XVisualInfo'
XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask,
&visualTemplate, &visualCount);
^
Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:57: error: use
of undeclared identifier 'VisualScreenMask'
XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask,
&visualTemplate, &visualCount);
^
PR: 258269 |
2.30.5_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
2.30.5_1 25 Apr 2021 08:58:23 |
Alexey Dokuchaev (danfe) |
Follow d45b4813b1139a7a and allow to build `www/webkit2-gtk3' without
GStreamer support. |
2.30.5_1 08 Apr 2021 23:33:31 |
Jan Beich (jbeich) |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
2.30.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.30.5 15 Feb 2021 21:21:04 |
pkubaj |
www/webkit2-gtk3: fix build on powerpc64
ar is now required for build.
Include ExecutableBaseInlines.h in NativeExecutable.cpp to fix:
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-f2e18ffc-27.cpp.o(.text+0x5300):
error: undefined reference to 'JSC::ExecutableBase::hasJITCodeForCall() const' |
2.30.5 13 Feb 2021 17:01:04 |
tcberner |
www/webkit2-gtk3: update to 2.30.5
Changelog:
https://webkitgtk.org/2021/02/11/webkitgtk2.30.5-released.html
* Bring back the WebKitPluginProcess intallation that was removed by mistake.
* Fix RunLoop objects leaked in worker threads.
* Fix aarch64 llint build with JIT disabled.
* Use Internet Explorer quirk for Google Docs. |
2.30.4 07 Feb 2021 11:58:56 |
mikael |
www/webkit2-gtk3: Fix build on aarch64
PR: 253299
Approved by: portmgr (tier-2 blanket) |
2.30.4 23 Jan 2021 15:41:10 |
nc |
www/webkit2-gtk3: Update to 2.30.4
PR: 251771
Reviewed by: 0mp (mentor), tcberner
Approved by: 0mp (mentor), tcberner
Differential Revision: https://reviews.freebsd.org/D28288 |
2.30.2 08 Dec 2020 09:36:03 |
tcberner |
www/webkit2-gtk3: Update to 2.30.2
PR: 251366
Submitted by: Neel Chauhan <neel@neelc.org> |
2.30.1_2 15 Nov 2020 08:50:12 |
pi |
www/webkit2-gtk3: fix build to allow eclipse to work
- Disable PTHREAD_MAIN_NP
PR: 238844
Submitted by: huanghwh@gmail.com, Jonathan Chen <jonc@chen.org.nz>
Reported by: Patrick Mackinlay <freebsd.68fba@nospam.spacesurfer.com>
Reviewed by: Michael Zhilin <mizhka@gmail.com>,
misc-freebsd-bugzilla@talk2dom.com,
Jose Quinteiro <freebsd@quinteiro.org> |
2.30.1_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) |
2.30.1 17 Oct 2020 14:58:39 |
rene |
www/webkit2-gtk3: binutils is no longer needed for debug builds
Phabricator: D26646 |
2.30.1 30 Sep 2020 07:57:12 |
bapt |
Update to 2.30.1
While here:
- Use our system malloc instead of the bundle one
- Avoid the dependency on sysinfo with a simple patch
- fix some header issues |
2.28.4 24 Aug 2020 07:10:17 |
tcberner |
www/webkit2-gtk3: add partial upstream patch to fix build on current
Obtained
from: https://github.com/WebKit/webkit/commit/c3cf651016e4cdcb4350598d4a586821071f91bf |
2.28.4 28 Jul 2020 17:05:00 |
tobik |
www/webkit2-gtk3: Update to 2.28.4
Changes: https://webkitgtk.org/2020/04/24/webkitgtk2.28.2-released.html
Changes: https://webkitgtk.org/2020/07/09/webkitgtk2.28.3-released.html
Changes: https://webkitgtk.org/2020/07/28/webkitgtk2.28.4-released.html
PR: 246996
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (update to 2.28.2, 2.28.3)
Approved by: gnome (maintainer timeout, >1 month) |
2.28.1_1 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) |
2.28.1 18 Apr 2020 11:36:46 |
kwm |
Update webkit2-gtk3 to 2.28.1.
MFH: 2020Q2
Security: e418b8f0-9abb-420b-a7f1-1d8231b352e2 |
2.28.0 31 Mar 2020 20:01:41 |
kwm |
Update webkit2-gtk3 to 2.28.0. |
2.26.4_1 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/ |
2.26.4 19 Feb 2020 19:01:03 |
kwm |
Update webkit2-gtk3 to 2.26.4.
MFH: 2020Q1
Security: 1cb0af4e-d641-4f99-9432-297a89447a97 |
2.26.3 26 Jan 2020 17:53:56 |
kwm |
Update webkit-gtk3 to 2.26.3.
* Fix issues while trying to play a video on NextCloud.
* Make sure the GL video sink uses a valid WebKit shared GL context.
* Fix vertical alignment of text containing arabic diacritics.
* Fix build with icu 65.1.
* Fix page loading errors with websites using HSTS.
* Fix web process crash when displaying a KaTeX formula.
* Fix several crashes and rendering issues.
This release also fixes 3 CVE's.
MFH: 2020Q1
Security: dc8cff4c-4063-11ea-8a94-3497f6939fdd |
2.26.2 14 Jan 2020 19:59:57 |
antoine |
webkit2-gtk3 builds fine with python 3.7
With hat: portmgr |
2.26.2 27 Nov 2019 16:34:42 |
kwm |
Update webkit2-gtk3 to 2.26.2.
MFH: 2019Q4
Security: 3e748551-c732-45f6-bd88-928da16f23a8 |
2.26.1 31 Oct 2019 20:56:16 |
kwm |
Update webkit2-gtk3 to 2.26.1.
* Drop the NPAPI option, which was removed. This option was used to support
gtk+2 plugins (like flash).
* Add a note when binutils can be dropped for linking.
MFH: 2019Q4
Security: 92243b6a-5775-4aea-8727-a938058df5ba |
2.24.4_1 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/ |
2.24.4 12 Sep 2019 09:40:15 |
tobik |
www/webkit2-gtk3: Update to 2.24.4
Changes: https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html
PR: 240196
Submitted by: tobik
Approved by: gnome (maintainer timeout, 2 weeks)
Security: e45c3669-caf2-11e9-851a-dcf3aaa3f3ff
MFH: 2019Q3 |
2.24.3_1 26 Jul 2019 20:46:57 |
gerald |
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 |
2.24.3 10 Jul 2019 16:45:35 |
kwm |
Update webkit2-gtk3 to 2.24.3.
PR: 239003
Reported by: tobik@
MFH: 2019Q3
Security: 3dd46e05-9fb0-11e9-bf65-00012e582166 |
2.24.0_1 03 Jul 2019 23:49:12 |
jbeich |
www/webkit2-gtk3: unbreak on aarch64, armv6, armv7
PR: 237440
Reported by: pkg-fallout
Submitted by: Greg V <greg@unrelenting.technology>
Tested by: Charlie Li <ml+freebsd@vishwin.info>
Approved by: maintainer timeout (2 months), portmgr blanket
Obtained from: upstream |
2.24.0_1 27 Mar 2019 21:11:09 |
jbeich |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
2.24.0 23 Mar 2019 15:25:21 |
kwm |
Update webkit2-gtk3 to 2.24.0.
Disable GLES support (upstream default is off), this should fix display
issues with nvidia cards. [1]
PR: 229491 [1]
Reported by: c0141@xbsd.net and others
Obtained from: gnome development repo |
2.22.6 24 Feb 2019 19:59:55 |
kwm |
Update webkit2-gtk3 to 2.22.6.
Security: e3aacd6d-3d01-434c-9330-bc9efd40350f
MFH: 2019Q1 |
2.22.5 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.22.5 22 Dec 2018 03:24:36 |
linimon |
After the last update of webkit2-gtk3, USE_SYSTEM_MALLOC needs to be
disabled in CMake (it's already disabled by default on ARM and x86).
-mminimal-toc can be removed, this port builds with standard TOC.
PR: 234097
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.22.5 16 Dec 2018 20:14:12 |
kwm |
Update webkit2-gtk3 to 2.22.5. |
2.22.4_1 12 Dec 2018 01:35:36 |
gerald |
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 |
2.22.4 27 Nov 2018 19:30:47 |
kwm |
Update webkit2-gtk3 to 2.22.4. |
2.22.3_1 25 Nov 2018 17:12:57 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
2.22.3_1 11 Nov 2018 23:54:07 |
jbeich |
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine |
2.22.3 11 Nov 2018 20:53:34 |
kwm |
Update Webkit2-gtk3 to 2.22.3.
* Regen patches
Obtained from: GNOME devel repo |
2.20.5_2 10 Nov 2018 03:38:48 |
pi |
www/webkit2-gtk3: fix build on armv7
PR: 229395
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Reported by: Ulrich Grey <usenet@ulrich-grey.de> |
2.20.5_2 09 Nov 2018 15:47:47 |
pi |
www/webkit2-gtk3: fix build on aarch64
PR: 228699
Submitted by: mikael.urankar@gmail.com
Reviewed by: greg@unrelenting.technology |
2.20.5_2 23 Oct 2018 11:35:04 |
jbeich |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
2.20.5_1 15 Oct 2018 23:59:24 |
jbeich |
graphics/wayland: update to 1.16.0
- New libwayland-egl home for consumers as Mesa 18.2 dropped it
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR: 227423
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (5 months) |
2.20.5 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
2.20.3_2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
2.20.3_1 22 Aug 2018 19:38:08 |
jbeich |
www/webkit2-gtk3, java/openjfx8-devel: unbreak with libc++ 7
In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
In file included from Source/JavaScriptCore/bytecode/ArrayProfile.h:29:
In file included from Source/JavaScriptCore/runtime/Structure.h:28:
In file included from Source/JavaScriptCore/runtime/ClassInfo.h:25:
In file included from Source/JavaScriptCore/interpreter/CallFrame.h:30:
In file included from Source/JavaScriptCore/runtime/VM.h:40:
In file included from
Source/JavaScriptCore/runtime/FunctionHasExecutedCache.h:28:
In file included from /usr/include/c++/v1/unordered_map:385:
In file included from /usr/include/c++/v1/__node_handle:16:
/usr/include/c++/v1/optional:171:29: error: redefinition of
'bad_optional_access'
class _LIBCPP_EXCEPTION_ABI bad_optional_access
^
DerivedSources/ForwardingHeaders/wtf/Optional.h:295:7: note: previous definition
is here
class bad_optional_access : public std::logic_error {
^
PR: 230464 230600
Submitted by: dim |
2.20.3_1 29 Jun 2018 14:22:11 |
jbeich |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
2.20.3 18 Jun 2018 19:38:23 |
kwm |
Update webkit2-gtk3 to 2.20.3. |
2.20.2 18 May 2018 20:45:33 |
kwm |
Update webkit2-gtk3 to 2.20.2.
Obtained from: gnome devel repo |
2.20.0_1 18 May 2018 19:39:23 |
kwm |
Change enchant dependacy to enchant2.
Webkit will prefer enchant2 over enchant1 if both are available. This
commit is done in a stand alone commit so webkit versions are easier
MFHable if needed. |
2.20.0_1 06 Apr 2018 22:04:57 |
antoine |
Attempt to fix build
FAILED:
Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o
...
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/bytecode/ArrayProfile.h:28:
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/runtime/ConcurrentJSLock.h:28:
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/heap/DeferGC.h:29:
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/heap/Heap.h:33:
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/heap/HeapFinalizerCallback.h:28:
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.20.0/Source/JavaScriptCore/API/JSHeapFinalizerPrivate.h:29:10:
fatal error: 'JavaScriptCore/JSContextRef.h' file not found
Submitted by: tcberner@
Reported by: pkg-fallout |
2.20.0_1 06 Apr 2018 15:53:17 |
jbeich |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
2.20.0 05 Apr 2018 20:13:48 |
tobik |
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872 |
2.16.6_3 11 Mar 2018 06:06:57 |
linimon |
Also enable on armv7.
PR: 223987
Approved by: gnome (maintainer timeout) |
2.16.6_3 09 Nov 2017 02:31:48 |
jbeich |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
2.16.6_2 25 Sep 2017 00:02:36 |
jbeich |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
2.16.6_1 10 Sep 2017 20:55:39 |
gerald |
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 |
2.16.6 25 Jul 2017 18:17:55 |
kwm |
Update webkit2-gtk3 to 2.16.6.
Security: 0f66b901-715c-11e7-ad1f-bcaec565249c
MFH: 2017Q3 |
2.16.5 02 Jul 2017 07:01:19 |
kwm |
Update webkit2-gtk3 to 2.16.5. |
2.16.3 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
2.16.3 27 May 2017 07:14:31 |
kwm |
Update webkit2-gtk3 to 2.16.3.
* Fix the build when using port compile and binutils is installed. It
seems Cmake picks up ar and ranlib from localbase when using a compiler
from ports, but the compiler uses ld from base for linking. Base ld
doesn't understand some features newer ar and ranlib from localbase
are using. So tell the build to always use ar and ranlib from base. [1]
* Fix build failure on armv6 [2]
PR: 219161 [1], 219495 [2]
Submitted by: mikael.urankar@gmail.com [2] |
2.16.2_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.16.2 13 May 2017 08:57:40 |
kwm |
Update webkit2-gtk3 to 2.16.2.
* Switch to ninja for building webkit. |
2.14.7 10 May 2017 09:04:54 |
kwm |
Update webkit2-gtk3 to 2.14.7.
* Add option for NPAPI support (flash etc). Only enable it on i386
and amd64 by default. |
2.14.6 09 May 2017 01:41:18 |
jbeich |
www/webkit2-gtk3: properly apply r440362
Reported by: ashish
Pointy hat to: jbeich |