Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 09:31:15 -0600
From:      Mark Felder <feld@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: pkg upgrade breaks with mariadb migration
Message-ID:  <1392391875.2797.83449153.0E95C6E5@webmail.messagingengine.com>
In-Reply-To: <CAPSTsku-qubBW=UBW4TdjyTiRAcFsf%2BgTd5pVadY1P7th52fMg@mail.gmail.com>
References:  <1392315760107-5885723.post@n5.nabble.com> <1392319784.9544.83106817.53DEC381@webmail.messagingengine.com> <1392381083669-5885945.post@n5.nabble.com> <1392385403.3697.83408689.3FA59E62@webmail.messagingengine.com> <CAPSTsku-qubBW=UBW4TdjyTiRAcFsf%2BgTd5pVadY1P7th52fMg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, Feb 14, 2014, at 8:07, Beeblebrox wrote:
> > Although I suspect you could have a different problem. Are you mixing  FreeBSD and your private repository?
> 
> No. When I upgrade, I specify the repo: # pkg upgrade -r myrepo
> On the other hand, I'm merging gnome3 from the marcuscom-devel repo.
> It's possible those ports may have some hard-coded "mysql" reference
> in them...
> 

There are a lot of ports out there that are not setting database
dependencies correctly. They should be using 

USE_MYSQL

not something like

RUN_DEPENDS+=  
${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql55-server


Perhaps one of the ports you're trying to install has this problem. If
you can narrow it down that would be great.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1392391875.2797.83449153.0E95C6E5>