On 2020/11/14 16:21, Denis Fondras wrote:
> Here is a port of TimescaleDB (most of the work done by Martin Got).
>
> TimescaleDB is an open-source database designed to make SQL scalable
> for time-series data. It is engineered up from PostgreSQL and
> packaged as a PostgreSQL extension, providing automatic partitioning
> across time and space (partitioning key), as well as full SQL
> support.
>
> https://www.timescale.com/
I would like to explain the "apache_only" config arg in more
detail, I'm sure I'm not the only one who wondered if it's something
to do with Apache httpd or something - e.g.
# only build Apache-licensed code, disabling the TsL library which
# is licensed under its own license, see tsl/LICENSE-TIMESCALE
CONFIGURE_ARGS += -DAPACHE_ONLY=1
it seems unnecessary to restrict to base-clang archs only? it builds
with ports-gcc. I'd go for "COMPILER = base-clang ports-gcc" unless
there's a reason not to. (base-gcc doesn't work as-is).
"make plist" gives this, PLIST needs syncing to remove this dir
which doesn't exist:
Stripping directories from databases/postgresql,-server
Not found: /usr/local/share/doc/timescaledb (in /usr/ports/mystuff/databases/timescaledb/pkg/PLIST)
No comments:
Post a Comment