Date: Fri, 1 May 2015 19:36:00 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385143 - head/chinese/librime Message-ID: <201505011936.t41Ja085033684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri May 1 19:36:00 2015 New Revision: 385143 URL: https://svnweb.freebsd.org/changeset/ports/385143 Log: 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 MFH: 2015Q2 Modified: head/chinese/librime/Makefile Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Fri May 1 19:10:15 2015 (r385142) +++ head/chinese/librime/Makefile Fri May 1 19:36:00 2015 (r385143) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011936.t41Ja085033684>