On 14/02/2014 15:24, Beeblebrox wrote:
>> Well, I decided to try an old hack. Place in /etc/make.conf:
>>MYSQL_PORT= databases/mariadb55-client
> It seems I was hasty in responding. The "hack" works on host, but not
> in poudriere. Probably because the build looks for a mysql-library,
> fin
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-dev
> Well, I decided to try an old hack. Place in /etc/make.conf:
>MYSQL_PORT= databases/mariadb55-client
It seems I was hasty in responding. The "hack" works on host, but not
in poudriere. Probably because the build looks for a mysql-library,
finds it and is satisfied without checking whethe
Well, I decided to try an old hack. Place in /etc/make.conf:
MYSQL_PORT= databases/mariadb55-client
# make all-depends-list -C databases/py-MySQLdb
...ports-mgmt/pkg
...devel/py-setuptools
...databases/mariadb55-client
< the other stuff >
Looks like I'll be using this method (*_PORT= ) f
I went to my repo and deleted mysql55-client. I then rebuilt the repo
index and ran pkg upgrade. It spat out the error message below. The
problem is NOT the merged gnome3 ports. The proposed flags in
poudriere.d/make.conf don't work for mysql55 -> mariadb55, as these
binaries are not from the gnome
> 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 "
On Fri, Feb 14, 2014, at 6:31, Beeblebrox wrote:
>
> >> DEFAULT_VERSIONS= mysql=55m
> I had not seen such a syntax in Mk/bsd.default-versions.mk, but I gave it
> a
> try.
> Does not work unfortunatley. Neither does this:
> MYSQL_DEFAULT?=5.5m
> Build was a full poudriere run on all inst
>> DEFAULT_VERSIONS= mysql=55m
I had not seen such a syntax in Mk/bsd.default-versions.mk, but I gave it a
try.
Does not work unfortunatley. Neither does this:
MYSQL_DEFAULT?=5.5m
Build was a full poudriere run on all installed ports.
-
FreeBSD-11-current_amd64_root-on-zfs_RadeonK
On Thu, Feb 13, 2014, at 12:22, Beeblebrox wrote:
> I recently switched to mariadb55-client from mysql55-client (because of
> server switch).
>
> The problem is that after a full (all installed ports) poudriere run,
> "pkg
> upgrade" wants to install mysql55-client, which then of course fails
>