Bug 257592 - net/tintin++: Add optional GNUTLS support
Summary: net/tintin++: Add optional GNUTLS support
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-03 16:28 UTC by Tobias Rehbein
Modified: 2021-08-08 22:35 UTC (History)
2 users (show)

See Also:


Attachments
Patch that add optional GNUTLS support to net/tintin++ (882 bytes, patch)
2021-08-03 16:28 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2021-08-03 16:28:16 UTC
Created attachment 226914 [details]
Patch that add optional GNUTLS support to net/tintin++

While here, push the USES up in the Makefile to make portlint(1) happy.

QA:
- portlint -A: looks fine
- poudriere with GNUTLS off and on: okay

Soft QA:
- on my machine it works
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2021-08-03 18:43:09 UTC
Over to maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-08 22:11:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e52c0266c99e9b5de18af55c2bb9bd4a208df7b6

commit e52c0266c99e9b5de18af55c2bb9bd4a208df7b6
Author:     Tobias Rehbein <tobias.rehbein@web.de>
AuthorDate: 2021-08-08 21:42:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-08-08 21:46:40 +0000

    net/tintin++: Add GNUTLS option

    PR:             257592

 net/tintin++/Makefile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-08-08 22:35:54 UTC
Committed. Thanks!