Ping. I'm not using this, so if it becomes broken after a poppler update -- shrug.
On Mon, Jun 26, 2017 at 09:12:58PM +0200, Matthias Kilian wrote: > Date: Mon, 26 Jun 2017 21:12:58 +0200 > From: Matthias Kilian <[email protected]> > To: [email protected] > Cc: [email protected] > Subject: Use C++-11 for editors/ktikz > Message-ID: <[email protected]> > > Hi, > > the pending update of print/poppler will require the use of a C++-11 > capable compiler, so set COMPILER=gcc. > > Builds fine for me on amd64 (still with gcc as the default compiler > in base). > > ok? > > Ciao, > Kili > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/editors/ktikz/Makefile,v > retrieving revision 1.2 > diff -u -p -r1.2 Makefile > --- Makefile 10 Apr 2017 11:45:27 -0000 1.2 > +++ Makefile 26 Jun 2017 19:06:40 -0000 > @@ -6,6 +6,8 @@ V = 0.10 > DISTNAME = ktikz_${V} > PKGNAME = KtikZ-${V} > > +REVISION = 0 > + > CATEGORIES = editors > HOMEPAGE = > http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/ > MAINTAINER = Paul Irofti <[email protected]> > @@ -16,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes > MASTER_SITES = http://www.hackenberger.at/ktikz/ > > WANTLIB += ICE QtGui QtXml SM X11 Xext Xi Xinerama Xrender c fontconfig > -WANTLIB += freetype m pthread ${LIBCXX} poppler-qt4 > +WANTLIB += freetype m pthread poppler-qt4 > > MODULES = devel/qmake \ > x11/qt4 > @@ -26,6 +28,9 @@ MODQMAKE_ARGS= DESKTOPDIR=${LOC > MANDIR=${LOCALBASE}/man \ > LRELEASECOMMAND=${LOCALBASE}/bin/lrelease4 \ > > QCOLLECTIONGENERATORCOMMAND=${LOCALBASE}/lib/qt4/bin/qcollectiongenerator > + > +# c++-11 reqwuired for poppler > +COMPILER= gcc > > MAKE_ENV = MAKEOBJDIR=. > WRKDIST = ${WRKDIR}/ktikz
