Commit Graph

21538 Commits

Author SHA1 Message Date
Guido Falsi 60dea511f2 - Update courier-authlib to 0.69.1
- Avoid uninstalllation leftovers by fixing plists
- Perform a small whitespace fix
2019-08-20 16:22:06 +00:00
Tobias Kortkamp 691977e492 databases/mantis: Update to 2.21.2
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.2
2019-08-20 10:53:01 +00:00
Timur I. Bakeyev 3257dcb2d4 Add missing ldb15 entry 2019-08-20 07:49:28 +00:00
Sunpoet Po-Chuan Hsieh 16527ab779 Fix bison warning
src/parser.y:63.1-25: warning: deprecated directive, use '%define api.prefix {plproxy_yy}' [-Wdeprecated]
   63 | %name-prefix="plproxy_yy"
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
2019-08-19 20:51:06 +00:00
Yuri Victorovich b8205f850f databases/sqlitestudio: Fix symlink 2019-08-19 20:32:18 +00:00
Yuri Victorovich 5acb0921de databases/sqlitestudio: add the lowercase link to the executable for convenience
Reported by:	John L. Males <jlmales@gmail.com> (user; via e-mail)
2019-08-19 20:31:04 +00:00
Yuri Victorovich 89f87c49a9 databases/sqlitestudio: Add the .desktop file and the icon.
Caveat: the icon isn't displayed in xfce's Applications menu, see https://bugzilla.xfce.org/show_bug.cgi?id=15855

Requested by:	John L. Males <jlmales@gmail.com> (user; reported/requested via e-mail)
2019-08-19 20:14:00 +00:00
Dmitry Marakasov 6631c9bb96 - Update to 2.5.3
- Whitespace fix
- Fix incorrect substitutions and sorting in plist

PR:		239908
Submitted by:	amdmi3
Approved by:	lbartoletti@tuxfamily.org (maintainer)
2019-08-19 15:37:02 +00:00
Jan Beich befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Kurt Jaeger 3419f9eb05 devel/lfcbase: upgrade 1.14.0 -> 1.14.2
databases/cego: upgrade 2.45.5 -> 2.45.6

lfcbase:
- In configure.ac added check for darwin. This is required, since
  for File::flush implemention, darwin rather requires a fcntl call
  with option F_FULLFSYNC instead of fsync ( see OSX man page for
  fsync )

cego:
- Added command line option --fsync to enable physical disk synchronisation
  for logging and checkpointing. This options slows down database
  significantly but ensures consistent data in case of an operating
  system crash

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-08-18 17:22:44 +00:00
Tobias Kortkamp c2786db5c8 databases/skytools: Unbreak build with PostgreSQL 11
logutriga.c:57:24: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
logutriga.c:148:24: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
2 errors generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/skytools-3.2_3.log

While here deprecate it.  It was last updated in 2014 and seems to
have been abandoned.

PR:		239652
Approved by:	sam@cassiba.com (maintainer timeout, 2 weeks)
2019-08-18 13:28:54 +00:00
Tobias Kortkamp ebfce89036 databases/postgresql-plruby: Unbreak build with PostgreSQL 11
============================================================
PostgreSQL 11.4
 is unsupported.  Try plruby-0.4.2.
============================================================
*** Error code 1

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/postgresql-plruby-0.5.7_4.log

While here deprecate it since it seems to have been abandoned in
2010.

PR:		239639
Approved by:	knu (maintainer timeout, 2 weeks)
2019-08-18 13:23:40 +00:00
Tobias Kortkamp 84b094c440 databases/pldebugger does not build with PostgreSQL 11
plpgsql_debugger.c:367:10: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'?
                                case PLPGSQL_DTYPE_EXPR:
                                     ^~~~~~~~~~~~~~~~~~
                                     PLPGSQL_DTYPE_VAR
/usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_VAR' declared here
        PLPGSQL_DTYPE_VAR,
        ^
plpgsql_debugger.c:367:10: error: duplicate case value 'PLPGSQL_DTYPE_VAR'
                                case PLPGSQL_DTYPE_EXPR:
                                     ^
plpgsql_debugger.c:311:10: note: previous case defined here
                                case PLPGSQL_DTYPE_VAR:
                                     ^
plpgsql_debugger.c:550:9: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'?
                        case PLPGSQL_DTYPE_EXPR:
                             ^~~~~~~~~~~~~~~~~~
                             PLPGSQL_DTYPE_VAR
/usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_VAR' declared here
        PLPGSQL_DTYPE_VAR,
        ^
etc.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pldebugger-1.0_2,1.log

PR:		239611
2019-08-17 19:50:24 +00:00
Tobias Kortkamp b7e3ccbc28 databases/pg_partman: Unbreak build with PostgreSQL 11+
=======================<phase: package        >============================
===>  Building package for pg_partman-4.0.0_1
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/partition_data.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/reapply_constraints.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/reapply_foreign_keys.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/undo_partition.py:No such file or directory
*** Error code 1

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_partman-4.0.0_1.log

With PostgreSQL 11+ some scripts are only installed when they are
common to all PG versions per the Makefile.  Exclude them from the
plist in case we are building with PG11+.

PR:		239609
Approved by:	lacey.leanne@gmail.com (maintainer timeout, 2 weeks)
2019-08-17 19:43:08 +00:00
Adam Weinberger 117e1e7b94 Add an XML option to postgresql12-contrib
Avoids libxml2/libxslt for systems that don't need XML support.
Although there was substantial interest in the PR to backport to
10, I've only done pgsql12 for now, as I don't want to interfere
with the effort to make pgsql11 the default. If things work well
here, it can be backported to earlier versions as well.

PR:		239638
Approved by:	maintainer timeout (2 weeks)
2019-08-17 16:56:18 +00:00
Yuri Victorovich fef0538c10 databases/redis_exporter: Switch to USES=go:modules, fix build with go1.13
PR:		239880
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	portmgr (unbreak with the upcoming go1.13)
2019-08-17 01:58:31 +00:00
Yuri Victorovich ea93d8596c databases/usql: Switch to USES=go:modules, fix build with go1.13
PR:		239920
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-08-16 22:38:12 +00:00
Sunpoet Po-Chuan Hsieh 8ddac49dc9 Update to 3.9.1
Changes:	https://metacpan.org/changes/distribution/DBD-Pg
2019-08-16 18:11:00 +00:00
Sunpoet Po-Chuan Hsieh 9a656772b7 Fix build with PostgreSQL 10 and 11 2019-08-16 18:09:24 +00:00
Sunpoet Po-Chuan Hsieh 3532947821 Update to 1.6.2
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/backports-1.6/HISTORY.md
2019-08-16 18:09:18 +00:00
Pietro Cerutti 325f6b5391 databases/casstcl: update to 2.13.2 to fix package version
Release notes:
https://github.com/flightaware/casstcl/releases/tag/v2.13.2
2019-08-16 12:12:46 +00:00
Pietro Cerutti 52909f667a databases/casstcl: update to 2.13.1
Release notes:
https://github.com/flightaware/casstcl/releases/tag/v2.13.1
2019-08-16 10:04:21 +00:00
Piotr Kubaj 08b62e6393 databases/mroonga: fix build with GCC-based architectures
This uses MySQL 5.7, which needs C11.

Approved by:	mentors (implicit approval)
2019-08-15 20:32:30 +00:00
Sunpoet Po-Chuan Hsieh 409f3340c0 Update to 1.3.7
Changes:	https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html
2019-08-15 18:12:08 +00:00
Jose Alonso Cardenas Marquez 4b5930e48a - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
  default). fpc is not working with lld. We will use binutils-ports when
  ld.bfd is moved from base if lld not working on future version
  of fpc
- Bump PORTREVISION
2019-08-15 16:11:27 +00:00
Adriaan de Groot fcf437462e Update KDE Applications to latest upstream release, 19.08
Release announcement
	https://kde.org/announcements/announce-applications-19.08.0.php

Thanks to tcberner for doing most of the prep-work.
2019-08-15 15:38:52 +00:00
Rene Ladan 8c36df4ccb databases/py-fakeredis: update to 1.0.4
Reported by:	portscout
2019-08-15 12:00:49 +00:00
Adriaan de Groot 0a7455c83c Update KDE Frameworks to latest upstream release, 5.61
Release notes at
	https://kde.org/announcements/kde-frameworks-5.61.0.php

Thanks to
	antoine@ for the exp-runs,
	tcberner@ for most of the prep-work,
	the Gentoo community for cherry-picking patches

There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,

PR:		239777
Submitted by:	tcberner
2019-08-15 10:01:34 +00:00
Babak Farrokhi 3028507023 databases/pymongo: Update to 3.9.0 2019-08-15 06:24:01 +00:00
Sunpoet Po-Chuan Hsieh c8855b1d36 Update to 2.2.0
Changes:	https://metacpan.org/changes/distribution/MongoDB
2019-08-14 18:01:21 +00:00
Sunpoet Po-Chuan Hsieh 4f3ff5ace9 Update to 0.8.1
Changes:	https://metacpan.org/changes/distribution/BSON-XS
2019-08-14 18:01:16 +00:00
Sunpoet Po-Chuan Hsieh 1d0e8aa98b Update to 1.12.1
Changes:	https://metacpan.org/changes/distribution/BSON
2019-08-14 18:01:10 +00:00
Adriaan de Groot 9c45f5c8a9 Update devel/cmake to 3.15.2 (latest upstream release)
Release notes for the version updates are at:
	https://blog.kitware.com/cmake-3-15-0-available-for-download/
	https://blog.kitware.com/cmake-3-15-1-available-for-download/
	https://blog.kitware.com/cmake-3-15-2-available-for-download/

For FreeBSD, not much interesting has changed. Swift language support
might be useful.

A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.

PR:		239273
Submitted by:	tcberner
2019-08-14 14:18:36 +00:00
Yuri Victorovich 1626e7d800 databases/usql: Update 0.7.4 -> 0.7.5
Reported by:	portscout
2019-08-14 05:54:18 +00:00
Sunpoet Po-Chuan Hsieh 20e98af2e8 Update to 1.20.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2019-08-13 20:50:18 +00:00
Sunpoet Po-Chuan Hsieh 41fe8ecddc Update to 1.6.1
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/1.6.1/HISTORY.md
2019-08-13 20:50:02 +00:00
Piotr Kubaj 1e9db8ea3e databases/percona-pam-for-mysql: unbreak on powerpc64
Builds now fine.

Approved by:	mentors (implicit approval)
2019-08-13 16:02:41 +00:00
Mathieu Arnold 78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Mathieu Arnold daa53ae5ae Thinking about r508819 a bit more, make sure nothing depends on fetch
directly in ports.
2019-08-13 13:45:01 +00:00
Sunpoet Po-Chuan Hsieh 32a09d7589 Update to 1.64
Changes:	https://metacpan.org/changes/distribution/DBD-SQLite
2019-08-12 19:46:47 +00:00
Sunpoet Po-Chuan Hsieh d10f7b243e Update to 1.4.1
- Take maintainership

Changes:	https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
		https://github.com/sparklemotion/sqlite3-ruby/commits/master
2019-08-12 19:45:05 +00:00
Muhammad Moinur Rahman a721df32ee databases/freetds-devel: Fix typos 2019-08-11 20:47:00 +00:00
Muhammad Moinur Rahman 41f3057313 databases/freetds-devel: Update version 1.1.50=>1.1.51
- Add https MASTER_SITES [1]

PR:		239445 [1]
Submitted by:	p5B2E9A8F@t-online.de [1]
2019-08-11 20:28:36 +00:00
Sunpoet Po-Chuan Hsieh 2366bdc12b Add rubygem-dalli 2.7.10
Dalli is a high performance pure Ruby client for accessing memcached servers. It
works with memcached 1.4+ only as it uses the newer binary protocol. It should
be considered a replacement for the memcache-client gem.

The name is a variant of Salvador Dali for his famous painting The Persistence
of Memory.

WWW: https://github.com/petergoldstein/dalli
2019-08-11 16:46:08 +00:00
Muhammad Moinur Rahman c0fe8f8e86 databases/freetds: Update version 1.1.11=>1.1.12
- Add https MASTER_SITES [1]

PR:		239445 [1]
Submitted by:	p5B2E9A8F@t-online.de [1]
2019-08-11 16:45:53 +00:00
Sunpoet Po-Chuan Hsieh 07349bb3e1 Add NO_ARCH 2019-08-10 22:52:31 +00:00
Sunpoet Po-Chuan Hsieh fc7ae08074 Update to 0.779
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Rose-DB
2019-08-10 22:52:21 +00:00
Sunpoet Po-Chuan Hsieh b22ca0e0aa Take maintainership 2019-08-10 22:50:12 +00:00
Sunpoet Po-Chuan Hsieh 15e065928a Update version requirement of RUN_DEPENDS
- Take maintainership
2019-08-10 22:50:07 +00:00
Sunpoet Po-Chuan Hsieh 5bf8eeae49 Take maintainership 2019-08-10 22:50:03 +00:00