| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-06-30 | *: Revbump packages that use Python at runtime without a PKGNAME prefix | nia | 1 | -1/+2 | |
| 2022-06-17 | tdb: updated to 1.4.7 | adam | 1 | -5/+2 | |
| 1.4.7: Unknown changes | |||||
| 2022-01-31 | tdb: updated to 1.4.6 | adam | 1 | -2/+2 | |
| 1.4.6: Bug fixes | |||||
| 2021-09-13 | tdb: updated to 1.4.5 | adam | 1 | -3/+2 | |
| 1.4.5: Unknown changes | |||||
| 2020-12-04 | Revbump packages with a runtime Python dep but no version prefix. | nia | 1 | -1/+2 | |
| For the Python 3.8 default switch. | |||||
| 2020-01-26 | all: migrate homepages from http to https | rillig | 1 | -2/+2 | |
| 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. | |||||
| 2019-12-30 | tdb: updated to 1.4.3 | adam | 1 | -3/+2 | |
| 1.4.3: Unknown changes | |||||
| 2019-09-05 | Solarish pthreads expect mutex datastructures to be properly zeroed | hauke | 1 | -1/+2 | |
| 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. | |||||
| 2019-08-23 | tdb: updated to 1.4.2 | adam | 1 | -3/+2 | |
| 1.4.2 Unknown changes | |||||
| 2019-04-25 | PKGREVISION bump for anything using python without a PYPKGPREFIX. | maya | 1 | -1/+2 | |
| This is a semi-manual PKGREVISION bump. | |||||
| 2019-03-27 | Mark as incomparible with Python 2.7 | adam | 1 | -1/+3 | |
| 2019-03-26 | tdb: updated to 1.4.0 | adam | 1 | -2/+2 | |
| 1.4.0: Unknown changes | |||||
| 2019-03-02 | tdb: updated to 1.3.18 | adam | 1 | -4/+2 | |
| 1.3.18: Unknown changes | |||||
| 2019-01-15 | tdb: updated to 1.3.17 | adam | 1 | -4/+4 | |
| 1.3.17: Unknown changes | |||||
| 2019-01-03 | tdb: updated to 1.3.16 | adam | 1 | -16/+23 | |
| 1.3.16: Unknown changes. | |||||
| 2018-07-03 | extend PYTHON_VERSIONS_ for Python 3.7 | adam | 1 | -2/+2 | |
| 2017-01-01 | Add python-3.6 to incompatible versions. | wiz | 1 | -2/+2 | |
| 2016-12-16 | Revert, the real culprit is GNU make. | joerg | 1 | -4/+1 | |
| 2016-12-15 | Disable jobs to workaround WAF thread creation problems. | joerg | 1 | -1/+4 | |
| 2016-07-09 | Remove python33: adapt all packages that refer to it. | wiz | 1 | -2/+2 | |
| 2016-02-12 | Fix -install_name failure on Darwin. | jperkin | 1 | -1/+13 | |
| 2015-12-05 | Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 | adam | 1 | -2/+2 | |
| 2015-11-21 | Update tdb to 1.3.8. | wiz | 1 | -2/+2 | |
| Changes not found. | |||||
| 2015-01-16 | Changes 1.3.4: | adam | 1 | -5/+5 | |
| Bug fixes. | |||||
| 2014-12-04 | - Update 1.2.12 to 1.3.3. No ChangeLog found. | mef | 1 | -2/+3 | |
| - Add LICENSE as gnu-gpl-v3 (noted in pytdb.c) | |||||
| 2014-05-09 | Mark packages that are not ready for python-3.3 also not ready for 3.4, | wiz | 1 | -2/+2 | |
| until proven otherwise. | |||||
| 2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+3 | |
| 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. | |||||
| 2014-01-25 | Mark packages as not ready for python-3.x where applicable; | wiz | 1 | -1/+2 | |
| 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. | |||||
| 2013-06-14 | Update to 1.2.12. No changelog found. | wiz | 1 | -3/+2 | |
| 2012-12-14 | update to 1.2.11 | drochner | 1 | -2/+2 | |
| no changelog available | |||||
| 2012-10-31 | Don't lie to pkgsrc: this is not a GNU configure script. | wiz | 1 | -2/+3 | |
| 2012-10-31 | Add two build dependencies needed for creating the *.8 man pages. | wiz | 1 | -1/+4 | |
| 2012-10-30 | resolve the CONFLICT between tdb and samba - make sambe use | drochner | 1 | -6/+11 | |
| an external libtdb instead of the internal duplicate | |||||
| 2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
| 2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
| 2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
| 2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
| 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. | |||||
| 2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
| 2006-01-20 | Drop maintainership. I can't seriously be the maintainer of so many | jmmv | 1 | -2/+2 | |
| packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me. | |||||
| 2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
| USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
| 2005-04-15 | Add conflicts between samba and tdb: both install tdbtool and tdbdump. | wiz | 1 | -1/+4 | |
| 2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
| 2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
| 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. | |||||
| 2004-02-19 | Convert to buildlink3. | wiz | 1 | -2/+2 | |
| 2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
| relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
| 2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
| 2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
| 2002-11-29 | Initial import of tdb, version 1.0.6. Description follows: | jmmv | 1 | -0/+18 | |
| 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. | |||||
