From owner-freebsd-ports@FreeBSD.ORG Wed Aug 11 17:42:16 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 133AB16A4CE for ; Wed, 11 Aug 2004 17:42:16 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 7189A43D48 for ; Wed, 11 Aug 2004 17:42:14 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 61938 invoked by uid 89); 11 Aug 2004 19:42:14 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(192.168.0.8):. Processed in 0.114414 secs); 11 Aug 2004 17:42:14 -0000 X-Qmail-Scanner-Mail-From: sheepkiller@cultdeadsheep.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.8):. Processed in 0.114414 secs) Received: from unknown (HELO persephone.cultdeadsheep.org) (192.168.0.8) by 192.168.0.1 with SMTP; 11 Aug 2004 19:42:14 +0200 Received: (qmail 13944 invoked from network); 11 Aug 2004 19:40:32 +0200 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by 192.168.0.8 with SMTP; 11 Aug 2004 19:40:32 +0200 Date: Wed, 11 Aug 2004 19:41:56 +0200 From: Clement Laforet To: Jason Dusek Message-Id: <20040811194156.00f1607a.sheepkiller@cultdeadsheep.org> In-Reply-To: <411A514E.4040709@uiowa.edu> References: <411A514E.4040709@uiowa.edu> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Wed__11_Aug_2004_19_41_56_+0200_olgXIYvGHUVd_QM=" cc: ports@freebsd.org Subject: Re: What does "Duplicate INDEX entry" mean? 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: Wed, 11 Aug 2004 17:42:16 -0000 --Signature=_Wed__11_Aug_2004_19_41_56_+0200_olgXIYvGHUVd_QM= Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Wed, 11 Aug 2004 12:03:10 -0500 Jason Dusek wrote: > Every so often I run make index, and I always get the following > output: > > Generating INDEX-5 - please wait..Warning: Duplicate > INDEX entry: freeciv-gtk2-1.14.1 > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2 > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > Done. > > What does the warning mean? How do I get these warnings to go away? > The index builds fine, but I really don't like the idea of leaving > these warnings hanging around. You surely have set WITH_APACHE2 in /etc/make.conf, so www/mod_rpaf and www/mod_rpaf2 ports (same for mod_jk2) got the same PKG_NAME. make index tells you that 2 ports have the same pkg-name. In this case, these warnings are harmless. clen --Signature=_Wed__11_Aug_2004_19_41_56_+0200_olgXIYvGHUVd_QM= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBGlpmsRhfjwcjuh0RAjIBAJ4sYUY/U9+deunvXP2IO6oYdMQKOgCg6moT 0MNfq6ZfT5+lzTk/qDaxL+o= =2Oj8 -----END PGP SIGNATURE----- --Signature=_Wed__11_Aug_2004_19_41_56_+0200_olgXIYvGHUVd_QM=--