Created attachment 192292 [details] quote CXX and STRIP_CMD in MAKE_ARGS Attaching patch to quote CXX and STRIP_CMD in MAKE_ARGS that modifies archivers/unrar/Makefile. Makes it ccache friendly and cross compile friendly by supporting compiler and strip command with spaces. (For example: CXX="clang++ --target=...")
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Sun Apr 8 18:30:08 UTC 2018 New revision: 466824 URL: https://svnweb.freebsd.org/changeset/ports/466824 Log: Allow compiler and strip command with space. It helps for ccache and cross-compiling. PR: 227327 Submitted by: Guy Yur <guyyur@gmail.com> Changes: head/archivers/unrar/Makefile