https://kb.isc.org/article/AA-01314/0
Tunes certain compiled-in constants and default settings to
values better suited to large servers with 12/16GB+ of memory.
This can improve performance on such servers, but will consume
more memory and may degrade performance on smaller systems.
PR: 224859
Sponsored by: Absolight
script in pre-configure to regenerate configure scripts. Because this
regenerates php_config.h.in, merge a patch for that file into the patch
for configure.in.
- Remove redundant --localstatedir=/var (added by bsd.port.mk).
An exporter for collectd. It accepts collectd's binary network
protocol as sent by collectd's network plugins and metrics in JSON
format via HTTP POST as sent by colletd's write_http_plugin, and
transform and exposes them for consumption by Prometheus.
WWW: https://github.com/prometheus/collectd_exporter
PR: 214675
Submitted by: dsp@php.net
- Since only *.enc.gz files are installed while the encodings.dir file is
genareted for directories containing both *.enc and *.enc.gz files,
the installed encodings.dir file includes bogus entries for *.enc.
- It causes libfontenc to fail to find encoding files, then X to fail to
open TrueType fonts with some encodings such as ascii-0 or jisx0208.1990-0.
PR: 170852
Submitted by: hiroto.kagotani@gmail.com, Jia-Shiun Li <jiashiun@gmail.com>
- Include pcap.h using a relative path. Some environments failed to find it.
- Bump PORTREVISION
This most probably also fixes 190725
PR: 225050
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
MFH: 2018Q1
Handbrake has a hard build dependency on Python 2.7 and calls python2
during the build. However lang/python2 might not be installed in the
build environment (e.g. with OPTIONS_UNSET=CUPS).
python2 /wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/../gtk/src/makedeps.py
gmake[4]: python2: Command not found
gmake[4]: *** [Makefile:866: widget.deps] Error 127
gmake[4]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/gtk/src'
oksh is the portable version of the OpenBSD Korn shell, a continuation
of the Public Domain Korn Shell (PDKSH). Its command language is a
superset of the sh(1) shell language. oksh is best known as the
default user shell and /bin/sh on OpenBSD.
WWW: https://devio.us/~bcallah/oksh/
PR: 225097
Submitted by: Brian Callahan <bcallah@openbsd.org>
is partly to sync wine and wine-devel as closely as possible before the
pending new major release of Wine, partly to make builds more reproducible
outside of a strict build environment (there should be no change for "pure"
builds).
r454242 | gerald | 2017-11-15
[G]enerally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]
r458393 | gerald | 2018-01-08
Configure --without-udev since FreeBSD does not feature udev support
as such. (This should not be a practical change, but makes this explicit
and also avoids a configure warning.)
PR: 195765 [1]
Reported by: dbn [1]
Incompatible changes with snapshot 201800107
--------------------------------------------
This release changes the format of 'full name' information in
Postfix-generated From: headers, when a local program such as
/bin/mail submits a message without From: header.
Postfix-generated From: headers with 'full name' information are
now formatted as "From: name <address>" by default. Specify
"header_from_format = obsolete" to get the earlier form "From:
address (name)". See the postconf(5) manpage for more details.
FreeBSD kernel changes to make use of the capabilities provided by the
new microcode update have not yet been committed. Since we do not yet
require them, allow more time for validation.
Approved by: emaste
Sponsored by: Limelight Networks