svn commit: r567289 - branches/2021Q1/databases/grass7

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


Author: lbartoletti
Date: Thu Mar  4 05:20:15 2021
New Revision: 567289
URL: https://svnweb.freebsd.org/changeset/ports/567289

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

Modified:
  branches/2021Q1/databases/grass7/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/databases/grass7/Makefile
==============================================================================
--- branches/2021Q1/databases/grass7/Makefile	Thu Mar  4 05:19:33 2021	(r567288)
+++ branches/2021Q1/databases/grass7/Makefile	Thu Mar  4 05:20:15 2021	(r567289)
@@ -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-all mailing list