Date: Mon, 31 Jan 2005 21:40:28 GMT From: "Thomas T. Veldhouse" <veldy@veldy.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected Message-ID: <200501312140.j0VLeStJ028206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76920; it has been noted by GNATS. From: "Thomas T. Veldhouse" <veldy@veldy.net> To: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected Date: Mon, 31 Jan 2005 15:39:40 -0600 Ion-Mihai Tetcu wrote: >--- Makefile.old Mon Jan 31 22:35:45 2005 >+++ Makefile Mon Jan 31 22:36:01 2005 >@@ -482,7 +482,7 @@ > @${ECHO_CMD} "You can use one and only one database back-end at once." > @${FALSE} > .endif >-.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL)) >+.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL)) > @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking." > @${FALSE} > .endif > > > > Yes, this patch works. Thanks. -- Thomas T. Veldhouse Key Fingerprint: 07C7 BF05 4176 F50B A083 4542 0118 1315 761F D300 Spammers please contact me at renegade@veldy.net.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501312140.j0VLeStJ028206>