Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2001 12:03:45 -0500
From:      Mike Meyer <mwm@mired.org>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/30268: [PATCH] /usr/ports/INDEX in the cvs repository is out of date.
Message-ID:  <15250.26225.720678.641095@guru.mired.org>
In-Reply-To: <200109021700.f82H02q60537@freefall.freebsd.org>
References:  <20010902165857.44238.qmail@guru.mired.org> <200109021700.f82H02q60537@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nuts. Clearly, a typo slipped into the Makefile after I tested it
(fixing software that's updating the files you're working is a
problem). The first part of the submitted patch is in error, and the
correct patch is just:

diff -u Makefile.orig Makefile
--- Makefile.orig	Sun Sep  2 11:48:10 2001
+++ Makefile	Sun Sep  2 12:01:35 2001
@@ -107,3 +107,6 @@
 .else
 	@${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first."
 .endif
+.if defined(UPDATE_PORTS_INDEX)
+	make index
+.endif

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15250.26225.720678.641095>