pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Nov 30 18:38:53 UTC 2020

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common

Log Message:
harfbuzz does not build with python27.

(it fails trying to do encoding stuff with files)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/harfbuzz/Makefile.common

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

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.2 pkgsrc/fonts/harfbuzz/Makefile.common:1.3
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.2   Mon Nov 16 16:17:00 2020
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Mon Nov 30 18:38:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2020/11/16 16:17:00 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/11/30 18:38:52 dholland Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
 DISTNAME=      harfbuzz-2.7.2
@@ -73,6 +73,7 @@ PLIST.coretext=               yes
 
 PYTHON_FOR_BUILD_ONLY= tool
 REPLACE_PYTHON+=       src/*.py
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index