The recent port version 5.7.10_2 introduced a change in the default
behaviour of performance_schema. Due to an ongoing debate in the
community whether the default setting should lean towards performance
(previous default before 5.7.10_2) or memory consumption, maintainer
had changed the default to memory consumption in 5.7.10_2.
This introduces an OPTION knob PERFSCHM to control the default behaviour
of performance_schema. It defaults to ON, hence restoring the previous
default.
Bump PORTREVISION.
PR: 206912
Submitted by: smh
Reviewed by: mokhi64@gmail.com (maintainer), riggs
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q1
Cargo requires a prebuilt bootstrapped version of itself. The only one
available for FreeBSD is for amd64.
This prevents build failures on i386.
Reviewed by: jbeich
Approved by: jbeich
MFH: 2016Q1
Differential Revision: https://reviews.freebsd.org/D5219
various perl scripts installed by this port
(2) Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk to link against
libmilter installed by the mail/sendmail port when
WITH_SENDMAIL_PORT=yes is set in /etc/make.conf or the base
libmilter if WITH_SENDMAIL_BASE=yes
PR: 202374 (1)
Submitted by: freebsd-ports@dan.me.uk (1) matthew (2)
Reviewed by: pi (1)
Approved by: maintainer timeout (>14days)
Synth detected that devel/ncurses was touching $LOCALBASE/lib during
the build, and narrowing it down, it turned out to be configure:
Modified files/directories:
usr/local/lib [ modification ]
Throught manual inspect, I tracked this down to the long names support
test. Caching the conf value to "yes" results in all phases between
configure and stage (inclusive) not touch base.
Approved by: just fix it
guacamole-client is the superproject containing all Maven-based
projects that make Guacamole, an HTML5 web application that provides
access to your desktop using remote desktop protocols.
guacamole-client is used to build the subprojects that make up
Guacamole, and to provide a common central repository. Each project
contained here is completely independent of guacamole-client and
can be built separately, though the others may have to be built
first. If all projects are built using guacamole-client, Maven will
take care of the proper build order.
WWW: https://github.com/glyptodon/guacamole-client
PR: 202755
Submitted by: ultima1252@gmail.com
Miller is like sed, awk, cut, join, and sort for name-indexed data such
as CSV.
With Miller you get to use named fields without needing to count
positional indices.
WWW: http://johnkerl.org/miller/doc/
PR: 206785
Requested by: jungleboogie0@gmail.com
The tarballs have been rerolled by upstream at least once after initial
creation, but no differences have been found.
Submitted by: Christoph Moench-Tegeder
MFH: 2016Q1
- use a simple pidfile instead of a whole piddir
- add a -Dapp=riemann parameter to java invocation so
ps | grep can find riemann easily
- remove procname and rely on daemon to handle this
- use daemon's pid and not riemanns' pid (-P parent flag change)
- add daemon's -r restart flag to keep java running at all costs
PR: 204988
Submitted by: David D'Amico <davide.damico@gmail.com>
Approved by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
The guacamole-server package is a set of software which forms the
basis of the Guacamole stack. It consists of guacd, libguac, and
several protocol support libraries.
guacd is the Guacamole proxy daemon used by the Guacamole web
application and framework. As JavaScript cannot handle binary
protocols (like VNC and remote desktop) efficiently, a new test-based
protocol was developed which would contain a common superset of the
operations needed for efficient remote desktop access, but would
be easy for JavaScript programs to process. guacd is the proxy which
translates between arbitrary protocols and the Guacamole protocol.
WWW: https://github.com/glyptodon/guacamole-server
PR: 202754
Submitted by: Ultima1252@gmail.com