Created attachment 153880 [details] svn diff for net/gq net/gq uses deprecated des_ methods and types that were marked deprecated by OpenSSL 0.9.7 and will be removed in OpenSSL 1.0.3 This patch replaces the des_ methods and types with their new DES_ counterparts. Upstreamed the patch to http://sourceforge.net/p/gqclient/bugs/152/ but I don't expect to see an new version there (last update is 2008)
Created attachment 153881 [details] Poudriere build log of net/gq Successfully linked against LibreSSL
A commit references this bug: Author: brnrd Date: Sat Jul 2 11:35:15 UTC 2016 New revision: 417927 URL: https://svnweb.freebsd.org/changeset/ports/417927 Log: net/gq: Replace deprecated des_ methods and structs - Patch des_ methods and structs with DES_ equivalents - Move from USE_OPENSSL to USES=ssl PR: 198340 Changes: head/net/gq/Makefile head/net/gq/files/patch-src_gq-hash-openssl.c