pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/xetex
Module Name: pkgsrc
Committed By: chuck
Date: Mon Jul 27 19:58:04 UTC 2020
Modified Files:
pkgsrc/print/xetex: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/print/xetex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/xetex/Makefile
diff -u pkgsrc/print/xetex/Makefile:1.101 pkgsrc/print/xetex/Makefile:1.102
--- pkgsrc/print/xetex/Makefile:1.101 Tue Jun 2 08:24:39 2020
+++ pkgsrc/print/xetex/Makefile Mon Jul 27 19:58:04 2020
@@ -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 @@ do-install:
.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