99f6 FreshPorts -- databases/db43
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
db43 4.3.29_1 databases on this many watch lists=37 search for ports that depend on this port
The Berkeley DB package, revision 4.3
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Dec 2004 03:05:50
License: not specified in port


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

WWW:	http://www.oracle.com/us/products/database/berkeley-db/db/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Libraries

To install the port: cd /usr/ports/databases/db43/ && make install clean
To add the package: pkg_add -r db43


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/
  2. http://download.oracle.com/berkeley-db/

Number of commits found: 26

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Jan 2012 15:42:43
Original commit files touched by this commit  4.3.29_1
beat search for other commits by this committer
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
  bsd.port.mk also handles configure script outside of WRKSRC.

Exp-runs by:    miwi
29 Oct 2011 11:45:20
Original commit files touched by this commit  4.3.29_1
beat search for other commits by this committer
- Fix build on FreeBSD 10. Apply manual fix as the configure script is
  outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
  case.

Approved by:    portmgr (miwi)
24 Oct 2011 09:11:38
Original commit files touched by this commit  4.3.29_1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
20 Mar 2011 12:54:45
Original commit files touched by this commit  4.3.29_1
miwi search for other commits by this committer
- Get Rid MD5 support
12 Nov 2010 09:19:21
Original commit files touched by this commit  4.3.29_1
mandree search for other commits by this committer
Update WWW: links for db* ports in pkg-descr.
12 Nov 2010 09:03:26
Original commit files touched by this commit  4.3.29_1
mandree search for other commits by this committer
Update MASTER_SITES.

Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR:           ports/152158
Approved by:  gslin@gslin.org (for db4[5-8]) (implicit, see Makefile)
09 Oct 2010 14:43:58
Original commit files touched by this commit  4.3.29_1
mandree search for other commits by this committer
Move vendor patch into files/.
13 Jun 2010 11:57:36
Original commit files touched by this commit  4.3.29_1
mandree search for other commits by this committer
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
21 Aug 2008 06:18:49
Original commit files touched by this commit  4.3.29_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Feb 2007 06:40:40
Original commit files touched by this commit  4.3.29_1
kris search for other commits by this committer
Fix build after objformat removal

Submitted by:   maintainer
PR:             ports/108773
08 Nov 2006 15:43:20
Original commit files touched by this commit  4.3.29_1
rafan search for other commits by this committer
- Shuffle MASTER_SITES for bdb ports to share load

Requested by:   Matthias Andree (maintainer)
08 Nov 2006 10:15:45
Original commit files touched by this commit  4.3.29_1
rafan search for other commits by this committer
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.

Noticed by:     pav
Approved by:    Matthias Andree (maintainer)
08 Nov 2006 05:20:54
Original commit files touched by this commit  4.3.29_1
rafan search for other commits by this committer
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.3.29.1 from vendor

PR:             ports/105271
Submitted by:   Matthias Andree (maintainer)
14 Apr 2006 03:44:08
Original commit files touched by this commit  4.3.29
mnag search for other commits by this committer
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)

PR:             95623
Submitted by:   maintainer
23 Feb 2006 10:40:45
Original commit files touched by this commit  4.3.29
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:23:41
Original commit files touched by this commit  4.3.29
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  4.3.29
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Oct 2005 06:41:54
Original commit files touched by this commit  4.3.29
mi search for other commits by this committer
Update from 4.3.28 to 4.3.29.

Approved by:    maintainer
29 Jul 2005 10:44:59
Original commit files touched by this commit  4.3.28
vs search for other commits by this committer
Fix problems with gcc4

PR:             ports/80916
Submitted by:   Michael Edenfield via maintainer
07 May 2005 18:26:05
Original commit files touched by this commit  4.3.28
jylefort search for other commits by this committer
Update to 4.3.28

PR:             ports/80576
Submitted by:   maintainer
16 Feb 2005 03:08:32
Original commit files touched by this commit  4.3.27_2
clsung search for other commits by this committer
- I forgot to bump PORTREVISION.

Noted by(and Thanks to):   mat
15 Feb 2005 02:05:10
Original commit files touched by this commit  4.3.27_1
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)
- add patch.4.3.27.3 (making these variables isn't really useful as the
  patches will not be portable to the next version)

PR:             ports/77511
Submitted by:   Matthias Andree (maintainer)
09 Feb 2005 16:22:14
Original commit files touched by this commit  4.3.27_1
mi search for other commits by this committer
Replace the hardcoded version number with ${PORTVERSION} in a couple of places.

Approved by:    maintainer
08 Feb 2005 23:33:21
Original commit files touched by this commit  4.3.27_1
pav search for other commits by this committer
- add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_elect

PR:             ports/77263
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
28 Dec 2004 22:02:11
Original commit files touched by this commit  4.3.27
krion search for other commits by this committer
Update to 4.3.27

PR:             ports/75563
Submitted by:   maintainer
05 Dec 2004 03:03:16
Original commit files touched by this commit  4.3.21
clsung search for other commits by this committer
- repocopied from databases/db42 (via portmgr)
- 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>

Number of commits found: 26

285f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0