Expand the post install instructions to mention the need to add
hw.pci.mcfg=0 to /boot/loader.conf, or else FreeBSD is not going to be able
to boot as Dom0.
Approved by: bapt
Sponsored by: Citrix Systems R&D
Now both the xen-kernel and xen-tools packages are compiled with clang from
base.
xen-kernel however needs to use binutils due to some limitations in the
current elftc.
Approved by: bapt
Sponsored by: Citrix Systems R&D
CalDavZAP is an open source CalDAV web client implementation released under GNU
Affero General Public License (version 3.0).
Main features:
* 100% JavaScript+jQuery CalDAV web client/application - no special server
software required for standard setup (except the CalDAV server of course)
* server-based XML configuration generator (for special setup) with HTTP and
LDAP authentication plugins
* asynchronous read-only and read/write calendar collection detection
* asynchronous background synchronization
* support for delegated calendars
* support for subscribed calendars
* time-range filtering (server support required)
* support for RFC compliant vCalendars (version 2.0) and automatic correction
of most common errors in invalid vCalendars
* support for background calendars - if there is at least one event defined for
the given day in a background calendar, the background color for that day
will be pink/light-red
and much more ...
WWW: https://www.inf-it.com/open-source/clients/caldavzap/
devel/valgrind/Makefile
devel/valgrind/pkg-plist
devel/valgrind-devel/Makefile
devel/valgrind-devel/pkg-plist
Add a MANPAGES option. valgrind's man pages are built with
docbook-xml, which has lots of dependencies. Disabling MANPAGES will
speed the build.
Reviewed by: bdrewery, brd
Approved by: bdrewery (ports, maintainer)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6667
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.
Dancer::Plugin::RPC::XMLRPC
This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.
Dancer::Plugin::RPC::JSONRPC
This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.
See the /t dir for examples (until some tutorial exists)
WWW: https://metacpan.org/pod/Dancer::Plugin::RPC
PR: 209597
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Future mesa version will drop the glx-tls configure switch. This is by
default disabled on !linux and when the configure switch is dropped
glx-tls will be enabled always. Add a blob explaining why, we can't
enable this on FreeBSD yet. We might need to backport some patches
until we can.
Obtained from: graphics team development repo.
pyxdg support Python3 since version 0.20, so adjust out port accordingly.
While here, add NO_ARCH and sort USE_PYTHON values.
PR: 209896
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
With hat: gnome