svn commit: r523692 - head/devel/py-subvertpy

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 20 21:39:26 UTC 2020


Author: pkubaj
Date: Mon Jan 20 21:39:25 2020
New Revision: 523692
URL: https://svnweb.freebsd.org/changeset/ports/523692

Log:
  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
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/devel/py-subvertpy/Makefile

Modified: head/devel/py-subvertpy/Makefile
==============================================================================
--- head/devel/py-subvertpy/Makefile	Mon Jan 20 21:05:06 2020	(r523691)
+++ head/devel/py-subvertpy/Makefile	Mon Jan 20 21:39:25 2020	(r523692)
@@ -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-all mailing list