Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 23:36:35 +0200
From:      Jeremy Boy <jb@jboy.eu>
To:        "freebsd@dreamchaser.org" <freebsd@dreamchaser.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: portmaster -af and databases/db41
Message-ID:  <277C5190-427D-454D-B834-71DC138C58EC@jboy.eu>
In-Reply-To: <53752562.8010205@dreamchaser.org>
References:  <53752562.8010205@dreamchaser.org>

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

Hi!

> Am 15.05.2014 um 22:36 schrieb Gary Aitken <freebsd@dreamchaser.org>:
> 
> Trying to update everything after quite a while;
>  portmaster -af 
> failed at x11/damageproto:
> 
>  ===>>> All >> db41-4.1.25_4 (61/61)
> 
>  ===>>> Currently installed version: db41-4.1.25_4
>  ===>>> Port directory: /usr/ports/databases/db41
> 
>        ===>>> This port is marked DEPRECATED
>        ===>>> Please use databases/db5 or db6 for new installs.
> 
> 
>        ===>>> If you are sure you can build it, remove the
>               DEPRECATED line in the Makefile and try again.
Did you comment out the DEPRECATED line in /usr/ports/databases/db41/Makefile?
> 
>  ===>>> Update for db41-4.1.25_4 failed
>  ===>>> Aborting update
> 
> as per UPDATING 20131216
> added
>  WITH_BDB_VER=5
> to
>  /etc/make.conf
> but still get the error.
> 
> What did I miss?
Your flag in /etc/make.conf only influences new installations with dbd as dependency. Since you try to reinstall db41, this flag doesn't work here. You can either reinstall db41 (by commenting out the DEPRECATED line) or deinstall db41 and rebuild the ports that depend on bdb with your setting in /etc/make.conf
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?277C5190-427D-454D-B834-71DC138C58EC>