From owner-svn-ports-all@FreeBSD.ORG Tue May 12 15:23:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C0DCCFD; Tue, 12 May 2015 15:23:23 +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 5A45A1BF8; Tue, 12 May 2015 15:23:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CFNN3w024554; Tue, 12 May 2015 15:23:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CFNNKG024552; Tue, 12 May 2015 15:23:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505121523.t4CFNNKG024552@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 May 2015 15:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386157 - branches/2015Q2/chinese/librime X-SVN-Group: ports-branches 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.20 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: Tue, 12 May 2015 15:23:23 -0000 Author: jbeich Date: Tue May 12 15:23:22 2015 New Revision: 386157 URL: https://svnweb.freebsd.org/changeset/ports/386157 Log: MFH: r385143 chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+) In file included from src/setup.cc:9: In file included from include/rime/module.h:13: include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std' include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std' include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std' include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std' include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std' include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std' Reported by: pkg-fallout Approved by: portmgr blanket Approved by: portmgr (bapt) Modified: branches/2015Q2/chinese/librime/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/chinese/librime/Makefile ============================================================================== --- branches/2015Q2/chinese/librime/Makefile Tue May 12 15:19:14 2015 (r386156) +++ branches/2015Q2/chinese/librime/Makefile Tue May 12 15:23:22 2015 (r386157) @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD libopencc.so:${PORTSDIR}/chinese/opencc \ libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp -USES= cmake compiler:c++11-lang pkgconfig gettext perl5 +USES= cmake compiler:c++11-lib pkgconfig gettext perl5 USE_PERL5= build patch USE_LDCONFIG= yes USE_XORG= xproto