From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:37:42 2005 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 559AB16A4CE for ; Tue, 17 May 2005 15:37:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05AB43DAE for ; Tue, 17 May 2005 15:37:41 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2003937wri for ; Tue, 17 May 2005 08:37:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AZ4rjC33kKkfbwJ5vwuudGV4HZHxPSMvFT1Fx7W93dezsngfxkrCgXNKUIbMNtGnIPIVb16KgkZfR/eRYxEVQELuwoJKgPOXDNWd3wvUe5fjkq5PxODRF3KbGYDTrVtTRoESFO9cc0Iz7GIZcqMmF/0cHFiZPad7N/sPN2M5PMU= Received: by 10.54.14.48 with SMTP id 48mr4426397wrn; Tue, 17 May 2005 08:37:36 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Tue, 17 May 2005 08:37:36 -0700 (PDT) Message-ID: <790a9fff050517083762971c8@mail.gmail.com> Date: Tue, 17 May 2005 10:37:36 -0500 From: Scot Hetzel To: Culley Harrelson In-Reply-To: <529825a305051708094c3916a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <529825a305051708094c3916a1@mail.gmail.com> cc: freebsd-ports@freebsd.org Subject: Re: mantis port breaks portsdb -U X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:37:42 -0000 On 5/17/05, Culley Harrelson wrote: > I am using FreeBSD 4.10-STABLE. I have run cvsup with ports-all, run > make featchindex in /usr/ports and I have run pkgdb -F. When I try to > run portsdb -Uu I get the error below. I do not have mantis installed > but it seems to have trouble with the fact that I am running > apache13+modssl instead of apache13. Does anyone have a hint for me > on how to fix this? >=20 > culley >=20 > Updating the ports index ... Generating INDEX.tmp - please wait..ident > warning: no id keywords in standard input > mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- > dependency list incomplete There is no "www/apache13+modssl" port. But there is a "www/apache13-modssl" port. Scot