svn commit: r567287 - head/databases/grass7

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Mar 4 05:18:39 UTC 2021


Author: lbartoletti
Date: Thu Mar  4 05:18:38 2021
New Revision: 567287
URL: https://svnweb.freebsd.org/changeset/ports/567287

Log:
  databases/grass7: Does not configure on i386
  
  - Could not determine External PROJ major version.

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Thu Mar  4 01:07:23 2021	(r567286)
+++ head/databases/grass7/Makefile	Thu Mar  4 05:18:38 2021	(r567287)
@@ -26,6 +26,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/GPL.TXT
 
 BROKEN_sparc64=	Does not configure on sparc64
+BROKEN_i386=	Does not configure on i386: Could not determine External PROJ major version
 
 BUILD_DEPENDS=	${PY_NUMPY} \
 		${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-head mailing list