17706 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e7f5b5f3a7 Update to 1.9.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-04-06 16:26:56 +00:00
Steve Wills
5eff073af7 databases/timescaledb: Update to 0.9.1
PR:		227267
Submitted by:	Matt Magoffin <bugs.freebsd.org@msqr.us>
Approved by:	kbowling (maintainer)
2018-04-06 16:08:02 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Adriaan de Groot
85316befc9 The find module for QScintilla included with sqlitebrowser has never worked
(well) on FreeBSD. Then the port used en embedded copy of QScintilla.
Switch to using the system QScintilla.

This change is triggered by CMake 3.11, which tried to build the embedded
QScintilla slightly differently. That fails because there are header
files declaring enum { SCI_CANREDO = 2016 } *and also* header files
that #define SCI_CANREDO 2016; the include order is very fragile.

Also reported upstream.

Reviewed by:	lbartoletti_tuxfamily (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14930
2018-04-06 12:09:21 +00:00
Kirill Ponomarev
dde76a0312 Update to version 2.6.0
PR:		227300
Submitted by:	maintainer
2018-04-06 06:46:53 +00:00
Tobias Kortkamp
c4df193039 www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions

PR:		223733
Submitted by:	Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, too long)
Security:	1ce95bc7-3278-11e8-b527-00012e582166
MFH:		2018Q2
Differential Revision:	https://reviews.freebsd.org/D14872
2018-04-05 20:13:48 +00:00
Sunpoet Po-Chuan Hsieh
c36a1f22b8 Update to 0.14.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-04-05 19:12:21 +00:00
Sunpoet Po-Chuan Hsieh
1bd15f974d Add rubygem-flipper-active_record013 0.13.0 (copied from rubygem-flipper-active_record)
- Update RUN_DEPENDS
- Add PORTSCOUT
2018-04-05 19:11:27 +00:00
Kurt Jaeger
5fd30ea130 databases/cego: update 2.39.11 -> 2.39.12
- Patch in CegoClient to catch format exceptions like
  "Invalid datetime string <0> for format <%d.%m.%Y %H:%M:%S>"
  This may happen, if on server side bad union selects are defined like
  create view v1 as
    select a as a, b as b from t1
    union all
    select a as a, 0 as b from t2;
  where b is a datetime data type. In this case, invalid formatted
  strings occur on the client side, which are catched now.
- Patch in CegoDatabaseManager::useObject to support lock
  delay values > 1 sec. The DBM_LOCKDELAY value in CegoDefs has now
  increased to 2500 msec. In some cases for heavy updates
  ( e.g. clob updates ) this might be useful to avoid ugly exclusive
  lock delay messages in database log file
- Fix in CegoTableManager::updateTuple. If the update fails ( this
  might happen, if another transaction actually updates the corresponding
  tuple ), any allocated lob values are freed now. Otherwise the
  data pages for the lob values were allocated with no more references.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-04-05 17:10:43 +00:00
Mathieu Arnold
8d91fc67d5 Add PHP flavors to phpMyAdmin.
Approved by:	matthew
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14970
2018-04-05 13:16:25 +00:00
Jimmy Olgeni
45736561e4 databases/couchdb: use lang/erlang-runtime19 in preparation for
the Erlang 20 upgrade.
2018-04-05 12:55:36 +00:00
Steven Kreuzer
db97bfc48e Update to version 1.1.3 2018-04-05 12:49:20 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00
Mahdi Mokhtari
d5111919e9 databases/mysql80-server: Adapt ${name}_limits to the new mechanism
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql80 for the bases with both
old and new mechanism.
(This is port of the r466505 [and r466506])

PR:		227231
Submitted by:	0mp
Reported by:	0mp
Sponsored by:	Netzkommune GmbH
2018-04-04 21:01:28 +00:00
Mahdi Mokhtari
afc37e723e databases/mysql57-server: Adapt ${name}_limits to the new mechanism
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql57 for the bases with both
old and new mechanism.
(This is port of the r466505 [and r466506])

PR:		227230
Submitted by:	0mp
Reported by:	0mp
Differential Revision:	Netzkommune GmbH
2018-04-04 20:57:11 +00:00
Mahdi Mokhtari
556173ac01 databases/mysql56-server: Fix (revert) the small change mistakenly went into the commit r466505 2018-04-04 20:49:54 +00:00
Mahdi Mokhtari
f5b82ad2e1 databases/mysql56-server: Adapt ${name}_limits to the new mechanism
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql56 for the bases with both
old and new mechanism.

PR:		227229
Submitted by:	0mp
Reported by:	0mp
Sponsored by:	Netzkommune GmbH
2018-04-04 20:45:14 +00:00
Sunpoet Po-Chuan Hsieh
c16eedafe2 Update to 1.2.6
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-04-04 18:52:36 +00:00
Sunpoet Po-Chuan Hsieh
f4638fe478 Update to 5.12.2
Changes:	https://github.com/facebook/rocksdb/releases
2018-04-04 18:50:36 +00:00
Bernard Spil
bcc48ad925 databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514

Reported by:	mpts
2018-04-04 18:29:15 +00:00
Sunpoet Po-Chuan Hsieh
b8c5edf171 Remove DTRACE option
Enabling DTRACE option causes build failure.
It appears this option never really worked on FreeBSD.

PR:		217097
Submitted by:	sunpoet (myself)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Thanks to:	John Hein <z7dr6ut7gs@snkmail.com> (for analysis and testing)
2018-04-04 10:57:33 +00:00
Jan Beich
0de2e367d7 databases/evolution-data-server: unbreak with ICU 61
src/libedataserver/e-alphabet-index-private.cpp:79:2: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
        UnicodeString string;
        ^~~~~~~~~~~~~
        icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
src/libedataserver/e-alphabet-index-private.cpp:132:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
                UnicodeString ustring;
                ^~~~~~~~~~~~~
                icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^

https://ssl.icu-project.org/trac/changeset/40705

PR:		227042
Reported by:	antoine (via exp-run)
2018-04-04 09:38:04 +00:00
Bernard Spil
c1e9811a80 databases/mariadb55-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227227
Submitted by:	0mp
2018-04-03 19:14:00 +00:00
Bernard Spil
98e199e060 databases/mariadb100-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227224
Submitted by:	0mp
2018-04-03 19:12:23 +00:00
Bernard Spil
ebe22c9301 databases/mariadb101-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227225
Submitted by:	0mp
2018-04-03 19:10:28 +00:00
Bernard Spil
190d01069b databases/mariadb102-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227226
Submitted by:	0mp
2018-04-03 19:07:57 +00:00
Koichiro Iwao
23cef11766 databases/go-carbon: Improve rc.d script
Fixes an error with restart.

PR:		226937
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Approved by:	hrs (mentor, implicit)
2018-04-02 05:55:16 +00:00
Kurt Jaeger
73dedf9695 databases/cego: update 2.39.9 -> 2.39.11
- Improvements for log handling, the logIt method was moved from
  CegoTableManager to CegoBufferPool. This allows a more adequate
  locking of the logging actions. For this the tsLock array has been
  removed from CegoTableManager and lmLock array has been set up in
  CegoBufferPool. Since checkpoint writing occurs in CegoBufferPool
  ( which is also relevant for loging operations ), the logging method
  is now part of CegoBufferPool.
- The logAction method in CegoLogManager has also been improved in
  a way, that a log buffer is not allocated for each logging operation
  anymore. Instead, a logBuf array has been defined for all tablesets
  and the logBuf is reallocated, if the current logging record exceeds
  the log buffer.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-04-01 14:00:47 +00:00
Bernard Spil
f206f9786e www/mariadb101-server: Update to 10.1.32 2018-04-01 09:46:49 +00:00
Dag-Erling Smørgrav
29021410b1 Upgrade to 0.07049. 2018-03-31 21:34:34 +00:00
Florian Smeets
87ebc748eb - update to 5.7.21-20
- fix build with clang 6.0

PR:		226504
Approved by:	maintainer timeout (3 weeks)
2018-03-31 18:26:51 +00:00
Florian Smeets
d6b687afad - add license
- fix build with clang 6.0
2018-03-31 18:22:51 +00:00
Matthew Seaman
a28770c0ed Update to 2.2.0
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2018-03-31 11:26:32 +00:00
Wen Heping
133110e749 - Update to 0.51
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.51/ChangeLog
2018-03-31 09:11:29 +00:00
Sunpoet Po-Chuan Hsieh
175cea1dd3 Update to 1.58
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2018-03-30 23:46:14 +00:00
Steve Wills
332d5c53e3 databases/memcached: update to 1.5.7 2018-03-30 14:18:14 +00:00
Pietro Cerutti
ad9dd8f2f2 databases/lmdb: update to 0.9.22
LMDB 0.9.22 Release (2018-03-22)
  Fix MDB_DUPSORT alignment bug (ITS#8819)
  Fix regression with new db from 0.9.19 (ITS#8760)
  Fix liblmdb to build on Solaris (ITS#8612)
  Fix delete behavior with DUPSORT DB (ITS#8622)
  Fix mdb_cursor_get/mdb_cursor_del behavior (ITS#8722)

PR:		227103
Submitted by:	gahr
Approved by:	delphij (maintainer)
2018-03-30 10:56:11 +00:00
Tobias C. Berner
dc579c4cc2 Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
      --no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.

Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)

PR:		227027
Reported by:	grarpamp@gmail.com
2018-03-29 19:03:17 +00:00
Kurt Jaeger
b57cda5639 databases/cego: update 2.39.8 -> 2.39.9
- Added fixes for recovery procedure in CegoTableManager. Now the
  LSN is allocated at the beginning of critical operation to avoid
  double operations in case of a forced checkpoint. For this the
  CegoLogManager::nextLSN method has been introduced. Now it is no
  more ensured that the log is written with increasing LSN, so some
  logical parts of the recovery procedure in CegoRecoveryManager has
  been changed.
- In CegoBufferPool, the writeCheckPoint method still returned int
  value. This has been changed to unsigned long long

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-29 11:55:47 +00:00
Bernard Spil
d5611bb71e databases/mariadb102-server: Update to 10.2.14 2018-03-29 11:51:58 +00:00
Yuri Victorovich
8e5ee44120 databases/py-pum: Update 0.5.11 -> 0.5.13
PR:		227035
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
2018-03-28 23:59:29 +00:00
Dmitry Marakasov
c59e21a7ea - Switch to new test framework
Approved by:	portmgr blanket
2018-03-27 08:33:25 +00:00
Matthias Fechner
3d94199ffd New ports required for gitlab update to 10.5.x.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14840
2018-03-26 15:10:49 +00:00
Romain Tartière
e7e8c21c96 Update to 5.2.1
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html

With hat:	puppet
2018-03-26 12:45:44 +00:00
Rene Ladan
bcf2c0d2c2 databases/py-fakeredis: update to 0.10.1
Changelog:	https://github.com/jamesls/fakeredis#revision-history
Reported by:	portscout
2018-03-24 13:14:27 +00:00
Yuri Victorovich
263217c753 databases/py-pglite: Update 1.0.6 -> 1.0.7
PR:		226876
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-03-23 20:48:16 +00:00
Wen Heping
a4171204fa - Update to 0.97.2 2018-03-23 13:00:23 +00:00
Li-Wen Hsu
272c5c4995 - Update to 0.9.9 2018-03-23 11:52:48 +00:00
TAKATSU Tomonari
18de7e8a74 - Update to 0.8 2018-03-23 08:50:55 +00:00
Steve Wills
ba35c95dc6 databases/py-carbon: Fix dependencies 2018-03-22 22:14:42 +00:00