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

Port details
db41 4.1.25_4 databases on this many watch lists=213 search for ports that depend on this port
The Berkeley DB package, revision 4.1
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jan 2003 01:07:42
License: not specified in port


Version 4.1 of the Berkeley DB library. This version uses an underlying
database format incompatible with revision 1 and a different standard API.
Utilities are included in the distribution to convert v1.85 databases to v4.1
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
Slave ports
  1. databases/db41-nocrypto

This port is required by:

for Libraries

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


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: 28

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.1.25_4
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.1.25_4
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)
20 Mar 2011 12:54:45
Original commit files touched by this commit  4.1.25_4
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.1.25_4
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.1.25_4
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:26:34
Original commit files touched by this commit  4.1.25_4
mandree search for other commits by this committer
Move the two smaller vendor patches into files/
The upstream website seems broken. Also comment PATCH_SITES to try
ftp.FreeBSD.org first.
13 Jun 2010 12:01:22
Original commit files touched by this commit  4.1.25_4
mandree search for other commits by this committer
Whom:-lines: ditch my @web.de address, use @gmx.de.

Approved by: garga (mentor, implicit)
13 Jun 2010 11:57:36
Original commit files touched by this commit  4.1.25_4
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.1.25_4
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)
04 Feb 2007 19:43:38
Original commit files touched by this commit  4.1.25_4
kris search for other commits by this committer
Fix build after objformat removal

Submitted by:   maintainer
PR:             ports/108767, ports/108768, ports/108769
08 Nov 2006 10:15:45
Original commit files touched by this commit  4.1.25_4
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:18:16
Original commit files touched by this commit  4.1.25_4
rafan search for other commits by this committer
- Update MASTER_SITES
- Add patch.4.1.25.3 from vendor

PR:             ports/105267
Submitted by:   Matthias Andree (maintainer)
14 Apr 2006 03:44:08
Original commit files touched by this commit  4.1.25_3
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
22 Jan 2006 08:23:41
Original commit files touched by this commit  4.1.25_3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
13 Apr 2005 07:14:37
Original commit files touched by this commit  4.1.25_3
leeym search for other commits by this committer
Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:

# Applications with largely dirty caches could see performance problems in the
  cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
  performed when sections of the database environment log only contained
  database open/close pairs.

PR:             79841
Submitted by:   maintainer
12 Apr 2005 03:26:57
Original commit files touched by this commit  4.1.25_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  4.1.25_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
14 Feb 2005 16:25:32
Original commit files touched by this commit  4.1.25_2
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)

PR:             ports/77509
Submitted by:   Matthias Andree (maintainer)
30 Jun 2004 05:58:02
Original commit files touched by this commit  4.1.25_2
linimon search for other commits by this committer
Fix typos and reword to make a little bit clearer.

PR:             docs/68450
Submitted by:   Michel Lavondes <fox at vader dot aacc dot cc dot md dot us>
05 May 2004 19:48:28
Original commit files touched by this commit  4.1.25_2
krion search for other commits by this committer
- change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint
- replace lengthy docs list by PORTDOCS= *

PR:             ports/66258
Submitted by:   maintainer
16 Apr 2004 10:18:13
Original commit files touched by this commit  4.1.25_2
arved search for other commits by this committer
Workaround a problem with fast-mutexes on amd64

Reported by:                    tjr
PR:                             64886
Investigative work by:          perky
Workaround suggested by:        maintainer
18 Mar 2004 02:27:55
Original commit files touched by this commit  4.1.25_1
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
08 Sep 2003 14:20:16
Original commit files touched by this commit  4.1.25_1
nork search for other commits by this committer
Fix build on recent current (by -pthread option is deprecated).

PR:             ports/56551
Submitted by:   KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by:    Matthias Andree <matthias.andree@gmx.de> (maintainer)
09 Jul 2003 07:46:16
Original commit files touched by this commit  4.1.25_1
daichi search for other commits by this committer
update databases/db41: pkg-descr change

PR:             53866
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Pointed out by: Chris Pepper <pepper@rockefeller.edu>
21 Feb 2003 11:15:05
Original commit files touched by this commit  4.1.25_1
knu search for other commits by this committer
De-pkg-comment.
16 Feb 2003 16:09:56
Original commit files touched by this commit  4.1.25_1
nork search for other commits by this committer
Remove RESTRICTED tag with cryptography relation.

Pointed out by:         kris
16 Feb 2003 05:54:21
Original commit files touched by this commit  4.1.25_1
nork search for other commits by this committer
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
o Prepares for the db41-nocrypto port.

PR:             ports/48225
Submitted by:   Matthias Andree <matthias.andree@web.de> (maintainer)
07 Jan 2003 01:06:07
Original commit files touched by this commit  4.1.25
petef search for other commits by this committer
Add db41-4.1.25 after a repocopy from databases/db4.

PR:             46755
Submitted by:   Matthias Andree <matthias.andree@web.de>

Number of commits found: 28

282a
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 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 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

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