svn commit: r384774 - in branches/2015Q2/chinese/ibus-libpinyin: . files
Jan Beich
jbeich at FreeBSD.org
Sun Apr 26 11:31:33 UTC 2015
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<R()> func_type;
~~~~~^
./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std'
typedef std::shared_ptr<Editor> 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 <henry.hu.sh at gmail.com> (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}
More information about the svn-ports-branches
mailing list