From owner-freebsd-ports@FreeBSD.ORG Tue May 17 17:46:20 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 907B316A4CE for ; Tue, 17 May 2005 17:46:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0815443D46 for ; Tue, 17 May 2005 17:46:20 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2054299wri for ; Tue, 17 May 2005 10:46:13 -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=YjCK75sZdMGs4IbI2Ga3HjXvGQOMQdVIUZj0No4pvssbWN75b+Pv/EN/D50gy15d9P2nz0YaCBmI0Vdaj/zEQ7o1QCEvSppAWoN3NeCHcywAvYZOX3ffH/8Uwr+FoSEqXwzCtpv+bbFbRGz7S9J6XHDoljPpDhtG+EiC1mOtK1k= Received: by 10.54.48.76 with SMTP id v76mr4502001wrv; Tue, 17 May 2005 10:46:13 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Tue, 17 May 2005 10:46:13 -0700 (PDT) Message-ID: <790a9fff0505171046526a59ed@mail.gmail.com> Date: Tue, 17 May 2005 12:46:13 -0500 From: Scot Hetzel To: Culley Harrelson In-Reply-To: <529825a305051708422d0dfbd5@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> <790a9fff050517083762971c8@mail.gmail.com> <529825a305051708422d0dfbd5@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 17:46:20 -0000 > On 5/17/05, Scot Hetzel wrote: > > On 5/17/05, Culley Harrelson wrote: > > > Updating the ports index ... Generating INDEX.tmp - please wait..iden= t > > > warning: no id keywords in standard input > > > mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- > > > dependency list incomplete > >=20 > > There is no "www/apache13+modssl" port. But there is a > > "www/apache13-modssl" port. > >=20 On 5/17/05, Culley Harrelson wrote: > Are you are?!? I see this: >=20 > % portversion -V > XFree86-libraries-4.2.1_3 < needs updating (port has 4.4.0_3) > apache+mod_ssl-1.3.29+2.8.16_3 < needs updating (port has 1.3.33+2.8.22= ) >=20 That's the package name, the port is actually located under /usr/ports/www/apache13-modssl. You need to set the APACHE_PORT variable to: APACHE_PORT=3Dwww/apache13-modssl Scot