From linimon@lonesome.com  Fri Jun 25 01:41:59 2004
Return-Path: <linimon@lonesome.com>
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 <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: portmgr@freebsd.org
Subject: [patch] make ports/Makefile more verbose about 'make index'
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68299
>Category:       ports
>Synopsis:       [patch] make ports/Makefile more verbose about 'make index'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 25 01:50:20 GMT 2004
>Closed-Date:    Wed Jul 14 08:19:13 GMT 2004
>Last-Modified:  Wed Jul 14 08:19:13 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jun 25 01:57:41 GMT 2004 
Responsible-Changed-Why:  
Portmgr probably owns this file. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68299 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Wed Jul 14 08:19:00 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68299 
>Unformatted:
