Hardcoded path to mkinstalldirs now is broken because devel/icu was updated to 53.1. Please apply this patch: Index: Makefile =================================================================== --- Makefile (revision 358905) +++ Makefile (working copy) @@ -99,7 +99,7 @@ .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/53.1/mkinstalldirs \ ${WRKSRC}
I think this piece of code is part of the port history and is not required anymore. ufraw embed its own version of mkinstalldirs, so we must use it. A new fix is on the run..
A commit references this bug: Author: rodrigo Date: Fri Jun 27 09:55:31 UTC 2014 New revision: 359489 URL: http://svnweb.freebsd.org/changeset/ports/359489 Log: Don't copy mkinstalldirs from icu anymore since ufraw carry it's own version PR: ports/191422 Submitted by: rodrigo (maintainer) Approved by: bapt (mentor) Changes: head/graphics/ufraw/Makefile
Dmitry, I finally chose a simplest and cleanest alternative since ufraw builds perfectly with its own mkinstalldirs script. Thanks for your report. Regards, - rodrigo