aboutsummaryrefslogtreecommitdiff
path: root/www/iridium
Commit message (Collapse)AuthorAgeFilesLines
* www/iridium: update to 2020.04.81Rene Ladan2020-07-23760-5036/+9907
| | | | | | | | | | PR: 245959 Submitted by: Matthias Wolf MFH: 2020Q3 Security: any Chromium vulnerability between 73 and 81 Notes: svn path=/head/; revision=542938
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
| | | | Notes: svn path=/head/; revision=542069
* Bump devel/jsoncpp consumers after r540853.Tobias C. Berner2020-06-301-1/+1
| | | | | | | Reported by: Kevin Oberman <rkoberman@gmail.com> Notes: svn path=/head/; revision=540909
* multimedia/openh264: update to 2.1.1Jan Beich2020-05-221-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) Notes: svn path=/head/; revision=536180
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* Bump PORTREVISION for devel/re2 shlib changeSunpoet Po-Chuan Hsieh2020-04-041-1/+1
| | | | Notes: svn path=/head/; revision=530566
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* www/iridium: copy snappy fix from chromiumChristoph Moench-Tegeder2020-01-231-0/+20
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=523939
* devel/jsoncpp: Update 1.8.1 -> 1.9.2Yuri Victorovich2020-01-131-1/+1
| | | | | | | | PR: 229677 Differential Revision: D22905 Notes: svn path=/head/; revision=522975
* Add USES=xorg USES=gl, ports categories wNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516991
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* audio/pulseaudio: update to 13.0Jan Beich2019-09-151-0/+143
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=512113
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* www/iridium: Update to 2019.04.73Carlos J. Puga Medina2019-06-18807-5327/+7086
| | | | | | | Submitted by: Matthias Wolf <matthias@rheinwolf.de> Notes: svn path=/head/; revision=504498
* multimedia/openh264: update to 2.0.0Jan Beich2019-06-171-1/+1
| | | | | | | | | | | - Add symlinks for cliqz and thunderbird Changes: https://github.com/cisco/openh264/releases/tag/v2.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=504400
* accessibility/speech-dispatcher: update to 0.8.8Tobias C. Berner2019-04-071-1/+1
| | | | Notes: svn path=/head/; revision=498279
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+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 Notes: svn path=/head/; revision=496981
* www/qt5-webengine: unbreak with clang8 and gcc8 on i386Jan Beich2019-03-055-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.chromium.org/p/chromium/issues/detail?id=900406 In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:12: ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/buffer.h:43:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment" MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT' #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg) ^ ~~~~ In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:13: ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/data_pipe.h:44:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment" MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT' #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg) ^ ~~~~ In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13: In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:16: ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/message_pipe.h:49:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment" MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT' #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg) ^ ~~~~ 3 errors generated. Reported by: pkg-fallout Obtained from: upstream Approved by: portmgr blanket Notes: svn path=/head/; revision=494708
* Move x11-fonts/noto-lite to x11-fonts/noto-basicSunpoet Po-Chuan Hsieh2019-03-031-2/+2
| | | | | | | | | | | | | | | | | | - Update NotoEmoji-Regular to 1.05uh - Update MASTER_SITES - Add NotoColorEmoji - Update COMMENT - Add LICENSE_FILE - Change FONTNAME to noto - Silence extraction message - Use PLIST - Update RUN_DEPENDS of dependent ports - Bump PORTREVISION of dependent ports for dependency change Changes: https://github.com/googlei18n/noto-emoji/commits/master/fonts/NotoEmoji-Regular.ttf Notes: svn path=/head/; revision=494519
* - Add USES=glCarlos J. Puga Medina2019-01-098-99/+131
| | | | | | | | | | | | | - Enable jumbo build to improve compilation times - Fix loading of the chromium binary on FreeBSD-HEAD - Fix jumbo build with the SNDIO option enabled - Add -Wl,-znotext for i386 - Bump PORTREVISION MFH: 2019Q1 Notes: svn path=/head/; revision=489815
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-022-157/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=479538
* - USE_GNOME also requires USES=gnomeCarlos J. Puga Medina2018-09-012-12/+21
| | | | | | | | | - Switch to USES=localbase:ldflags - Update patch file with missing WEBRTC_BSD macro - Bump PORTREVISION Notes: svn path=/head/; revision=478692
* - Conveniently apply r477781 to iridiumCarlos J. Puga Medina2018-08-227-22/+134
| | | | Notes: svn path=/head/; revision=477783
* - Unbreak build with SNDIO option [1]Carlos J. Puga Medina2018-08-195-23/+18
| | | | | | | | | - Cosmetic fix Reported by: starikarp@yandex.com via email [1] Notes: svn path=/head/; revision=477549
* - Register USE_GL=gl dependencyCarlos J. Puga Medina2018-08-181-3/+5
| | | | | | | | | | - Remove unneeded dependency from gtk20 - Add USE_LDCONFIG - Sort Makefile - Bump PORTREVISION Notes: svn path=/head/; revision=477506
* www/iridium: Update to 2018.5.67Carlos J. Puga Medina2018-08-18743-7705/+8671
| | | | Notes: svn path=/head/; revision=477503
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-3/+3
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+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) Notes: svn path=/head/; revision=473551
* - Add missing patch after r472855Carlos J. Puga Medina2018-06-201-0/+11
| | | | Notes: svn path=/head/; revision=472862
* - Add patch to build iridium with native LLVM 6.0 on FreeBSD >= 1101513Carlos J. Puga Medina2018-06-203-9/+64
| | | | | | | | | - Disable use_gold flag. If lld is enabled, iridium uses the gold linker instead of lld or bfd. We do not want this to happen - Drop FreeBSD 10.3 support - Bump PORTREVISION Notes: svn path=/head/; revision=472855
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* www/iridium: switch to llvm60Carlos J. Puga Medina2018-04-302-8/+8
| | | | | | | | PR: 227683 Submitted by: jbeich Notes: svn path=/head/; revision=468706
* www/iridium: unbreak with ffmpeg 4.0Carlos J. Puga Medina2018-04-305-1/+78
| | | | | | | | PR: 227745 Reported by: jbeich Notes: svn path=/head/; revision=468704
* - Remove duplicate dependency libxml2Carlos J. Puga Medina2018-04-142-3/+14
| | | | | | | | | | - Remove comment about use_system_icu because icu is already unbundled - Update pkg-message for the hanging tabs problem MFH: 2018Q2 (blanket) Notes: svn path=/head/; revision=467307
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+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) Notes: svn path=/head/; revision=466648
* Update comment in pkg-message. Iridium needs kern.ipc.shm_allow_removed=1, ↵Carlos J. Puga Medina2018-02-201-0/+2
| | | | | | | | | | | | which is default for 11.0-R and newer. PR: 225712 Reported by: Stefan B. <sblachmann@gmail.com> Notes: svn path=/head/; revision=462463
* Remove dependency on the python metaportsAntoine Brodin2018-02-201-5/+5
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462371
* www/iridium: bump PORTREVISION after r457431Jan Beich2017-12-271-1/+1
| | | | | | | | PR: 224622 Pointy hat to: jbeich Notes: svn path=/head/; revision=457432
* www/chromium, www/iridium: switch to llvm50 (like r457360)Jan Beich2017-12-272-7/+7
| | | | | | | | PR: 224622 Approved by: chromium (cpm) Notes: svn path=/head/; revision=457431
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=453453
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+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 Notes: svn path=/head/; revision=450556
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* - Drop USES=cpe because CPE information is not documented for iridium-browserCarlos J. Puga Medina2017-07-217-38/+332
| | | | | | | | | | | - Add use_gtk3 to GN_ARGS - Add network interface implementation for FreeBSD - Bump PORTREVISION MFH: 2017Q3 Notes: svn path=/head/; revision=446308
* www/iridium: convert to option helpersCarlos J. Puga Medina2017-06-301-66/+40
| | | | | | | | | | - Drop USES=compiler as CC/CXX are set manually - Switch to option helpers - Cleanup Makefile - Bump PORTREVISION Notes: svn path=/head/; revision=444776