JAVA_MOD is marked broken. It attempts to fetch third party softwre.
MONGO option does not build and is flagged broken.
Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com>
Balabit / syslog-ng upstream
- updated French translation; thanks to Zabbix translators
- enforced bash usage in mysql.size user parameter configuration
script to avoid issues with different default shells;
thanks to Timo Lindfors for reporting it
- fixed timeout being too low when sending configuration data to
active proxy
- fixed loss of trailing whitespace in unquoted function parameters
when creating calculated items with low level discovery
Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_MYSQL because referenced version was removed long ago
PR: 209890
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by: pi (mentor)
It's been 6.5 years since this port was marked with NO_PACKAGE which
should have been a temporary measure. It builds fine for me on F10.3
amd64 (vm), so let's remove the designation so we can see if it's
still an issue. If the problem still exists, then it's better make
the documentation optional and off by default.
Approved by: Just-Fix-It
The addition of the MIT licence block broke at least the
textproc/libxml2-reference port due to how the helper script
bsd.gnome-reference.mk works. Removed at the request of person that
suggested the license be added [2].
PR: 209806
PR: 212265 [2]
Reported by: cpm
- Add TEST port option to match BUILD_TESTING cmake option
o CAVEAT: TEST=off is currently broken, see upstream bug# in Makefile
- DOCS requires qcollectiongenerator, added it via QT5=help
- TEST requires QT5=buildtools_build,linguisttools_build,qmake_build
- Patches FindQCollectionGenerator cmake test for the correct binary
path under qt5/
PR: 211375
MFH: 2016Q3
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Piglit is the Mesa testsuite. It is very helpful while working on the
graphics stack in both userland and the kernel.
Support for FreeBSD is incomplete at this time. We use a patch to
enable the same build flags as Linux. However, we still lack new code
to support FreeBSD, in particular in scripts under the `framework`
directory, such as a way to collect timestamped messages from the
kernel.
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D4058
This release improves robustness and activates the watchdog.
It leveraes the procctl functionality to ensure all processes spawned
from a builder are reaped, which in turn ensures that tmpfs mounts can
be dismounted. Previously stuck processes could prevent those dismounts,
trapping them as new mounts get placed on top.
This also finally enables the watchdog that will kill runaway builds.
The watchdog has a specific time limit per build phase where it will
kill the build if the log doesn't grow over the previous X minutes.
No activity timeout limits per phase are:
check_sanity : 1 minute
pkg_depends : 3 minutes
fetch : 480 minutes
checksum : 480 minutes (fetches if required)
extract_depends : 3 minutes
extract : 30 minutes
patch_depends : 3 minutes
patch : 3 minutes
build_depends : 5 minutes
build : 20 minutes
run_depends : 10 minutes
stage : 20 minutes
check_plist : 3 minutes
pkg_package : 120 minutes
install_mtree : 3 minutes
install : 10 minutes
deinstall : 10 minutes
A minor change regarding the swap display: If there is no swap installed,
it will now display "n/a" instead of "100%"
Following bad addresses are being validated as good by checkIPv6()
1:2:3:4:5:6:7:8:1.2.3.4
::1:2:3:4:5:6:7:8
1:2:3:4:5:6:7:8::
1:2:3:4:5:6:::8
::::a
::::
1::2::3
Obtained from: pfSense
MFH: 2016Q3
Sponsored by: Rubicon Communications (Netgate)