From owner-freebsd-stable Thu Mar 2 4:13: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 8C98637C04C; Thu, 2 Mar 2000 04:12:42 -0800 (PST) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.3/8.9.3) with ESMTP id NAA20692; Thu, 2 Mar 2000 13:14:21 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Message-Id: <200003021214.NAA20692@numeri.campus.luth.se> X-Mailer: exmh version 2.1.1 10/15/1999 To: Neil Blakey-Milner Cc: Satoshi - Ports Wraith - Asami , Gawel , "freebsd-stable@FreeBSD.ORG" Subject: Re: make fetch + dependencies In-reply-to: Your message of "Thu, 02 Mar 2000 13:22:41 +0200." <20000302132241.A15730@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Mar 2000 13:14:21 +0100 From: Johan Karlsson Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 02 Mar 2000 13:22:41 +0200, Neil Blakey-Milner wrote: >On Wed 2000-03-01 (23:34), Johan Karlsson wrote: >> >make DEPENDS_TARGET=checksum checksum >> >> I do not get this to work the way I expect it to :-( >> >> numeri# pwd >> /usr/ports/print/lyx >> numeri# make DEPENDS_TARGET=checksum checksum >> If you want this port built with spell checker support, use >> make WITH_ISPELL=yes >> >> Checksum OK for lyx-1.0.4.tar.gz. >> numeri# >> >> It should at least fetch teTeX since I do not have any latex in my system. > >That's a special case, I think. > >Try setting 'make DEPENDS_TARGET=checksum BATCH=1 checksum'. > >If that doesn't work, you may have to try: >'make DEPENDS_TARGET=checksum BATCH=1 PACKAGE_BUILDING=1 checksum', but >that will have weird issues. Neighter of these work :-( numeri# cd /usr/ports/print/lyx/ numeri# make DEPENDS_TARGET=checksum BATCH=1 checksum If you want this port built with spell checker support, use make WITH_ISPELL=yes >> Checksum OK for lyx-1.0.4.tar.gz. numeri# make DEPENDS_TARGET=checksum BATCH=1 PACKAGE_BUILDING=1 checksum If you want this port built with spell checker support, use make WITH_ISPELL=yes >> Checksum OK for lyx-1.0.4.tar.gz. numeri# I also tried in numeri# pwd /usr/ports/print/gv numeri# make DEPENDS_TARGET=checksum checksum >> Checksum OK for gv-3.5.8.tar.gz. numeri# make DEPENDS_TARGET=checksum BATCH=1 checksum >> Checksum OK for gv-3.5.8.tar.gz. numeri# make DEPENDS_TARGET=checksum BATCH=1 PACKAGE_BUILDING=1 checksum >> Checksum OK for gv-3.5.8.tar.gz. numeri# since you mentioned that lyx is a special case. But as you can see that does not work either since it should fetch Xaw3d. /Johan K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message