From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 09:20:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D85D0106564A for ; Mon, 18 Jul 2011 09:20:05 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 867D58FC08 for ; Mon, 18 Jul 2011 09:20:05 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1QijzK-0003yY-UI; Mon, 18 Jul 2011 10:19:53 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Qijys-00068O-FK; Mon, 18 Jul 2011 10:19:14 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id p6I9JEw2016805; Mon, 18 Jul 2011 10:19:14 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id p6I9JEar016804; Mon, 18 Jul 2011 10:19:14 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 18 Jul 2011 10:19:13 +0100 From: Anton Shterenlikht To: Antonio Olivares , Jamie Paul Griffin , freebsd-questions@freebsd.org Message-ID: <20110718091913.GA4092@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: Antonio Olivares , Jamie Paul Griffin , freebsd-questions@freebsd.org References: <537F9F81-1353-4FA3-B8EF-EF99682F435E@gmail.com> <20110714160816.GA30155@think.gnix.co.uk> <20110715080324.GA8392@mech-cluster241.men.bris.ac.uk> <20110715235610.GA70906@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110715235610.GA70906@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: can't build teTeX port in FreeBSD 8.2 amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 09:20:06 -0000 On Sat, Jul 16, 2011 at 12:56:10AM +0100, Anton Shterenlikht wrote: > On Fri, Jul 15, 2011 at 09:33:45AM -0500, Antonio Olivares wrote: > > >> > I hoped for a true native port for TeXLive > > >> > > >> I can't see that it's really necessary. I remember difficulties with the 2009 release when FreeBSD binaries were not included but now they are the installation is headache-free. > > >> > > > > > > What exactly is missing from teTeX? > > > > Try this, get the source for a free college Algebra Book: > > > > http://www.stitz-zeager.com/Precalculus/Stitz_Zeager_Open_Source_Precalculus_files/SZPreCalc07152011SourceCode.zip > > > > Use this script to generate the book: > > > > name it genAlgTrigBook > > chmod +x genAlgTrigBook > > and run > > $ ./genAlgTrigBook > > with in the SZPreCalc0715201 folder after extracting the zip file with > > command unzip SZPreCalc07152011SourceCode.zip > > > > ==================================================== > > #!/bin/sh > > > > # change JPG to jpg since *nix systems are case sensitive > > for i in `find . -name "*JPG"` > > do > > mv "$i" "$(echo $i|sed 's/JPG/jpg/g')" > > done > > sleep 5; > > pdflatex AlgTrigBook.tex -interaction=nonstop > > sleep 2; > > for i in *.mp > > do > > mpost $i > > done > > sleep 5; > > pdflatex AlgTrigBook.tex -interaction=nonstop > > sleep 5; > > makeindex AlgTrigBook > > sleep 5; > > pdflatex AlgTrigBook.tex -interaction=nonstop > > ==================================================== > > > > Can you fully compile the book without errors? > > > > Let us know and if you can without adding a bunch of *.sty files then > > I got it after adding chapterfolder, > and updating mfpic - just 2 packages, one missing > and another too old. > > I'm on ia64 mainly and sometimes on sparc64, > and I understand the consequences of my choice. > > Anyway, I love the FreeBSD ports system and > hate to see something lacking there. I'll > talk to hrs@ and see how the above 2 packages > can be included/updated. For me this is a > better route compared to having a binary > bypassing the ports and available on only > 2 arches. > > Will update if this is successful. hrs@ has been most speedy and helpful. He added print/latex-chapterfolder print/tex-mfpic With these 2 new ports + teTeX I can build this book fully, no errors. Check it out. If you know of another tex project where teTeX fails, please send me the details. I'm keen to patch teTeX as far as possible with no major changes to TDS, i.e. just adding or updating a package. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423