head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.02.23.20.12.19; author minskim; state dead; branches; next 1.3; 1.3 date 2009.01.21.22.06.55; author schwarz; state Exp; branches; next 1.2; 1.2 date 2009.01.08.22.09.35; author minskim; state dead; branches; next 1.1; 1.1 date 2008.12.09.19.43.37; author minskim; state Exp; branches; next ; desc @@ 1.4 log @Do not build xdvi included in teTeX so that teTeX-bin can be installed without X11. A newer version of xdvi is available in print/xdvik. Bump PKGREVISION. @ text @$NetBSD: patch-ao,v 1.3 2009/01/21 22:06:55 schwarz Exp $ --- texk/xdvik/special.c.orig 2009-01-21 20:32:23.000000000 +0100 +++ texk/xdvik/special.c 2009-01-21 20:32:50.000000000 +0100 @@@@ -181,7 +181,9 @@@@ #define MAX_PEN_SIZE 7 /* Max pixels of pen width */ #define TWOPI (3.14159265359 * 2.0) +#ifndef floor extern double floor(double); +#endif #define rint(x) floor((x) + 0.5) static int xx[MAXPOINTS], yy[MAXPOINTS]; /* Path in milli-inches */ @ 1.3 log @make sure teTeX3 compiles even if floor is defined by the OS (which is the case on Mac OS 10.4 at least) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Resolve conflicts between kpathsea and teTeX-{texmf,bin}. With this change, texmf.cnf is handled properaly using CONF_FILES, and tex-* packages can be shared by teTeX-3 and TeX Live 2008. Bump PKGREVISION for teTeX-{texmf,bin}. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2008/12/09 19:43:37 minskim Exp $ d3 5 a7 8 --- texk/kpathsea/texmf.in-teTeX.orig 2005-02-05 16:04:35.000000000 -0800 +++ texk/kpathsea/texmf.in-teTeX @@@@ -72,7 +72,7 @@@@ TEXMFLOCAL = @@texmf@@-local % TEXMFSYSVAR = $TEXMFMAIN % For using a separate tree: % TEXMFSYSVAR = @@texmf@@-var -TEXMFSYSVAR = @@texmf@@-var +TEXMFSYSVAR = @@VARBASE@@/lib/texmf d9 4 a12 8 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data. % With teTeX-3.0 or later, this must be set. @@@@ -126,7 +126,7 @@@@ VARTEXFONTS = @@vartexfonts@@ % % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below % one of the TEXMF directories (avoids overlapping ls-R files). -TEXMFDBS = $TEXMF;$VARTEXFONTS +TEXMFDBS = $TEXMF d14 1 a14 2 % It may be convenient to define TEXMF like this: % TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME} @ 1.1 log @TEXMFSYSVAR should be under VARBASE. Previously, TEXMFSYSVAR was placed under PREFIX, which was wrong because TEXMFSYSVAR stores variable *runtime* data. This change relocates TEXMFSYSVAR under VARBASE and move VARTEXFONTS to its default location inside the TEXMFSYSVAR tree. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @