5323 Commits

Author SHA1 Message Date
kn
076d29f16b Split databases/tdb into -main and -python package
net/samba is the only consumer requiring Python bindings, so this split
enables all other consumers (netatalk3, neomutt, fdm, rhythmbox, pulseaudio)
to avoid the dependency on Python 2.

Bump all consumers due to tdb's PKGPATH change.

Wanted by many
Feedback OK jca sthen
2021-01-23 23:17:47 +00:00
danj
a0f4a6cec2 Update to redis-6.0.10
If you used Redis on some Big Endian Arch (like sparc64) with
previous 6.0.x versions, you should really have a look at
https://github.com/redis/redis/pull/8270 to "consider the
compatibility implications with RESTORE, replication and
persistence".

Tests pass on amd64 and sparc64 (with the usual occasional replica
hiccup on sparc64).

Positive feedback from Mark Patruck.
Help from, and ok tb@
2021-01-23 14:58:19 +00:00
sthen
a23ed2f920 update to openldap-2.4.57 2021-01-19 17:54:47 +00:00
sthen
2ac11ce177 py-psycopg2: drop the html docs, removing the need for (py2+py3 versions
of) sphinx and pygments. ok danj@ (maintainer)
2021-01-13 09:42:40 +00:00
sthen
dcaeac1677 update to py-pymysql-1.0.2 2021-01-11 14:24:32 +00:00
sthen
1ca09bca2c update to py-mysqlclient-2.0.3 2021-01-10 20:06:47 +00:00
sthen
9c17bed4df update to kyotocabinet-1.2.79 2021-01-10 20:06:04 +00:00
sthen
586b770277 update to py-ldap-3.3.1 2021-01-10 20:05:56 +00:00
kmos
26f1122706 recoll uses C++11 so needs to use ports-gcc on base-gcc arches
Fix the build on sparc64

ok cwen@
2021-01-09 21:32:47 +00:00
jasper
fdb3616d11 add two patches to fix building mariadb on powerpc64
"sure" brad (MAINTAINER)
2021-01-09 21:03:10 +00:00
sthen
f18839bf0d update to PyMySQL 1.0.1 2021-01-09 11:32:40 +00:00
ajacoutot
75afae9e93 Update to evolution-data-server-3.38.3. 2021-01-08 15:08:54 +00:00
benoit
28291602d9 +p5-SQL-Abstract-More 2021-01-05 07:49:18 +00:00
benoit
51fb47111a Import p5-SQL-Abstract-More-1.33 from wen heping, OK afresh1@ 2021-01-05 07:46:51 +00:00
sthen
8557a93d2a update to freetds-1.2.18 2021-01-04 21:11:21 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
afresh1
e223fb6e7e Update databases/p5-DBD-CSV to 0.57 2021-01-03 22:27:42 +00:00
sthen
e42a9f242a xapian-bindings tweaks:
- don't try to link -lstdc++ (hardcoded) which was done specially by
upstream "We need to explicitly link against -lstdc++ on OpenBSD
discovered on OpenBSD 3.7 with GCC 3.3.5 but this appears to
be due to a deliberate decision on the part of OpenBSD developers"

- use gnu libtool, base libtool doesn't support -shrext which breaks
things for python 3.8.7+ which uses an abi prefix for .so files

- regen patches
2021-01-03 21:01:31 +00:00
feinerer
ef6a6c9412 Update to pgModeler 0.9.3 2021-01-02 22:31:45 +00:00
benoit
36e04b4f8e drop py2 py-sqlobject 2021-01-01 11:27:15 +00:00
benoit
e5aa8d2b4f Update to py-sqlobject-3.9.0 from wen heping, dropping py2 support. 2021-01-01 11:22:56 +00:00
benoit
e17cb395a8 Update to p5-Mojo-Pg-4.22.
From wen heping, looks ok Abel Abraham Camarillo Ojeda (MAINTAINER)
2020-12-30 08:31:00 +00:00
sthen
46a5f0f7bd update to sqlitebrowser-3.12.1 2020-12-27 18:14:04 +00:00
stu
f73f396482 Update to 0.9998. 2020-12-21 15:20:41 +00:00
sthen
cde7b18b3e sync WANTLIB; xapian changed from libuuid to libc uuid functions 2020-12-21 15:00:34 +00:00
sthen
33ceff2db2 update to xapian 1.4.17, switch from libuuid to libc functions while there
(both are supported but xapian prefers libuuid if found during configure).

WANTLIB syncs in dependent ports to follow.
2020-12-21 15:00:10 +00:00
ajacoutot
ee59edc663 +recoll 2020-12-21 13:26:33 +00:00
ajacoutot
0926a414f7 GPLv2+ as per sthen@ 2020-12-21 13:26:29 +00:00
ajacoutot
edeb395a2c Import recoll-1.27.12
Recoll is a full text search application, which means that it finds your data
by content rather than by external attributes (like the file name). You specify
words (terms) which should or should not appear in the text you are looking for,
and receive in return a list of matching documents, ordered so that the most
relevant documents will appear first.
<...>

ok sthen@
2020-12-21 13:25:28 +00:00
sthen
5603969652 add comment reminding about keeping -current REVISION if updating -stable 2020-12-21 13:01:59 +00:00
sthen
629974f35b mariadb: bump REVISION so the PKGNAME is "higher" than the version
in -stable, required because libiconv dep was removed in -current,
otherwise you get scary messages when updating -stable to current.
2020-12-21 11:51:20 +00:00
stu
9febdc562b Update to 3.34.0. 2020-12-19 10:10:05 +00:00
sthen
cf8f7be2d9 remove bogus line added while i was testing py3 2020-12-17 10:18:46 +00:00
sthen
d4cf1afce1 update to the last skytools-legacy version (upstream have now reorganised
it into separate repos: py-skytools, pgq, londiste, walmgr etc).
pea@ doesn't use this any more.

heads-up: this may well be removed soon as there's no py3 support in the
the non-legacy version and newer py-psycopg2 drops py2 support.
2020-12-16 19:00:02 +00:00
sthen
7f66252f25 update to leveldb-1.22, switching to cmake build, from Ashton Fagg
who takes maintainer with a couple of tweaks by me
2020-12-15 16:03:42 +00:00
landry
25db15b360 databases/sqlite3: update to 3.34.0.
https://sqlite.org/releaselog/3_32_0.html
https://sqlite.org/releaselog/3_32_1.html
https://sqlite.org/releaselog/3_32_2.html
https://sqlite.org/releaselog/3_32_3.html
https://sqlite.org/releaselog/3_33_0.html
https://sqlite.org/releaselog/3_34_0.html

went in a bulk build without fallout, ok ajacoutot@
2020-12-15 09:03:27 +00:00
kmos
b42a20cd26 base-gcc doesn't have C99 constructs by default and also doesn't
understand "-Wno-unused-result"

Switching it to use ports-gcc fixes the build

ok sthen
2020-12-14 17:41:37 +00:00
ajacoutot
292100f472 devel/p5-Test-Warn is needed at build time:
"/usr/bin/perl" "-Iinc" Makefile.PL --config= --installdeps=Test::Warn,0.1
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: inc /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
2020-12-13 09:24:57 +00:00
benoit
81d8336390 Update to py-sqlobject-3.8.1 from wen heping 2020-12-13 07:35:43 +00:00
benoit
ee757403cb Update to p5-CDB_File-1.05. 2020-12-12 07:00:15 +00:00
sthen
fe6c6ebeb5 update py-mysqlclient to 2.0.2, now py3-only
(nothing using this in ports)
2020-12-11 16:11:42 +00:00
benoit
80f2c25983 Update to p5-CDB_File-1.04. 2020-12-11 14:33:15 +00:00
benoit
32f8891165 Update to p5-Jifty-DBI-0.78
from wen heping with tweaks by me
2020-12-11 14:09:39 +00:00
sthen
78da27df20 update to freetds-1.2.17 2020-12-10 17:28:39 +00:00
benoit
734db8a4b5 Update to py-pygresql-5.2.2. 2020-12-10 08:40:19 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
afresh1
15f50e10a2 Update databases/p5-SQL-Abstract to 1.87 2020-12-06 20:56:23 +00:00
afresh1
841a085a69 Update databases/p5-DBI to 1.643 2020-12-05 21:05:59 +00:00
afresh1
33e202f03d Update databases/p5-SQL-Statement to 1.414 2020-12-05 20:41:30 +00:00
benoit
d914e5ffc5 Update to p5-SQL-Abstract-Limit-0.142. 2020-11-25 08:12:52 +00:00