Index: head/textproc/uim/files/patch-emacs_Makefile.in =================================================================== --- head/textproc/uim/files/patch-emacs_Makefile.in (revision 474522) +++ head/textproc/uim/files/patch-emacs_Makefile.in (revision 474523) @@ -1,24 +1,24 @@ ---- emacs/Makefile.in.orig 2016-10-14 09:57:35 UTC +--- emacs/Makefile.in.orig 2018-07-12 14:16:06 UTC +++ emacs/Makefile.in -@@ -872,21 +872,6 @@ mostlyclean-libtool: +@@ -981,21 +981,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -install-dist_uimel_lispDATA: $(dist_uimel_lisp_DATA) - @$(NORMAL_INSTALL) - @list='$(dist_uimel_lisp_DATA)'; test -n "$(uimel_lispdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(uimel_lispdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(uimel_lispdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uimel_lispdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(uimel_lispdir)" || exit $$?; \ - done uninstall-dist_uimel_lispDATA: @$(NORMAL_UNINSTALL) Index: head/textproc/uim/files/patch-qt4_immodule_plugin.cpp =================================================================== --- head/textproc/uim/files/patch-qt4_immodule_plugin.cpp (revision 474522) +++ head/textproc/uim/files/patch-qt4_immodule_plugin.cpp (revision 474523) @@ -1,21 +1,21 @@ commit 5900b14a2bf367203f6d417bc51b59ab5ecc2129 Author: Raphael Kubo da Costa Date: Sun Mar 2 13:26:18 2014 +0200 qt4 immodule: Add missing include. * qt4/immodule/plugin.cpp - Stop relying on implicit includes that may not always work and explicitly include for the setlocale(3) call. ---- qt4/immodule/plugin.cpp.orig 2013-06-30 04:26:20 UTC +--- qt4/immodule/plugin.cpp.orig 2017-08-14 00:07:27 UTC +++ qt4/immodule/plugin.cpp -@@ -34,6 +34,8 @@ +@@ -36,6 +36,8 @@ - #include "plugin.h" + #include +#include + #include - #include - #ifdef Q_WS_X11 + #if QT_VERSION < 0x050000 + # ifdef Q_WS_X11 Index: head/textproc/uim/files/patch-scm_Makefile.in =================================================================== --- head/textproc/uim/files/patch-scm_Makefile.in (nonexistent) +++ head/textproc/uim/files/patch-scm_Makefile.in (revision 474523) @@ -0,0 +1,12 @@ +--- scm/Makefile.in.orig 2018-07-12 14:16:06 UTC ++++ scm/Makefile.in +@@ -869,9 +869,6 @@ installed-modules.scm: $(SCM_FILES) + --path $(top_builddir)/scm --register $(module_names) + + json-parser-expanded.scm: macro-expander.scm json-parser-expander.scm packrat.scm.in +- if test -n "$(CSI)"; then \ +- $(CSI) -R syntax-case -q json-parser-expander.scm > json-parser-expanded.scm; \ +- fi + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: head/textproc/uim/files/patch-scm_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/uim/files/patch-sigscheme_doc_Makefile.in =================================================================== --- head/textproc/uim/files/patch-sigscheme_doc_Makefile.in (revision 474522) +++ head/textproc/uim/files/patch-sigscheme_doc_Makefile.in (revision 474523) @@ -1,11 +1,11 @@ ---- sigscheme/doc/Makefile.in.orig 2016-10-14 09:57:35 UTC +--- sigscheme/doc/Makefile.in.orig 2018-07-12 14:16:06 UTC +++ sigscheme/doc/Makefile.in -@@ -210,7 +210,7 @@ build_vendor = @build_vendor@ +@@ -266,7 +266,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ -docdir = @docdir@ +docdir = $(prefix)/share/doc/uim/sigscheme dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ Index: head/textproc/uim/files/patch-uim_uim.h =================================================================== --- head/textproc/uim/files/patch-uim_uim.h (revision 474522) +++ head/textproc/uim/files/patch-uim_uim.h (revision 474523) @@ -1,11 +1,11 @@ ---- uim/uim.h.orig 2013-06-30 04:26:09 UTC +--- uim/uim.h.orig 2017-08-14 00:07:27 UTC +++ uim/uim.h -@@ -430,7 +430,7 @@ struct uim_code_converter { +@@ -531,7 +531,7 @@ struct uim_code_converter { * * @return 0 on success, otherwise -1 */ -int +long uim_init(void); /**