Commit graph

17193 commits

Author SHA1 Message Date
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