| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/#version-2-2-9
|
| |
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/#version-2-2-8
Notes:
svn path=/head/; revision=559347
|
|
|
|
|
|
|
|
|
| |
- Dropped support for pgsql 9.5
Relnotes: https://pgroonga.github.io/news/#version-2-2-6
Notes:
svn path=/head/; revision=541877
|
|
|
|
|
|
|
|
| |
PR: 246113
Reported by: bokutin@bokut.in
Notes:
svn path=/head/; revision=533884
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/#version-2-2-5
Notes:
svn path=/head/; revision=529900
|
|
|
|
| |
Notes:
svn path=/head/; revision=518668
|
|
|
|
| |
Notes:
svn path=/head/; revision=507769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
| |
Notes:
svn path=/head/; revision=503922
|
|
|
|
|
|
|
| |
- UNBREAK
Notes:
svn path=/head/; revision=502415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char')
bool PGrnGroongaInitialized = false;
^
src/pgroonga.h:94:13: note: previous declaration is here
extern bool PGrnGroongaInitialized;
^
src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga'
PGrnIndexIsPGroonga(Relation index)
^
src/pgroonga.h:97:6: note: previous declaration is here
bool PGrnIndexIsPGroonga(Relation index);
^
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=501232
|
|
|
|
| |
Notes:
svn path=/head/; revision=501157
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/
Notes:
svn path=/head/; revision=490118
|
|
|
|
|
|
|
| |
Relnotes:https://pgroonga.github.io/news/
Notes:
svn path=/head/; revision=488804
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Relnotes:https://pgroonga.github.io/news/#version-2-1-6
Notes:
svn path=/head/; revision=487786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/
Notes:
svn path=/head/; revision=475202
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=473169
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/
Notes:
svn path=/head/; revision=468063
|
|
|
|
|
|
|
| |
Relnotes: https://pgroonga.github.io/news/#version-2-0-2
Notes:
svn path=/head/; revision=458404
|
|
PGroonga is a PostgreSQL extension. PGroonga provides a new index access
method that uses Groonga.
Groonga is an embeddable super fast full text search engine. It can be
embedded into MySQL. Mroonga is a storage engine that is based on Groonga.
Groonga can also work as standalone search engine.
PostgreSQL supports full text search against languages that use only
alphabet and digit. It means that PostgreSQL doesn't support full text
search against Japanese, Chinese and so on. You can use super fast full
text search feature against all languages by installing PGroonga into your
PostgreSQL!
WWW: https://pgroonga.github.io/
Notes:
svn path=/head/; revision=450158
|