Commit graph

17383 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
245ab2f6db Update to 51.0
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/commits/master
2017-12-27 19:52:36 +00:00
Sunpoet Po-Chuan Hsieh
36cd3977f9 Update to 51.0
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/commits/master
2017-12-27 19:52:31 +00:00
Sunpoet Po-Chuan Hsieh
50ffea36c9 Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2017-12-27 19:51:40 +00:00
Sunpoet Po-Chuan Hsieh
af872954fd Pet portlint: move BROKEN_* upward 2017-12-27 19:51:30 +00:00
Mathieu Arnold
103eebbebc Remove non ascii characters.
Sponsored by:	Absolight
2017-12-27 13:59:01 +00:00
Mark Linimon
8c16acd767 Remove "-march=native" as a barrier to building on arm.
However, the builds still fail, but much farther along in the process.
So, this fix is necessary, but insufficient.

TODO: confirm the exact way rocksdb-lite fails on armv7 (I haven't run
that combination yet).

Approved by:	portmgr (tier-2 blanket)
2017-12-27 08:02:58 +00:00
Li-Wen Hsu
c4e8790deb - Update to 0.8.0 2017-12-26 18:59:10 +00:00
Steve Wills
375f02ff14 databases/ruby-odbc: fix typo from r350465 2017-12-24 23:25:20 +00:00
Steve Wills
ee19532c63 databases/ruby-odbc: fix typo in previous commit 2017-12-24 23:17:27 +00:00
Sunpoet Po-Chuan Hsieh
0f106e2839 Update to 1.15.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-24 11:14:56 +00:00
Timur I. Bakeyev
d236cb472e Update LDB 1.2 to the most recent 1.2.3 version 2017-12-23 23:06:11 +00:00
Matthew Seaman
6cd6e75770 Security Upate to 4.7.7
This includes a fix for a critical XSRF/CSRF security bug.

ChangeLog: https://www.phpmyadmin.net/files/4.7.7/

MFH:		2017Q4
Security:	63eb2b11-e802-11e7-a58c-6805ca0b3d42
2017-12-23 19:33:01 +00:00
Sunpoet Po-Chuan Hsieh
90fa663db6 Update to 1.14.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-23 16:49:38 +00:00
Sunpoet Po-Chuan Hsieh
07accf827f Cosmetic change to avoid unpaired symbols 2017-12-23 16:49:17 +00:00
Tijl Coosemans
fff86491d7 Drop unneeded USE_AUTOTOOLS. 2017-12-23 15:41:21 +00:00
Steve Wills
9258841107 databases/timescaledb: Update to 0.8.0
PR:		224538
Submitted by:	kbowling
2017-12-23 13:11:09 +00:00
Bernard Spil
329e690504 databases/mariadb101-server: Security update to 10.1.30
Release notes: https://mariadb.com/kb/en/library/mariadb-10130-release-notes/

MFH:		2017Q4
Security:	b7d89082-e7c0-11e7-ac58-b499baebfeaf
2017-12-23 10:28:48 +00:00
Jimmy Olgeni
996cc456c0 Update databases/elixir-ecto to version 2.2.7. 2017-12-22 13:55:40 +00:00
Sunpoet Po-Chuan Hsieh
6c8bed087d Update to 1.8.2
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-12-21 17:41:06 +00:00
Wen Heping
7e853aa016 - Update to 1.0.1
PR:		224386
Submitted by:	jjachuf@gmail.com(maintainer)
2017-12-21 13:04:09 +00:00
Dmitry Marakasov
e4e666ef51 - Pet portlint
- Add LICENSE
- Cosmetic fixes
- Unsilence installation commands

Approved by:	portmgr blanket
2017-12-21 09:00:38 +00:00
Palle Girgensohn
f245f0e86e Fix problem with logical replication
PR:	224466
2017-12-20 22:09:08 +00:00
Kurt Jaeger
c3a3c592b8 devel/lfcbase: update 1.11.4 -> 1.11.5
databases/cego: update 2.38.12 -> 2.38.14

lfcbase:
- Stability patch for strptime implementation ( MinGW only )

cego:
- Fixed memory lead in CegoDistManager destructor ( _pPA was not deleted )
- Further optimization done in CegoBTreeCursor, introduced methods
  traceLow and inRange to treat btree comparison in a more efficient way
- Fix in CegoAttrCond::getIndexCond, like and no like comparisons
  must be filtered out for new btree cursor tracing logic

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-20 19:59:04 +00:00
Bernard Spil
19c8ab5265 databases/mariadb102-server: Add bugfix patch from upstream
- Fix mysqld_safe script corrupting database files
     https://jira.mariadb.org/browse/MDEV-14337

Reported by:	Alex Hemp
2017-12-20 17:25:20 +00:00
Sunpoet Po-Chuan Hsieh
d93dc7ae1a Update to 5.9.2
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-12-19 18:20:26 +00:00
Rodrigo Osorio
0728b32d34 Add port databases/postgis24 by repo copy from databases/postgis23
See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4
branch, bugfixes and enhancements

PR:		222703
Submitted by:	lbartoletti@tuxfamily.org
Reviewed by:	sunpoet
2017-12-19 16:49:23 +00:00
Rodrigo Osorio
065c6ea89d Revert files addition for databases/postgis24
As specified in the committers manual Section 19.4*, when
adding a port related to another, we should do a repo copy
instead of add new files.

PR:		222703
2017-12-19 16:34:20 +00:00
Baptiste Daroussin
0506936751 Switch build dependency form swig 1.3 to 3.0 2017-12-19 15:47:16 +00:00
Baptiste Daroussin
8c2a8ca4fd Switch build dependency from swig 1.3 to swig 3.0 2017-12-19 15:44:58 +00:00
Antoine Brodin
f4321fc9f2 Mark BROKEN: fails to link
src/mongo/db/pipeline/document_source_sample_from_random_cursor.cpp:(.text._ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_[_ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_]+0x59f): warning: powl has lower than advertised precision
build/opt/mongo/db/modules/rocks/src/rocks_recovery_unit.o:(.data.rel.ro._ZTIN5mongo13RocksIteratorE[_ZTIN5mongo13RocksIteratorE]+0x10): undefined reference to `typeinfo for rocksdb::Iterator'

Reported by:	pkg-fallout
2017-12-18 22:01:59 +00:00
Sunpoet Po-Chuan Hsieh
56405a6890 Update to 4.04
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2017-12-18 17:17:19 +00:00
Sunpoet Po-Chuan Hsieh
be223fb299 Update to 0.4.1
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2017-12-18 17:16:54 +00:00
Ed Maste
a44b787110 databases/postgresql92-server: set LLD_UNSAFE
postgresql*-client ports fail to build with lld as /usr/bin/ld with
errors like

/usr/bin/ld: error: can't create dynamic relocation R_X86_64_PC32 against
   symbol: __mb_sb_limit in readonly segment
>>> defined in /lib/libc.so.7
>>> referenced by pgstrcasecmp.c
>>>               pgstrcasecmp.o:(pg_strcasecmp) in archive
  ../../src/port/libpgport.a

Although this appears to affect only -client ports, just set LLD_UNSAFE
for all of the postgresql*-* ports for simplicity.

Approved by:	portmgr (blanket for LLD_UNSAFE)
2017-12-18 14:46:23 +00:00
Steve Wills
c02c0a20f5 databases/py-fdb: update to 1.8
PR:		224385
Submitted by:	jjachuf@gmail.com (maintainer)
2017-12-17 21:01:03 +00:00
Sunpoet Po-Chuan Hsieh
aebfd3ea11 Update to 9.0.0
Changes:	https://github.com/rails/arel/blob/master/History.txt
2017-12-17 15:54:41 +00:00
Sunpoet Po-Chuan Hsieh
0f027e2cf7 Change RUN_DEPENDS from rubygem-arel to rubygem-arel8
- Bump PORTREVISION for dependency change
2017-12-17 15:54:20 +00:00
Sunpoet Po-Chuan Hsieh
d24f55d15c Add rubygem-arel8 8.0.0 (copied from rubygem-arel)
- Add PORTSCOUT
2017-12-17 15:53:48 +00:00
Rodrigo Osorio
375bae14a7 Add new port postgis24 for v2.4.x
See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4 branch,
  bugfixes and enhancements

Upgrade postgis22 from v2.2.5 to 2.2.6
  Multiple bug fixes, see changelog
  https://svn.osgeo.org/postgis/tags/2.2.6/NEWS

Upgrade postfix23 from v2.3.3 to v2.3.5
  Multiple bug fixes and enhancements, see changelog
  https://svn.osgeo.org/postgis/tags/2.3.5/NEWS

Fix and expand CONFLICTS_INSTALL for the postgis2* ports
reorder USES and USE_* in database/postgis20 to makes portlint happy

PR:		222703
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	rhurlin@gwdg.de (maintainer)
2017-12-17 11:25:13 +00:00
Timur I. Bakeyev
bab1c1db80 Small useless bump of the version to make poudriere pick up changes in WITH_SAMBA4_PYTHON3 usage 2017-12-17 06:06:00 +00:00
Sunpoet Po-Chuan Hsieh
598725189d Update CONFLICTS_INSTALL: databases/py-sqlalchemy0* have been removed over 9 months 2017-12-16 20:55:20 +00:00
Sunpoet Po-Chuan Hsieh
7582cbcea6 Update to 1.59
- Add missing RUN_DEPENDS

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
2017-12-16 20:55:15 +00:00
Sunpoet Po-Chuan Hsieh
e74143d90c Use setup.py instead of PYSETUP
- Add GitHub repository to WWW
2017-12-16 20:55:10 +00:00
Sunpoet Po-Chuan Hsieh
87035d42db Pet portlint 2017-12-16 20:54:49 +00:00
Florian Smeets
676719ca97 Update to 5.6.38-83.0
PR:		221972
MFH:		2017Q4
Security:	https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html
2017-12-16 20:21:40 +00:00
Florian Smeets
c0228e6c03 Update to 5.5.58-38.10
PR:		222619
Submitted by:	sergey <sergey@akhmatov.ru>
MFH:		2017Q4
Security:	https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html
2017-12-16 20:16:05 +00:00
Florian Smeets
a3939b370f Update to 3.0.5 2017-12-16 19:47:56 +00:00
Yuri Victorovich
ecd21f0d90 databases/pspg: Update to 0.8.0
PR:		224365
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13507
2017-12-16 09:01:01 +00:00
Steve Wills
440b134f02 Move if statement before target name
Avoids empty target when condition is false.

Reported by:	mat
2017-12-15 15:22:29 +00:00
Dmitry Marakasov
4d8846c470 - Switch to options helpers
- Remove obsolete OSVERSION condition
- Fix WWW:

Approved by:	portmgr blanket
2017-12-15 09:00:33 +00:00
Steve Wills
2bf4d517ca databases/ruby-gdbm: Fix build with Ruby 2.4 2017-12-15 00:49:42 +00:00
Sunpoet Po-Chuan Hsieh
887e6028ce Update to 1.6.0
Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2017-12-14 20:43:44 +00:00
Steve Wills
1f9ce4787a databases/rubygem-mysql: mark broken with ruby 2.4 2017-12-14 18:06:55 +00:00
Steve Wills
888235d430 databases/ruby-odbc: mark broken with ruby 2.4 2017-12-14 17:52:39 +00:00
Kurt Jaeger
acad63c263 databases/cego: update 2.38.10 -> 2.38.12
- Small optimization in CegoAttrCond::checkIndex, removed primary
  flag, since this is done now by attribute ordering. This leads
  to full index trace match instead of trace with index support and
  so, additional unnecessary predicate evaluation is avoided.
- More rework for btree evaluation in CegoBTreeCursor
- Optimization in CegoBTreeCursor::getNext. Instead of calling
  getNext in a recursive way, this is now done in a iterative way.
  This might avoid heavy stacking in case of special query constraints
  ( e..g multi dimensional btrees and range conditions like a > 400
  and b betweeen 'AAA' and 'DDD' )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-14 16:56:12 +00:00
Torsten Zuehlsdorff
1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00
Sunpoet Po-Chuan Hsieh
5c2cdd368b Update CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
2017-12-13 20:51:35 +00:00
Sunpoet Po-Chuan Hsieh
3622e358e4 Add CONFLICTS_INSTALL 2017-12-13 20:50:09 +00:00
Sunpoet Po-Chuan Hsieh
c339fb5358 Update CONFLICTS_INSTALL 2017-12-13 20:50:04 +00:00
Sunpoet Po-Chuan Hsieh
c7575a76c6 Add CONFLICTS_INSTALL 2017-12-13 20:49:59 +00:00
Li-Wen Hsu
5ff20ccb46 - Add missing RUN_DEPENDS, sort
Submitted by:	arved
2017-12-13 15:32:33 +00:00
Sunpoet Po-Chuan Hsieh
8ec924c40a Update to 1.37
Changes:	http://search.cpan.org/dist/DBIx-Simple/Changes
2017-12-12 13:34:01 +00:00
Sunpoet Po-Chuan Hsieh
0a7591375a Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-12-11 18:26:13 +00:00
Antoine Brodin
1d00aa2b00 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-11 16:54:20 +00:00
Steve Wills
d2928d2f86 databases/py-sqlparse020: create port
sqlparse is a non-validating SQL parser module.
It provides support for parsing, splitting and formatting SQL statements.

This is version 0.2.0 which is needed by calendarserver.

WWW: https://pypi.python.org/pypi/sqlparse
WWW: https://github.com/andialbrecht/sqlparse

PR:		224204
Submitted by:	Axel.Rau@Chaos1.DE
2017-12-11 16:08:56 +00:00
Sunpoet Po-Chuan Hsieh
fef3326dcc Update to 2.1.0
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-12-11 10:42:39 +00:00
Sunpoet Po-Chuan Hsieh
e704906547 Update to 2.1.0
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-12-11 10:42:34 +00:00
Sunpoet Po-Chuan Hsieh
6f3e5ced37 Update to 2.1.0
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-12-11 10:42:29 +00:00
Sunpoet Po-Chuan Hsieh
0df30daf95 Update to 1.36
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/DBIx-Simple/Changes
2017-12-11 10:41:16 +00:00
Sunpoet Po-Chuan Hsieh
a4fd3ad6a9 Update to 20170802 snapshot
- Update PORTVERSION to 3.0.9
- Update WWW

Changes:	https://github.com/websupport-sk/pecl-memcache/commits/NON_BLOCKING_IO_php7
2017-12-11 10:38:35 +00:00
Sunpoet Po-Chuan Hsieh
cc48cbdb7e Update to 20170802 snapshot
- Update PORTVERSION to 3.0.9
- Update WWW

Changes:	https://github.com/websupport-sk/pecl-memcache/commits/NON_BLOCKING_IO_php7
2017-12-11 10:38:30 +00:00
Sunpoet Po-Chuan Hsieh
ac556bbf3d Update to 20170802 snapshot
- Update PORTVERSION to 3.0.9
- Update WWW

Changes:	https://github.com/websupport-sk/pecl-memcache/commits/NON_BLOCKING_IO_php7
2017-12-11 10:38:25 +00:00
Sunpoet Po-Chuan Hsieh
9afc1e4bbc Update to 5.8.8
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-12-11 10:36:44 +00:00
Dmitry Marakasov
df26ed850b - Add LICENSE
- Add NO_ARCH
- Unsilence installation commands
- Switch to USES=shebangfix
2017-12-11 09:00:31 +00:00
Kurt Jaeger
133458ad7f devel/lfcbase: update 1.11.3 -> 1.11.4
databases/cego: update 2.38.9 -> 2.38.10

lfcbase:
- Fixes in TreeT class, changed methods First, Next, isEmpty and
  compare operators to const

cego:
- Fix in CegoDistManager, we have to use a dedicated parser for
  loadView and loadProc methods. Otherwise compilation may fail in
  case of nested objects ( e.g. a view which references another view
  object)
- Fix in CegoBTreeCursor, CegoAttrCond and CegoAttrComp, for
  conflicting cursor conditions ( e.g. a = 4 and a < 1 ), the cursor
  evaluation failed, since just the primary condition was treated.
- For CegoBTreeCursor, the method fullMatch has been introduced,
  to make an final evalution in case of multi conditions.
- Also introduced: a ordering for CegoAttrComp set in
  CegoAttrCond to treat more constraint conditions at the beginning
  ( EQUAL before LESS_THAN before NOT_EQUAL and so on )
- Changed CegoAttrCond compSet from SetT to TreeT.
  This is required, since we need the ordering in the set.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-10 20:36:28 +00:00
Thomas Zander
2c6dd18907 Update to upstream version 0.7.1
PR:		224197
Submitted by:	kbowling (maintainer)
2017-12-10 19:36:32 +00:00
Dmitry Marakasov
e6aea7ad7e - At least aarch64 and mips64 build file after r441826, assuming all archs fixed
Approved by:	portmgr blanket
2017-12-10 11:25:40 +00:00
Kurt Jaeger
fa8acb3c2c databases/cego: update 2.38.7 -> 2.38.9
- Introduction of new functions ascii ( get ascii character for
  numeric value ) , ldiv and lmod ( div and mod operation for long
  values )
- Modification in CegoFunction::evalFieldValue. To allow recursive
  calls of user defined functions and procedures, dedicated procedure
  instances are created for each call. This is done by parsing the
  procedure text via CegoAction

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-09 10:52:32 +00:00
Mark Linimon
8ae42417cc These are also broken on aarch64 in the same way as armv6/7.
Approved by:	portmgr (tier-2 blanket)
2017-12-09 01:39:19 +00:00
Mark Linimon
e8210b4758 Mark more ports broken that fail on both armv6 and armv7.
Approved by:	portmgr (tier-2 blanket)
2017-12-09 00:42:05 +00:00
Jochen Neumeister
0a79bc38eb Update */pear-Horde to the latest version
switch to DISTVERSION

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13399
2017-12-08 20:21:01 +00:00
Nikolai Lifanov
29283e17d2 update databases/arangodb32 to 3.2.9
PR:		224032
Submitted by:	dev@dudu.ro (maintainer, same as galu@packetdam.com)
2017-12-08 19:35:35 +00:00
Dmitry Marakasov
1fe0565f32 - Add LICENSE
- Unsilence installation commands
- Simplify installation

Approved by:	portmgr blanket
2017-12-08 09:00:29 +00:00
Mark Linimon
32d4230d44 Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
2017-12-08 01:46:00 +00:00
Sunpoet Po-Chuan Hsieh
0f7c4fa826 Fix PKGNAMEPREFIX
Notified by:	lifanov
2017-12-07 23:35:20 +00:00
Sunpoet Po-Chuan Hsieh
bc954e348b Update to 0.11023
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2017-12-07 16:01:44 +00:00
Sunpoet Po-Chuan Hsieh
338df41326 Add php72-memcache 3.0.8 (copied from php71-memcache) 2017-12-07 15:59:09 +00:00
Bernard Spil
a06e7cd7fe databases/mariadb102-server: Bugfix update to 10.2.11
- Remove portrevision from slave
2017-12-05 21:15:30 +00:00
Torsten Zuehlsdorff
7bd78f9f5e GitLab and related ports maintained by me: pass maintainership to Matthias Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)

I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
2017-12-05 16:44:09 +00:00
Jimmy Olgeni
296fe69734 databases/timescaledb: use PORTVERSION in pkg-message.in. 2017-12-05 10:05:08 +00:00
Sergey A. Osokin
9be5075932 Upgrade from 4.0.2 to 4.0.6.
ChangeLog:	https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
2017-12-05 03:26:36 +00:00
Sunpoet Po-Chuan Hsieh
a6336defe2 Update to 2.3.7
Changes:	https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md
2017-12-03 20:38:07 +00:00
Sunpoet Po-Chuan Hsieh
7adae7ec06 Fix py-cli-helpers dependency
- Bump PORTREVISION for package change

Obtained from:	4093a8546b
2017-12-03 20:36:11 +00:00
Sunpoet Po-Chuan Hsieh
cd7e2b87c5 Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
2017-12-03 20:35:02 +00:00
Sunpoet Po-Chuan Hsieh
139677ddcd Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
2017-12-03 20:34:57 +00:00
Sunpoet Po-Chuan Hsieh
ef0543a66b Update to 5.8.7
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-12-03 20:34:18 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Matthew Seaman
40fc605e9d Update to 5.1.45
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-45.html
2017-12-02 18:12:09 +00:00
Matthew Seaman
686cc09488 Upgrade to 7.1.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-12-02 18:07:04 +00:00
Lev A. Serebryakov
25b8d88384 Update to 1.1.54318
PR:		223380
Submitted by:	proler@gmail.com
Approved by:	proler@gmail.com
2017-12-02 15:21:29 +00:00
Kurt Jaeger
d21a9cbd29 devel/lfcbase: update 1.11.2 -> 1.11.3
databases/cego: update 2.38.6 -> 2.38.7

lfcbase:
- Improvements made for dedicated strptime implementation. The
  function did not return null in case of unparsable date values.
  This code is just used for MinGW compiles since there is no
  implementation in the Standard C library available.

cego:
- Fix in CegoXPorter::readTableObject, the defintion for MAXROW BUF
  still was defined locally and rowLen was noch checked.
- Optimization in CegoFieldValue::decode, memory was allocated via
  malloc, rather _staticBuf should be used for performance reasons.
  _isLocalCopy was not set to true

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-02 10:43:31 +00:00
Antoine Brodin
3a255e5eb5 pyPgSQL doesn't build with python3 2017-12-02 10:20:17 +00:00
Danilo G. Baio
85b2564714 databases/pspg: Update to 0.7.5
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.5

PR:		224020
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-02 02:25:11 +00:00
Nikolai Lifanov
a7eafba032 fix databases/arangodb32 on FreeBSD 10.x
o Fix build on FreeBSD 10.x by requiring recent LLVM
o Only build on amd64 - many hardcoded directories

PR:		223815
Submitted by:	galu@packetdam.com (maintainer, same as dev@dudu.ro)
Differential Revision:	https://reviews.freebsd.org/D13282
2017-12-01 16:29:35 +00:00
Ryan Steinmetz
6596575b71 - Fix sysutils/osquery build by adding USE_RTTI=1 to MAKE_ENV
- Bump PORTREVISION

PR:		223836
Submitted by:	lwshu@
2017-12-01 12:56:49 +00:00
Matthew Seaman
291a06448f Upgrade to 4.7.6
Release notes: https://www.phpmyadmin.net/files/4.7.6/
2017-12-01 07:06:55 +00:00
Kurt Jaeger
0400e7971d devel/lfcbase: update 1.11.1 -> 1.11.2
databases/cego: update 2.38.5 -> 2.38.6

lfcbase:
- More detailed exception messages for BigDecimal and BigInteger

cego:
- Fix in CegoFunction::getId and CegoSelect::getQueryId : with
  enabled query cache, the following select is cached
    select nextcount(mycount);
- Since nextcount is a modifying operation, this is not a good idea.
  To avoid caching, CegoFunction now throws an Exception if
  nextcount / setcount function calls are detected during getQueryId.
  For these cases, the query id ignored for caching

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-30 20:09:16 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mikolaj Golub
d786ef45ba update to 1.3.8 2017-11-30 13:43:15 +00:00
Li-Wen Hsu
d8e9d7209c - Update to 0.9.6 2017-11-30 09:15:49 +00:00
Mark Linimon
6dcfef2f27 Update maintainer's email address. 2017-11-30 06:42:57 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00
Mark Linimon
416defac9d This is believed to be fixed by r441826. (At least, it builds correctly
on armv7 as-is.)

Reported by:	danfe
2017-11-29 17:24:01 +00:00
Wen Heping
eaff8cfc0a - Add LICENSE
PR:		222447
Submitted by:	yasu@utahime.org
2017-11-29 12:47:20 +00:00
Richard Gallamore
75b42e30f5 * Updated to 1.4.2
* Updated dependencies

Changes: https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md

PR:		223827
Submitted by:	<cheffo@fre^.org> (maintainer)
2017-11-28 21:55:06 +00:00
Danilo G. Baio
96c86de5bd databases/pspg: Update to 0.7.4
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.4

PR:		223923
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-27 22:46:12 +00:00
Yuri Victorovich
0419d95793 databases/sqlitestudio: Unbroke the build by including QVariant where it was missing
Approved by:	tcberner (mentor), mat
Differential Revision:	https://reviews.freebsd.org/D13203
2017-11-27 17:14:43 +00:00
Danilo G. Baio
638237f973 databases/pspg: Update to 0.7.3
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.3

PR:		223883
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-26 17:51:58 +00:00
Tobias C. Berner
3390197d0b Update databases/pspg to 0.7.2
PR:		223868
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-25 18:06:41 +00:00
Kurt Jaeger
94f035c7c0 databases/cego: update 2.38.3 -> 2.38.5
- Fix in CegoBTreeValue::valueFromSchema, introduced method
  getReservedLength to return fixed value length for type fixed and
  decimal. Since for decimal and fixed type just the dimension is
  stored in CegoField::getLength, we must define a reserved area
  for those types. This is done now with constant definition
  RESERVED_BTREE_FLOATLEN in CegoDefs.h
- Improved ordersize calculation in CegoOrderSpace:insertTuple. Now
  the following formula is used :
    int s = sizeof(fv);
    if ( fv.getLength() > STATICFIELDBUF )
      s += fv.getLength();
    orderEntryLen += s;
  The catches the base memory usage for the instance but also the
  dynamic allocated part

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-25 12:54:48 +00:00
Jochen Neumeister
d10e8dfc64 databases/pecl-dbase: Update to 5.1.1
Ignore with PHP 72

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13236
2017-11-24 21:54:14 +00:00
Pietro Cerutti
8128a3ee18 databases/tcl-lmdb: update to 0.3.6
Release notes: https://github.com/ray2501/tcl-lmdb/releases/tag/0.3.6
2017-11-24 09:10:34 +00:00
Sunpoet Po-Chuan Hsieh
8f15916ed7 Fix RUN_DEPENDS: change from rubygem-flipper to rubygem-flipper010
- Add PORTSCOUT
- Bump PORTREVISION for dependency change
2017-11-23 19:09:04 +00:00
Sunpoet Po-Chuan Hsieh
24a1375721 Update to 3.0.4
- Add libmemcached version check

Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-11-23 19:09:00 +00:00
Luca Pizzamiglio
dcc5b27c9d databases/timescaledb: Update to 0.7.0
changelog: https://github.com/timescale/timescaledb/releases/tag/0.7.0
Moreover, switches build to CMake and adds support for pgsql10

PR:		223800
Submitted by:	kbowling@freebsd.org (maintainer)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D13191
2017-11-23 10:20:30 +00:00
Pietro Cerutti
b3b0ce7efc databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md
2017-11-23 09:00:15 +00:00
Yuri Victorovich
42296a29ec databases/pspg: Update pkg-message: Improved the alias suggestion
PR:		223805
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Reported by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13195
2017-11-23 05:48:20 +00:00
Sunpoet Po-Chuan Hsieh
f7cea97888 Update to 0.21.0
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2017-11-22 23:35:14 +00:00
Yuri Victorovich
87ac2031cd New port: databases/pspg: Tabular data pager designed to be used with psql
PR:		223694
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13170
2017-11-22 18:51:37 +00:00
Kurt Jaeger
d4cb82ae6f databases/cego: update 2.38.1 -> 2.38.3
- Fix in CegoXMLSpace::setTSSortAreaSize, changed type from int to
  unsigned long long, otherwise overflow may occur for large sort
  area size configurations
- Performance optimization done in CegoOrderSpace. Instead of storing
  the CegoField list for the result tuple in CegoOrderNode, just the
  values are stored there. The order cursor now gets the schema with
  the constructor and build the CegoField List in the getFirst /
  getNext methods. This seems a huge amount of heap space, which is
  dynamically allocated during the sorting procedure ( sortareasize
  parameter ).
  Especially for large ordering result sets this saves significantly
  memory and improves performance.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-22 18:46:12 +00:00
Torsten Zuehlsdorff
bd3d7132df Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipper
to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681.

Reported by: remko, Matthias Fechner <idefix@fechner.net>
2017-11-22 14:55:05 +00:00
Steve Wills
b0c18dc422 databases/py-pymssql: Update to 2.1.3
PR:		221358
Submitted by:	David Wahlund <david@dafnet.se>
Approved by:	ports@thelanman.net (maintainer timeout, >3 months)
2017-11-22 13:30:29 +00:00
Antoine Brodin
e9cb55b4ce Hook ldb12 and ldb13 to the build 2017-11-21 19:21:34 +00:00
Sunpoet Po-Chuan Hsieh
a02a0c65db Update to 5.8.6
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-11-21 18:05:51 +00:00
Timur I. Bakeyev
dbaa72074d Make sure that you can compile all supplimentary ports without Python bindings 2017-11-21 17:00:12 +00:00
Nikolai Lifanov
82bff85051 new port: databases/arangodb32
ArangoDB is a production ready highly available Multi-Model NoSQL database

PR:		223240
Submitted by:	dev@dudu.ro
Differential Revision:	https://reviews.freebsd.org/D12793
2017-11-21 15:47:53 +00:00
Mathieu Arnold
4b59141365 Fix build if rrdtool is built without pango.
Sponsored by:	Absolight
2017-11-21 13:22:32 +00:00
Timur I. Bakeyev
dc4e60426a In case we'd make samba48 anytime soon. 2017-11-20 13:51:23 +00:00
Timur I. Bakeyev
b006691256 Fix too broad Python specification, cut down to 2.7 explicitly. 2017-11-20 13:39:16 +00:00
Timur I. Bakeyev
17009f74ad Update Samba supplimentary libraries to the most recent versions. 2017-11-20 06:40:28 +00:00
Sunpoet Po-Chuan Hsieh
be490c4f6d Update IGNORE_WITH_PHP 2017-11-20 04:32:17 +00:00
Sunpoet Po-Chuan Hsieh
486c3d31c6 Update IGNORE_WITH_PHP 2017-11-20 04:32:12 +00:00
Sunpoet Po-Chuan Hsieh
c38965b76a Update IGNORE_WITH_PHP 2017-11-20 04:32:07 +00:00
Sunpoet Po-Chuan Hsieh
2738d76e72 Update IGNORE_WITH_PHP 2017-11-20 04:32:03 +00:00
Sunpoet Po-Chuan Hsieh
b0706016e6 Add LICENSE_FILE
- Update IGNORE_WITH_PHP
- Reformat pkg-descr
- Update WWW
2017-11-20 04:31:58 +00:00
Sunpoet Po-Chuan Hsieh
84cd922109 Update to 5.8
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-11-20 04:30:26 +00:00
Kurt Jaeger
aac9300cfd databases/cego: update 2.38.0 -> 2.38.1
- Fix in CegoPredDesc::decode, loop variable i for IN/NOTIN case
  was not initialized
- Fix in CegoAction::execCheckCreate, check contraints are checked
  for contained subselects. subselects are ( still ) not supported
  since the CegoCheckOject::decode method can not provide a valid
  tablemanager instance ( it is called from CegoObjectManager )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-19 09:33:10 +00:00
Gerald Pfeifer
4b3d2797da Remove databases/grass6 in favor of the existing databases/grass7.
PR:		222570
Approved by:	lbartoletti@tuxfamily.org (maintainer)
2017-11-18 22:52:25 +00:00
Bernard Spil
21969052f2 databases/mariadb102-client: Fix linking issues in downstream ports
- mariadb_config produces incorrect output [1]

1: https://jira.mariadb.org/browse/MDEV-14439

Reported by:	Alexandre
2017-11-18 21:48:11 +00:00