svn commit: r555804 - head/cad/netgen

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Nov 21 01:09:34 UTC 2020


Author: stephen
Date: Sat Nov 21 01:09:34 2020
New Revision: 555804
URL: https://svnweb.freebsd.org/changeset/ports/555804

Log:
  - Don't build for i386, because pkg-fallout@ reports build errors.

Modified:
  head/cad/netgen/Makefile

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Sat Nov 21 00:43:25 2020	(r555803)
+++ head/cad/netgen/Makefile	Sat Nov 21 01:09:34 2020	(r555804)
@@ -12,8 +12,9 @@ COMMENT=	Automatic 3D tetrahedral mesh generator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 i386
-ONLY_FOR_ARCHS_REASON=	relies on rdtsc() call and the TSC is specific to x86
+ONLY_FOR_ARCHS=		amd64 # i386
+ONLY_FOR_ARCHS_REASON=	relies on rdtsc() call and the TSC is specific to x86 \
+			and pkg-fallout@ reports build errors with i386.
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		git:devel/git


More information about the svn-ports-all mailing list