- Kerning support in DirectWrite.
- Support for DirectX Media Objects filters.
- Better support for animated GIFs in GdiPlus.
- Improved support for Known Folders in Shell32.
- Various bug fixes.
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Another example of "all" target containing a "clean" target that
seems to have removed object files after they were built. While here,
get rid of weird "pre-patch" target since we are patching Makefile.x11
anyway. We can handle some of that substituion with flags.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
- New version of the Gecko engine based on Firefox 36.
- Updated version of the Mono engine.
- Support for themed scrollbars.
- More compatible RPC interface for service control.
- Support for X Drag & Drop version 5.
- Threading fixes in IME support.
- Various bug fixes.
- Remove unneeded MAN1
- Don't show pkg-message from Makefile
- Disable and mark broken RAZE and STAR options, as they fail to link
- Fix configure to properly detect amd64 arch
- When compiling with clang, drop compiler flags not supported by it
- Disable -malign-double on amd64, gcc says it makes no sense
Approved by: bapt
MFH: 2015Q1
- Interface change notifications.
- Support for the UTF-7 encoding.
- A number of graphical fixes for themed controls.
- Wininet now implemented on top of Win32 sockets.
- Various bug fixes.
Plus the following changes from Wine 1.7.36 which was not properly
announced:
- Support for configuring speakers in Winecfg.
- Support for typographic features in DirectWrite.
- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS
Differential Revision: https://reviews.freebsd.org/D1851
Approved by: bapt (mentor)