From owner-freebsd-bugs Wed Apr 19 13:47:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA28600 for bugs-outgoing; Wed, 19 Apr 1995 13:47:15 -0700 Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA28586 for ; Wed, 19 Apr 1995 13:47:05 -0700 Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA23746; Wed, 19 Apr 95 22:46:35 +0100 Date: Wed, 19 Apr 95 22:46:35 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) Message-Id: <9504192146.AA23746@cabri.obs-besancon.fr> To: edward@edcom.com Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199504191900.MAA26248@freefall.cdrom.com> (message from Edward Wang on Wed, 19 Apr 1995 12:00:03 -0700) Subject: Re: ports/352: tex package generally messed up X-Mailer: Emacs Sender: bugs-owner@FreeBSD.org Precedence: bulk >>>>> "Edward" == Edward Wang 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 =========================================================================