Bug 196734 - devel/libvirt: gnutls support
Summary: devel/libvirt: gnutls support
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 20:34 UTC by Fabian Freyer
Modified: 2015-03-11 21:32 UTC (History)
0 users

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


Attachments
make gnutls an option (1.21 KB, text/plain)
2015-01-14 20:34 UTC, Fabian Freyer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Freyer 2015-01-14 20:34:21 UTC
Created attachment 151640 [details]
make gnutls an option

TLS support doesn't actually get compiled in, unless --with-gnutls is passed. Therefore, I made GNUTLS an option.
For some reason the included pkg-config checks do not suffice, therefore the prefix /usr/local was given explicitely. Maybe there is a nicer way to do this.
I'm also not sure if the GNUTLS_BUILD_DEPENDS are really required.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-14 20:34:21 UTC
Auto-assigned to maintainer jgh@FreeBSD.org
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2015-01-29 23:56:37 UTC
Using this patch, gnutls header is not found: (from config.log when running make configure)

configure:62917: checking gnutls/gnutls.h presence
configure:62917: cpp  -D_THREAD_SAFE conftest.c
conftest.c:532:10: fatal error: 'gnutls/gnutls.h' file not found
#include <gnutls/gnutls.h>
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2015-03-11 21:32:51 UTC
Feel free to reopen when you can provide more feedback.