Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 01:09:34 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555804 - head/cad/netgen
Message-ID:  <202011210109.0AL19Y2M097213@repo.freebsd.org>

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



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