Up to [cvs.NetBSD.org] / pkgsrc / databases / tdb
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:02 2023 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.51: +2 -1
lines
Diff to previous 1.51 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.51 / (download) - annotate - [select for diffs], Thu Jul 20 20:47:18 2023 UTC (4 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
tdb: updated to 1.4.9 1.4.9 Unknown changes
Revision 1.50 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:34 2023 UTC (5 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.49: +3 -3
lines
Diff to previous 1.49 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.49 / (download) - annotate - [select for diffs], Sun Jan 22 13:21:52 2023 UTC (10 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.48: +3 -4
lines
Diff to previous 1.48 (colored)
tdb: update to 1.4.8. Changes not found.
Revision 1.48 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:09 2022 UTC (17 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.47: +2 -1
lines
Diff to previous 1.47 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.47 / (download) - annotate - [select for diffs], Fri Jun 17 08:08:05 2022 UTC (17 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.46: +2 -5
lines
Diff to previous 1.46 (colored)
tdb: updated to 1.4.7 1.4.7: Unknown changes
Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 31 14:21:00 2022 UTC (21 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
tdb: updated to 1.4.6 1.4.6: Bug fixes
Revision 1.45 / (download) - annotate - [select for diffs], Mon Sep 13 10:12:43 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.44: +2 -3
lines
Diff to previous 1.44 (colored)
tdb: updated to 1.4.5 1.4.5: Unknown changes
Revision 1.44 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:04 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.43: +2 -1
lines
Diff to previous 1.43 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 26 17:30:54 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 30 09:42:47 2019 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.41: +2 -3
lines
Diff to previous 1.41 (colored)
tdb: updated to 1.4.3 1.4.3: Unknown changes
Revision 1.41 / (download) - annotate - [select for diffs], Thu Sep 5 12:39:56 2019 UTC (4 years, 2 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.40: +2 -1
lines
Diff to previous 1.40 (colored)
Solarish pthreads expect mutex datastructures to be properly zeroed out, unlike the Linux implementation, which upstream mainly targets. This leads to "tdb_open_ex: tdb_mutex_init failed for /var/samba/lock/gencache.tdb: Device busy" errors, described in <https://illumos.topicbox.com/groups/developer/T28dcabf2f69cac04>. Illumos kernel code attempted to mitigate the problem as of <https://www.illumos.org/issues/9959>, but the changes have yet to show up in releases. The patches originate from <https://github.com/oposs/pkg.oetiker.ch-build/blob/master/build/samba4/patches/pthread_mutex_init>, modified appropriately. Tested on omniosce r151030.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Aug 23 10:49:14 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.39: +2 -3
lines
Diff to previous 1.39 (colored)
tdb: updated to 1.4.2 1.4.2 Unknown changes
Revision 1.39 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:42 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 27 06:28:05 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.37: +3 -1
lines
Diff to previous 1.37 (colored)
Mark as incomparible with Python 2.7
Revision 1.37 / (download) - annotate - [select for diffs], Tue Mar 26 11:48:38 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
tdb: updated to 1.4.0 1.4.0: Unknown changes
Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 2 14:06:52 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.35: +2 -4
lines
Diff to previous 1.35 (colored)
tdb: updated to 1.3.18 1.3.18: Unknown changes
Revision 1.35 / (download) - annotate - [select for diffs], Tue Jan 15 21:04:02 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.34: +4 -4
lines
Diff to previous 1.34 (colored)
tdb: updated to 1.3.17 1.3.17: Unknown changes
Revision 1.34 / (download) - annotate - [select for diffs], Thu Jan 3 19:35:24 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.33: +24 -17
lines
Diff to previous 1.33 (colored)
tdb: updated to 1.3.16 1.3.16: Unknown changes.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:07 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:28 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Add python-3.6 to incompatible versions.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 16 19:20:19 2016 UTC (6 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.30: +1 -4
lines
Diff to previous 1.30 (colored)
Revert, the real culprit is GNU make.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Dec 15 23:47:49 2016 UTC (6 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.29: +4 -1
lines
Diff to previous 1.29 (colored)
Disable jobs to workaround WAF thread creation problems.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:36 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 12 14:08:22 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.27: +13 -1
lines
Diff to previous 1.27 (colored)
Fix -install_name failure on Darwin.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:33 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.26 / (download) - annotate - [select for diffs], Sat Nov 21 09:42:18 2015 UTC (8 years ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Update tdb to 1.3.8. Changes not found.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jan 16 09:31:33 2015 UTC (8 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
Changes 1.3.4: Bug fixes.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 4 11:13:25 2014 UTC (8 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.23: +3 -2
lines
Diff to previous 1.23 (colored)
- Update 1.2.12 to 1.3.3. No ChangeLog found. - Add LICENSE as gnu-gpl-v3 (noted in pytdb.c)
Revision 1.23 / (download) - annotate - [select for diffs], Fri May 9 07:36:58 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 13 11:08:50 2014 UTC (9 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:00 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 14 21:18:22 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
Update to 1.2.12. No changelog found.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 14 19:35:05 2012 UTC (10 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
update to 1.2.11 no changelog available
Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 31 13:09:48 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
Don't lie to pkgsrc: this is not a GNU configure script.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 31 12:34:28 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
Add two build dependencies needed for creating the *.8 man pages.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 30 13:24:31 2012 UTC (11 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.15: +11 -6
lines
Diff to previous 1.15 (colored)
resolve the CONFLICT between tdb and samba - make sambe use an external libtdb instead of the internal duplicate
Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:54 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:11 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Add DESTDIR support.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 4 20:53:46 2006 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:11 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:38 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 20 16:15:52 2006 UTC (17 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Drop maintainership. I can't seriously be the maintainer of so many packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
Revision 1.9 / (download) - annotate - [select for diffs], Sun May 22 20:07:46 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 15 11:45:16 2005 UTC (18 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored)
Add conflicts between samba and tdb: both install tdbtool and tdbdump.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:16 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:24 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 19 11:28:21 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Convert to buildlink3.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:36 2004 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 22 08:02:16 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 17 21:29:08 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 29 19:19:12 2002 UTC (21 years ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of tdb, version 1.0.6. Description follows: TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. Approved by wiz. This closes my own PR 18122.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 29 19:19:12 2002 UTC (21 years ago) by jmmv
Branch: MAIN
Initial revision