Apparently, changes in the docproj toolchain sensitivized ps2epsi.ps
(ghostscript) against paper size mismatches in some circumstances.
Set the paper size consistently to A4 for PIC2PS (groff), PS2EPS (gs),
PS2BBOX (also gs). [1]
While here, blank DISPLAY so that the textproc/fop tool can make progress
if the DISPLAY isn't working (stalled ssh forward, xauth broken, whatever).
Remove MAKE_JOBS_UNSAFE, this was brought in in an attempt to fix the
build issues which turned out to be blank gs (Ghostscript) output rather
than broken dependencies in the Makefiles.
PR: 234126
PR: 234127 (duplicate of 234126)
Submitted by: fluffy@FreeBSD.org [1]
Reported by: ohartmann@walstatt.org
Reviewed by: driesm.michiels@gmail.com
Approved by: maintainer timeout (doceng@, 15 days)
JSON is everywhere on the Internet. Servers spend a lot of time parsing it.
The simdjson library uses commonly available SIMD instructions and
microparallel algorithms to parse JSON 2.5 times faster than anything
else out there.
WWW: https://simdjson.org/
NOTA on Current, clang crashes on AMD processors before revision 359826. See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245745
PR: 245744
Submitted by: Oleg Ginzburg <olevole at olevole dot ru>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24505
2.0 release notes: https://deluge.readthedocs.io/en/latest/releases/2.0.html
2.0.3 changelog: https://deluge.readthedocs.io/en/latest/changelog.html
This update includes migrating to python3/gtk3 stack and some extra stability
fixes from upstream repository, not yet released.
The port still need rc-scripts to be adjusted to run in headless mode out of
the box, but user may just toggle "Auto-connect to selected daemon" and
"Auto-start localhost daemon" or click "Start daemon" button in connection
manager window to make things happen. This (rc-scripts update) would be done
later when time permits.
PR: 241202
Reported by: many
The distfile is no longer found at:
http://www.funtoo.org/archive/keychain/keychain-2.8.5.tar.bz2
As mentioned in WWW, the distfile can be found on GitHub.
> The latest release of Keychain can be found on the keychain GitHub release page.
While here, switch WWW to https and changed to nice-look URL.
PR: 245808
Submitted by: meta (myself)
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: garga (maintainer)
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
since April.
* Do the same for its dependencies and bump PORTREVISION accordingly.
* Add an option to let users choose between the supported caching backends.
Although databases/py-python-memcached isn't listed in requirements.txt
it's used as default caching backend and needed at runtime.
PR: 245432
Approved by: maintainer timeout (14 days)
bsmtrace is a BSM based intrusion detection system, utilizing audit trails
and real-time audit event analysis through auditpipe(4). This host based
IDS operates using a finite state machine principles with a flexible
sequence driven signature system.
WWW: https://www.github.com/openbsm/bsmtrace
This is a repocopy of security/bsmtrace, updated to recently-released 3.x.
There are breaking changes between 1.x and 3.x, so it was decided to create
a new port to give consumers some time to update their configs. The old
security/bsmtrace should be deprecated in fairly short order, after
bsmtrace3 has received a little bit of soak time in ports.
bsmtrace 3.x, compared to the previous port, offers following new features:
- Set arrays will now resize on the fly, so the size limits should be no
more
- Logging channels have been removed, there's now one `logfile` directive
that can be applied at the global level to switch the logfile, assuming
the -l logdir option is in use
- Other config files can now be included with the 'include' directive; globs
are not currently supported, paths are relative to the primary config
file
- Sequences can now be configured to match on the jail name with the
per-sequence `zone` directive; valid values are: any, none, or a glob
string that matches the jail name.
Any = any jail, not the host. None = Only the host, no jails.
Other points:
- The Makefile patch is no longer needed as PCRE is now a mandatory
dependency.
- The dprintf(3) conflict is no more, so the rest of the patches also
disappear.
- This port now installs manpages to ${PREFIX}/share/man as per recent
guidelines to reflect base hierarchy.
- MAINTAINER remains csjp with the OpenBSM/TrustedBSD project.
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D24437