From owner-freebsd-doc Wed Mar 13 20:23:28 2002 Delivered-To: freebsd-doc@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 3D8B237B405; Wed, 13 Mar 2002 20:23:21 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id DA098BDA8; Wed, 13 Mar 2002 20:23:20 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id UAA06784; Wed, 13 Mar 2002 20:23:20 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2E4QIC20295; Wed, 13 Mar 2002 20:26:18 -0800 (PST) (envelope-from swear@blarg.net) To: Dima Dorfman Cc: bmah@FreeBSD.ORG, Udo Erdelhoff , freebsd-doc@FreeBSD.ORG Subject: Re: X11 required for Document Project? References: <20020314014952.45C7C3E3C@bazooka.trit.org> From: swear@blarg.net (Gary W. Swearingen) Date: 13 Mar 2002 20:26:17 -0800 In-Reply-To: <20020314014952.45C7C3E3C@bazooka.trit.org> Message-ID: Lines: 57 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dima Dorfman writes: > "Bruce A. Mah" wrote: > > The full list of packages needed by docproj (minus jadetex and its > > dependencies) is in /usr/src/release/Makefile.inc.docports. > ^^^^ > I think you mean "should be in". For example, python isn't listed. > This file is a good idea, but it gets out of date despite our best > efforts. In case anyone doesn't know about "pkg_tree" or "portupgrade -nR": pkg_tree -v docproj | grep -v docproj | tr -d '|\\_ ' | sort -u gives a list of dependencies. (I wouldn't think "-v" should be needed, but without it, XFree86 and python were omitted.) I notice several differences on my STABLE-05-mar system: Only Makefile.inc.docport has Mk unzip gettext gmake libtool ghostscript-gnu docbook while only pkg_tree (on my sys about 05'mar) gives XFree86 XFree86-libraries docbook ghostscript-afpl **probably my fault imake jade python xhtml Then I tried "portupgrade -nR": Only Makefile.inc.docport has Mk unzip gettext gmake libtool ghostscript-gnu while only "portupgrade -nR" (on my sys about 05'mar) gives imake-4 ghostscript-afpl jade xhtml XFree86-4-libraries I think my ports are in good shape (but a week old). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message