ports/185005: [PATCH] devel/subversion: doesn't configure with bdb6
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Dec 19 17:50:02 UTC 2013
>Number: 185005
>Category: ports
>Synopsis: [PATCH] devel/subversion: doesn't configure with bdb6
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 19 17:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK
>Description:
To test recent effort in deprecating old BDB versions, I've switched to Berkeley DB 6 and got this in subversion configure:
---
configure: WARNING: We have configured without BDB filesystem support
Berkeley DB 6 was found, but not used. Please re-run configure (see
./config.nice) with the '--enable-bdb6' flag to use it,
or explicitly specify '--disable-bdb6' or '--without-berkeley-db'
to silence this warning.
Please note that some versions of Berkeley DB 6+ are under the GNU Affero
General Public License, version 3:
https://oss.oracle.com/pipermail/bdb/2013-June/000056.html
The AGPL-3.0 licence may impose special requirements for making available
source code of server-side software. The text of the licence is:
https://www.gnu.org/licenses/agpl-3.0.html
http://opensource.org/licenses/AGPL-3.0
The Berkeley DB backend to Subversion is deprecated; see
http://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated
The Subversion developers have not tested Subversion with Berkeley DB 6 for
technical problems or bugs.
---
In result, subversion does build and stage, but pkg won't install it as
lib/libsvn_fs_base-1.so
lib/libsvn_fs_base-1.so.0
are present in plist but are not present in stagedir.
Port maintainer (lev at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
Try to build subversion with db6 installed.
>Fix:
Judging from what configure says, there's likely need for special handling of 6 version of BerkeleyDB via --enable-bdb6 switch.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list