Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 13:05:26 +0200
From:      Kay Lehmann <kay_lehmann@web.de>
To:        FreeBSD Ports <ports@FreeBSD.ORG>
Subject:   Re: Latest version of teTeX
Message-ID:  <40ADE276.2050003@web.de>
In-Reply-To: <20040521093411.GA45342@iib.unsam.edu.ar>
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> <20040521093411.GA45342@iib.unsam.edu.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
Fernan Aguero wrote:
> +----[ 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

Affaik -wW tells portinstall to not to make clean before and after 
installation, so this shouldn't be the problem.
To Rob: did you deinstall tetex before this? Just removing entry in 
/var/db is somehow ugly. I would recommend to do a real upgrade using 
portupgrade with above mentioned -m args (or just deinstall before 
installing). This worked for me, so I would expect it to work for you, too.

Greets,
Kay



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