4577 Commits

Author SHA1 Message Date
stu
46b6c99730 Add SQLite3 ODBC driver to .ini files.
Refresh WANTLIB, bump REVISION.

ok sthen@
2018-06-08 12:41:29 +00:00
stu
459600dc26 +sqlite3-odbc 2018-06-08 12:38:28 +00:00
stu
066c48a343 Import sqlite3-odbc-0.9996.
ODBC driver for SQLite3.

ok sthen@
2018-06-08 12:37:23 +00:00
rsadowski
b0a9fd01ce Hook lmdb 2018-06-06 10:36:48 +00:00
rsadowski
a262c672bc Import databases/lmdb
Tweaks/Input from Raf Czlonka <rczlonka AT gmail DOT com>, sthem@, jca@
ok jca@

LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas
for the OpenLDAP Project.

It uses memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based databases,
and is only limited to the size of the virtual address space, (it is not
limited to the size of physical RAM). LMDB was originally called MDB, but was
renamed to avoid confusion with other software associated with the name MDB.
2018-06-06 10:34:28 +00:00
sthen
790c0e86fd Bump a bunch of ports to trigger rebuilds following cpu stats changes.
More to come later after a longer search completes.

THESE MAY NEED FURTHER WORK! If you use them, please check on -current.
2018-06-01 14:24:55 +00:00
landry
94fee18e32 Link with editors/qscintilla,qt5, as a side effect fixes build with
upcoming cmake 3.11.2.
2018-05-29 19:34:31 +00:00
espie
06d17f41b3 add support for SUBST_VARS and UPDATE_PLIST_ARGS 2018-05-26 14:20:43 +00:00
jasper
5335f9b5d9 sort out TEST_DEPENDS for python3 2018-05-26 14:07:11 +00:00
espie
971fc5a1de allow sqlports to build again until jasper figures it out the TEST_DEPENDS 2018-05-26 13:57:05 +00:00
sthen
4e0d53e479 bump (no real changes, but I accidentally did an i386 bulk with this bumped,
this is the simplest way to fix)
2018-05-26 11:45:12 +00:00
jasper
e5db277ac6 +py-sqlalchemy,python3 2018-05-26 10:39:26 +00:00
jasper
65e1413a83 - update to py-sqlalchemy-1.2.7
- add python3 flavor

tested by landry@
2018-05-26 10:38:32 +00:00
sthen
ee5cc861cb - bump REVISION for php switch 2018-05-22 08:18:08 +00:00
rsadowski
82ee11335c unbreak build
Forgot to delete patch. Notice by kiki@ Thanks!
2018-05-22 05:34:02 +00:00
sthen
2b38aa4c79 add MODPHP_VERSION=5.6 to ports that don't work with php 7.0,
a noop for now until the button is pushed in php.port.mk

pear-MDB2-mysql: requires php-mysql
nedi:		 requires php-mysql (fixable by updating to nedi 1.6)
mapserver:	 https://github.com/mapserver/mapserver/issues/5252
xcache:		 not ported to 7.0; opcache recommended instead
2018-05-21 22:18:01 +00:00
rsadowski
8453511018 Update kexi to 3.1.0 2018-05-21 10:53:43 +00:00
rsadowski
e080631d06 Update kdb to 3.1.0 (Kexi dependency) 2018-05-21 10:53:10 +00:00
stu
5a480a5577 Update to 3.23.1. 2018-05-19 12:17:57 +00:00
jasper
3353331496 garbage collect this couch potato
ok landry@
2018-05-18 20:26:33 +00:00
landry
70d5d88006 Remove couchdb, it isnt kept up to date in our ports tree, still uses an
ancient spidermonkey, and doesnt seem to mak much progress into updating
this dependency per https://github.com/apache/couchdb/issues/946.
2018-05-18 20:20:31 +00:00
pea
36cd9a1757 Update to 10.4
ok jeremy@
2018-05-17 18:42:42 +00:00
espie
532e959899 zap extra common dirs 2018-05-17 09:21:12 +00:00
espie
cc03a56ef1 update-plist nits 2018-05-17 09:20:07 +00:00
espie
c231cd4901 help update-plist produce squeaky clean results 2018-05-15 11:14:46 +00:00
espie
29d6a2ce11 put things in canonical order 2018-05-15 11:13:39 +00:00
espie
72f8721aba add missing directory 2018-05-15 11:12:21 +00:00
espie
ca2037adb4 missing needed directory 2018-05-15 11:08:51 +00:00
espie
1da226ddc3 this does not run-depends on lua, so it needs to have those directories
registered
2018-05-15 11:08:12 +00:00
jmatthew
b4b4f5d579 Update to riak 2.2.5.
To help kill lang/spidermonkey, backport some changes from upstream's
develop-3.0 riak_kv branch removing support for javascript commit
hook and map-reduce functions; landry@ approves
2018-05-15 06:38:33 +00:00
landry
da99382fa1 Minor bugfix update to sqlite 3.23.1, required by gecko 61.
See https://www.sqlite.org/releaselog/3_23_1.html
2018-05-12 18:11:34 +00:00
jturner
f194de8cad Update ksql to 0.3.2 2018-05-10 16:54:09 +00:00
ajacoutot
98b49d7ee3 Update to evolution-data-server-3.28.2. 2018-05-07 10:01:02 +00:00
pirofti
6fdd7c092f Update the ODBC driver for PostgreSQL to 10.02.0000.
Follows the major update from postgresql.

OK jasper@
2018-05-04 11:14:18 +00:00
naddy
9f666786a5 GNU libiconv doesn't actually provide iconv() etc., but libiconv()
and maps the functions with <iconv.h> to the standard names.  This
causes naive link checks to fail.  The recommended upstream iconv.m4
autoconf check that handles all this is rather large, pulls in more
macros, and may be difficult to retrofit into old configure.in
scripts written for obsolete autotools versions.  Instead, it is
simpler to just override the check and assert that we indeed have
iconv().

The failing test causes the final link command line to omit -liconv.
The iconv() function is still referenced from the code, so overriding
the test fixes linking with lld.
2018-04-29 09:07:39 +00:00
danj
e9690d1fd5 Remove eric@ from maintainer, discussed with him. 2018-04-28 21:18:46 +00:00
jturner
832183bc0a Update ksql to 0.3.1 2018-04-28 18:11:53 +00:00
solene
8d46690d2e Update to p5-DBI 1.641
ok jca@ sthen@
2018-04-27 15:03:26 +00:00
ajacoutot
6f403ee016 Update to p5-Rose-DB-0.778. 2018-04-27 14:59:01 +00:00
ajacoutot
1b4d531616 Update to p5-DBM-Deep-2.0014. 2018-04-27 14:52:53 +00:00
sthen
384af9db11 move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo
for the relevant PHP versions.

ports which are 5.6-only remain in pecl-foo port directories, set to only
build 5.6 packages

ports which have separate versions for 5.6 and 7.0 are split; the port
directories are named pecl56-foo for the 5.6-compatible version and
pecl-foo for the 7+-version

normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
2018-04-26 15:08:56 +00:00
kn
bb0b9e2fa1 Update to redis-4.0.9
Add USE_JEMALLOC=no to be clear.

OK rpointel, sthen
2018-04-26 11:15:46 +00:00
pea
092a78daef Update to 3.7.3 2018-04-26 08:43:27 +00:00
sebastia
21ac8fa213 bugfix update to 5.2.2 2018-04-26 07:01:30 +00:00
landry
ca58312846 Update to influxdb 1.5.2.
See https://docs.influxdata.com/influxdb/v1.5/about_the_project/whats_new/

ok danj@
2018-04-25 15:48:02 +00:00
kn
2cf1f40d84 Simplify/remove patches by passing parameters in MAKE_ENV
Input and OK jca
2018-04-24 14:35:29 +00:00
ajacoutot
2e09593c48 Update to evolution-data-server-3.28.1. 2018-04-23 13:54:58 +00:00
jca
82b4f48f7d Unbreak on armv7
Drop -funwind-tables which leads to undefined references to libunwind
symbols.  This seems to be needed by the libunwind support in jemalloc,
which we do not use.

Reported (and fixed differently) by Markus Hennecke, ok sthen@ kn@, maintainer timeout
2018-04-22 14:30:29 +00:00
sthen
eb3c376be3 use --std=c++03 on clang arches 2018-04-16 21:25:42 +00:00
tb
bf460bdfdc Unbreak for clang6. Upstream changed their server layout, so adjust
MASTER_SITES.

ok schwarze
2018-04-16 15:07:09 +00:00