This update hit a very interesting issue in the ports framework.
Apparently, the logic behind automatic regeneration of GH_TUPLE for Go
modules does not handle versions with embedded slashes. I found a
relatively non-intrusive workaround for that. Long term, however, it
would be nice to fix the logic itself.
- Change from qhull8 to qhull
- Fix LIB_DEPENDS: change from libqhull.so to libqhull_r.so
- Bump PORTREVISION for dependency change
It would be better to update math/qhull to v8 and bump all dependent ports with
LIB_DEPENDS fix (at least libqhull.so to libqhull_r.so) at once.
PR: 261279
As VTK is built with Qt5 support, bring in the required
dependencies for the build system.
Submitted by: Oleg Sidorkin <osidorkin@gmail.com>
PR: 261519
- Fix a potential panic when kern.vt.splash_cpu is set [1]
- Do not depend on debugfs if not compiled with support
PR: 260896 [1]
MFH: 2022Q1
Sponsored by: Beckhoff Automation GmbH & Co. KG
- Fix a potential panic when kern.vt.splash_cpu is set [1]
- Do not depend on debugfs if not compiled with support
PR: 260896 [1]
Sponsored by: Beckhoff Automation GmbH & Co. KG
Wine now ships and builds faudio and libxml2 itself, so remove
the external dependencies on those two ports.
Approved by: damjan.jov@gmail.com (maintainer)
As php 8.x is not supported with zabbix 5.x frontend, make it
to only build with php 7.4 and convert to using flavors.
And while here, also portfmt and portclippy a bit.
Reported by: alexvpetrov@gmail.com
Meilisearch is a powerful, fast, open-source, easy to use and
deploy search engine. Both searching and indexing are highly
customizable.
- Search-as-you-type experience (answers < 50 milliseconds)
- Full-text search
- Typo tolerant (understands typos and misspelling)
- Faceted search and filters
- Supports hanzi (Chinese characters)
- Supports synonyms
- Easy to install, deploy, and maintain
- Whole documents are returned
- Highly customizable
- RESTful API
WWW: https://www.meilisearch.com/
Resolve the following LIB_DEPENDS warnings:
Error: /usr/local/bin/rsvndump is linked to
/usr/local/lib/libapr-1.so.0 from devel/apr1 but it is not declared
as a dependency
Warning: you need LIB_DEPENDS+=libapr-1.so:devel/apr1
Error: /usr/local/bin/rsvndump is linked to
/usr/local/lib/libaprutil-1.so.0 from devel/apr1 but it is not declared
as a dependency
Warning: you need LIB_DEPENDS+=libaprutil-1.so:devel/apr1
Error: /usr/local/bin/rsvndump is linked to
/usr/local/lib/libdb-5.3.so.0 from databases/db5 but it is not declared
as a dependency
Warning: you need USES+=bdb
Error: /usr/local/bin/rsvndump is linked to /usr/local/lib/libgdbm.so.6
from databases/gdbm but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgdbm.so:databases/gdbm
Error: /usr/local/bin/rsvndump is linked to /usr/local/lib/libexpat.so.1
from textproc/expat2 but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2
MFH: 2022Q1