(Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
devel/marisa-trie: enable SSE2 by default on amd64
Respect CPUTYPE defined via make.conf in order to derive option defaults.
PR: 213271
Approved by: Iblis Lin (maintainer)
New port: devel/marisa-trie
Matching Algorithm with Recursively Implemented StorAge (MARISA)
is a static and space-efficient trie data structure. And libmarisa
is a C++ library to provide an implementation of MARISA. Also, the
package of libmarisa contains a set of command line tools for
building and operating a MARISA-based dictionary.
WWW: https://github.com/s-yata/marisa-trie
PR: 210780
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>