Sat Feb 13 15:16:04 2021 UTC ()
databases/teimscaledb: Set RESTRICTED

timescale-license is very hard to understand, but there is clearly no
grant of permission to distribute derived works.  Permission is
perhaps granted to distribute unmodified versions, but it's
conditioned on compliance with hard to understand terms and limited
based on purpose of use.


(gdt)
diff -r1.4 -r1.5 pkgsrc/databases/postgresql-timescaledb/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql-timescaledb/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-timescaledb/Makefile 2021/02/13 11:32:35 1.4
+++ pkgsrc/databases/postgresql-timescaledb/Makefile 2021/02/13 15:16:04 1.5
@@ -1,26 +1,32 @@ @@ -1,26 +1,32 @@
1# $NetBSD: Makefile,v 1.4 2021/02/13 11:32:35 tnn Exp $ 1# $NetBSD: Makefile,v 1.5 2021/02/13 15:16:04 gdt Exp $
2 2
3DISTNAME= timescaledb-2.0.1 3DISTNAME= timescaledb-2.0.1
4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/}
7GITHUB_PROJECT= timescaledb 7GITHUB_PROJECT= timescaledb
8 8
9MAINTAINER= otis@NetBSD.org 9MAINTAINER= otis@NetBSD.org
10HOMEPAGE= https://github.com/timescale/timescaledb 10HOMEPAGE= https://github.com/timescale/timescaledb
11COMMENT= The timescaledb extension for PostgreSQL 11COMMENT= The timescaledb extension for PostgreSQL
12LICENSE= apache-2.0 AND timescale-license 12LICENSE= apache-2.0 AND timescale-license
13 13
 14RESTRICTED= No clear permission granted to distribute
 15NO_SRC_ON_FTP= ${RESTRICTED}
 16NO_SRC_ON_CDROM= ${RESTRICTED}
 17NO_BIN_ON_FTP= ${RESTRICTED}
 18NO_BIN_ON_CDROM= ${RESTRICTED}
 19
14DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server 20DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
15 21
16USE_CMAKE= yes 22USE_CMAKE= yes
17CMAKE_ARGS+= -DUSE_OPENSSL=ON 23CMAKE_ARGS+= -DUSE_OPENSSL=ON
18CMAKE_ARGS+= -DREGRESS_CHECKS=OFF 24CMAKE_ARGS+= -DREGRESS_CHECKS=OFF
19 25
20PGSQL_VERSIONS_ACCEPTED= 12 11 26PGSQL_VERSIONS_ACCEPTED= 12 11
21 27
22## This transform can be removed in the next version update 28## This transform can be removed in the next version update
23# https://github.com/timescale/timescaledb/commit/63a66524dd8638516d382ed0efc60c75fb17250e 29# https://github.com/timescale/timescaledb/commit/63a66524dd8638516d382ed0efc60c75fb17250e
24# https://github.com/timescale/timescaledb/commit/2bf69fd4ca2da6a66a8d18642029df4e217a6e99 30# https://github.com/timescale/timescaledb/commit/2bf69fd4ca2da6a66a8d18642029df4e217a6e99
25BUILDLINK_TRANSFORM+= rm:-Werror 31BUILDLINK_TRANSFORM+= rm:-Werror
26 32