Date: Tue, 16 Jul 2019 10:24:14 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506738 - head/textproc/py-pikepdf Message-ID: <201907161024.x6GAOElP018483@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 16 10:24:14 2019 New Revision: 506738 URL: https://svnweb.freebsd.org/changeset/ports/506738 Log: textproc/py-pikepdf: fix build on GCC architectures Needs compiler with C++11 support: RuntimeError: Unsupported compiler -- at least C++11 support is needed! Approved by: mentors (implicit approval) Modified: head/textproc/py-pikepdf/Makefile Modified: head/textproc/py-pikepdf/Makefile ============================================================================== --- head/textproc/py-pikepdf/Makefile Tue Jul 16 10:03:39 2019 (r506737) +++ head/textproc/py-pikepdf/Makefile Tue Jul 16 10:24:14 2019 (r506738) @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:dev ${PYTHON_PKGNAMEPREFIX}pillow>=5.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} -USES= python:3.5+ +USES= compiler:c++11-lang python:3.5+ USE_PYTHON= distutils autoplist post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161024.x6GAOElP018483>