Bug 251049 - databases/timescaledb: add option for build without OpenSSL
Summary: databases/timescaledb: add option for build without OpenSSL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kevin Bowling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-11 14:15 UTC by SimpleRezo
Modified: 2020-11-17 02:28 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kbowling)


Attachments
Makefile patch (412 bytes, patch)
2020-11-11 14:15 UTC, SimpleRezo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SimpleRezo 2020-11-11 14:15:33 UTC
Created attachment 219553 [details]
Makefile patch

If postgreSQL is built without OpenSSL, timescaleDB requires to be build without it also.

The provided patch add option WITH_OPENSSL (default enabled) to the ports for this purpose.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-17 02:26:38 UTC
A commit references this bug:

Author: kbowling
Date: Tue Nov 17 02:25:50 UTC 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

Changes:
  head/databases/timescaledb/Makefile
Comment 2 Kevin Bowling freebsd_committer freebsd_triage 2020-11-17 02:28:19 UTC
Please check the above and let me know if it doesn't work for you.