head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.26 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.24 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.22 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.20 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.18 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.10.13.22.43.23; author minskim; state dead; branches; next 1.1; 1.1 date 2009.09.20.03.33.43; author minskim; state Exp; branches; next ; desc @@ 1.2 log @Resolve conflicts between texlive-tetex and TeX Live 2012 packages. @ text @$NetBSD: patch-ak,v 1.1 2009/09/20 03:33:43 minskim Exp $ --- texlinks.orig 2008-06-18 11:24:19.000000000 -0700 +++ texlinks @@@@ -179,7 +179,7 @@@@ install_link() ############################################################################### search_symlinkdir() { - kpsewhich=`check_for_binary kpsewhich` + kpsewhich=@@KPSEWHICH@@ test -z "$kpsewhich" && return 1 symlinkdir=`echo $kpsewhich | sed 's@@/*kpsewhich$@@@@'` kpseaccess -w "$symlinkdir" || return 1 @@@@ -241,7 +241,7 @@@@ main() silent=false thisdir=`pwd` : ${KPSE_DOT=$thisdir}; export KPSE_DOT - selfautoloc=`kpsewhich --expand-var='$SELFAUTOLOC'` + selfautoloc=`@@KPSEWHICH@@ --expand-var='$SELFAUTOLOC'` while case $1 in --h*|-h) @@@@ -261,7 +261,7 @@@@ main() dirs="$*" # if no cnf_file from command-line, look it up with kpsewhich: - test -z "$cnf_file" && cnf_file=`kpsewhich --format='web2c files' $cnf` + test -z "$cnf_file" && cnf_file=`@@KPSEWHICH@@ --format='web2c files' $cnf` test -f "$cnf_file" || abort "config file \`$cnf' not found" @@@@ -276,7 +276,7 @@@@ main() if test $multiplatform = true; then case $selfautoloc in */bin) dirs=$selfautoloc;; - *) parent=`kpsewhich --expand-var='$SELFAUTODIR'` + *) parent=`@@KPSEWHICH@@ --expand-var='$SELFAUTODIR'` dirs=`find $parent -type f -name kpsewhich -print \ | sed 's@@/kpsewhich$@@@@'`;; esac @ 1.1 log @Use absolute paths in invoking the following commands: fmtutil, fmtutil-sys, kpsetool, kpsewhere, texconfig, texconfig-dialog, texconfig-sys, texlinks, updmap, and updmap-sys. @ text @d1 1 a1 1 $NetBSD$ @