From owner-freebsd-ports@FreeBSD.ORG Tue Nov 15 06:01:27 2005 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 7177416A41F for ; Tue, 15 Nov 2005 06:01:27 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B7843D45 for ; Tue, 15 Nov 2005 06:01:26 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so1852333wxc for ; Mon, 14 Nov 2005 22:01:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QFxexxPmzMC9GCi1m+AktTc4kRVTsEZQTkKqgB9SeXdtZoXJHfOs9FgVLcuhHOAn61u31Q3tBxr1exxLHYtM0/5ltXEZHmlN2RyAkbqupMmOFD0p1GSJpGSntQc6fW/3q9WE7NysDG5DNbze6MpAXjPvTo7o6skObA87+Qg6LIk= Received: by 10.65.244.12 with SMTP id w12mr337260qbr; Mon, 14 Nov 2005 22:01:26 -0800 (PST) Received: by 10.65.105.8 with HTTP; Mon, 14 Nov 2005 22:01:26 -0800 (PST) Message-ID: Date: Tue, 15 Nov 2005 14:01:26 +0800 From: Jiawei Ye To: "Michael C. Shultz" In-Reply-To: <200511142145.05316.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511142145.05316.ringworm01@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Why does security/amavisd-new depend on db3? 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: Tue, 15 Nov 2005 06:01:27 -0000 On 11/15/05, Michael C. Shultz wrote: > Looking at security/amavisd-new and databases/p5-BerkeleyDB it looks like > you have to make sure WITH_BDB_VER=3D42 is applied to databases/p5-Berkel= eyDB, > not security/amavisd-new, is this the case? in pkgtools.conf: MAKE_ARGS =3D { 'databases/p5-BerkeleyDB' =3D> 'WITH_BDB_VER=3D42', in pm-020.conf databases/p5-BerkeleyDB|WITH_BDB_VER=3D42| > > WITH_BDB_VER=3D42 changes nothing I can see for amavisd-new: > > amavisd-new>make -V RUN_DEPENDS WITH_BDB_VER=3D42 > > /usr/ports/databases/p5-BerkeleyDB > > amavisd-new>make -V RUN_DEPENDS > > but for p5-BerkeleyDB it does: > > p5-BerkeleyDB>make -V LIB_DEPENDS WITH_BDB_VER=3D42 > > db-4.2.2:/usr/ports/databases/db42 > > p5-BerkeleyDB>make -V LIB_DEPENDS > > db3.3:/usr/ports/databases/db3 > > -Mike It is correct when you invoke it manually, but I rebuilt p5-BerkeleyDB numerous times already and still get wrong dependancies for amavisd-new. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming