Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164951137
D19079.id53588.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.id53588.diff
View Options
Index: databases/timescaledb/Makefile
===================================================================
--- databases/timescaledb/Makefile
+++ databases/timescaledb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= timescaledb
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
@@ -20,14 +21,17 @@
USE_GITHUB= YES
GH_ACCOUNT= timescale
-OPTIONS_DEFINE= APACHEONLY
+OPTIONS_DEFINE= TSL
OPTIONS_SUB= yes
-APACHEONLY_CMAKE_BOOL= APACHE_ONLY
-APACHEONLY_DESC= Only build Apache licensed code
+TSL_CMAKE_BOOL_OFF= APACHE_ONLY
+TSL_DESC= Enables TSL licensed code in additon to Apache license code
+OPTIONS_DEFAULT= TSL
+
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
+SUB_LIST= PORTVERSION=${PORTVERSION}
WANT_PGSQL= server
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
Thu, Aug 6, 2:25 AM (5 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36062701
Default Alt Text
D19079.id53588.diff (1 KB)
Attached To
Mode
D19079: databases/timescaledb: invert TSL/APACHE_ONLY option
Attached
Detach File
Event Timeline
Log In to Comment