Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 06:34:11 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Rob <stopspam@users.sourceforge.net>
Cc:        FreeBSD Ports <ports@FreeBSD.ORG>
Subject:   Re: Latest version of teTeX
Message-ID:  <20040521093411.GA45342@iib.unsam.edu.ar>
In-Reply-To: <40ADA00B.3000708@users.sourceforge.net>
References:  <40A42EAC.8090207@math.missouri.edu> <40AD5A76.9060102@users.sourceforge.net> <40AD626E.8010801@math.missouri.edu> <40AD72D3.8070203@users.sourceforge.net> <40AD7B4A.50201@math.missouri.edu> <40ADA00B.3000708@users.sourceforge.net>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Rob <stopspam@users.sourceforge.net> (21.May.2004 03:12):
|
| >Did you remember to select XDVIK?
| 
| Hmmm, I did following, again:
| 
|   # cd /usr/ports/print/teTeX
|   # make WITH_XDVIK=yes WITH_DVIPSK=yes
|   # portinstall -wWf teTeX
|   # make clean
|   # rehash
|   # texconfig
| 
+----]

Hmm, the prooblem that i see here is that you specify your
WITH_* options using make but you don't do make install
after you finish building teTeX. Instead you use portinstall
(which is a different beast), which IIRC calls 'make clean'
on the port before doing anything, so you lose your
specified options.

Either you do 
make clean && make WITH_XDVIK=yes WITH_DVIPSK=yes install
or
portinstall -m 'WITH_XDIVK=yes WITHDVIPSK=yes' teTeX

Haven't tested it, BTW, but I guess that this might be the
problem.

Fernan
-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan



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