- Unicode data updated to Unicode 11.0.0.
- Proxy configuration dialog in the Internet control panel.
- Syntax fixes in the Cmd.exe command intepreter.
- Some more glyphs in the Wingdings font.
- Various bug fixes.
Align the sorting of MASTER_SITES with the emulators/wine port again,
now that SF is regularly updated again.
- Update Intel microcode to 0703 release.
-- intel-ucode-with-caveats/ --
This directory holds microcode that might need special handling.
BDX-ML microcode is provided in directory, because it need special commits in
the Linux kernel, otherwise, updating it might result in unexpected system
behavior.
OS vendors must ensure that the late loader patches (provided in
linux-kernel-patches\) are included in the distribution before packaging the
BDX-ML microcode for late-loading.
== 20180703 Release ==
-- Updates upon 20180425 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- updated platforms ------------------------------------
SNB-EP C1 6-2d-6/6d 0000061c->0000061d Xeon E5
SNB-EP C2 6-2d-7/6d 00000713->00000714 Xeon E5
IVT C0 6-3e-4/ed 0000042c->0000042d Xeon E5 v2;
Core i7-4960X/4930K/4820K
IVT D1 6-3e-7/ed 00000713->00000714 Xeon E5 v2
HSX-E/EP/4S C0 6-3f-2/6f 0000003c->0000003d Xeon E5 v3
HSX-EX E0 6-3f-4/80 00000011->00000012 Xeon E7 v3
SKX-SP/D/W/X H0 6-55-4/b7 02000043->0200004d Xeon Bronze 31xx,
Silver 41xx, Gold 51xx/61xx Platinum 81xx, D/W-21xx; Core i9-7xxxX
BDX-DE A1 6-56-5/10 0e000009->0e00000a Xeon D-15x3N
---- intel-ucode-with-caveats/ ----------------------------
BDX-ML B/M/R0 6-4f-1/ef 0b00002c->0b00002e Xeon E5/E7 v4; Core i7-69xx/68xx
Reviewed by: swills
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D16209
* adds LICENSE_FILE;
* pulls USES=go to build the port - without adding Go libs;
* removes shells/bash as BUILD_DEPENDS;
* presents Options Helpers to the Makefile
* offers a new shell completion for shells/fish.
Once shells/bash was NOT present in RUN_DEPENDS, its completions options is
NOT enabled by default.
PR: 229631
Submitted by: maintainer
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D16194
default --with-pcre to use version 2
- Add a new OPTION PCRE2 to let it build with devel/pcre2
- Bump PORTREVISION
PR: 229366
Submitted by: mat
MFH: 2018Q3
Sponsored by: Rubicon Communications, LLC (Netgate)
In file included from src/save_map.cpp:40:
include/mapnik/image_filter.hpp:166:23: error: no member named 'bits32f' in namespace 'boost::gil'
using boost::gil::bits32f;
~~~~~~~~~~~~^
include/mapnik/image_filter.hpp:168:5: error: unknown type name 'bits32f'
bits32f out_value =
^
In file included from deps/agg/src/agg_pixfmt_rgba.cpp:7:
deps/boost/gil/extension/toolbox/hsv.hpp:47:35: error: too few arguments provided to function-like macro invocation
GIL_DEFINE_ALL_TYPEDEFS( 32f, hsv )
^
/usr/local/include/boost/gil/typedefs.hpp:89:9: note: macro 'GIL_DEFINE_ALL_TYPEDEFS' defined here
^
PR: 229569
japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and
japanese/p5-Lingua-JA-Numbers didn't have ja- prefix.
Set ja-p5- prefix to all Lingua ports under Japanese category.
PR: 229184
Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version)
Reviewed by: pi, mat
Approved by: pi (mentor)
Differential Revision: https://reviews.freebsd.org/D16002
CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems
to impact the LoTW integration though, so I don't think it needs to be
marked as broken with that version.
Also, update all the patches to use makepatch.
DevOps tasks. It is an open source package which relays on CBSD to provide lower
level management for jails and virtual machines.
If you have ever used Vagrant or Docker Compose, Reggae is best described
as an alternative to those. It enables you easy development inside jail
while code editing is done on the host. It makes transition from
development to production easier by using provisioners. It makes host
clean of all requirements of development and puts them inside jail which
is easily stopped, started, provisioned, and destroyed.
WWW: https://github.com/cbsd/reggae
New port added with couple of changes:
1. cbsd dependency line was changed to include relative path to the cbsd binary.
Without that poudriere fails to stage the package with
"pkg-static: Insufficient privileges to add packages" message
2. LICENSE_FILE and NO_ARCH knobs were added
3. DATADIR variable in pkg-plist was replaced with relative path, because
redefining of this variable on build time is not supported by reggae - it
doesn't expect to change REGGAE_DIR var and this path is actually hardcoded
in scripts. Corresponding portlint warnings should be ignored.
PR: 223708
Submitted by: Goran Mekić <meka@tilda.center>