pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz does not build with python27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bf5cd0c2b01
branches:  trunk
changeset: 442795:6bf5cd0c2b01
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Nov 30 18:38:52 2020 +0000

description:
harfbuzz does not build with python27.

(it fails trying to do encoding stuff with files)

diffstat:

 fonts/harfbuzz/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f6a06d19a51d -r 6bf5cd0c2b01 fonts/harfbuzz/Makefile.common
--- a/fonts/harfbuzz/Makefile.common    Mon Nov 30 15:43:30 2020 +0000
+++ b/fonts/harfbuzz/Makefile.common    Mon Nov 30 18:38:52 2020 +0000
@@ -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 @@
 
 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