svn commit: r523693 - branches/2020Q1/devel/py-subvertpy

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 20 21:40:17 UTC 2020


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


More information about the svn-ports-branches mailing list