Created attachment 180327 [details] poudriere build log Hi, mail/imapfilter 2.6.10 doesn't link with libressl (2.6.7 did): --- imapfilter --- cc -o imapfilter -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector auth.o buffer.o cert.o core.o file.o imapfilter.o list.o log.o lua.o memory.o misc.o namespace.o pcre.o regexp.o request.o response.o session.o signal.o socket.o system.o -lm -llua-5.2 -lpcre -lssl -lcrypto auth.o: In function `auth_cram_md5': auth.c:(.text+0x71): undefined reference to `HMAC_CTX_new' auth.c:(.text+0xce): undefined reference to `HMAC_CTX_free' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [imapfilter] Error code 1 Poudriere build log attached. Cheers.
Created attachment 180354 [details] possible_svn-diff_mail_imapfilter
A commit references this bug: Author: bofh Date: Sun Mar 5 19:24:33 UTC 2017 New revision: 435498 URL: https://svnweb.freebsd.org/changeset/ports/435498 Log: mail/imapfilter: Fix linking with libressl PR: 217382 Submitted by: pierre@guinoiseau.eu Changes: head/mail/imapfilter/Makefile head/mail/imapfilter/files/ head/mail/imapfilter/files/patch-auth.c head/mail/imapfilter/files/patch-imapfilter.c