From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 06:58:38 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BAAC106566B; Fri, 12 Aug 2011 06:58:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 26F2D8FC12; Fri, 12 Aug 2011 06:58:37 +0000 (UTC) Received: from beaver.home.critical.ch (84-72-174-9.dclient.hispeed.ch [84.72.174.9]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id p7C6wR22024205; Fri, 12 Aug 2011 08:58:28 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 12 Aug 2011 08:58:27 +0200 From: Emanuel Haupt To: "Conrad J. Sabatier" Message-Id: <20110812085827.33f82948.ehaupt@FreeBSD.org> In-Reply-To: <20110808223535.64fa91d1@serene.no-ip.org> References: <20110808223535.64fa91d1@serene.no-ip.org> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: "make readmes" no longer builds individual ports' README.html files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 06:58:38 -0000 "Conrad J. Sabatier" wrote: > Having been away from FreeBSD for a while, I'm still catching up with > all the changes that took place while I was on hiatus, so bear with me > here. :-) > > Trying to construct the ports' README.html files with: > > cd /usr/ports > make readmes > > Much to my surprise, this only creates README.html at the top level > and within each category, but nothing under the individual ports' > directories. When did this change, and why? Mailing list search has > turned up nothing useful on the subject. > > Or maybe I'm just doing it wrong? :-) It was definitely broken. I've just committed a fix to ports/Tools/make_readmes. Emanuel