Date: Tue, 17 Nov 2020 02:25:50 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555534 - head/databases/timescaledb Message-ID: <202011170225.0AH2Pop3061048@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Tue Nov 17 02:25:49 2020 New Revision: 555534 URL: https://svnweb.freebsd.org/changeset/ports/555534 Log: databases/timescaledb: add option to build without OpenSSL PR: 251049 Reported by: simplerezo at gmail.com Sponsored by: BBOX.io Modified: head/databases/timescaledb/Makefile Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Tue Nov 17 02:22:37 2020 (r555533) +++ head/databases/timescaledb/Makefile Tue Nov 17 02:25:49 2020 (r555534) @@ -3,6 +3,7 @@ PORTNAME= timescaledb PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -15,7 +16,7 @@ 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 ssl +USES= compiler:c11 cmake pgsql:9.6,10,11,12 USE_GITHUB= YES GH_ACCOUNT= timescale @@ -24,11 +25,15 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= TSL -OPTIONS_DEFAULT= TSL +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011170225.0AH2Pop3061048>