Date: Fri, 20 Jul 2007 20:48:03 -0400 From: Gerard <gerard@seibercom.net> To: User Questions <freebsd-questions@freebsd.org> Subject: Re: stop portmanager from building mysql-client-4.1.22 Message-ID: <20070720204158.8BDF.GERARD-SEIBERT@seibercom.net> In-Reply-To: <46A0EC5B.6080709@enabled.com> References: <46A0EC5B.6080709@enabled.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On July 20, 2007 at 01:09PM Noah wrote: > Hi there, > > I am attempting to stop portmanager from installing mysql-client-4.1.22 > so I added the following lines to my portmanager config file. > > $ 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*| > IGNORE|databases/mysql3*| > IGNORE|databases/postgresql*| > > > but still mysql-client-4.1.22 is being installed. > > $ pkg_info | grep portmanager > portmanager-0.4.1_9 FreeBSD installed ports status and safe update utility Try: IGNORE|databases/mysql4*-client| This should prevent any 4x version from being installed: IGNORE|databases/mysql4*-server*| -- Gerard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070720204158.8BDF.GERARD-SEIBERT>