devel/R-cran-timechange: Fix tests
- The test suite requires a valid Sys.timezone(), which fails in
poudriere jails as they have no /etc/localtime. Set TZ=UTC via
MAKE_ENV, since cran.mk's do-test does not honour TEST_ENV.
devel/R-cran-data.table: Update to 1.18.6.1
- The test suite requires a valid Sys.timezone(), which fails in
poudriere jails as they have no /etc/localtime. Set TZ=UTC via
MAKE_ENV, since cran.mk's do-test does not honour TEST_ENV.
ChangeLog: https://cran.r-project.org/web/packages/data.table/news/news.html
audio/praat: update to 7.0.01, latest upstream
Praat 7 has some breaking changes -- the location for configuration
has changed, and scripts are now trust-checked by praat.
While here, patch out the vendored version of zlib and use
the FreeBSD base-system one. The other externals should
probably get the same treatment.
Audio doesn't play (on FreeBSD 15, in KDE Plasma), but it
doesn't error out either.
Reported-by: portscout
www/phpgroupware: Deprecate, upstream is dead
The GNU Project has decommissioned the package (Savannah reports
"Development Status: 9 - Decommissioned"), the last release on
SourceForge dates back to 2010, git.savannah.gnu.org no longer carries
the repository, and no active fork exists. The phpgroupware.org domain
has lapsed and now redirects to an unrelated site, so point WWW at the
Savannah project page instead.
audio/alacenc: unbreak the port's build against coming CMake versions
Since we cannot drop cmake_minimum_required() altogether, patch it up
assuming any CMake version within the foreseeable future will suffice.
PR: 297850
devel/cl-cffi: Update to 0.24.1.
Build the documentation from the texinfo sources in the distfile
instead of fetching pre-generated HTML, text and PDF files from a
separate site, where the copies published for this release were all
zero bytes. The PDF build pulls in TeX, so it sits behind its own PDF
option that is off by default.
Install cffi-toolchain, which cffi-grovel now depends on, plus the new
src/c2ffi and toolchain modules and grovel/common.h, which grovel
includes in the C files it generates.
devel/cl-alexandria: Split the PDF documentation into its own option.
Building the PDF needs texi2pdf and pulls in TeX, which is a lot of
machinery for a small utility library, so it now lives behind a PDF
option that is off by default. The HTML and info files only need
makeinfo and are still built with DOCS.
Also install alexandria.info: DOCS_INFO pointed at doc/alexandria, but
nothing ever installed the file, so the port registered an info entry
it did not ship.
devel/cl-alexandria: Limit portscout to the 1.x series.
Upstream has only ever tagged v1.1 through v1.4, and the archive
listing at gitlab.common-lisp.net now sits behind an anti-bot
challenge, so portscout was reporting a spurious 3.0 whose suggested
download was really alexandria-v1.4-<commit>.tar.bz2.
misc/mmv: update to version 2.10
This update replaces the unmaintained legacy version by a fork that
is seeing active development.
A number of options have been added, but the commands and options
should be backwards compatible with the original version.
shells/fish: 4.8.1
Note that the vastly reduced number of installed scripts does not reflect
a regression in functionality, but rather that those scripts are now
compiled into the binary.
https://github.com/fish-shell/fish-shell/releases
net/freeipa-server: Fix hardcoded paths
ipa-cacert-manage, ipa-getcert and the chrony tools were taken from the
Linux defaults, so they pointed at /usr/sbin, /usr/bin and /etc, where
FreeBSD has nothing. ipa-client-install aborted at the time
synchronisation step for that reason. net/chrony was missing from
RUN_DEPENDS as well.
Reported by: m87carlson (via my private GitHub FreeIPA repository)
Sponsored by: Netzkommune GmbH
audio/pcaudiolib: updat eto version 1.3
This update fixes choppiness and latency-related issues on some
platforms and contains a fix for an OSS device never being closed.
net-mgmt/nfdump: Update to 1.7.8
The following options are no longer available:
* FIXTIMEBUG: discontinued upstream
* GEODB: now always on
* INFLUXDB: discontinued upstream
* NFTRACK: now included in NFPROFILE
* NSEL: now always on
* SFLOW: now always on
Reviewed by: pi
Differential Revision: https://reviews.freebsd.org/D57835