From owner-freebsd-ports@FreeBSD.ORG Fri Jul 16 21:47:29 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86183106566B; Fri, 16 Jul 2010 21:47:29 +0000 (UTC) (envelope-from ionut@tetcu.info) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id E61CB8FC08; Fri, 16 Jul 2010 21:47:28 +0000 (UTC) Received: from User-PC (unknown [187.91.177.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 18DE522C53AC; Sat, 17 Jul 2010 00:47:23 +0300 (EEST) Date: Fri, 16 Jul 2010 18:47:16 -0300 From: Ion-Mihai Tetcu To: David DEMELIER Message-Id: <20100716184716.334da378.ionut@tetcu.info> In-Reply-To: References: <4C3A2EE7.7020104@paz.bz> <20100711212831.GA17226@magic.hamla.org> <20100712230428.GB18432@magic.hamla.org> <20100713222839.GA19319@magic.hamla.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: itetcu@freebsd.org, freebsd-ports@freebsd.org Subject: Re: dspam install 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: Fri, 16 Jul 2010 21:47:29 -0000 On Thu, 15 Jul 2010 22:50:32 +0200 David DEMELIER wrote: > 2010/7/14 Sahil Tandon : > > [mail/dspam maintainer Cc:'d] > > > > On Tue, 2010-07-13 at 09:46:04 +0200, David DEMELIER wrote: > > > >> 2010/7/13 Sahil Tandon : > >> > On Mon, 2010-07-12 at 21:28:56 +0200, David DEMELIER wrote: > >> > > >> >> .if defined(WITH_MYSQL) > >> >> WANT_MYSQL_VER=3D 55 ... > >> >> .endif > >> >> > >> >> Then if the user wants a different version he still can change usin= g : > >> >> WITH_MYSQL_VER=3D 44. > >> > > >> > That change by itself will not work because in bsd.database.mk: > >> > > >> > =A0.if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER} !=3D ${WANT_MYSQ= L_VER} > >> > =A0IGNORE=3D ... > >> > >> Then, explain me why do both php5 and php5-pgsql have not > >> KNOBS/OPTIONS like dspam and work with this variable WITH_PGSQL_VER ? > > > > This is a good opportunity for you to learn about how the ports system > > works. =A0Compare the contents of both ports and also review > > bsd.database.mk; if, after that, you still do not understand the current > > behavior, let us know. For short, it's like this because it (AFAIR) not all what we have now in the framework we had back when I worte the port, and because I wanted to also be able to depend on the server. --=20 Ion-Mihai Tetcu