4532 Commits

Author SHA1 Message Date
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
sthen
cac3e88bc2 clang6 <3 whitespace 2018-04-16 12:44:29 +00:00
tb
fe3ac71d52 better fix: change the constant.
pointed out by & ok bentley
2018-04-16 08:58:32 +00:00
tb
88d59ed661 Fix build with clang6 by adding two static_cast<ulonglong>()s
ok jasper
2018-04-16 08:20:10 +00:00
sthen
f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
kili
9daf009cc5 Remove some unused hs-ports (including devel/hscolour, even if it
also provides a tool):

databases/hs-resource-pool
devel/hs-List
devel/hs-OneTuple
devel/hs-blaze-builder
devel/hs-unbounded-delays
devel/hs-unordered-containers
devel/hscolour
net/hs-multipart
textproc/hs-bytestring-lexing
textproc/hs-scanner

ok jasper@ (who also checked the list and reminded my of hscolour)
2018-04-14 21:28:42 +00:00
kili
13ece42244 Unhook some unused hs-ports (including devel/hscolour, even if it
also provides a tool):

databases/hs-resource-pool
devel/hs-List
devel/hs-OneTuple
devel/hs-blaze-builder
devel/hs-unbounded-delays
devel/hs-unordered-containers
devel/hscolour
net/hs-multipart
textproc/hs-bytestring-lexing
textproc/hs-scanner

ok jasper@ (who also checked the list and reminded my of hscolour)
2018-04-14 21:27:20 +00:00
naddy
36cfb12b02 do not try to build Java component (which fails with jdk 1.8) 2018-04-11 19:34:40 +00:00
jasper
01de00d57f fix build with clang; from freebsd 2018-04-08 13:10:25 +00:00
landry
501a80cf6e Update to sqlite 3.23.0.
No fallout in a bulk.
2018-04-06 05:51:17 +00:00
jeremy
601b0a7a90 Stop building ports for ruby 2.3 libraries by default
Per our current ruby support policy, as ruby 2.3's normal maintenance phase
has ended.
2018-03-29 23:06:50 +00:00
sthen
33ed5f6623 update to openldap 2.4.46 2018-03-29 19:32:12 +00:00
landry
622f668db5 Backport https://www.sqlite.org/cgi/src/info/d75e67654aa9620b to fix CVE-2018-8740.
"In SQLite through 3.22.0, databases whose schema is corrupted using a
CREATE TABLE AS statement could cause a NULL pointer dereference"

Cf https://bugs.launchpad.net/ubuntu/+source/sqlite3/+bug/1756349

Discussed with sthen@, no objection from naddy@
2018-03-21 20:28:47 +00:00
sthen
829fc1c274 update to redis-4.0.8 with a number of important fixes. see
https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
update pointed out by kn@ but with a more complex diff.

dcoppa (maintainer) doesn't seem to be around so I'm committing anyway
in order that it makes 6.3; ok jasper@
2018-03-19 18:15:57 +00:00
jasper
858e7b19a0 remove empty file 2018-03-19 17:52:11 +00:00
landry
29d40119b4 Update to sqlite 3.22.0 - required by gecko 60.
See http://sqlite.org/releaselog/3_22_0.html
Went in an amd64 bulk without fallout.
2018-03-16 18:05:38 +00:00
jturner
fda920b35d Readd ksql as it was erroneously remove in 1.354 2018-03-13 19:35:26 +00:00
jturner
8724729c69 Update ksql to 0.2.5. Fixes a memory leak in ksql_open(3) amoung other
things.
2018-03-12 02:37:24 +00:00
pea
74e4b762db Bugfix update to 10.3
ok jeremy@
2018-03-08 13:24:25 +00:00
sthen
02d519f7b4 update to pgbadger-9.2, based on an update from George Rosamond 2018-03-07 09:59:29 +00:00
rsadowski
d590d8b600 Unbreak build
- add BUILD_DEPENDS=databases/postgresql,-server
- remove qtwebkit from LIB_DPENEDNS and add in {BUILD,RUN}_DEPENDS

Spotted by kili@ Thanks!
2018-03-07 09:03:56 +00:00
ajacoutot
9cf7a5f9a0 Update to evolution-data-server-3.26.6. 2018-03-05 12:54:22 +00:00
rsadowski
559b84f3ed hook kdb and kexi 2018-03-05 10:32:50 +00:00
rsadowski
589979a2aa Import kexi
Kexi is a visual database applications creator. It can be used for creating
database schemas, inserting data, performing queries, and processing data.
Forms can be created to provide a custom interface to your data. All database
objects - tables, queries and forms - are stored in the database, making it
easy to share data and design.

ok sthen@
2018-03-05 10:18:03 +00:00
rsadowski
a82d3409b5 Import kdb
KDb is a database connectivity and creation framework, consisted of a
general-purpose C++ Qt library and set of plugins delivering support for
various database vendors.

It is a part of the Kexi project

ok sthen@
2018-03-05 10:12:30 +00:00
sebastia
8b42089339 update to 5.2.0 2018-03-01 23:02:44 +00:00
jeremy
fc347f55f9 Update to sequel 5.6.0 2018-03-01 21:06:22 +00:00
bket
2efeb67216 Update to gdbm-1.14.1.
Bump major number as symbols have been added.

OK jca@
2018-02-27 17:20:13 +00:00
sthen
e9a0b3d2ea switch post-extract to pre-patch, to avoid needing lang/go to be installed
just to unpack ports distfiles.  ok landry
2018-02-24 20:49:14 +00:00
sthen
a1200e56e2 we have BIO_meth_new (which pgsql checks for) but not some of the other
functions that it also needs, neuter for now to unbreak. from jsing
2018-02-18 17:49:08 +00:00
sthen
1fe6ab3687 regen patch, no other change 2018-02-18 17:37:13 +00:00
sthen
7d00920e05 regen patches, no other change 2018-02-18 17:36:01 +00:00
jasper
72927e394f update to minidb-2.0.2 2018-02-17 09:28:20 +00:00
pea
454ea51c7a Update to 10.2
ok jeremy@
2018-02-15 13:00:36 +00:00
landry
6360cefea8 +p5-DBD-XBase 2018-02-13 09:46:17 +00:00
landry
a96c8e3fba Import p5-DBD-XBase 1.08
Module XBase provides access to XBase (dBase, Fox*) dbf files.
It also handles memo files (dbt, fpt) and to certain extend
index files (ndx, ntx, mdx, idx and cdx). The DBD::XBase is
a database driver for DBI and provides simple SQL interface for
reading and writing the database files.

provides dbfdump that i can use against shapefile attribute tables..

ok sthen@ giovanni@
2018-02-13 09:45:40 +00:00
ajacoutot
52579fa6df Update to evolution-data-server-3.26.5. 2018-02-05 13:07:42 +00:00
sthen
44084a5408 update to MariaDB 10.0.34, from Brad.
CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665, CVE-2018-2668,
CVE-2018-2612
2018-02-05 10:40:03 +00:00
jturner
32413d6697 Update ksql to 0.2.3 2018-02-01 00:32:56 +00:00
stu
cc74a8183a Update to 3.22.0.
Enable rtree module.
2018-01-30 18:17:37 +00:00
jturner
be937f40b3 Update ksql to 0.2.0.
Allow stored SQL statements passed to ksql_alloc(3) and ksql_alloc_child(3).
Add ksql_cfg_defaults(3). Add version macros as described in ksql(3).
2018-01-22 21:53:37 +00:00
kili
5a8b1beb29 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:38:37 +00:00
landry
968d452fbb Update to pgbouncer 1.8.1.
Fix pthread.h detection in configure so that dns resolution via a
handrolled getaddrinfo_a compat function 'works', instead of returning
ENOSYS when using a database definition with a hostname instead of an IP.

Alternatives to consider: move to libevent2 or c-ares for dns resolution :)
ok pea@ (MAINTAINER)
2018-01-22 10:57:29 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
ajacoutot
300d15d554 Enable some ports and adjust for atomic ops on arm.
from Brad
2018-01-20 11:42:59 +00:00
jeremy
9b220ae5ca Update to sequel_pg 1.8.1 2018-01-16 01:43:37 +00:00