From 4370ffa514a24c6c756282d45db5b4613f776a4a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 6 Apr 2018 22:15:59 +0000 Subject: no xdvi/pdfopen/pdfclose on x86_64-darwinlegacy, per mojca git-svn-id: svn://tug.org/texlive/trunk@47340 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/x86_64-darwinlegacy/pdfclose | Bin 14288 -> 0 bytes Master/bin/x86_64-darwinlegacy/pdfopen | Bin 18876 -> 0 bytes Master/bin/x86_64-darwinlegacy/xdvi | 53 -------------------------------- Master/bin/x86_64-darwinlegacy/xdvi-xaw | Bin 1219444 -> 0 bytes Master/tlpkg/tlpsrc/pdftools.tlpsrc | 4 +-- Master/tlpkg/tlpsrc/xdvi.tlpsrc | 4 +-- 6 files changed, 4 insertions(+), 57 deletions(-) delete mode 100755 Master/bin/x86_64-darwinlegacy/pdfclose delete mode 100755 Master/bin/x86_64-darwinlegacy/pdfopen delete mode 100755 Master/bin/x86_64-darwinlegacy/xdvi delete mode 100755 Master/bin/x86_64-darwinlegacy/xdvi-xaw (limited to 'Master') diff --git a/Master/bin/x86_64-darwinlegacy/pdfclose b/Master/bin/x86_64-darwinlegacy/pdfclose deleted file mode 100755 index 9da45f5711f..00000000000 Binary files a/Master/bin/x86_64-darwinlegacy/pdfclose and /dev/null differ diff --git a/Master/bin/x86_64-darwinlegacy/pdfopen b/Master/bin/x86_64-darwinlegacy/pdfopen deleted file mode 100755 index a61d5a84b35..00000000000 Binary files a/Master/bin/x86_64-darwinlegacy/pdfopen and /dev/null differ diff --git a/Master/bin/x86_64-darwinlegacy/xdvi b/Master/bin/x86_64-darwinlegacy/xdvi deleted file mode 100755 index 29632097df1..00000000000 --- a/Master/bin/x86_64-darwinlegacy/xdvi +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# This is the xdvi wrapper script for teTeX, version 0.2. -# Copyright Thomas Esser, 1998. Permission to distribute under the terms -# of the GNU general public license version 2 or later. - -# This script sets some environment variables to make sure that xdvi's -# resource file in $XDVIINPUTS/xdvi is read by xdvi.bin. - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && test x"`(uname -s) 2>&1`" = xULTRIX \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -RUNNING_SH5= - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && test x"`(uname -s) 2>&1`" = xAIX \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -RUNNING_BSH= - -# -help and -version only used to work if they were the only options, -# so the "-name xdvi" parameter wasn't used in that case. With current -# xdvik, it should work in any case, but we keep this logic for compatibility -# with older xdvik and plain xdvi versions. -have_basename=`basename foo/bar 2>&1 | grep -i 'not found'` -if [ "$have_basename"xxx = "xxx" ]; then - BASE_NAME=`basename $0` -else - BASE_NAME=`echo $0 | sed 's!.*/!!'` -fi - -case "$#:$1" in - 1:-help|1:-version) - NAMEOPT=;; - *) - NAMEOPT="-name $BASE_NAME";; -esac - -xdviappfile=`kpsewhich -progname=xdvi --format='other text files' XDvi` -if test -n "$xdviappfile"; then - xdviappdir=`dirname "$xdviappfile"` - xdviapppath="${xdviappdir}/%l_%t/%N:${xdviappdir}/%N" - - # For R3, we have to set XAPPLRESDIR. - ### SU: removed, xdvik won't work with R3 anyway, and XAPPLRESDIR is - ### for user customizations in current X - ### XAPPLRESDIR="$xdviappdir"; export XAPPLRESDIR - - # For R4 or later, we have to set XFILESEARCHPATH, since XAPPLRESDIR might - # be ignored (if XUSERFILESEARCHPATH is set) - XFILESEARCHPATH="$xdviapppath:${XFILESEARCHPATH-%D}"; export XFILESEARCHPATH -fi - -exec xdvi-xaw $NAMEOPT ${1+"$@"} diff --git a/Master/bin/x86_64-darwinlegacy/xdvi-xaw b/Master/bin/x86_64-darwinlegacy/xdvi-xaw deleted file mode 100755 index 4d9a2fc9e20..00000000000 Binary files a/Master/bin/x86_64-darwinlegacy/xdvi-xaw and /dev/null differ diff --git a/Master/tlpkg/tlpsrc/pdftools.tlpsrc b/Master/tlpkg/tlpsrc/pdftools.tlpsrc index 733fb883bb1..ccb7e5d59f1 100644 --- a/Master/tlpkg/tlpsrc/pdftools.tlpsrc +++ b/Master/tlpkg/tlpsrc/pdftools.tlpsrc @@ -1,8 +1,8 @@ category TLCore shortdesc PDF-related utilities, including PostScript-to-PDF conversion -binpattern f bin/${ARCH}/pdfclose -binpattern f bin/${ARCH}/pdfopen +binpattern f/!x86_64-darwinlegacy bin/${ARCH}/pdfclose +binpattern f/!x86_64-darwinlegacy bin/${ARCH}/pdfopen # binpattern f bin/${ARCH}/e2pall binpattern f bin/${ARCH}/pdfatfi diff --git a/Master/tlpkg/tlpsrc/xdvi.tlpsrc b/Master/tlpkg/tlpsrc/xdvi.tlpsrc index c4fdda3088b..1fe84aaa87d 100644 --- a/Master/tlpkg/tlpsrc/xdvi.tlpsrc +++ b/Master/tlpkg/tlpsrc/xdvi.tlpsrc @@ -1,7 +1,7 @@ category TLCore -binpattern f bin/${ARCH}/xdvi -binpattern f bin/${ARCH}/xdvi-* +binpattern f/!x86_64-darwinlegacy bin/${ARCH}/xdvi +binpattern f/!x86_64-darwinlegacy bin/${ARCH}/xdvi-* # runpattern d texmf-dist/dvips/xdvi runpattern d texmf-dist/xdvi -- cgit v1.2.3