Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 14:43:33 +0000
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5013c54991d9 - main - graphics/tesseract: disable tensorflow to prevent build conflict
Message-ID:  <69c3f495.1e8a7.2daf33b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5013c54991d9c81e91346e18ed0b122d70626be8

commit 5013c54991d9c81e91346e18ed0b122d70626be8
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-23 20:12:31 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:01 +0000

    graphics/tesseract: disable tensorflow to prevent build conflict
    
    Prevent protobuf header conflicts when science/py-tensorflow is
    installed.
    
    PR:             267233
---
 graphics/tesseract/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 7c83b65308ff..f898d9c182ec 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -52,6 +52,8 @@ CMAKE_ON=	OPENMP_BUILD
 LDFLAGS+=	-lomp
 .endif
 
+CONFIGURE_ARGS+=	--without-tensorflow
+
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c3f495.1e8a7.2daf33b>