As timescaledb 2.0.0 is out, update it. Changelog: https://github.com/timescale/timescaledb/releases/tag/2.0.0
Created attachment 220838 [details] patchfile to update to timescaledb 2.0.0 timscaledb 2 has one cmake caviate for building see https://github.com/timescale/timescaledb/issues/2771 the attached patch addresses that in addition to the version bump.
(In reply to darcy from comment #1) Please, submit an unified diff, not a context one. Thanks.
Created attachment 220911 [details] timescaledb 2.0.0 patch Replaces previous context foramt patch file
Created attachment 221051 [details] timescaledb 2.0.0 patch timescale 2.0.0 patch with style cleaned up
Hi, I don't currently have my desktop where I commit from up and running due to a move. I plan to address the 2.0 upgrade this week when I get a permanent internet connection installed.
A commit references this bug: Author: kbowling Date: Mon Jan 11 05:04:56 UTC 2021 New revision: 561186 URL: https://svnweb.freebsd.org/changeset/ports/561186 Log: databases/timescaledb: Update to 2.0.0 Changelog: https://github.com/timescale/timescaledb/releases/tag/2.0.0 PR: 252029 Reported by: otis@ Sponsored by: BBOX.io Changes: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-plist
Hi folks, I looked at your patches and see several QA issues so I went ahead and rolled my own update. I don't understand how you are triggering -Werror kind of issues, can you both share /etc/make.conf and a poudriere testport log to me in email? Ditto for the patch file in the last version I don't see that being necessary for expected build configurations. Also this version does not support PG 13 yet. Here's proof of a clean build https://people.freebsd.org/~kbowling/logs/timescaledb-2.0.0.log - I'll get reports from the jenkins jobs on older versions soon enough and will address any issues there if necessary.
clang on 12-STABLE: https://freebsd-stable.builder.wilbury.net/data/12_STABLE_GENERIC_amd64-default-powen/2021-01-11_09h14m21s/logs/errors/timescaledb-2.0.0.log
A commit references this bug: Author: kbowling Date: Tue Jan 12 02:04:52 UTC 2021 New revision: 561296 URL: https://svnweb.freebsd.org/changeset/ports/561296 Log: databases/timescaledb: Fix switch fallthrough warning on fbsd 12 PR: 252029 Submitted by: otis@ Reported by: otis@ Sponsored by: BBOX.io Changes: head/databases/timescaledb/files/patch-tsl_src_reorder.c
A commit references this bug: Author: kbowling Date: Tue Jan 12 21:53:28 UTC 2021 New revision: 561391 URL: https://svnweb.freebsd.org/changeset/ports/561391 Log: databases/timescaledb: disable -Werror, it is too fragile for packaging releases PR: 252029 Sponsored by: BBOX.io Changes: head/databases/timescaledb/Makefile head/databases/timescaledb/files/patch-tsl_src_reorder.c