Bug 208075 - devel/efl still should not require OpenSSL from ports, GnuTLS should be an option
Summary: devel/efl still should not require OpenSSL from ports, GnuTLS should be an op...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-enlightenment (Nobody)
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2016-03-16 23:19 UTC by Mikhail T.
Modified: 2020-09-09 14:23 UTC (History)
4 users (show)

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


Attachments
Do not require OpenSSL from port, allow use of GnuTLS (4.01 KB, patch)
2016-03-16 23:19 UTC, Mikhail T.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 2016-03-16 23:19:55 UTC
Created attachment 168309 [details]
Do not require OpenSSL from port, allow use of GnuTLS

The problem once solved under Bug #195532 reared its head again with the recent upgrade of the port.

The proposed patch once again removes the gratuitous requirement, while also adding the GNUTLS option.
Comment 1 Grzegorz Blach freebsd_committer freebsd_triage 2016-03-17 15:42:40 UTC
On older FreeBSD releases (but still supported) base OpenSSL is too old to work with EFL, in this case WITH_OPENSSL_PORT=yes is required.

OPTIONS_RADIO allows to not select any choice, so NOSSL is redundant.
Also case without any selected choice isn't handled by your patch.
Comment 2 Walter Schwarzenfeld 2018-01-13 06:16:58 UTC
Is it solved or overcome by events?
Comment 3 Chris Petrik 2018-03-13 23:27:30 UTC
I don't see where enlightenment actively requires OpenSSL from ports? Will Uses SSL not detect base/ports ?
Comment 4 Chris Petrik 2018-03-13 23:29:55 UTC
The patch for gnutls should be communicated with the head dev, so we don't have lame patches such as patch-gnutls with 4 lines :).
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-09-09 14:17:47 UTC
A commit references this bug:

Author: arrowd
Date: Wed Sep  9 14:17:16 UTC 2020
New revision: 548094
URL: https://svnweb.freebsd.org/changeset/ports/548094

Log:
  devel/efl: Add GNUTLS option, which is broken for now upstream. The bug is reported.

  PR:		208075

Changes:
  head/devel/efl/Makefile
Comment 6 Gleb Popov freebsd_committer freebsd_triage 2020-09-09 14:23:07 UTC
With recent update devel/efl has been switched to OpenSSL from base.