From owner-freebsd-ports Mon Oct 13 06:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23713 for ports-outgoing; Mon, 13 Oct 1997 06:40:06 -0700 (PDT) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23673; Mon, 13 Oct 1997 06:40:03 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 13 Oct 1997 06:40:03 -0700 (PDT) Resent-Message-Id: <199710131340.GAA23673@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Yoshio.Mita@isen.fr Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23338 for ; Mon, 13 Oct 1997 06:34:42 -0700 (PDT) (envelope-from mita@pcmita.isen.fr) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id PAA10867; Mon, 13 Oct 1997 15:32:43 +0200 (CEST) Message-Id: <199710131332.PAA10867@pcmita.isen.fr> Date: Mon, 13 Oct 1997 15:32:43 +0200 (CEST) From: Yoshio.Mita@isen.fr Reply-To: Yoshio.Mita@isen.fr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4754: japanese/vfxdvi/files/customize.sh needs modification. Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4754 >Category: ports >Synopsis: Modified DEFAULT_FONTPATH for new japanese/ptex* >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 13 06:40:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: le Centre National de la Recherche Scientifique >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: 1. Modified DEFAULT_FONTPATH entry for new japanese/ptex* 2. Fixed a typo. This change causes no trouble for installation. >How-To-Repeat: >Fix: This is a patch. It only changes customize.sh. diff -rcN japanese/vfxdvi.orig/files/customize.sh japanese/vfxdvi/files/customize.sh *** japanese/vfxdvi.orig/files/customize.sh Wed Jan 22 04:13:25 1997 --- japanese/vfxdvi/files/customize.sh Mon Oct 13 13:56:55 1997 *************** *** 1,7 **** #!/bin/sh # usage sh customize.sh ${RESOLUTION} [BATCH] ! DEFAULT_FONT_PATH=.:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:/usr/local/lib/texmf/fonts/public/ptex/tfm DONE=no if [ $# = 2 ] ; then --- 1,7 ---- #!/bin/sh # usage sh customize.sh ${RESOLUTION} [BATCH] ! DEFAULT_FONT_PATH=.:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:/usr/local/lib/texmf/fonts/public/ptex/tfm:/usr/local/share/texmf/fonts/tfm/ptex DONE=no if [ $# = 2 ] ; then *************** *** 11,23 **** echo "Check directory for pkfonts (resolution:$1) and ASCII jTeX's tfm files." echo echo "Default is .:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:\\" ! echo " :/usr/local/lib/texmf/fonts/public/ptex/tfm" echo "If you use jlatex of ports collection, it should be OK." echo while [ "$DONE" != "yes" ] do ! lib "Is it OK (y/n)[y]?" read ans case x"${ans}" in xN*|xn*) --- 11,23 ---- echo "Check directory for pkfonts (resolution:$1) and ASCII jTeX's tfm files." echo echo "Default is .:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:\\" ! echo " :/usr/local/lib/texmf/fonts/public/ptex/tfm:/usr/local/share/texmf/fonts/tfm/ptex" echo "If you use jlatex of ports collection, it should be OK." echo while [ "$DONE" != "yes" ] do ! echo "Is it OK (y/n)[y]?" read ans case x"${ans}" in xN*|xn*) >Audit-Trail: >Unformatted: