Bug 251049

Summary: databases/timescaledb: add option for build without OpenSSL
Product: Ports & Packages Reporter: SimpleRezo <simplerezo>
Component: Individual Port(s)Assignee: Kevin Bowling <kbowling>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (kbowling)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile patch none

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.