From owner-freebsd-ports@FreeBSD.ORG Sun Dec 21 09:19:51 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78ECB1065674 for ; Sun, 21 Dec 2008 09:19:51 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (smtp.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6B98FC1A for ; Sun, 21 Dec 2008 09:19:50 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id mBL9JmKq057020 for ; Sun, 21 Dec 2008 02:19:50 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id mBL8thAK087395; Sun, 21 Dec 2008 01:55:43 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id mBL8tgpD087392; Sun, 21 Dec 2008 01:55:42 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18766.1166.732040.278194@gromit.timing.com> Date: Sun, 21 Dec 2008 01:55:42 -0700 From: John Hein To: "Garrett Cooper" In-Reply-To: <7d6fde3d0812191953p535ecf0ay6d486033a582a3@mail.gmail.com> References: <200812181814.mBIIEhYK093725@gromit.timing.com> <7d6fde3d0812191953p535ecf0ay6d486033a582a3@mail.gmail.com> X-Mailer: VM 7.19 under Emacs 22.3.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: ports@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: [patch] support systems that have been built WITHOUT_INFO=yes (no makeinfo & install-info) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2008 09:19:51 -0000 Garrett Cooper wrote at 19:53 -0800 on Dec 19, 2008: > Are the ls + cat operations still required? If you mean the stray debug I inadvertently had in the first patch, then no. Look at the later patch in the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=129741 > Also, can a more experienced porter please look at this and provide > some critiques? Thanks for taking a look.