Created attachment 195028 [details] uim-1.8.8 build log It looks like uim expects 'csi' to be a program which is unrelated to mono. gmake[1]: Entering directory '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm' if test -n "/usr/local/bin/csi"; then \ /usr/local/bin/csi -R syntax-case -q json-parser-expander.scm > json-parser-expanded.scm; \ fi error CS2006: Command-line syntax error: Missing '<text>' for '-R' option error CS2001: Source file '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm/syntax-case' could not be found. gmake[1]: *** [Makefile:872: json-parser-expanded.scm] Error 1 gmake[1]: Leaving directory '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm' *** Error code 2 Stop. make: stopped in /usr/ports/textproc/uim
A commit references this bug: Author: nobutaka Date: Thu Jul 12 14:42:05 UTC 2018 New revision: 474523 URL: https://svnweb.freebsd.org/changeset/ports/474523 Log: - Fix build error when lang/mono is installed. - Regenerate patches to pet portlint. PR: 229674 Reported by: Ting-Wei Lan <lantw44@gmail.com> Changes: head/textproc/uim/files/patch-emacs_Makefile.in head/textproc/uim/files/patch-qt4_immodule_plugin.cpp head/textproc/uim/files/patch-scm_Makefile.in head/textproc/uim/files/patch-sigscheme_doc_Makefile.in head/textproc/uim/files/patch-uim_uim.h
Fixed, thanks!