Date: Mon, 20 Jan 2020 21:40:17 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523693 - branches/2020Q1/devel/py-subvertpy Message-ID: <202001202140.00KLeHAb051109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jan 20 21:40:17 2020 New Revision: 523693 URL: https://svnweb.freebsd.org/changeset/ports/523693 Log: MFH: r523692 devel/py-subvertpy: fix build on GCC architectures Using newer GCC works, alhough the error doesn't suggest it: Exception: apr-config not found. Please set APR_CONFIG environment variable Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/devel/py-subvertpy/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/py-subvertpy/Makefile ============================================================================== --- branches/2020Q1/devel/py-subvertpy/Makefile Mon Jan 20 21:39:25 2020 (r523692) +++ branches/2020Q1/devel/py-subvertpy/Makefile Mon Jan 20 21:40:17 2020 (r523693) @@ -14,7 +14,7 @@ LICENSE= GPLv2 BUILD_DEPENDS+= svn:devel/subversion -USES= python:2.7 +USES= compiler:c11 python:2.7 USE_PYTHON= distutils autoplist MAKE_ENV= HOME=/dev/null INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001202140.00KLeHAb051109>