From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 2 16:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDDEC991 for ; Sun, 2 Mar 2014 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A5331125D for ; Sun, 2 Mar 2014 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22Go02n044489 for ; Sun, 2 Mar 2014 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22Go0F8044488; Sun, 2 Mar 2014 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Mar 2014 16:50:00 GMT Resent-Message-Id: <201403021650.s22Go0F8044488@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa 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 13F04989; Sun, 2 Mar 2014 16:49:48 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63CBC1259; Sun, 2 Mar 2014 16:49:47 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id w7so3996197lbi.16 for ; Sun, 02 Mar 2014 08:49:45 -0800 (PST) Received: from localhost (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id zf7sm25503543lab.7.2014.03.02.08.49.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Mar 2014 08:49:44 -0800 (PST) Message-Id: <53136128.67a6980a.aebe.ffff809d@mx.google.com> Date: Sun, 02 Mar 2014 08:49:44 -0800 (PST) From: Raphael Kubo da Costa Sender: Raphael Kubo da Costa To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187198: [PATCH] textproc/uim-qt4: Fix build on 10- and beyond. Cc: nobutaka@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 16:50:01 -0000 >Number: 187198 >Category: ports >Synopsis: [PATCH] textproc/uim-qt4: Fix build on 10- and beyond. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 02 16:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD orwell 11.0-CURRENT FreeBSD 11.0-CURRENT #7 r261945: Sun Feb 16 01:58:10 EET >Description: Add a patch I've sent upstream to fix the build when libc++ is used instead of libstdc++. This should also be merged into the 2014Q1 branch. Port maintainer (nobutaka@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- uim-1.8.5.patch begins here --- diff -ruN /usr/ports/textproc/uim/files/patch-qt4_immodule_plugin.cpp ./files/patch-qt4_immodule_plugin.cpp --- /usr/ports/textproc/uim/files/patch-qt4_immodule_plugin.cpp 1970-01-01 02:00:00.000000000 +0200 +++ ./files/patch-qt4_immodule_plugin.cpp 2014-03-02 18:38:57.000000000 +0200 @@ -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 --- uim-1.8.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: