Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 11:31:32 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201504261131.t3QBVWOJ073545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504261131.t3QBVWOJ073545>