Subject: Re: PR/32592 CVS commit: pkgsrc/print/ja-ptex-share
To: None <tonio@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Makoto Fujiwara <makoto@ki.nu>
List: pkgsrc-bugs
Date: 01/26/2006 13:55:02
The following reply was made to PR pkg/32592; it has been noted by GNATS.

From: Makoto Fujiwara <makoto@ki.nu>
To: Antoine Reilles <Antoine.Reilles@loria.fr>
Cc: gnats-bugs@NetBSD.org, rp9h-kd@asahi-net.or.jp
Subject: Re: PR/32592 CVS commit: pkgsrc/print/ja-ptex-share
Date: Thu, 26 Jan 2006 22:49:45 +0900

 Thanks Antoine,
 I did all the things you have suggested,
 and it worked. platex and mf works great, thanks a million.
 
 Summary of what I did was:
 
 (1) setup /etc/mk.conf as:
 TEX_DEFAULT=teTeX2
 
 (2) pkg_delete -f all TeX related stuff
 
 (3) make clean all the directory I have installed
     by looking .install_done cookies under pkgsrc/print
 
 (4) I may be wrong, but someone suggested the change on
     following line, and it looks reasonable, I did it.
     (I did not checked if no change gave a problem, sorry)
 
 Index: teTeX/module.mk
 ===================================================================
 RCS file: /e/cvsync/cvsync/pkgsrc/print/teTeX/module.mk,v
 retrieving revision 1.11
 diff -u -r1.11 module.mk
 --- teTeX/module.mk	13 Jan 2006 17:56:43 -0000	1.11
 +++ teTeX/module.mk	25 Jan 2006 15:48:51 -0000
 @@ -19,7 +19,7 @@
  TEX_FONTMAPS?=		# empty
  
  .if !empty(TEX_FONTMAPS)
 -BUILDLINK_DEPENDS.teTeX-bin+=	teTeX-bin>=3.0nb4
 +BUILDLINK_DEPENDS.teTeX-bin+=	teTeX-bin>=2.0nb4
  .endif
  
  FILES_SUBST+=		MKTEXLSR="${LOCALBASE}/bin/mktexlsr"
 
 (5) in print/ja-ptex directory, 
     sudo make package
 ---
 Makoto Fujiwara