Bug 217382 - mail/imapfilter: 2.6.10 fails to link with libressl
Summary: mail/imapfilter: 2.6.10 fails to link with libressl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 00:48 UTC by Pierre Guinoiseau
Modified: 2017-03-05 19:31 UTC (History)
1 user (show)

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


Attachments
poudriere build log (15.73 KB, text/x-log)
2017-02-27 00:48 UTC, Pierre Guinoiseau
no flags Details
possible_svn-diff_mail_imapfilter (2.92 KB, patch)
2017-02-28 04:52 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Guinoiseau 2017-02-27 00:48:19 UTC
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.
Comment 1 Walter Schwarzenfeld freebsd_triage 2017-02-28 04:52:42 UTC
Created attachment 180354 [details]
possible_svn-diff_mail_imapfilter
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-05 19:25:37 UTC
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