git: 9a6115095e0e - main - science/libtensorflow1: mark BROKEN: tries to fetch during the build

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 14:31:26 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a6115095e0e4cd57825421ef3324127a9c34043

commit 9a6115095e0e4cd57825421ef3324127a9c34043
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-07-21 13:20:42 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-07-21 14:31:12 +0000

    science/libtensorflow1: mark BROKEN: tries to fetch during the build
    
    While here, fix a whitespace nit
    
    Approved by:    portmgr blanket
---
 science/libtensorflow1/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/libtensorflow1/Makefile b/science/libtensorflow1/Makefile
index 7b58f04e7ca8..ce9aa78c83ff 100644
--- a/science/libtensorflow1/Makefile
+++ b/science/libtensorflow1/Makefile
@@ -16,6 +16,7 @@ LICENSE_FILE_THIRD_PARTY_TF_C_LICENSES=	${WRKDIR}/THIRD_PARTY_TF_C_LICENSES
 LICENSE_PERMS_THIRD_PARTY_TF_C_LICENSES=	dist-mirror dist-sell \
 						pkg-mirror pkg-sell auto-accept
 
+BROKEN=		does not build: tries to fetch during the build
 ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	bash:shells/bash \
@@ -93,7 +94,7 @@ OPTIONS_SINGLE_CPUFEATURE=	AVX AVX2 NOAVX
 OPTIONS_EXCLUDE:=	${OPTIONS_SINGLE_CPUFEATURE}
 .endif
 
-CPUFEATURE_DESC=  Vector Processing Extensions
+CPUFEATURE_DESC=Vector Processing Extensions
 
 NOAVX_DESC=	Disable Advanced Vector Extensions
 AVX_DESC=	Enable Advanced Vector Extensions (AVX)