Created attachment 190634 [details] patch file Fix configure error when devel/liblockfile is installed.
Could you elaborate? I am unable to reproduce this. Here are poudriere logs for editors/emacs with LIB_DEPENDS=liblockfile.so:devel/liblockfile temporarily added. http://pkg.awarnach.mathstat.dal.ca/data/10amd64-default/2018-02-16_11h43m44s/logs/emacs-25.3_2,3.log http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2018-02-16_11h31m51s/logs/emacs-25.3_2,3.log
(In reply to Joseph Mingrone from comment #1) Thank you for feedback. I investigated and found configure error happens only with nox flavor. It is applicable to both editors/emacs and editors/emacs-devel. I also added LIB_DEPENDS=liblockfile.so:devel/liblockfile temporarily and confirmed build of editors/emacs@nox and editors/emacs-devel@nox failed with poudriere.
Could we get portmgr approval for this? I will commit this patch (with '=' instead of '+='), but there is a hook preventing the commit because the port has flavors.
A commit references this bug: Author: jrm Date: Tue Feb 20 16:17:16 UTC 2018 New revision: 462408 URL: https://svnweb.freebsd.org/changeset/ports/462408 Log: editors/emacs@nox, editors/emacs-devel@nox: Fix configure error When liblockfile is installed, configure fails, but only for the @nox flavors. There is an emacs-devel@gnu.org mailing list thread discussing the issue. https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00515.html PR: 225902 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Changes: head/editors/emacs/Makefile head/editors/emacs-devel/Makefile
Thanks.