pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tesseract



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 14:57:05 UTC 2023

Modified Files:
        pkgsrc/graphics/tesseract: Makefile

Log Message:
tessseract: require gcc 8 for std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/graphics/tesseract/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tesseract/Makefile
diff -u pkgsrc/graphics/tesseract/Makefile:1.66 pkgsrc/graphics/tesseract/Makefile:1.67
--- pkgsrc/graphics/tesseract/Makefile:1.66     Wed Apr 19 08:10:27 2023
+++ pkgsrc/graphics/tesseract/Makefile  Tue Apr 25 14:57:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2023/04/19 08:10:27 adam Exp $
+# $NetBSD: Makefile,v 1.67 2023/04/25 14:57:05 wiz Exp $
 
 DISTNAME=      tesseract-5.3.1
 PKGREVISION=   1
@@ -15,6 +15,8 @@ LANGVER=      4.1.0
 DISTFILES+=    tessdata-${LANGVER}${EXTRACT_SUFX}
 SITES.tessdata-${LANGVER}.tar.gz=      -${MASTER_SITES:Q}tessdata_best/archive/${LANGVER}.tar.gz
 
+GCC_REQD+=     8 # std::filesystem
+
 BUILD_DEPENDS+=                asciidoc-[0-9]*:../../textproc/asciidoc
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index