Date: Wed, 25 Jul 2007 18:55:30 -0400 From: Gerard <gerard@seibercom.net> To: User Questions <freebsd-questions@freebsd.org> Subject: Re[2]: stop portmanager from building mysql-client-4.1.22 Message-ID: <20070725185004.E1B8.GERARD-SEIBERT@seibercom.net> In-Reply-To: <46A776D5.9050005@enabled.com> References: <20070720204158.8BDF.GERARD-SEIBERT@seibercom.net> <46A776D5.9050005@enabled.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On July 25, 2007 at 12:14PM Noah wrote:
> Even with the following IGNORE settings
> mysql-4.1.22 is still attempting to be built.
>
>
> # grep IGNORE /usr/local/etc/portmanager/pm-020.conf
> #IGNORE|editors/openoffice*|
> #IGNORE|java/jdk14|
> IGNORE|www/apache13|
> IGNORE|www/apache13*|
> IGNORE|www/mod_perl|
> IGNORE|net/openldap23-client|
> IGNORE|net/openldap23-client*|
> IGNORE|databases/mysql4*-client|
> IGNORE|databases/mysql4*-server*|
> IGNORE|databases/mysql3*-client|
> IGNORE|databases/postgresql*|
Probably should be:
IGNORE|databases/mysql41-server|
See if that works. The '*' after "server" might be screwing thing up.
Ypu might try this also:
IGNORE|databases/mysql4*|
That should prevent any version '4' of mysql being build.
--
Gerard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070725185004.E1B8.GERARD-SEIBERT>
