Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
61.0.3163.100_5 20 Feb 2018 06:32:06
  |
antoine  |
Remove dependency on the python metaports
PR: 225752
Submitted by: Yasuhiro KIMURA |
61.0.3163.100_5 27 Dec 2017 23:33:04
  |
jbeich  |
www/chromium, www/iridium: switch to llvm50 (like r457360)
PR: 224622
Approved by: chromium (cpm) |
61.0.3163.100_4 19 Dec 2017 14:41:29
  |
linimon  |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket) |
61.0.3163.100_4 04 Dec 2017 05:44:24
  |
gonzo  |
www/chromium: add support for USB U2F devices
Implement enough of chrome.hid API to make U2F security keys work.
Due to FreeBSD's HID API limitations it's not possible to consistently
report vedor id or product id values for HID devices so if javascript
library relies on this information to detect supported keys it won't
work, only report descriptor based detection works.
Also by default uhid(4) devices accessible only to root user, current
solution is to change /dev/uhidX node permission using devd. For example
create /usr/local/etc/devd/yubi.conf with following content and
restart devd:
attach 20 {
match "vendor" "0x1050";
action "/bin/chmod 766 /dev/$device-name";
};
Work on u2f-devd port is in progress (see PR). When done it will take
care of maintaining devd rulesets for U2F devices.
PR: 196754
Approved by: cpm |
61.0.3163.100_3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
61.0.3163.100_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 |
61.0.3163.100_2 21 Oct 2017 06:50:50
  |
jbeich  |
multimedia/ffmpeg: update to 3.4
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 |
61.0.3163.100_1 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 |
61.0.3163.100 22 Sep 2017 21:57:04
  |
cpm  |
www/chromium: update to 61.0.3163.100
Changelog:
https://chromium.googlesource.com/chromium/src/+log/61.0.3163.79..61.0.3163.100?pretty=fuller&n=10000
MFH: 2017Q3
Security: https://vuxml.freebsd.org/freebsd/917e5519-9fdd-11e7-8b58-e8e0b747a45a.html |
61.0.3163.79 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
61.0.3163.79 17 Sep 2017 11:10:43
  |
cpm  |
www/chromium: update to 61.0.3163.79
- Add arm64 support [1]
- Fix segfault on i386 [2]
- Switch to USES=compiler:c++14-lang for devel/chromium-gn because chromium
needs __builtin_add_overflow and friends to build.
Changelog:
https://chromium.googlesource.com/chromium/src/+log/60.0.3112.113..61.0.3163.79?pretty=fuller&n=10000
PR: 220291 [1], 221266 [2]
Submitted by: Andrew [1]
Reported by: Patrick <doctorwhoguy@gmail.com> [2]
MFH: 2017Q3 |
60.0.3112.113_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 |
60.0.3112.113 02 Sep 2017 11:34:55
  |
cpm  |
www/chromium: update to 60.0.3112.113
Changelog:
https://chromium.googlesource.com/chromium/src/+log/60.0.3112.101..60.0.3112.113?pretty=fuller&n=10000 |
60.0.3112.101 23 Aug 2017 20:37:17
  |
cpm  |
www/chromium: update to 60.0.3112.101
- Update LICENSE
- Drop USE_GNOME=gtk20 dependency because chromium uses gtk3
- Use freetype2 bundled to avoid more issues related to the freetype library
- Fix typo in the comment of pre-configure section
- Update comment in SNDIO section
Changelog:
https://chromium.googlesource.com/chromium/src/+log/59.0.3071.115..60.0.3112.101?pretty=fuller&n=10000
MFH: 2017Q3
Security: https://vuxml.freebsd.org/freebsd/7d138476-7710-11e7-88a1-e8e0b747a45a.html |
59.0.3071.115_2 19 Aug 2017 09:51:22
  |
mmokhi  |
devel/chromium-gn: Add port to the tree
GN is a meta-build system that generates NinjaBuild.
It helps to build chromium with Ninja.
Also enables us for one step forward to build Electron.io for FreeBSD.
Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Reviewed by: mat (mentor), mmokhi, cpm (chromium)
Approved by: mat (mentor), mmokhi, cpm (chromium)
Differential Revision: https://reviews.freebsd.org/D11554 |
59.0.3071.115_2 21 Jul 2017 14:01:16
  |
cpm  |
- Fix patch previously committed in r446307
MFH: 2017Q3 (blanket) |
59.0.3071.115_2 21 Jul 2017 11:14:01
  |
cpm  |
- Add network interface implementation for FreeBSD [1]
- Backport a patch from upstream to fix DPI settings
- Bump PORTREVISION
PR: 211036 [1]
MFH: 2017Q3 |
59.0.3071.115_1 30 Jun 2017 19:10:31
  |
cpm  |
- Bump PORTREVISION after r444774 |
59.0.3071.115 30 Jun 2017 19:05:32
  |
cpm  |
www/chromium: convert to option helpers
- Drop USES=compiler as CC/CXX are set manually
- Switch to option helpers
- Cleanup Makefile
PR: 202609
Submitted by: jbeich (based on) |
59.0.3071.115 28 Jun 2017 00:36:33
  |
cpm  |
www/chromium: update to 59.0.3071.115
- Add my LOCAL to MASTER_SITES to provide FreeType source. This makes possible
to build chromium from this tarball.
- Backport several patches from OpenBSD to enable SwiftShader.
Changelog:
https://chromium.googlesource.com/chromium/src/+log/59.0.3071.109..59.0.3071.115?pretty=fuller&n=10000 |
59.0.3071.109 27 Jun 2017 21:56:39
  |
cpm  |
www/chromium: add SNDIO option
PR: 220230
Submitted by: tobik |
59.0.3071.109 23 Jun 2017 17:45:26
  |
cpm  |
www/chromium: update to 59.0.3071.109
- Fix TEST option
Changelog:
https://chromium.googlesource.com/chromium/src/+log/59.0.3071.104..59.0.3071.109?pretty=fuller&n=10000
MFH: 2017Q2 |
59.0.3071.104 20 Jun 2017 20:20:45
  |
cpm  |
www/chromium: update to 59.0.3071.104
- Use https in WWW and MASTER_SITES
- Sort ONLY_FOR_ARCHS, USES, USE_GNOME and GN_ARGS
- Put in correct place MAKE_ENV+= V=1 variable
- Use LLD linker by default for supported archs
- Fix DEBUG option
- Fix gpu_info_collector.cc warning: control may reach end of non-void function
[-Wreturn-type]
- Get rid of multiple definition errors
Changelog:
https://chromium.googlesource.com/chromium/src/+log/58.0.3029.110..59.0.3071.104?pretty=fuller&n=10000
MFH: 2017Q2
Security: https://www.vuxml.org/freebsd/52f4b48b-4ac3-11e7-99aa-e8e0b747a45a.html
Security: https://www.vuxml.org/freebsd/f53dd5cc-527f-11e7-a772-e8e0b747a45a.html |
58.0.3029.110_2 01 Jun 2017 12:02:42
  |
cpm  |
- Fix runtime.getPlatformInfo on FreeBSD [1]
- Don't use the PDFium bundle freetype [2]
- Bump PORTREVISION
PR: 212925 [1], 219448 [2]
Submitted by: Jan Kokemueller <jan.kokemueller@gmail.com> [2]
Reported by: Yuri Konotopov <ykonotopov@gmail.com> [1] |
58.0.3029.110_1 18 May 2017 10:10:36
  |
cpm  |
- Switch from devel/llvm39 to devel/llvm40
Submitted by: rakuco
Approved by: rene, cpm |
58.0.3029.110 12 May 2017 12:54:30
  |
cpm  |
www/chromium: update to 58.0.3029.110 |
58.0.3029.96_1 12 May 2017 12:45:42
  |
cpm  |
- Add initial headless support [1]
- Add patch to get the host OS name for BSD
- Bump PORTREVISION
PR: 219188 [1]
Reported by: Reshad Patuck <reshadpatuck1@gmail.com> |
58.0.3029.96 03 May 2017 23:53:11
  |
cpm  |
www/chromium: update to 58.0.3029.96
MFH: 2017Q2
Security: https://vuxml.freebsd.org/freebsd/92e345d0-304d-11e7-8359-e8e0b747a45a.html |
58.0.3029.81_1 30 Apr 2017 12:50:54
  |
sunpoet  |
Update to 0.6.0
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
58.0.3029.81 29 Apr 2017 22:09:00
  |
cpm  |
www/chromium: update to 58.0.3029.81
MFH: 2017Q2
Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html |
57.0.2987.133_2 27 Apr 2017 21:31:10
  |
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@ |
57.0.2987.133_1 25 Apr 2017 08:20:31
  |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
57.0.2987.133 01 Apr 2017 10:45:26
  |
cpm  |
www/chromium: update to 57.0.2987.133
MFH: 2017Q2
Security: https://vuxml.freebsd.org/freebsd/7cf058d8-158d-11e7-ba2c-e8e0b747a45a.html |
57.0.2987.110 17 Mar 2017 23:42:52
  |
cpm  |
www/chromium: update to 57.0.2987.110
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html |
56.0.2924.87_2 04 Mar 2017 21:32:19
  |
cpm  |
- Backport several patches of OpenBSD that add more linux code for
font handling.
- Disabled WebRTC support because it does not work properly on BSD
and more patches are needed.
- Update pkg-plist
- Bump PORTREVISION
MFH: 2017Q1 |
56.0.2924.87_1 09 Feb 2017 11:52:50
  |
cpm  |
www/chromium: fix segfault which prevents to load some websites.
PR: 207298
MFH: 2017Q1 (blanket) |
56.0.2924.87 06 Feb 2017 19:29:36
  |
cpm  |
www/chromium: update to 56.0.2924.87
- Use system FFmpeg instead of embedded code copy [1]
- Disable PULSEAUDIO option [2]
- Sort _DEPENDS variables
- Regenerate patches with make makepatch
PR: 215271 [1], 216327 [2]
Reported by: jbeich [1]
Approved by: rene
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html |
55.0.2883.87 17 Jan 2017 12:34:27
  |
cpm  |
- Minor fix in OSVERSION check. The last comparison should be "< 1200000"
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
MFH: 2017Q1 (blanket) |
55.0.2883.87 17 Jan 2017 11:49:41
  |
cpm  |
- Fix conditional to correctly check
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
MFH: 2017Q1 (blanket) |
55.0.2883.87 16 Jan 2017 22:48:27
  |
cpm  |
www/chromium: update to 55.0.2883.87
Reviewed by: rene
MFH: 2017Q1
Security: https://www.vuxml.org/freebsd/603fe0a1-bb26-11e6-8e5a-3065ec8fd3ec.html |
54.0.2840.100_1 13 Jan 2017 03:18:05
  |
cpm  |
- Wrap the entire block with OPSYS check
Reported by: marino
MFH: 2017Q1 (blanket) |
54.0.2840.100_1 13 Jan 2017 02:36:08
  |
cpm  |
- Always check OPSYS along with OSVERSION
- Fix build on 11.0-STABLE [1]
Reported by: Jonathan Chen <jonc@chen.org.nz> [1] via email
Reviewed by: rene
Approved by: chromium (rene)
MFH: 2017Q1 (blanket) |
54.0.2840.100_1 11 Jan 2017 20:10:58
  |
cpm  |
- Remove leftover patch after r431170
===> Patching for chromium-54.0.2840.100_1
===> Applying extra patch /xports/www/chromium/files/extra-patch-clang
===> Applying extra patch /xports/www/chromium/files/extra-patch-libc++-old
===> Applying FreeBSD patches for chromium-54.0.2840.100_1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to services/ui/ws/BUILD.gn.rej
=> Patch patch-services_ui_ws_BUILD.gn failed to apply cleanly.
Reported by: Jonathan Chen <jonc@chen.org.nz> via email
MFH: 2017Q1 |
54.0.2840.100_1 11 Jan 2017 10:26:33
  |
cpm  |
- Fix build on HEAD
In file included from ../../services/ui/ws/window_manager_state.cc:5:
In file included from ../../services/ui/ws/window_manager_state.h:10:
In file included from /usr/include/c++/v1/memory:599:
/usr/include/c++/v1/__config:58:2: error: "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no
longer supported. use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
instead
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
^
1 error generated.
PR: 214654
Submitted by: dim
Reported by: jbeich
Reviewed by: rene
Approved by: chromium (rene)
MFH: 2017Q1 |
54.0.2840.100_1 11 Jan 2017 10:08:38
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
54.0.2840.100_1 01 Jan 2017 03:45:13
  |
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
54.0.2840.100_1 07 Dec 2016 09:57:26
  |
cpm  |
www/chromium: Fix build on 10.1-RELEASE
Unbreak build on 10.1-RELEASE after r426855
Submitted by: cpm
Reviewed by: chromium (rene)
Approved by: chromium (rene), feld (mentor, explicit)
MFH: 2016Q4
Differential Revision: D8699 |
54.0.2840.100_1 30 Nov 2016 09:32:28
  |
ehaupt  |
ALSA option was split during r426855. Also it set ALSA to off by default which
led to non-working audio. Turn back on by default.
Development repositories have some code to choose between ALSA and PulseAudio.
This will be merged with the next version update.
PR: 214924
Submitted by: timp87@gmail.com
Approved by: chromium (rene)
MFH: 2016Q4 |
54.0.2840.100 22 Nov 2016 21:56:37
  |
antoine  |
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20 |
54.0.2840.100 22 Nov 2016 19:10:22
  |
rene  |
www/chromium: update to 54.0.2840.100
Submitted by: clutton <clutton@zoho.com>
Reviewed by: cpm, rene
Obtained from: https://github.com/paranormal/
MFH: 2016Q4
Security:
https://vuxml.freebsd.org/freebsd/769ba449-79e1-11e6-bf75-3065ec8fd3ec.html
Security:
https://vuxml.freebsd.org/freebsd/653a8059-7c49-11e6-9242-3065ec8fd3ec.html
Security:
https://vuxml.freebsd.org/freebsd/9c135c7e-9fa4-11e6-a265-3065ec8fd3ec.html
Security:
https://vuxml.freebsd.org/freebsd/9118961b-9fa5-11e6-a265-3065ec8fd3ec.html
Security:
https://vuxml.freebsd.org/freebsd/ae9cb9b8-a203-11e6-a265-3065ec8fd3ec.html
Security:
https://vuxml.freebsd.org/freebsd/a3473f5a-a739-11e6-afaa-e8e0b747a45a.html
Differential Revision: https://reviews.freebsd.org/D8517 |
52.0.2743.116_4 19 Nov 2016 18:21:20
  |
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) |
52.0.2743.116_3 19 Nov 2016 18:20:13
  |
jbeich  |
www/chromium: unbreak against ICU 58.1
components/url_formatter/url_formatter.cc:454:2: error: "Update
aspirational_scripts per Unicode 9.0"
^
third_party/WebKit/Source/platform/text/TextBreakIterator.cpp:182:1: error:
static_assert failed "breakAllLineBreakClassTable should be consistent"
static_assert(WTF_ARRAY_LENGTH(breakAllLineBreakClassTable) == U_LB_COUNT,
"breakAllLineBreakClassTable should be consistent");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 214536
Submitted by: cpm (based on)
Obtained from: upstream
Approved by: portmgr blanket |
52.0.2743.116_2 18 Oct 2016 16:47:26
  |
tijl  |
Fix build with CUPS 2.2.x. |
52.0.2743.116_2 09 Oct 2016 12:10:02
  |
jbeich  |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
52.0.2743.116_1 24 Sep 2016 11:06:57
  |
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) |
52.0.2743.116 12 Aug 2016 18:51:46
  |
rene  |
www/chromium: update to 52.0.2743.116
Mark BROKEN on FreeBSD 9 for now, does not patch
Submitted by: "LeFroid" via GitHub
MFH: 2016Q3
Security: https://vuxml.freebsd.org/freebsd/6fae9fe1-5048-11e6-8aa7-3065ec8fd3ec.html |
51.0.2704.106_2 06 Jul 2016 22:10:14
  |
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 |
51.0.2704.106_1 06 Jul 2016 07:34:13
  |
gahr  |
devel/icu: bump PORTREVISION on dependent ports |
51.0.2704.106 26 Jun 2016 19:19:28
  |
cmt  |
Update chromium to 51.0.2704.106
Also, fix build on 9.3-i386 (patch by rene)
Approved by: rene (mentor) |
51.0.2704.103 21 Jun 2016 06:02:33
  |
rene  |
www/chromium: update to 51.0.2704.103
MFH: 2016Q2
X-MFH-with: r416869
Security: http://vuxml.freebsd.org/freebsd/d59ebed4-34be-11e6-be25-3065ec8fd3ec.html |
51.0.2704.84_1 13 Jun 2016 20:46:14
  |
rene  |
www/chromium: fix build on 9.3-amd64 |
51.0.2704.84_1 08 Jun 2016 19:06:05
  |
rene  |
www/chromium: restore WebRTC audio via ALSA which got lost in last commit.
PR: 206480
Submitted by: betso.net@gmail.com
MFH: 2016Q2 |
51.0.2704.84 07 Jun 2016 20:28:41
  |
rene  |
www/chromium: update to 51.0.2704.84
A lot of patch files are renamed in this update.
Submitted by: Timothy Vaccarelli
Obtained from: https://github.com/LeFroid/
MFH: 2016Q2
Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html |
49.0.2623.112_1 20 May 2016 18:39:37
  |
jbeich  |
www/chromium: unbreak WebRTC microphone selection with PULSEAUDIO=off
Similar to r414386. No kernel ALSA is available to enumerate soundcards,
so assume sound(4) can always be used via ALSA plugins like "oss".
This partially reverts https://codereview.chromium.org/7888011/
PR: 206480
Reported by: Betso <betso.net@gmail.com>
Reviewed by: cem, cmt (briefly)
Approved by: maintainer timeout (2 weeks)
MFH: 2016Q2 |
49.0.2623.112_1 17 May 2016 18:01:16
  |
pi  |
devel/jsoncpp: bump portrevision for dependent ports for shlib change .0 -> .1
PR: 209407
Submitted by: sunpoet |
49.0.2623.112 16 Apr 2016 12:29:27
  |
danfe  |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
49.0.2623.112 09 Apr 2016 19:53:29
  |
cmt  |
Update chromium to 49.0.2623.112
while here, unbreak build on FreeBSD 9
Approved by: rene (mentor)
MFH: 2016Q2 |
49.0.2623.110_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
49.0.2623.110_1 01 Apr 2016 11:17:54
  |
sunpoet  |
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
49.0.2623.110 29 Mar 2016 20:36:25
  |
cmt  |
Update chromium to 49.0.2623.110
Approved by: miwi (mentor), rene (mentor)
MFH: 2016Q1
Security: 5c288f68-c7ca-4c0d-b7dc-1ec6295200b3
Security: f85fa236-e2a6-412e-b5c7-c42120892de5
Security: 8be8ca39-ae70-4422-bf1a-d8fae6911c5e |
48.0.2564.116_1 11 Mar 2016 11:53:42
  |
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
48.0.2564.116 19 Feb 2016 19:38:19
  |
rene  |
www/chromium: update to 48.0.2564.116
MFH: 2016Q1
Security: https://www.vuxml.org/freebsd/368993bb-d685-11e5-8858-00262d5ed8ee.html |
48.0.2564.109 16 Feb 2016 12:49:54
  |
rene  |
www/chromium: update to 48.0.2564.109
MFH: 2016Q1
Security: http://vuxml.freebsd.org/freebsd/36034227-cf81-11e5-9c2b-00262d5ed8ee.html |
48.0.2564.103 06 Feb 2016 17:55:53
  |
rene  |
www/chromium: update to 48.0.2564.103
The tarballs have been rerolled by upstream at least once after initial
creation, but no differences have been found.
Submitted by: Christoph Moench-Tegeder
MFH: 2016Q1 |
48.0.2564.97 29 Jan 2016 08:13:58
  |
rene  |
www/chromium: update to 48.0.2564.97 [1]
While here, fix startup script [2]
PR: 204644 [2]
Submitted by: Christoph Moench-Tegeder via Github [1]
Submitted by: Anthony Eadicicco [2]
MFH: 2016Q1 |
48.0.2564.82 24 Jan 2016 11:58:31
  |
rene  |
www/chromium: update to 48.0.2564.82
Submitted by: Christoph Moench-Tegeder via GitHub
MFH: 2016Q1
Security: http://vuxml.freebsd.org/freebsd/371bbea9-3836-4832-9e70-e8e928727f8c.html |
47.0.2526.111 18 Jan 2016 12:50:31
  |
rene  |
www/chromium: update to 47.0.2526.111
Submitted by: Christoph Moench-Tegeder
MFH: 2016Q1 |
47.0.2526.106 10 Jan 2016 15:16:53
  |
rene  |
www/chromium: display the sysctl requirements for IPC in pkg-message, so that
t gets shown when intalling the port.
PR: 204470
Submitted by: junovitch@
MFH: 2016Q1 |
47.0.2526.106 20 Dec 2015 09:42:13
  |
rene  |
www/chromium: update to 47.0.2526.106
Submitted by: Christoph Moench-Tegeder via GitHub
MFH: 2015Q4
Security: http://vuxml.freebsd.org/freebsd/bb7d4791-a5bf-11e5-a0e5-00262d5ed8ee.html |
47.0.2526.80 15 Dec 2015 18:26:36
  |
rene  |
www/chromium: update to 47.0.2526.80
The increased size of the main tarball is already reported at
https://code.google.com/p/chromium/issues/detail?id=569095
MFH: 2015Q4
Security: http://vuxml.freebsd.org/freebsd/72c145df-a1e0-11e5-8ad0-00262d5ed8ee.html |
47.0.2526.73 10 Dec 2015 08:37:51
  |
rene  |
www/chromium: fix build on 9amd64, regression-tested on 10i386
MFH: 2015Q4 |
47.0.2526.73 07 Dec 2015 17:39:42
  |
rene  |
www/chromium: add a missing pkg-plist entry
MFH: 2015Q4 |
47.0.2526.73 07 Dec 2015 07:05:58
  |
rene  |
www/chromium: update to 47.0.2526.73
Currently broken on 9.
Submitted by: LeFroid (tmvfroid gmail)
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/41
MFH: 2015Q4
Security: http://vuxml.freebsd.org/freebsd/548f74bd-993c-11e5-956b-00262d5ed8ee.html |
46.0.2490.86 13 Nov 2015 06:40:45
  |
rene  |
www/chromium: update to 46.0.2490.86
Submitted by: Christoph Moench-Tegeder via GitHub
MFH: 2015Q4
Security: http://vuxml.freebsd.org/freebsd/f0b9049f-88c4-11e5-aed7-00262d5ed8ee.html |
46.0.2490.80 01 Nov 2015 17:00:37
  |
rene  |
www/chromium: fix build with GCC 4.9 on FreeBSD 9.3
PR: 204181
Submitted by: kwm
MFH: 2015Q4 |
46.0.2490.80 24 Oct 2015 20:29:56
  |
rene  |
www/chromium: update to 46.0.2490.80 (bugfix release)
MFH: 2015Q4 |
46.0.2490.71 18 Oct 2015 16:41:09
  |
rene  |
www/chromium: actually update files in the base directory, this was missing
from r399613
Submitted by: Jan Henrik Sylvester (via private mail)
MFH: 2015Q4 |
45.0.2454.101 18 Oct 2015 10:36:06
  |
rene  |
www/chromium: update to 46.0.2490.71
Submitted by: Christoph Moench-Tegeder
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/38
MFH: 2015Q4
Security: http://vuxml.freebsd.org/freebsd/8301c04d-71df-11e5-9fcb-00262d5ed8ee.html |
45.0.2454.101 27 Sep 2015 10:49:26
  |
rene  |
www/chromium: update to 45.0.2454.101
Submitted by: Christoph Moench-Tegeder
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/37
MFH: 2015Q3
Security: http://vuxml.freebsd.org/freebsd/0e425bb7-64f2-11e5-b2fd-00262d5ed8ee.html |
45.0.2454.93 20 Sep 2015 19:38:24
  |
rene  |
www/chromium: update to 45.0.2454.93
Submitted by: LeFroid
MFH: 2015Q3 |
45.0.2454.85 09 Sep 2015 21:01:22
  |
rene  |
www/chromium: update to 45.0.2454.85 [1]
- support webui JS code, from OpenBSD
- support setting background processes, from OpenBSD
- disable core dumps in the wrapper script [2]
Submitted by: LeFroid <tmvfroid@gmail.com> [1] via GitHub
Submitted by: cognet [2]
MFH: 2015Q3
Security: http://vuxml.freebsd.org/freebsd/a9350df8-5157-11e5-b5c1-e8e0b747a45a.html |
44.0.2403.155 22 Aug 2015 09:29:14
  |
rene  |
Move definitions of MAKE_ARGS up to ensure that chromedriver is built when
requested [1]
While here sort USES
PR: 202560 [1]
Submitted by: Carlos J Puga Medina [1]
MFH: 2015Q3 |
44.0.2403.155 20 Aug 2015 18:11:56
  |
rene  |
- Update to 44.0.2403.155 [1]
- Add a non-default option to install Chrome Driver [2][3]
PR: 202368 [2]
PR: 202370 [3]
Submitted by: LeFroid via GitHub [1]
Submitted by: stb@lassitu.de [2][3]
MFH: 2015Q3 |
44.0.2403.130 09 Aug 2015 12:43:42
  |
rene  |
- Update to 44.0.2403.130
- Port over some UI and timezone fixes from OpenBSD
Submitted by: LeFroid
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/28
MFH: 2015Q3 |
44.0.2403.125 05 Aug 2015 22:06:06
  |
rene  |
Drop support for FreeBSD 8. |
44.0.2403.125 05 Aug 2015 22:02:53
  |
rene  |
Fix build on FreeBSD 9.X
PR: 202020
Submitted by: gja822@narod.ru
MFH: 2015Q3 |
44.0.2403.125 31 Jul 2015 21:47:23
  |
rene  |
Update to 44.0.2403.125
Builds on 9.X are still broken. |
44.0.2403.107 30 Jul 2015 00:26:11
  |
osa  |
Fix typo. |
44.0.2403.107 28 Jul 2015 18:35:44
  |
rene  |
www/chromium: update to 44.0.2403.107
Note that chromium is currently broken on 9.X due to some obscure compiler
error caused possibly caused by Ports GCC.
Submitted by: LeFroid
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/25
MFH: 2015Q3
Security: http://vuxml.freebsd.org/freebsd/9d732078-32c7-11e5-b263-00262d5ed8ee.html |
43.0.2357.134 23 Jul 2015 19:51:05
  |
rene  |
Fix passing arguments containing spaces to the wrapper shell script.
PR: 195816
Submitted by: yuri@rawbw.com
MFH: 2015Q3 |