| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
|
|
|
| |
'__' instead.
|
|
|
|
|
| |
PR: ports/134957
Submitted by: Gea-Suan Lin <gslin AT gslin.org>
|
|
|
|
|
|
|
|
| |
(DB_ENV->lock_get() may self deadlock if user defined locks are
used and there is only one lock partition defined).
This fix is required for recent OpenLDAP versions if BDB 4.7 is
being used.
|
|
|
|
|
|
|
|
|
| |
Apply a vendor patch (via OpenLDAP) that fixes locking issues
on single CPU systems [1]
Thanks to: rafan@ for --ignore-whitespace trick
[1] http://www.openldap.org/devel/cvsweb.cgi/build/db.4.7.52.patch
|
|
|
|
|
| |
PR: ports/77263
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Description as follows
Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.
Utilities are included in the distribution to convert v1.85 databases to v4.3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
PR: ports/73790
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de>
|
|
|
|
|
| |
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
non-compatible upgrade, and most other ports using db4 weren't ready
for it. The new 4.1.25 version will appear in a db41 port soon.
Also make the dump185 utility build (fix a typo), and bump PORTEPOCH.
Give maintainership to the submitter (from ports@).
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer)
Pointy hat to: ijliao
|
|
|
|
|
| |
PR: 46588
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Utilize NOPORTDOCS
PR: 45446
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32533
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
|
|
|
|
|
|
| |
PR: 30920
Submitted by: MAINTAINER
Prompted by: Mike Meyer <mwm@mired.org>
|
|
|
|
| |
problem that broke the openldap2 build.
|
|
|
|
|
|
|
| |
links.
PR: ports/29304
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
|
|
|
|
|
| |
PR: ports/29220
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
|
|
|
|
|
|
|
| |
backwards)
PR: ports/27065
Submitted by: Barry Pederson <bpederson@geocities.com>
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
| |
PR: 24894
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.
PR: 21470 (partially)
Submitted by: maintainer
|
|
|
|
|
| |
PR: 20763
Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
|
|
|
|
|
|
|
|
|
|
| |
"A somewhat cumbersome update to db to have it build
a shared lib. Ports depending on it will now be
able to use a simple LIB_DEPENDS instead of
a semantically incorrect RUN_DEPENDS."
PR: 19035
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
|
|
|
|
| |
it also match some ports expectations
|
|
install in the way that not interfere with libc db
|