Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/xetex xetex uses graphite2, so it should pull in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45c8280961fb
branches: trunk
changeset: 436146:45c8280961fb
user: chuck <chuck%pkgsrc.org@localhost>
date: Mon Jul 27 19:58:04 2020 +0000
description:
xetex uses graphite2, so it should pull in graphics/graphite2/buildlink3.mk
XXX: even with this, it will not build if LIBRSVG_TYPE=c.
the error is a missing include file: include/harfbuzz/hb-graphite2.h
this is because fonts/harfbuzz excludes graphics/graphite2 when
LIBRSVG_TYPE=c to work around some problem building libreoffice.
see rev 1.112 of fonts/harfbuzz/Makefile
diffstat:
print/xetex/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 58e3e608d01d -r 45c8280961fb print/xetex/Makefile
--- a/print/xetex/Makefile Mon Jul 27 17:44:31 2020 +0000
+++ b/print/xetex/Makefile Mon Jul 27 19:58:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2020/06/02 08:24:39 adam Exp $
+# $NetBSD: Makefile,v 1.102 2020/07/27 19:58:04 chuck Exp $
PKGREVISION= 1
.include "../../print/texlive/Makefile.common"
@@ -77,6 +77,7 @@
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../fonts/harfbuzz/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/graphite2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index