From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 25 01:50:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CEF16A4D2 for ; Fri, 25 Jun 2004 01:50:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1AD43D3F for ; Fri, 25 Jun 2004 01:50:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5P1oKOE066392 for ; Fri, 25 Jun 2004 01:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5P1oKFU066391; Fri, 25 Jun 2004 01:50:20 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jun 2004 01:50:20 GMT Resent-Message-Id: <200406250150.i5P1oKFU066391@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7049D16A4CE; Fri, 25 Jun 2004 01:41:59 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A38443D2D; Fri, 25 Jun 2004 01:41:59 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id AA02F141DF; Thu, 24 Jun 2004 20:41:58 -0500 (CDT) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id i5P1deYu063360; Thu, 24 Jun 2004 20:39:41 -0500 (CDT) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id i5P1depi063359; Thu, 24 Jun 2004 20:39:40 -0500 (CDT) (envelope-from linimon) Message-Id: <200406250139.i5P1depi063359@lonesome.lonesome.com> Date: Thu, 24 Jun 2004 20:39:40 -0500 (CDT) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: portmgr@FreeBSD.org Subject: ports/68299: [patch] make ports/Makefile more verbose about 'make index' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 01:50:35 -0000 >Number: 68299 >Category: ports >Synopsis: [patch] make ports/Makefile more verbose about 'make index' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 25 01:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: This patch makes the 'make index' failure mode even more self-explanatory. >How-To-Repeat: Read freebsd-ports. Despair. >Fix: Index: Makefile =================================================================== RCS file: /home/FreeBSD/pcvs/ports/Makefile,v retrieving revision 1.85 diff -u -r1.85 Makefile --- Makefile 11 Jun 2004 23:52:44 -0000 1.85 +++ Makefile 25 Jun 2004 01:36:26 -0000 @@ -99,11 +99,17 @@ echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ - echo "have a complete and up-to-date ports collection (INDEX builds are"; \ - echo "not supported with partial or out-of-date ports collections). If"; \ - echo "so, then report the failure to ports@FreeBSD.org together with"; \ - echo "relevant details of your ports configuration (including FreeBSD"; \ - echo "version, environment and /etc/make.conf settings)."; \ + echo "have a complete and up-to-date ports collection. (INDEX builds are"; \ + echo "not supported with partial or out-of-date ports collections -- in"; \ + echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \ + echo "collection, and have no \"refuse\" files.) If that is the case, then"; \ + echo "report the failure to ports@FreeBSD.org together with relevant"; \ + echo "details of your ports configuration (including FreeBSD version,"; \ + echo "your architecture, your environment, and your /etc/make.conf"; \ + echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \ + echo; \ + echo "Note: the latest pre-generated version of INDEX may be fetched"; \ + echo "automatically with \"make fetchindex\"."; \ echo "********************************************************************"; \ echo; \ fi; \ >Release-Note: >Audit-Trail: >Unformatted: