textproc/redisearch2: New port
RediSearch is a source available Full-Text and Secondary Index engine
over Redis, developed by Redis Labs.
Redisearch implements a search engine on top of Redis, but unlike other
Redis search libraries, it does not use internal data structures like
sorted sets.
This also enables more advanced features, like exact phrase matching and
numeric filtering for text queries, that are not possible or efficient
with traditional Redis search approaches.
This is the 2.10.X branch of redisearch. This is also the last version
from 2.X branch. This is why it's suffixed with 2 instead of 210.
WWW: https://github.com/RediSearch/RediSearch/
textproc/redisearch28: New port
RediSearch is a source available Full-Text and Secondary Index
engine over Redis, developed by Redis Labs.
Redisearch implements a search engine on top of Redis, but
unlike other Redis search libraries, it does not use internal
data structures like sorted sets.
This also enables more advanced features, like exact phrase
matching and numeric filtering for text queries, that are not
possible or efficient with traditional Redis search approaches.
This is the 2.8.X branch of redisearch
WWW: https://github.com/RediSearch/RediSearch/
textproc/redisearch24: New port
RediSearch is a source available Full-Text and Secondary Index
engine over Redis, developed by Redis Labs.
Redisearch implements a search engine on top of Redis, but
unlike other Redis search libraries, it does not use internal
data structures like sorted sets.
This also enables more advanced features, like exact phrase
matching and numeric filtering for text queries, that are not
possible or efficient with traditional Redis search approaches.
This is the 2.4.X branch of redisearch
WWW: https://github.com/RediSearch/RediSearch/
textproc/redisearch26: New port
RediSearch is a source available Full-Text and Secondary Index
engine over Redis, developed by Redis Labs.
Redisearch implements a search engine on top of Redis, but
unlike other Redis search libraries, it does not use internal
data structures like sorted sets.
This also enables more advanced features, like exact phrase
matching and numeric filtering for text queries, that are not
possible or efficient with traditional Redis search approaches.
This is the 2.6.X branch of redisearch
WWW: https://github.com/RediSearch/RediSearch/
textproc/redisearch22: Refactor
- Use proper use of PKGNAMESUFFIX instead of PORTNAME cluttering
- Adopt port
- Update WWW
- Fix license name to RSAL
- Install module as executables
textproc/redisearch20: Refactor
- Use proper use of PKGNAMESUFFIX instead of PORTNAME cluttering
- Adopt port
- Update WWW
- Fix license name to RSAL
- Mark DEPRECATED as 2.0.X is no longer maintained last release was in
2021. Use redisearch22
- Set EXPIRATION_DATE 2026-06-30
- Install module as executables
net/libifconfig: Update version 0.1=>0.2
- Add tarball for 14.4, 15.0, 15.1
- Drop support for 13.5
Reviewed by: bofh
Differential Revision: https://reviews.freebsd.org/D55034
graphics/mesa-dri: fix builds against llvm 20 and 21
Add several upstream patches, as patch-llvm-20-* and patch-llvm-21-*, to
make mesa build against llvm 20 and 21. Whenever mesa gets updated to a
new version which includes those changes, the patches can easily be
removed.
PR: 290809, 290874
MFH: 2026Q2
(cherry picked from commit e45b1bd3027b31845938ab6c7a5adc28c87d7ece)
graphics/mesa-dri: fix builds against llvm 20 and 21
Add several upstream patches, as patch-llvm-20-* and patch-llvm-21-*, to
make mesa build against llvm 20 and 21. Whenever mesa gets updated to a
new version which includes those changes, the patches can easily be
removed.
PR: 290809, 290874
MFH: 2026Q2
lang/guile-aclocal: fix fetch
GNU/guile-aclocal does not exist, the distfile lives in GNU/guile.
Set MASTER_SITES in main port accordingly so child ports do not
enter a nonexistent subdir.
Approved by: bofh (maintainer)
Differential Revision: https://reviews.freebsd.org/D57360
mail/mu: Fix build
Fix build with MANPAGES=off and MU4E=on because BUILD_DEPENDS=emacs was
changed to MANPAGES_BUILD_DEPENDS.
Delete the *.elc files to enable compatibility with the new Emacs
framework.
PR: 295350
Approved by: rwn at mailo.com (maintainer, timeout, implicit)
Approved by: fluffy (mentor)