Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 1997 15:32:43 +0200 (CEST)
From:      Yoshio.Mita@isen.fr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4754: japanese/vfxdvi/files/customize.sh needs modification.
Message-ID:  <199710131332.PAA10867@pcmita.isen.fr>
Resent-Message-ID: <199710131340.GAA23673@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710131332.PAA10867>