From owner-svn-ports-branches@FreeBSD.ORG Sun Apr 26 11:31:33 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25CE0EA5; Sun, 26 Apr 2015 11:31:33 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F411916; Sun, 26 Apr 2015 11:31:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QBVWOO073546; Sun, 26 Apr 2015 11:31:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QBVWOJ073545; Sun, 26 Apr 2015 11:31:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504261131.t3QBVWOJ073545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Apr 2015 11:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384774 - in branches/2015Q2/chinese/ibus-libpinyin: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 11:31:33 -0000 Author: jbeich Date: Sun Apr 26 11:31:32 2015 New Revision: 384774 URL: https://svnweb.freebsd.org/changeset/ports/384774 Log: MFH: r384747 Unbreak build on FreeBSD 8.x/9.x and DragonFly ./PYSignal.h:35:22: error: expected namespace name using namespace std::placeholders; ~~~~~^ ./PYSignal.h:49:18: error: no type named 'function' in namespace 'std' typedef std::function func_type; ~~~~~^ ./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std' typedef std::shared_ptr EditorPtr; ~~~~~^ PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope while ((read = getline (&linebuf, &size, dictfile)) != -1) { ^ PR: 199408 Reported by: pkg-fallout, DPorts Submitted by: Henry Hu (maintainer) Approved by: ports-secteam (delphij) Added: branches/2015Q2/chinese/ibus-libpinyin/files/ - copied from r384747, head/chinese/ibus-libpinyin/files/ Modified: branches/2015Q2/chinese/ibus-libpinyin/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/chinese/ibus-libpinyin/Makefile ============================================================================== --- branches/2015Q2/chinese/ibus-libpinyin/Makefile Sun Apr 26 11:27:55 2015 (r384773) +++ branches/2015Q2/chinese/ibus-libpinyin/Makefile Sun Apr 26 11:31:32 2015 (r384774) @@ -15,7 +15,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/d libibus-1.0.so:${PORTSDIR}/textproc/ibus \ libpinyin.so:${PORTSDIR}/chinese/libpinyin -USES= compiler:c++0x gmake python pkgconfig gettext +USES= compiler:c++11-lib gmake python pkgconfig gettext USE_GNOME= glib20 WRKSRC= ${WRKDIR}/${DISTNAME}