head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.1.1.1.0.6 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.4 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.2 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.01.16.03.21.45; author minskim; state dead; branches; next 1.1; 1.1 date 2009.04.11.21.35.19; author minskim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.04.11.21.35.19; author minskim; state Exp; branches; next ; desc @@ 1.2 log @Update xetex to 0.9995.2, which is a part of TeX Live 2009. This version includes more primitives that the LaTeX3 team asked for. - New primitives that the LaTeX3 team asked for. @ text @$NetBSD: patch-ab,v 1.1 2009/04/11 21:35:19 minskim Exp $ --- ../make/common.mk.orig 2007-01-20 03:03:18.000000000 -0800 +++ ../make/common.mk @@@@ -17,7 +17,7 @@@@ LIBTOOL = $(SHELL) $(kpathsea_parent)/li # You can change [X]CPPFLAGS, [X]CFLAGS, or [X]DEFS, but # please don't change ALL_CPPFLAGS or ALL_CFLAGS. # prog_cflags is set by subdirectories of web2c. -ALL_CPPFLAGS = $(DEFS) -I. -I$(srcdir) -I$(kpathsea_parent) \ +ALL_CPPFLAGS = $(DEFS) -I. -I$(srcdir) -I$(KPATHSEA_PREFIX)/include \ -I$(kpathsea_srcdir_parent) $(prog_cflags) $(CPPFLAGS) ALL_CFLAGS = $(ALL_CPPFLAGS) $(CFLAGS) ALL_CXXFLAGS = $(ALL_CPPFLAGS) $(CXXFLAGS) @@@@ -51,11 +51,11 @@@@ UNINSTALL_LIBTOOL_LIBS = $(LIBTOOL) --mo UNINSTALL_LIBTOOL_PROG = $(LIBTOOL) --mode=uninstall $(RM) # We use these for many things. -kpathsea_parent = .. +kpathsea_parent = $(KPATHSEA_PREFIX)/include kpathsea_dir = $(kpathsea_parent)/kpathsea kpathsea_srcdir_parent = $(top_srcdir)/.. -kpathsea_srcdir = $(kpathsea_srcdir_parent)/kpathsea -kpathsea = $(kpathsea_dir)/libkpathsea.la +kpathsea_srcdir = $(KPATHSEA_PREFIX)/include/kpathsea +kpathsea = $(KPATHSEA_PREFIX)/lib/libkpathsea.la @@MAINT@@ifeq ($(CC), gcc) @@MAINT@@XDEFS = -Wpointer-arith $(warn_more) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2009/02/01 06:05:58 minskim Exp $ @ 1.1.1.1 log @Import xetex-0.999.6 as print/xetex. XeTeX is a typesetting system based on a merger of Donald Knuth's TeX system with Unicode and modern font technologies. @ text @@