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.
Auto-assigned to maintainer jgh@FreeBSD.org
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>
Feel free to reopen when you can provide more feedback.