From owner-freebsd-ports@FreeBSD.ORG Wed Sep 20 00:56:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 C9D2A16A412 for ; Wed, 20 Sep 2006 00:56:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37E643D76 for ; Wed, 20 Sep 2006 00:56:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3B0C11A3C19; Tue, 19 Sep 2006 17:56:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4780951578; Tue, 19 Sep 2006 20:56:41 -0400 (EDT) Date: Tue, 19 Sep 2006 20:56:41 -0400 From: Kris Kennaway To: Fred Cox Message-ID: <20060920005641.GB51684@xor.obsecurity.org> References: <20060919233005.GA50767@xor.obsecurity.org> <20060920001545.87380.qmail@web31808.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060920001545.87380.qmail@web31808.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: www/dotproject out of date and vulnerable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 00:56:44 -0000 On Tue, Sep 19, 2006 at 05:15:45PM -0700, Fred Cox wrote: > Actually, it doesn't. It goes ahead and installs it, > even though I specified these: > > WITH_MYSQL= yes > WANT_MYSQL_VER= 323 > IGNORE_WITH_MYSQL=5 > > Starting with a system that had no MySQL or PHP > installed on it, I did a make install in the > dotproject port with the Makefile and distinfo I > specified earlier. > > It seems to look for mysql.so, and if that's found, it > doesn't worry about the version. OK, so it's just silently broken, which is worse. > See the log at http://fcox.net/dp.log, when no mysql > or php was installed on the system. > > Perhaps this is a bug in the dependencies system. Dunno without investigating. Anyway, the correct solution is the same. Kris