Changes:
1) Update mergeplist.py:
a) Produce shorter plists
b) Improve naming of iteration variables
2) Add DEVEL and STAGING to the plist substitution list, for 1.
3) Bump minimum OSVERSION for -CURRENT
4) Mark port an broken on -CURRENT: dependencies not building
The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or
ping/traceroute the other hosts/routers from the virtual PCs when you study
the Cisco routers in the Dynamips. VPCS is not the traditional PC, it is
just a program running on the Linux or FreeBSD, and only few network
commands can be used in it. But VPCS can give you a big hand when you study
the Cisco devices in the Dynamips. VPCS can replace the routers or VMware
boxes which are used as PCs in the Dynamips network. It can save your
CPU/Memory. It is very small.
VPCS can be run in udp or ether mode. In the udp mode, VPCS sends or
receives the packets via udp. In the ether mode, via /dev/tap.
WWW: https://wiki.freecode.com.cn/doku.php?id=wiki:vpcs
- Pulse audio driver.
- Various fixes for Microsoft Office 2013 support.
- Some more implementation of the Web Services DLL.
- More fixes for the latest C runtime version.
- Improvements to the Makefile generation.
- Various bug fixes.
At least on DragonFly's base compiler (gcc 5.2), the getc and ungetc
routines in mame/mess were getting clobbered by <stdio.h>. Rename
getc and ungetc to mame_getc and mame_ungetc to fix. For some reason,
macro definitions did not work so I had to patch every instance
individually.
- Implementation of the TransmitFile function.
- More implementation of the Web Services DLL.
- Improved video decoding.
- Alternative for the deprecated prelink tool.
- Major Turkish translation update.
- Various bug fixes.
And tools/winemaker is now tools/winemaker/winemaker, so adjust
SHEBANG_FILES accordingly.
Apply the following XSAs: 148, 149, 150, 151, 152 and 153. More information
about the content of each XSA can be found at: http://xenbits.xen.org/xsa/
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D4049
- Use sysconf(3) to get number of active CPUs instead of sysctl(3)
and thus clean up the patch
- Remove BROKEN_ia64 statement at it makes little use these days as ia64
was never a first-class citizen in FreeBSD and officially killed in
-CURRENT for a while now
PR: 203426
Submitted by: maintainer