Commit graph

19718 commits

Author SHA1 Message Date
Steve Wills
fdabb087d4 databases/xtrabackup: Update to 2.4.15
While here, pass maintainership to submitter

PR:		241081
Submitted by:	samm@os2.kiev.ua
Approved by:	Aleksandr Kuzminsky <aleks@twindb.com> (maintainer)
2019-10-07 14:56:33 +00:00
Palle Girgensohn
165df9ccaf Update to 1.7.1 2019-10-07 08:18:37 +00:00
Antoine Brodin
0d6b13f6ae Attempt to unbreak INDEX 2019-10-06 21:16:37 +00:00
Babak Farrokhi
340ec6a078 databases/pg_repack: Fix packaging and missing dependency
Submitted by:	olgeni
2019-10-06 20:43:07 +00:00
Pedro F. Giffuni
c937a4ccc9 rename most cases of jakarta- to apache-
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.

Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.

Approved by:	thierry (mentor), makc
Differential Revision:	https://reviews.freebsd.org/D21902
2019-10-06 19:08:14 +00:00
Babak Farrokhi
9dd02801f0 databases/py-aioredis: Update to 1.3.0
- Update to 1.3.0
- Pet portlint
2019-10-06 07:26:15 +00:00
Tobias Kortkamp
f8c3e38200 databases/mariadb55-server: Spell USE_LDCONFIG+= correctly 2019-10-06 06:57:20 +00:00
Babak Farrokhi
e736c06eb5 databases/pg_repack: Update to 1.4.5 2019-10-05 10:20:01 +00:00
Palle Girgensohn
946f9efc3e Upgrade to 11.1
Release notes:	http://pgbadger.darold.net/#news
2019-10-05 09:50:57 +00:00
Jan Beich
fbea4307e8 devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option

Changes:	https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by:	GitHub (watch releases)
PR:		239654
Differential Revision:	https://reviews.freebsd.org/D19430
2019-10-05 00:42:20 +00:00
Romain Tartière
8b969881a1 Update to 6.7.0
Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-670

With hat:	puppet
2019-10-03 22:27:24 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Palle Girgensohn
ce2bc5c187 Upgrade to postgresql-12.0
PostgreSQL 12 enhancements include notable improvements to query
performance, particularly over larger data sets, and overall space
utilization. This release provides application developers with new
capabilities such as SQL/JSON path expression support, optimizations for
how common table expression ("WITH") queries are executed, and generated
columns. The PostgreSQL community continues to support the extensibility
and robustness of PostgreSQL, with further additions to
internationalization, authentication, and providing easier ways to
administrate PostgreSQL. This release also introduces the pluggable
table storage interface, which allows developers to create their own
methods for storing data.

"The development community behind PostgreSQL contributed features for
PostgreSQL 12 that offer performance and space management gains that our
users can achieve with minimal effort, as well as improvements in
enterprise authentication, administration functionality, and SQL/JSON
support." said Dave Page, a core team member of the PostgreSQL Global
Development Group. "This release continues the trend of making it easier
to manage database workloads large and small while building on
PostgreSQL's reputation of flexibility, reliability and stability in
production environments."

Release notes:	https://www.postgresql.org/about/news/1976/
2019-10-03 13:52:44 +00:00
Greg Lewis
18fac8dea5 Remove reference to Java 1.6
* After the deletion of the openjdk6 port, there are no viable versions
  of Java 6 left in the ports tree, so remove it as a possible version

PR:		241019
Approved by:	mandree@
Sponsored by:	The FreeBSD Foundation
2019-10-03 06:13:17 +00:00
Sunpoet Po-Chuan Hsieh
e6f406cb8f Update to 3.29.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2019-10-01 19:15:42 +00:00
Dmitri Goutnik
d0ad0befea databases/pspg: Update to 2.1.3
Changes:	https://github.com/okbob/pspg/compare/2.1.2...2.1.3

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21856
2019-10-01 14:39:24 +00:00
Baptiste Daroussin
56a6c38e8d Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
2019-10-01 14:35:23 +00:00
Steve Wills
12d9ffdc56 databases/memcached: update to 1.5.19 2019-10-01 10:51:37 +00:00
Alexander Nedotsukov
473ab0773f Update to 4.99.11 2019-09-30 19:50:12 +00:00
Kai Knoblich
f79be15dc2 databases/py-redis: Update to 3.2.1
* Switch MASTER_SITES back to PyPI as it's the preferred way for Python
  ports and all relevant files are supplied with the sdist.

* Sort variables according to the PHB by moving the OPTIONS block further
  down.

Changelog:

https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES

Info about backwards incompatible changes since 3.0.0:

https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES#L72

PR:		237237
Submitted by:	koobs (maintainer)
Reported by:	sunpoet
Approved by:	koobs (maintainer)
2019-09-30 10:20:00 +00:00
Kai Knoblich
1135a91bbd databases/py-rb, devel/py-eventlib: Use py-redis2 instead py-redis
Change RUN_DEPENDS to devel/py-redis2 as preparation for the upcoming update
of databases/py-redis to 3.x as both ports aren't compatible with the newer
py-redis version.

PR:		237237
Approved by:	sunpoet (maintainer)
2019-09-30 09:42:50 +00:00
Kai Knoblich
a2c85be5df [NEW PORT]: databases/py-redis2
Repocopy databases/py-redis to databases/py-redis2 to have the latest
version of the 2.x release branch for a while.

Use it also as a fallback if some consumers have issues with the upcoming
update of databases/py-redis to the 3.x release.

PR:		237237
Approved by:	koobs (maintainer)
2019-09-30 09:36:11 +00:00
Jochen Neumeister
986afdc6e0 Update to 4.9.1
Sponsored by:	Netzkommune GmbH
2019-09-30 06:11:46 +00:00
Sunpoet Po-Chuan Hsieh
62050c7373 Fix build on powerpc* with Clang
PR:		240696
Submitted by:	pkubaj
2019-09-30 04:19:22 +00:00
Sunpoet Po-Chuan Hsieh
1855dff782 Update to 0.00020
Changes:	https://metacpan.org/changes/distribution/DBIx-Class-EncodedColumn
2019-09-30 04:18:40 +00:00
Dmitri Goutnik
34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00
Kurt Jaeger
fe4fd1f8a3 databases/grass7: fix packaging and change options
- Remove with-openmp since the build failed for 3 modules
  with openmp since 2019-09-10
- Remove some default options less used (NETCDF MYSQL ODBC) or
  non existant (NETLIB)
- Add zstd option
- Uses NLS as an option

PR:		240892
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-09-29 19:09:05 +00:00
Tobias C. Berner
f4566d704a graphics/poppler: update to 0.81.0
Release 0.81.0:
        core:
         * Splash: Always enable support for CMYK rasterization
         * CairoOutputDev: Check scaled dimensions for 0. Issue #737
         * BaseCryptStream: Fix potential uninitialized memory read
         * SplashBitmap: Fix wrong width condition for splashModeDeviceN8
         * Fix crashes in malformed files

PR:		240781
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-09-29 07:25:04 +00:00
Sunpoet Po-Chuan Hsieh
74e5644c05 Update to 1.7.4
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2019-09-28 20:02:38 +00:00
Sunpoet Po-Chuan Hsieh
0f7cca74de Allow build with Clang 8
Clang 8 detects shadow enums and stops the build. This workaround adds -Wno-error=shadow to bypass it.

In file included from db/builder.cc:19:
./db/internal_stats.h:112:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    WAL_FILE_BYTES,
    ^
./include/rocksdb/statistics.h:196:3: note: previous declaration is here
  WAL_FILE_BYTES,   // Number of bytes written to WAL
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:113:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    WAL_FILE_SYNCED,
    ^
./include/rocksdb/statistics.h:195:3: note: previous declaration is here
  WAL_FILE_SYNCED,  // Number of times WAL sync is done
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:114:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    BYTES_WRITTEN,
    ^
./include/rocksdb/statistics.h:131:3: note: previous declaration is here
  BYTES_WRITTEN,
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:115:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    NUMBER_KEYS_WRITTEN,
    ^
./include/rocksdb/statistics.h:124:3: note: previous declaration is here
  NUMBER_KEYS_WRITTEN,
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:116:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    WRITE_DONE_BY_OTHER,
    ^
./include/rocksdb/statistics.h:201:3: note: previous declaration is here
  WRITE_DONE_BY_OTHER,  // Equivalent to writes done for others
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:117:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    WRITE_DONE_BY_SELF,
    ^
./include/rocksdb/statistics.h:200:3: note: previous declaration is here
  WRITE_DONE_BY_SELF,
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:118:5: error: declaration shadows a variable in namespace 'rocksdb' [-Werror,-Wshadow]
    WRITE_WITH_WAL,
    ^
./include/rocksdb/statistics.h:203:3: note: previous declaration is here
  WRITE_WITH_WAL,       // Number of Write calls that request WAL
  ^
7 errors generated.
gmake[1]: *** [Makefile:683: shared-objects/db/builder.o] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/databases/rocksdb/work/rocksdb-6.2.2'
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/rocksdb

PR:		236213
Reported by:	jbeich
Reference:	https://github.com/facebook/rocksdb/issues/4946
2019-09-28 20:02:33 +00:00
Jan Beich
fce892353f databases/grass7: builds fine after r512983 2019-09-28 12:09:18 +00:00
Antoine Brodin
492635ae54 Make the build dependency more accurate 2019-09-28 06:45:25 +00:00
Antoine Brodin
a2bae2b2b9 Revert r513041, it breaks the ports
Reported by:	pkg-fallout
Pointy hat:	bapt
2019-09-28 06:08:55 +00:00
Steve Wills
ccf3ea64fd databases/memcached: update to 1.5.18 2019-09-27 23:09:01 +00:00
Sunpoet Po-Chuan Hsieh
e17c29eef7 Update to 0.00018
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/DBIx-Class-EncodedColumn
2019-09-27 21:28:50 +00:00
Sunpoet Po-Chuan Hsieh
7fca3908ed Update to 1.7.3
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2019-09-27 21:26:17 +00:00
Sunpoet Po-Chuan Hsieh
1c3d881267 Update to 6.2.4
Changes:	https://github.com/facebook/rocksdb/releases
2019-09-27 21:26:12 +00:00
Baptiste Daroussin
b1659bc2f5 sasl.h header does not belong at all to openldap package
but to the cyrus-sasl2 package already listed in the dependency in the above line.
Just remove the wrong dependency line
2019-09-27 15:08:46 +00:00
Palle Girgensohn
d47bf66460 Upgrade PostgreSQL-12 to rc1
There have been many bug fixes for PostgreSQL 12 reported during the Beta 4
period and applied to this release candidate. These include:

Add additional "leakproof" markings to certain string functions to better
support nondeterministic collations. This can positively impact the performance
of some query plans

Removal of the ECPG DECLARE STATEMENT functionality

The ecpglib major version change was reverted

Fix handling of nondeterministic collations with pattern_ops opclasses

Release notes:	https://www.postgresql.org/about/news/1975/
2019-09-27 11:33:21 +00:00
Tobias Kortkamp
58cb2699f2 databases/mantis: Update to 2.22.1
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.22.1
2019-09-27 09:18:18 +00:00
Steve Wills
8a54d36ea6 databases/py-pglite: Update to 1.0.12
PR:		240805
Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-09-26 20:40:02 +00:00
Sunpoet Po-Chuan Hsieh
0f339d67a5 Update to 1.7.2
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2019-09-26 18:15:13 +00:00
Sunpoet Po-Chuan Hsieh
58bc8df3c3 Update to 2.4.1
Changes:	https://github.com/pallets/flask-sqlalchemy/releases
		https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst
2019-09-26 18:15:08 +00:00
Sunpoet Po-Chuan Hsieh
148910742f Update to 1.7.6
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-09-26 18:12:58 +00:00
Sunpoet Po-Chuan Hsieh
cd18aa6a6a Update to 4.1
Changes:	https://github.com/darold/pgFormatter/releases
		https://github.com/darold/pgFormatter/blob/master/ChangeLog
2019-09-26 18:12:53 +00:00
Antoine Brodin
34a1a2c550 Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/r.resamp.rst:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/r.sun:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/v.surf.rst:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/r.resamp.rst.html:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/r.sun.html:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/v.surf.rst.html:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/r.resamp.rst.1.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/r.sun.1.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/v.surf.rst.1.gz:No such file or directory

Reported by:	pkg-fallout
2019-09-26 17:38:10 +00:00
Dmitri Goutnik
b8a8de8a47 databases/pspg: Update to 2.1.2
- While here, pet portclippy.

Changes:	https://github.com/okbob/pspg/compare/2.0.4...2.1.2

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21799
2019-09-26 12:31:26 +00:00
Sunpoet Po-Chuan Hsieh
a77c7daba7 Fix build on GCC architectures with PHP 7.4
PR:		240813
Submitted by:	pkubaj
2019-09-25 20:55:07 +00:00
Sunpoet Po-Chuan Hsieh
b29e2f7ae5 Update to 4.1.3
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2019-09-25 20:42:16 +00:00
Sunpoet Po-Chuan Hsieh
a200b33a3a Sort CMAKE_OFF 2019-09-25 20:40:08 +00:00