From owner-svn-ports-head@freebsd.org Thu Jul 12 14:42:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 692CA104051C; Thu, 12 Jul 2018 14:42:06 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 165FF94E48; Thu, 12 Jul 2018 14:42:06 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECE7A22C68; Thu, 12 Jul 2018 14:42:05 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6CEg5Bt089904; Thu, 12 Jul 2018 14:42:05 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6CEg4cK089900; Thu, 12 Jul 2018 14:42:04 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201807121442.w6CEg4cK089900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Thu, 12 Jul 2018 14:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474523 - head/textproc/uim/files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: head/textproc/uim/files X-SVN-Commit-Revision: 474523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2018 14:42:06 -0000 Author: nobutaka Date: Thu Jul 12 14:42:04 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 Added: head/textproc/uim/files/patch-scm_Makefile.in (contents, props changed) Modified: head/textproc/uim/files/patch-emacs_Makefile.in head/textproc/uim/files/patch-qt4_immodule_plugin.cpp head/textproc/uim/files/patch-sigscheme_doc_Makefile.in head/textproc/uim/files/patch-uim_uim.h Modified: head/textproc/uim/files/patch-emacs_Makefile.in ============================================================================== --- head/textproc/uim/files/patch-emacs_Makefile.in Thu Jul 12 14:30:24 2018 (r474522) +++ head/textproc/uim/files/patch-emacs_Makefile.in Thu Jul 12 14:42:04 2018 (r474523) @@ -1,6 +1,6 @@ ---- 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 Modified: head/textproc/uim/files/patch-qt4_immodule_plugin.cpp ============================================================================== --- head/textproc/uim/files/patch-qt4_immodule_plugin.cpp Thu Jul 12 14:30:24 2018 (r474522) +++ head/textproc/uim/files/patch-qt4_immodule_plugin.cpp Thu Jul 12 14:42:04 2018 (r474523) @@ -8,14 +8,14 @@ Date: Sun Mar 2 13:26:18 2014 +0200 - 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 Added: head/textproc/uim/files/patch-scm_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uim/files/patch-scm_Makefile.in Thu Jul 12 14:42:04 2018 (r474523) @@ -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. Modified: head/textproc/uim/files/patch-sigscheme_doc_Makefile.in ============================================================================== --- head/textproc/uim/files/patch-sigscheme_doc_Makefile.in Thu Jul 12 14:30:24 2018 (r474522) +++ head/textproc/uim/files/patch-sigscheme_doc_Makefile.in Thu Jul 12 14:42:04 2018 (r474523) @@ -1,6 +1,6 @@ ---- 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@ Modified: head/textproc/uim/files/patch-uim_uim.h ============================================================================== --- head/textproc/uim/files/patch-uim_uim.h Thu Jul 12 14:30:24 2018 (r474522) +++ head/textproc/uim/files/patch-uim_uim.h Thu Jul 12 14:42:04 2018 (r474523) @@ -1,6 +1,6 @@ ---- 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 */