From owner-freebsd-ports@FreeBSD.ORG Tue May 18 04:51:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E498016A8E7 for ; Tue, 18 May 2004 04:51:49 -0700 (PDT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F3243E7E for ; Tue, 18 May 2004 04:38:44 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd09.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1BQ2uY-0002vp-00; Tue, 18 May 2004 13:37:30 +0200 Received: from Andro-Beta.Leidinger.net (GQOjLoZSgeI6+K0LROTbWe+7ZypU-bXuQ0+C0zmCO5AwxulCVlKeYM@[217.229.216.40]) by fmrl09.sul.t-online.com with esmtp id 1BQ2uJ-1idfvc0; Tue, 18 May 2004 13:37:15 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i4IBbMtT029473; Tue, 18 May 2004 13:37:22 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Tue, 18 May 2004 13:38:21 +0200 From: Alexander Leidinger To: Florent Thoumie Message-Id: <20040518133821.1979e2d0@Magellan.Leidinger.net> In-Reply-To: <40A9F565.7070501@xbsd.org> References: <20040517014925.GB46196@xor.obsecurity.org> <40A9F565.7070501@xbsd.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Tue__18_May_2004_13_38_21_+0200_FpoaaJ.mSkS.Z/Tb" X-Seen: false X-ID: GQOjLoZSgeI6+K0LROTbWe+7ZypU-bXuQ0+C0zmCO5AwxulCVlKeYM@t-dialin.net cc: ports@freebsd.org cc: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= cc: Kris Kennaway Subject: Re: Up-to-date INDEXes may now be downloaded from www.freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 11:51:50 -0000 This is a multi-part message in MIME format. --Multipart=_Tue__18_May_2004_13_38_21_+0200_FpoaaJ.mSkS.Z/Tb Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, 18 May 2004 11:37:09 +0000 Florent Thoumie wrote: > Dag-Erling Sm=F8rgrav wrote: > > Kris Kennaway writes: > >=20 > >>4.x: > >> http://www.FreeBSD.org/ports/INDEX > >=20 > >=20 > > could you please name this INDEX-4, or make a symlink? >=20 > Are you thinking of adding a switch to portsdb to fetch > it directly from FreeBSD website ? Here's a patch for /usr/ports/Makefile. Just run "make fetchindex" after patching. Bye, Alexander. --=20 I'm available to get hired (preferred in .lu). http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 --Multipart=_Tue__18_May_2004_13_38_21_+0200_FpoaaJ.mSkS.Z/Tb Content-Type: text/plain; name="fetchindex.diff" Content-Disposition: attachment; filename="fetchindex.diff" Content-Transfer-Encoding: 8bit Index: Makefile =================================================================== RCS file: /big/FreeBSD-CVS/ports/Makefile,v retrieving revision 1.82 diff -u -r1.82 Makefile --- Makefile 2 Apr 2004 07:25:23 -0000 1.82 +++ Makefile 17 May 2004 09:37:24 -0000 @@ -70,6 +70,9 @@ @rm -f ${.CURDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} +fetchindex: + @cd ${.CURDIR} && fetch -am http://www.FreeBSD.org/ports/${INDEXFILE} + INDEX_JOBS?= 2 ${.CURDIR}/${INDEXFILE}: --Multipart=_Tue__18_May_2004_13_38_21_+0200_FpoaaJ.mSkS.Z/Tb--