Date: Wed, 19 Apr 95 22:46:35 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) To: edward@edcom.com Cc: freebsd-bugs@freefall.cdrom.com Subject: Re: ports/352: tex package generally messed up Message-ID: <9504192146.AA23746@cabri.obs-besancon.fr> In-Reply-To: <199504191900.MAA26248@freefall.cdrom.com> (message from Edward Wang on Wed, 19 Apr 1995 12:00:03 -0700)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Edward" == Edward Wang <edward@edcom.com> writes: >> Description: > just a sample of the problems: > * the package name is web2c-6.1, though it's really Tex This has changed. It is now called tex-3.1415 > * doens't uninstall correctly The empty directories are not removed. Is it your problem? > * makes directories with mode 777 This is the default mode in the distribution. I will change it to 755 > * comes with the bibtex binary, but no bst files Well, this is the TeX port, not the latex or bibtex port :-). I can delete the bibtex binary, but then it will not be possible to add a bibtex port. Are you willing to do a bibtex port? (we only need to fetch the various support files and install them properly) It is not difficult! > * no pk fonts at all This is normal. Pk fonts are device dependent. We can't supply fonts for every printer/display on earth! You have to choose a device when installing xdvi or dvips. Pks are then built when required. > * MakeTeXPK should put generated pk files in a more permanant place > (or is that in the dvips package?) The default is to generate them in /tmp. You can choose an alternate location when configuring dvips/xdvi. Otherwise, you have to let /usr/local/lib/texmf/fonts/pk writable by everyone. The best is to add the following code in your /etc/daily: if [ -d /tmp/pk ]; then echo -n "Moving pkfonts" for f in /tmp/pk/*pk; do if [ -f $f ]; then mv $f /usr/local/lib/texmf/fonts/pk/ fi done fi Thanks for your feedback. Jean-Marc. ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Jean-Marc Zucconi | jmz@cabri.obs-besancon.fr Observatoire de Besancon | F 25010 Besancon cedex | PGP Key: finger jmz@cabri.obs-besancon.fr =========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9504192146.AA23746>