ctime.3: remove warning about tm_zone and tm_gmtoff
These are standardized in posix 2024 via Austin Group Defect 1533. So they
won't go away or change anytime soon.
ok job millert
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
archivers/ruby-zip: update to 3.3.1
3.3.1 (2026-05-30)
The 3.3.x line ensures that Zip::InputStream behaves more like standard Ruby
IO classes.
There are breaking changes in the 3.x series
Please see the README and Updating to version 3.x in the wiki for help
upgrading from version 2.4.x to version 3.x.