pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  3 03:57:38 UTC 2024

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
misc/calibre: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 pkgsrc/misc/calibre/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.301 pkgsrc/misc/calibre/Makefile:1.302
--- pkgsrc/misc/calibre/Makefile:1.301  Wed May 29 16:33:30 2024
+++ pkgsrc/misc/calibre/Makefile        Mon Jun  3 03:57:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.301 2024/05/29 16:33:30 adam Exp $
+# $NetBSD: Makefile,v 1.302 2024/06/03 03:57:38 ryoon Exp $
 
 # Needs update to 6.9.0
 DISTNAME=      calibre-5.44.0
@@ -45,9 +45,10 @@ TOOL_DEPENDS+=       xdg-utils>=1.0.2:../../mi
 
 EXTRACT_USING= bsdtar
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312 # as of 5.x
 
 USE_LANGUAGES=                 c c++
+FORCE_CXX_STD=                 c++17
 USE_LIBTOOL=                   yes
 USE_TOOLS+=                    pkg-config pax
 PYSETUPOPTARGS=                        # empty



Home | Main Index | Thread Index | Old Index