Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 05:18:38 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567287 - head/databases/grass7
Message-ID:  <202103040518.1245IcuU062852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103040518.1245IcuU062852>