| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 Jun 2007 05:21:58
1.14,1
|
edwin  |
Go back to 1.14 which seems to work better that 1.15:
$ db hash name.hash.db josk
db: Error reading key `josk': Invalid argument
$ db hash name.hash.db joska
db: Error reading key `joska': Invalid argument
$ db btree name.btree.db josk
db: Unknown key `josk'
$ db btree name.btree.db joska
db: Unknown key `joska'
It seems to happen due to the new design of db_get() in db.c, which
I will try to decypher later on. |
21 Jun 2007 02:22:08
1.15
|
edwin  |
update to version 1.15 |
08 Nov 2005 21:45:49
1.11_1
|
edwin  |
Add SHA256 checksums to the distinfo files. |
18 Mar 2004 02:27:55
1.11_1
|
trevor  |
Add size data.
Approved by: maintainers |
06 Feb 2004 13:12:53
1.11_1
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
02 Jan 2004 23:45:47
1.11_1
|
edwin  |
Remove options for -X, which is not possible on FreeBSD system.
Submitted by: edwin@mavetju.org |
02 Jan 2004 21:53:41
1.11
|
edwin  |
FreeBSD port of the NetBSD db(1) command.
manipulate db(3)'s btree(3) and hash(3) databases
Submitted by: edwin@mavetju.org |
22 Aug 2002 20:34:32
2.7.7_1
|
ade  |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly. |
22 Aug 2002 02:12:18
2.7.7_1
|
ade  |
Take over maintainership of this one, too. Previous maintainer bounces.
josh@ican.net
SMTP error from remote mailer after RCPT TO:<josh@ican.net>:
host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in
<josh@ican.net> |
14 Aug 2002 09:50:33
2.7.7_1
|
alane  |
Bumped portrevision for previous commit (sorry, it's late, I forgot), since
it affects what is installed, although the pkg-plist doesn't change. |
14 Aug 2002 09:48:43
2.7.7
|
alane  |
Fix failure to build package due to apparent source tarball change. No idea
how long it's been broken. Maintainer email address bounces. Committing
w/o timeout because of package failure and upcoming 4.7 release.
PR: 41656 |
14 May 2002 03:46:00
2.7.7
|
pat  |
Download site directory structure changed
PR: 37979
Submitted by: Alan Eldridge <ports@geeksrus.net>
Approved by: maintainer mail bounce |
20 Nov 2001 23:29:38 
|
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
22 Jun 2001 22:03:35 
|
olgeni  |
Remove MANUAL_PACKAGE_BUILD, the port packages just fine. |
08 Oct 2000 02:08:27 
|
asami  |
Convert category databases to new layout. |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 12:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
06 Jun 2000 17:15:18 
|
sobomax  |
Add support for building db2 shared library. |