Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile (revision 561390) +++ head/databases/timescaledb/Makefile (revision 561391) @@ -1,41 +1,41 @@ # Created by: Kevin Bowling # $FreeBSD$ PORTNAME= timescaledb PORTVERSION= 2.0.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 TSL LICENSE_COMB= multi LICENSE_NAME_TSL= Timescale License Agreement LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept USES= compiler:c11 cmake pgsql:9.6,10,11,12 USE_GITHUB= YES GH_ACCOUNT= timescale PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= SSL TSL OPTIONS_DEFAULT= SSL TSL OPTIONS_SUB= yes SSL_DESC= Build with OpenSSL support TSL_DESC= Enables TSL licensed code in additon to Apache license code SSL_CMAKE_BOOL= USE_OPENSSL SSL_USES= ssl TSL_CMAKE_BOOL_OFF= APACHE_ONLY -CMAKE_OFF= REGRESS_CHECKS +CMAKE_OFF= REGRESS_CHECKS WARNINGS_AS_ERRORS WANT_PGSQL= lib server .include Index: head/databases/timescaledb/files/patch-tsl_src_reorder.c =================================================================== --- head/databases/timescaledb/files/patch-tsl_src_reorder.c (revision 561390) +++ head/databases/timescaledb/files/patch-tsl_src_reorder.c (nonexistent) @@ -1,10 +0,0 @@ ---- tsl/src/reorder.c.orig 2021-01-12 02:00:38 UTC -+++ tsl/src/reorder.c -@@ -794,6 +794,7 @@ copy_heap_data(Oid OIDNewHeap, Oid OIDOldHeap, Oid OID - case HEAPTUPLE_RECENTLY_DEAD: - tups_recently_dead += 1; - /* fall through */ -+ __attribute__((fallthrough)); - case HEAPTUPLE_LIVE: - /* Live or recently dead, must copy it */ - isdead = false; Property changes on: head/databases/timescaledb/files/patch-tsl_src_reorder.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property