Created attachment 187146 [details] change ECHO to ECHO_CMD Hi, This was fun to track down, but took a while... # make -s VECHO true # make -s VECHO_CMD echo So when using "make -s install" the build can fail because the essential modifications to the port build are not made correctly. A patch is attached. Cheers, Franco
testbuilds@work
A commit references this bug: Author: pi Date: Wed Nov 22 14:45:17 UTC 2017 New revision: 454689 URL: https://svnweb.freebsd.org/changeset/ports/454689 Log: mail/postfix: use ECHO_CMD instead of ECHO - When using "make -s install" the build can fail because the essential modifications to the port build are not made correctly. # make -s VECHO true # make -s VECHO_CMD echo PR: 222988 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: ohauer (maintainer timeout) Changes: head/mail/postfix/Makefile
Committed, thanks!
A commit references this bug: Author: ohauer Date: Sun Dec 31 12:07:29 UTC 2017 New revision: 457684 URL: https://svnweb.freebsd.org/changeset/ports/457684 Log: - update to 3.3-20171229 - s/ECHO/ECHO_CMD [1] PR: 222988 [1] Submitted by: Franco Fichtner [1] Changes: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo
A commit references this bug: Author: ohauer Date: Sun Dec 31 12:54:42 UTC 2017 New revision: 457687 URL: https://svnweb.freebsd.org/changeset/ports/457687 Log: - s/ECHO/ECHO_CMD/ PR: 222988 Submitted by: Franco Fichtner Changes: head/mail/postfix211/Makefile
Thank you! :)