Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Apr 2022 08:03:20 2.34.6_3
|
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 |
10 Apr 2022 19:11:41 2.34.6_3
|
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) |
07 Apr 2022 00:39:10 2.34.6_2
|
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 |
26 Mar 2022 08:27:27 2.34.6_1
|
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 |
06 Mar 2022 16:02:10 2.34.6
|
Alexey Dokuchaev (danfe)  |
www/webkit2-gtk3: unbreak the build with GSTREAMER option turned off. |
05 Mar 2022 00:16:27 2.34.6
|
Neel Chauhan (nc)  |
www/webkit2-gtk3: Update to 3.24.6 |
18 Feb 2022 19:47:38 2.34.2_1
|
Piotr Kubaj (pkubaj)  |
www/webkit2-gtk3: correctly detect powerpc64le |
31 Dec 2021 09:53:01 2.34.2
|
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) |
27 Nov 2021 18:46:37 2.34.2
|
Baptiste Daroussin (bapt)  |
www/webkit2-gtk3: Update to 2.34.2 |
28 Oct 2021 16:37:30 2.34.1_1
|
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 |
23 Oct 2021 17:42:57 2.34.1
|
Neel Chauhan (nc)  |
www/webkit2-gtk3: Update to 2.34.1 |
12 Oct 2021 15:01:38 2.34.0
|
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 |
06 Oct 2021 12:01:52 2.34.0
|
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. |
05 Oct 2021 15:04:13 2.34.0
|
Bernhard Froehlich (decke)  |
www/webkit2-gtk3: Add CPE information
Approved by: portmgr (blanket) |
28 Sep 2021 07:17:43 2.34.0
|
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 |
27 Sep 2021 08:38:52 2.34.0
|
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 |
06 Sep 2021 00:39:11 2.30.5_2 
|
Jan Beich (jbeich)  |
www/webkit2-gtk3: convert 3f23fec4c93a to upstream fix |
05 Sep 2021 18:21:03 2.30.5_2 
|
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 |
22 Jun 2021 18:53:08 2.30.5_2 
|
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 |
25 Apr 2021 08:58:23 2.30.5_1 
|
Alexey Dokuchaev (danfe)  |
Follow d45b4813b1139a7a and allow to build `www/webkit2-gtk3' without
GStreamer support. |
08 Apr 2021 23:33:31 2.30.5_1 
|
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) |
06 Apr 2021 14:31:07 2.30.5 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Feb 2021 21:21:04
2.30.5 
|
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' |
13 Feb 2021 17:01:04
2.30.5 
|
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. |
07 Feb 2021 11:58:56
2.30.4 
|
mikael  |
www/webkit2-gtk3: Fix build on aarch64
PR: 253299
Approved by: portmgr (tier-2 blanket) |
23 Jan 2021 15:41:10
2.30.4 
|
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 |
08 Dec 2020 09:36:03
2.30.2 
|
tcberner  |
www/webkit2-gtk3: Update to 2.30.2
PR: 251366
Submitted by: Neel Chauhan <neel@neelc.org> |
15 Nov 2020 08:50:12
2.30.1_2 
|
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> |
03 Nov 2020 00:56:27
2.30.1_1 
|
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) |
17 Oct 2020 14:58:39
2.30.1 
|
rene  |
www/webkit2-gtk3: binutils is no longer needed for debug builds
Phabricator: D26646 |
30 Sep 2020 07:57:12
2.30.1 
|
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 |
24 Aug 2020 07:10:17
2.28.4 
|
tcberner  |
www/webkit2-gtk3: add partial upstream patch to fix build on current
Obtained
from: https://github.com/WebKit/webkit/commit/c3cf651016e4cdcb4350598d4a586821071f91bf |
28 Jul 2020 17:05:00
2.28.4 
|
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) |
23 Apr 2020 20:14:49
2.28.1_1 
|
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) |
18 Apr 2020 11:36:46
2.28.1 
|
kwm  |
Update webkit2-gtk3 to 2.28.1.
MFH: 2020Q2
Security: e418b8f0-9abb-420b-a7f1-1d8231b352e2 |
31 Mar 2020 20:01:41
2.28.0 
|
kwm  |
Update webkit2-gtk3 to 2.28.0. |
13 Mar 2020 09:47:17
2.26.4_1 
|
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
19 Feb 2020 19:01:03
2.26.4 
|
kwm  |
Update webkit2-gtk3 to 2.26.4.
MFH: 2020Q1
Security: 1cb0af4e-d641-4f99-9432-297a89447a97 |
26 Jan 2020 17:53:56
2.26.3 
|
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 |
14 Jan 2020 19:59:57
2.26.2 
|
antoine  |
webkit2-gtk3 builds fine with python 3.7
With hat: portmgr |
27 Nov 2019 16:34:42
2.26.2 
|
kwm  |
Update webkit2-gtk3 to 2.26.2.
MFH: 2019Q4
Security: 3e748551-c732-45f6-bd88-928da16f23a8 |
31 Oct 2019 20:56:16
2.26.1 
|
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 |
03 Oct 2019 20:35:30
2.24.4_1 
|
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
12 Sep 2019 09:40:15
2.24.4 
|
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 |
26 Jul 2019 20:46:57
2.24.3_1 
|
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 |
10 Jul 2019 16:45:35
2.24.3 
|
kwm  |
Update webkit2-gtk3 to 2.24.3.
PR: 239003
Reported by: tobik@
MFH: 2019Q3
Security: 3dd46e05-9fb0-11e9-bf65-00012e582166 |
03 Jul 2019 23:49:12
2.24.0_1 
|
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 |
27 Mar 2019 21:11:09
2.24.0_1 
|
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 |
23 Mar 2019 15:25:21
2.24.0 
|
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 |
24 Feb 2019 19:59:55
2.22.6 
|
kwm  |
Update webkit2-gtk3 to 2.22.6.
Security: e3aacd6d-3d01-434c-9330-bc9efd40350f
MFH: 2019Q1 |
25 Dec 2018 20:25:40
2.22.5 
|
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 |
22 Dec 2018 03:24:36
2.22.5 
|
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) |
16 Dec 2018 20:14:12
2.22.5 
|
kwm  |
Update webkit2-gtk3 to 2.22.5. |
12 Dec 2018 01:35:36
2.22.4_1 
|
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 |
27 Nov 2018 19:30:47
2.22.4 
|
kwm  |
Update webkit2-gtk3 to 2.22.4. |
25 Nov 2018 17:12:57
2.22.3_1 
|
sunpoet  |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
11 Nov 2018 23:54:07
2.22.3_1 
|
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 |
11 Nov 2018 20:53:34
2.22.3 
|
kwm  |
Update Webkit2-gtk3 to 2.22.3.
* Regen patches
Obtained from: GNOME devel repo |
10 Nov 2018 03:38:48
2.20.5_2 
|
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> |
09 Nov 2018 15:47:47
2.20.5_2 
|
pi  |
www/webkit2-gtk3: fix build on aarch64
PR: 228699
Submitted by: mikael.urankar@gmail.com
Reviewed by: greg@unrelenting.technology |
23 Oct 2018 11:35:04
2.20.5_2 
|
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 |
15 Oct 2018 23:59:24
2.20.5_1 
|
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) |
30 Sep 2018 11:58:31
2.20.5 
|
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 |
11 Sep 2018 18:34:28
2.20.3_2 
|
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 |
22 Aug 2018 19:38:08
2.20.3_1 
|
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 |
29 Jun 2018 14:22:11
2.20.3_1 
|
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) |
18 Jun 2018 19:38:23
2.20.3 
|
kwm  |
Update webkit2-gtk3 to 2.20.3. |
18 May 2018 20:45:33
2.20.2 
|
kwm  |
Update webkit2-gtk3 to 2.20.2.
Obtained from: gnome devel repo |
18 May 2018 19:39:23
2.20.0_1 
|
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. |
06 Apr 2018 22:04:57
2.20.0_1 
|
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 |
06 Apr 2018 15:53:17
2.20.0_1 
|
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) |
05 Apr 2018 20:13:48
2.20.0 
|
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 |
11 Mar 2018 06:06:57
2.16.6_3 
|
linimon  |
Also enable on armv7.
PR: 223987
Approved by: gnome (maintainer timeout) |
09 Nov 2017 02:31:48
2.16.6_3 
|
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 |
25 Sep 2017 00:02:36
2.16.6_2 
|
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 |
10 Sep 2017 20:55:39
2.16.6_1 
|
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 |
25 Jul 2017 18:17:55
2.16.6 
|
kwm  |
Update webkit2-gtk3 to 2.16.6.
Security: 0f66b901-715c-11e7-ad1f-bcaec565249c
MFH: 2017Q3 |
02 Jul 2017 07:01:19
2.16.5 
|
kwm  |
Update webkit2-gtk3 to 2.16.5. |
25 Jun 2017 21:07:58
2.16.3 
|
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 |
27 May 2017 07:14:31
2.16.3 
|
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] |
23 May 2017 05:03:16
2.16.2_1 
|
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 |
13 May 2017 08:57:40
2.16.2 
|
kwm  |
Update webkit2-gtk3 to 2.16.2.
* Switch to ninja for building webkit. |
10 May 2017 09:04:54
2.14.7 
|
kwm  |
Update webkit2-gtk3 to 2.14.7.
* Add option for NPAPI support (flash etc). Only enable it on i386
and amd64 by default. |
09 May 2017 01:41:18
2.14.6 
|
jbeich  |
www/webkit2-gtk3: properly apply r440362
Reported by: ashish
Pointy hat to: jbeich |
07 May 2017 20:15:22
2.14.6 
|
jbeich  |
www/webkit2-gtk3: unbreak on armv6 + -mcpu=cortex-a15
<inline asm>:149:16: error: invalid operand for instruction
vmov.u32 r2, r3, s8, s9
PR: 216149
Submitted by: mikael.urankar@gmail.com |
06 May 2017 19:45:45
2.14.6 
|
kwm  |
Update webkit2gtk3 to 2.14.6.
* Add License
* Make Geolocation optional
* Fix the DEBUG option so it works again
* Fix build on powerpc* [1]
Submitted by: jhibbits@ [1]
Obtained from: gnome devel repo
Differential Revision: https://reviews.freebsd.org/D10627 [1] |
30 Apr 2017 12:50:54
2.8.5_10 
|
sunpoet  |
Update to 0.6.0
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
27 Apr 2017 21:31:10
2.8.5_9 
|
kwm  |
Split off the harfbuzz icu support into it's own port.
PR: 207779
Submitted by: Vladimir Kondratyev <vladimir@kondratyev.su>
Exp-run by: antoine@ |
01 Apr 2017 15:23:32
2.8.5_8 
|
gerald  |
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 |
20 Jan 2017 14:15:50
2.8.5_7 
|
jbeich  |
www/webkit2-gtk3: attempt to unbreak on aarch64
./Source/JavaScriptCore/assembler/ARM64Assembler.h:2760:2: error: "The
cacheFlush support is missing on this platform."
#error "The cacheFlush support is missing on this platform."
^
./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:133:17: error: class
member cannot be redeclared
static bool shouldBlindForSpecificArch(uintptr_t value) { return value >=
0x00ffffff; }
^
./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:132:17: note: previous
declaration is here
static bool shouldBlindForSpecificArch(uint64_t value) { return value >=
0x00ffffff; }
^
Reported by: pkg-fallout |
11 Jan 2017 10:08:38
2.8.5_7 
|
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
22 Nov 2016 21:56:37
2.8.5_7 
|
antoine  |
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20 |
19 Nov 2016 18:21:20
2.8.5_7 
|
jbeich  |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt) |
25 Sep 2016 12:19:16
2.8.5_6 
|
brd  |
Try #2 for fixing build of www/webkit2-gtk3 on armv6 by matching the correct
define and disabling the JIT compiler.
PR: 207275
Submitted by: mikael.urankar@gmail.com
Reported by: sbruno
Reviewed by: bdrewery (implicit)
Approved by: maintainer timeout |
24 Sep 2016 11:06:57
2.8.5_6 
|
tijl  |
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine) |
14 Sep 2016 05:43:13
2.8.5_5 
|
antoine  |
Revert r422019, patch fails to apply
PR: 207275
Reported by: pkg-fallout |
13 Sep 2016 15:34:28
2.8.5_5 
|
brd  |
Fix build of www/webkit2-gtk3 on armv6 by matching the correct define and
disabling the JIT compiler.
PR: 207275
Submitted by: mikael.urankar@gmail.com
Reported by: sbruno
Reviewed by: bdrewery (implicit)
Approved by: maintainer timeout |
25 Jul 2016 21:46:23
2.8.5_5 
|
jbeich  |
Apply r402343 to other gnome@ ports restoring r297047 behavior
- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced
PR: 166279
Approved by: portmgr blanket
MFH: 2016Q3 |
06 Jul 2016 22:10:14
2.8.5_5 
|
mat  |
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight |
06 Jul 2016 07:34:13
2.8.5_4 
|
gahr  |
devel/icu: bump PORTREVISION on dependent ports |