devel/opencircuitx: Add new port
OpenCircuitX is a free, open-source EDA (Electronic Design Automation)
platform for VHDL and Verilog: the hardware description languages (HDL)
used to design digital logic. It is developed by OpenLabX and unifies an
IDE-quality HDL editor, a visual circuit canvas, an RTL schematic
viewer, a waveform viewer, and a full FPGA toolchain in one window, for
hardware engineers, students, and FPGA hobbyists alike.
PR: 297258
lang/elixir-mode.el: Update to 2.5.0
Upstream added elixir-format.el, so pick it up in pkg-plist. Switch to
DISTVERSION for the ordering expected alongside DISTVERSIONPREFIX.
net/gnunet: update to 0.29, latest upstream
Release notes are at
https://www.gnunet.org/en/news/2026-08-0.29.0.html
Note that this is a major release, and incompatible with 0.28.
In FreeBSD-land, I don't know of any consumers outside of
Taler, so I'm not bumping anything else.
Some (minor) FreeBSD patches were submitted and accepted upstream.
audio/praat: add missing patch
The port doesn't compile without this one (because of
-Werror catching the UB in functions without a return value).
So not bumping PORTREVISION.
deskutils/vym: Fix runtime error
- Vym could not find its resources at startup, because the definition
of DATADIR, passed to cmake at build time as a value of VYMBASEDIR,
was inadvertently removed with the latest update.
The definition of VYMBASEDIR is now more similar to the original one.
- Bump PORTREVISION
PR: 297876
math/scilab: chase the upgrade of math/matio to 1.6.0
The recent upgrade of matio broke Scilab, because Scilab only test
the minor version MATIO_RELEASE_LEVEL and not the full string.
Reported by: pkg-fallout
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.