Latest version of teTeX

Fernan Aguero fernan at iib.unsam.edu.ar
Fri May 21 02:52:59 PDT 2004


+----[ Rob <stopspam at 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


More information about the freebsd-ports mailing list