Bug 196734

Summary: devel/libvirt: gnutls support
Product: Ports & Packages Reporter: Fabian Freyer <fabian.freyer>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed Unable to Reproduce    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (jgh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
make gnutls an option none

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.