From owner-freebsd-ports@FreeBSD.ORG Fri May 21 02:52:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B9F516A4CE for ; Fri, 21 May 2004 02:52:59 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBA343D2F for ; Fri, 21 May 2004 02:52:53 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id i4L9tnv0073688; Fri, 21 May 2004 06:55:52 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9p2/8.12.9) with ESMTP id i4L9YK2h045390; Fri, 21 May 2004 06:34:21 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9p2/8.12.9/Submit) id i4L9YBOY045389; Fri, 21 May 2004 06:34:11 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 21 May 2004 06:34:11 -0300 From: Fernan Aguero To: Rob Message-ID: <20040521093411.GA45342@iib.unsam.edu.ar> Mail-Followup-To: Rob , FreeBSD Ports 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40ADA00B.3000708@users.sourceforge.net> User-Agent: Mutt/1.4.1i cc: FreeBSD Ports Subject: Re: Latest version of teTeX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 09:52:59 -0000 +----[ Rob (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