From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 03:07:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7690995B; Sun, 9 Mar 2014 03:07:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1A89A2; Sun, 9 Mar 2014 03:07:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2937qTv010521; Sun, 9 Mar 2014 03:07:52 GMT (envelope-from nobutaka@svn.freebsd.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2937qYm010520; Sun, 9 Mar 2014 03:07:52 GMT (envelope-from nobutaka@svn.freebsd.org) Message-Id: <201403090307.s2937qYm010520@svn.freebsd.org> From: MANTANI Nobutaka Date: Sun, 9 Mar 2014 03:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347550 - head/textproc/uim/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 03:07:52 -0000 Author: nobutaka Date: Sun Mar 9 03:07:51 2014 New Revision: 347550 URL: http://svnweb.freebsd.org/changeset/ports/347550 QAT: https://qat.redports.org/buildarchive/r347550/ Log: Fix build error of uim-qt4 on 10-stable and beyond. PR: ports/187198 Submitted by: rakuco Added: head/textproc/uim/files/patch-qt4_immodule_plugin.cpp (contents, props changed) Added: head/textproc/uim/files/patch-qt4_immodule_plugin.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uim/files/patch-qt4_immodule_plugin.cpp Sun Mar 9 03:07:51 2014 (r347550) @@ -0,0 +1,23 @@ +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. + +diff --git a/qt4/immodule/plugin.cpp b/qt4/immodule/plugin.cpp +index cb5863a..be2b9f2 100644 +--- qt4/immodule/plugin.cpp ++++ qt4/immodule/plugin.cpp +@@ -34,6 +34,8 @@ + + #include "plugin.h" + ++#include ++ + #include + #ifdef Q_WS_X11 + # include