- Support for kernel job objects.
- Various fixes to the ListView control.
- Better support for OOB data in Windows Sockets.
- Support for DIB images in the OLE data cache.
- Improved support for MSI patches.
- Some fixes for ACL file permissions.
- Various bug fixes.
files/patch-configure has been accepted upstrea; remove it.
Fix whitespace in one case.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Add xen kernel and xen toolstack ports to the ports tree
This packages are for now only supported on FreeBSD 11 after 1100055
The xen package only include the kernel and an addition to the loader menu to
allow to disable booting on the xen kernel
The Xen toolstack (xl) includes seabios (hence the addition of LGPLv3 license)
Explicitly use nm from ports binutils to workaround a bug in FreeBSD's nm on
some version of FreeBSD.
Workaround configure checks that are actually not needed during the build of the
tool stack.
Thanks AllanJude@ for the xen.4th
Thanks roger@ for all the work making FreeBSD dom0 support working.
Please notice that you will need an Intel box with EPT and a working IOMMU
Changes:
* Add CPPBIN="${CPP}" to CONFIGURE_ENV as Wine uses $CPPBIN, instead of
$CPP, in ./configure
* Use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE. The later is what
the base compiler is whereas the former to what is chosen to satisfy
USES=compiler:c11
PR: 199098
Reported by: pkg-fallout, gerald@
Changes:
* Enable building on amd64 (including execution support)
* Add support for clang on amd64
* No support for wow64 at this time
* Update pkg-plist for 32-/64-bit split
* Update pkg-plist for missing files reported by poudriere
PR: 197798
Approved by: gerald@
emulators/linux_dist-gentoo-stage3
emulators/linux_base-gentoo-stage3
If someone wants to resurect them, it will have to go through security team review first
Changes:
patch-nvidia.sh:
- handle nvidia-driver with package name suffix [1]
- handle i386-wine with arbitary package name suffix
- remove support for old pkg_ tools
PR: 198497 [1]
- 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.