From owner-freebsd-ports Sat Oct 23 23:32:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 32AC315169; Sat, 23 Oct 1999 23:31:57 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca3-59.ix.netcom.com [209.109.233.59]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id XAA07630; Sat, 23 Oct 1999 23:31:52 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id VAA39983; Sat, 23 Oct 1999 21:37:11 -0700 (PDT) (envelope-from asami) To: charon@freethought.org Cc: ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: apsfilter's dependencies References: <3.0.5.32.19991021012457.00a264e0@midway.uchicago.edu> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 23 Oct 1999 21:37:10 -0700 In-Reply-To: charon@freethought.org's message of "Thu, 21 Oct 1999 01:24:57 -0700" Message-ID: Lines: 23 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: charon@freethought.org * Why is it that http://www.freebsd.org/ports/ no longer lists the huge * number of dependencies that apsfilter has? All it lists are bzip2-0.9.5d * and recode-3.4, but apsfilter still needs all the other stuff (see * /usr/ports/print/apsfilter/scripts/configure) to work. * * Because my network card isn't supported under freebsd, I have to download * all the dependencies in WinNT and then reboot to FreeBSD, so I have to have * _everything_ right or else I have to reboot just to dl another file. When * the dependency lists are FUBAR, this make life very difficult... Yikes. That is because apsfilter tries to build dependency lists on the fly in Makefile.inc. Since it's built from scripts/configure, it won't show up if you do a "make index" on a clean ports tree (as I do). Andreas, please move the batch stuff into Makefile the proper (just protect it with ".if defined(BATCH)") and delete them from scripts/configure, so they will show up in INDEX. Thanks, -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message