Update libfontenc to 1.1.4. This is a minor bugfix release, fixing a
bug that would cause mkfontscale(1) to fail to produce entries for the
iso8859-7 encoding because of wrong Unicode mappings for the iso8859-7
codepage.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-February/002956.html
Sponsored by: B3 Init
Update xf86-video-apm to 1.3.0.
Remove patches that are incorporated upstream.
This has not been run time tested due to lack of hardware.
PR: 235839
Submitted by: pete@nomadlogic.org
This port provides a minimal client implementation for the TAXII 2.0 server.
It supports the following TAXII 2.0 API services:
- Server Discovery
- Get API Root Information
- Get Status
- Get Collections
- Get a Collection
- Get Objects
- Add Objects
- Get an Object
- Get Object Manifests
WWW: https://github.com/oasis-open/cti-taxii-client
PR: 235802
Reported by: Charlie Li <ml+freebsd@vishwin.info>
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Relnotes: https://www.sqlite.org/changes.html
- Make conference and video support optional (enabled by default)
- Add options to select different Asterisk versions
- Build for net/asterisk16 by default
While here
- Install sccp.conf with @sample
- Run it through portfmt once, fix indentation
- Reorder variables according to chapter 15 of the PHB
- Pet portlint
PR: 223972
Submitted by: maintainer
upgrade to svn revision 1853744. This is on the path to the upcoming
release of version 4.2.0.
Disable the PDFIMPORT option and mark it broken. This extension does
not get built unless a compatible version of poppler is available.
This includes the firmwares for the newer picasso, raven2, vega12, and vega20
uarchs alongside updates to firmwares for raven and polaris generation uarchs.
- Don't require CROSS_TOOLCHAIN and CROSS_SYSROOT.
- Handle building for an amd64 target which needs x86_64 in
CONFIGURE_TARGET for similar reasons described in r475291.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D19129
- Don't require CROSS_TOOLCHAIN and CROSS_SYSROOT for base/binutils.
- Fix some places in devel/binutils to test the PREFIX instead of
CROSS_TOOLCHAIN to determine if base/binutils is being built.
- When base/binutils is built natively, the binaries are installed
with the target name prefix already.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D19128
patch files/patch-libjava-classpath-scripts-check_jni_methods.sh.in.
Escapes of ordinary characters will be disallowed by regex(3) in the
future. [1]
While here already, factor out a proper USES block in the Makefile. [2]
PR: 233443 [1]
Submitted by: kevans [1]
Reported by: portlint [2]