From mita@pcmita.isen.fr  Mon Oct 13 06:34:51 1997
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: japanese/vfxdvi/files/customize.sh needs modification.
X-Send-Pr-Version: 3.2

>Number:         4754
>Category:       ports
>Synopsis:       Modified DEFAULT_FONTPATH for new japanese/ptex*
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 06:40:01 PDT 1997
>Closed-Date:    Mon Oct 13 16:24:02 PDT 1997
>Last-Modified:  Mon Oct 13 16:24:37 PDT 1997
>Originator:     MITA Yoshio
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
le Centre National de la Recherche Scientifique
>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*)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Mon Oct 13 16:24:02 PDT 1997 
State-Changed-Why:  
Submitted patch applied. 
>Unformatted:
