Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 1996 22:48:41 +0100 (MET)
From:      helbig@informatik.ba-stuttgart.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2288: the port dvips does not work         
Message-ID:  <199612262148.WAA12795@helbig.informatik.ba-stuttgart.de>
Resent-Message-ID: <199612262150.NAA10370@freefall.freebsd.org>

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

>Number:         2288
>Category:       ports
>Synopsis:       the port dvips does not work
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 13:50:01 PST 1996
>Last-Modified:
>Originator:     Wolfgang Helbig
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	using the MASTER_SITE ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/

>Description:

	The program /usr/local/bin/MakeTeXPK tries to store the
	pk-files in a not existing directory. This means it cannot
	use the fonts and therefore cannot print at all!

>How-To-Repeat:

	Install the ports tex, latex and dvips. Create a file foo.dvi and
	do dvips foo.dvi

>Fix:
	

Index: dvips/scripts/configure
===================================================================
RCS file: /usr/home/wh/cvsroot/ports/print/dvips/scripts/configure,v
retrieving revision 1.6
diff -c -r1.6 configure
*** configure	1996/12/25 18:01:33	1.6
--- configure	1996/12/26 20:28:38
***************
*** 50,57 ****
    echo "mkdir -p $CACHE/pk; chmod 1777 $CACHE/pk" > $SCRIPTDIR/post-install
  fi
    
! sed -e s:/usr/lib/tex:/$PREFIX/lib/texmf: \
!     -e s:/LocalLibrary/Fonts/TeXFonts:$CACHE: \
       $SUBST <${WRKSRC}/MakeTeXPK.orig >${WRKSRC}/MakeTeXPK
  
  #configure config.ps
--- 50,57 ----
    echo "mkdir -p $CACHE/pk; chmod 1777 $CACHE/pk" > $SCRIPTDIR/post-install
  fi
    
! sed -e s:/usr/lib/tex:$PREFIX/lib/texmf: \
!     -e s:/common/rokicki/cmps/dvips:$CACHE: \
       $SUBST <${WRKSRC}/MakeTeXPK.orig >${WRKSRC}/MakeTeXPK
  
  #configure config.ps
>Audit-Trail:
>Unformatted:



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