Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145136666
D19079.id53864.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19079.id53864.diff
View Options
Index: databases/timescaledb/Makefile
===================================================================
--- databases/timescaledb/Makefile
+++ databases/timescaledb/Makefile
@@ -1,8 +1,9 @@
# Created by: Kevin Bowling <kbowling@freebsd.org>
-# $FreeBSD$
+# $FreeBSD: head/databases/timescaledb/Makefile 491669 2019-01-31 01:24:30Z kbowling $
PORTNAME= timescaledb
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
@@ -20,15 +21,17 @@
USE_GITHUB= YES
GH_ACCOUNT= timescale
-OPTIONS_DEFINE= APACHEONLY
-OPTIONS_SUB= yes
-
-APACHEONLY_CMAKE_BOOL= APACHE_ONLY
-APACHEONLY_DESC= Only build Apache licensed code
-
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
+SUB_LIST= PORTVERSION=${PORTVERSION}
WANT_PGSQL= server
+OPTIONS_DEFINE= TSL
+OPTIONS_DEFAULT= TSL
+OPTIONS_SUB= yes
+
+TSL_DESC= Enables TSL licensed code in additon to Apache license code
+TSL_CMAKE_BOOL_OFF= APACHE_ONLY
+
.include <bsd.port.mk>
Index: databases/timescaledb/pkg-plist
===================================================================
--- databases/timescaledb/pkg-plist
+++ databases/timescaledb/pkg-plist
@@ -1,5 +1,5 @@
lib/postgresql/timescaledb-%%PORTVERSION%%.so
-%%NO_APACHEONLY%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so
+%%TSL%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so
lib/postgresql/timescaledb.so
share/postgresql/extension/timescaledb--0.1.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--0.10.0--%%PORTVERSION%%.sql
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 17, 8:28 AM (11 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28808336
Default Alt Text
D19079.id53864.diff (1 KB)
Attached To
Mode
D19079: databases/timescaledb: invert TSL/APACHE_ONLY option
Attached
Detach File
Event Timeline
Log In to Comment