Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 06:04:09 -0400
From:      Jerry <jerry@seibercom.net>
To:        freebsd-ports@freebsd.org
Cc:        bdrewery@FreeBSD.org
Subject:   portupgrade-devel & db5
Message-ID:  <20130622060409.5c941eca@scorpio>

next in thread | raw e-mail | index | archive | help
I am trying to wean off as many programs as I can from versions of
Berkeley DB <5 on my system. In most cases I have been successful. Not
so much with "portupgrade-devel".

I placed this in the "/etc/make.conf" file and then rebuilt the port.

# Portupgrade-devel
.if $(.CURDIR:M*/ports-mgmt/portupgrade-devel)
WITH_BDB_VER=5
.endif

The port still builds with db46.

pkg_info -r portupgrade-devel\*
Information for portupgrade-devel-20130617,3:

Depends on:
Dependency: libyaml-0.1.4_2
Dependency: openssl-1.0.1_8
Dependency: libffi-3.0.13
Dependency: libexecinfo-1.1_3
Dependency: ruby-1.9.3.429,1
Dependency: ruby19-date2-4.0.19
Dependency: db46-4.6.21.4
Dependency: ruby19-bdb-0.6.6_1

Is it possible to get the port to build with the db5 or not?

While I am at it, can I simply place this in the '/etc/make.conf" file:
"WITH_BDB_VER=5" and get any port that depends on Berkeley DB to build
with the db5 version? I believe that I have gotten all of the other
programs that depended on older versions of Berkeley DB upgraded.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__________________________________________________________________




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