On Thu, 15 Jul 2010 22:50:32 +0200 David DEMELIER <[email protected]> wrote:
> 2010/7/14 Sahil Tandon <[email protected]>: > > [mail/dspam maintainer Cc:'d] > > > > On Tue, 2010-07-13 at 09:46:04 +0200, David DEMELIER wrote: > > > >> 2010/7/13 Sahil Tandon <[email protected]>: > >> > On Mon, 2010-07-12 at 21:28:56 +0200, David DEMELIER wrote: > >> > > >> >> .if defined(WITH_MYSQL) > >> >> WANT_MYSQL_VER= 55 ... > >> >> .endif > >> >> > >> >> Then if the user wants a different version he still can change using : > >> >> WITH_MYSQL_VER= 44. > >> > > >> > That change by itself will not work because in bsd.database.mk: > >> > > >> > .if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER} != ${WANT_MYSQL_VER} > >> > IGNORE= ... > >> > >> 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. Compare 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. -- Ion-Mihai Tetcu <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
