Commit graph

15042 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d2f445d451 - Update to 0.6.2
- Sort USE_PYTHON
- Add PyPI as primary WWW
- Update WWW

Changes:	https://github.com/patx/pickledb/commits/master
2016-03-26 17:10:39 +00:00
Matthew Seaman
500185d1ac What is Citus?
* Open-source PostgreSQL extension (not a fork)
  * Scalable across multiple hosts through sharding and replication
  * Distributed engine for query parallelization
  * Highly available in the face of host failures

Citus horizontally scales PostgreSQL across commodity servers using
sharding and replication. Its query engine parallelizes incoming SQL
queries across these servers to enable real-time responses on large
datasets.

WWW: https://www.citusdata.com/

Differential Revision: https://reviews.freebsd.org/D5729
2016-03-26 16:53:33 +00:00
Sunpoet Po-Chuan Hsieh
83e6a749e4 - Update to 2.24
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2016-03-25 20:02:47 +00:00
Sunpoet Po-Chuan Hsieh
2bd5cfcb4f - Update to 1.3.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2016-03-25 20:02:30 +00:00
Sunpoet Po-Chuan Hsieh
056fda3955 - Update to 1.6.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2016-03-25 20:02:25 +00:00
Mathieu Arnold
9b12510a31 Mark as BROKEN with Perl 5.23.8+
The commit that broke it is:
https://github.com/Perl/perl5/commit/7950309

While there, remove useless chmod calls.

Sponsored by:	Absolight
2016-03-25 17:29:46 +00:00
Mathieu Arnold
163a6a6194 Fix build on 9
Sponsored by:	Absolight
2016-03-25 17:29:40 +00:00
Tom Judge
5ed49866cb Update to 2.032000
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.032000/Changes
2016-03-25 17:14:47 +00:00
Mathieu Arnold
e935048e84 Does not build with PHP 7.0.
Sponsored by:	Absolight
2016-03-23 14:20:20 +00:00
Matthew Seaman
7660fb8453 Update to 4.6.0
ChangeLog:	https://www.phpmyadmin.net/files/4.6.0/
2016-03-22 21:14:56 +00:00
Wen Heping
12ed6a4fe0 - Update to 5.0
- Runs on both python2 and python3
- Add LICENSE
- Take maintainership
2016-03-22 13:02:26 +00:00
Jimmy Olgeni
a2893730fd Update databases/elixir-ecto to version 1.1.5. 2016-03-22 12:07:29 +00:00
Sunpoet Po-Chuan Hsieh
9be55c8ffd - Update to 20160318 snapshot which supports prompt_toolkit 0.57
- Bump PORTREVISION for package change

Changes:	https://github.com/dbcli/pgcli/commits/master
2016-03-21 17:59:30 +00:00
Mathieu Arnold
5e34a0ca44 Fix DIAGRAM option, add p5-strictures dependency.
PR:		206689
Submitted by:	matthew
Sponsored by:	Absolight
2016-03-21 14:04:34 +00:00
Ruslan Makhmatkhanov
80a66678b3 Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.

Differential Revision:  D5690
Reviewed by:	kwm, mat
2016-03-21 05:54:15 +00:00
Steve Wills
525638c172 databases/memcached: update to 1.4.25 2016-03-20 23:44:06 +00:00
Dmitry Sivachenko
ce0fd42ed6 Update to version 3.2.2
Approved by:	maintainer
2016-03-20 20:45:17 +00:00
Sunpoet Po-Chuan Hsieh
f5a52cb9ee - Update to 4.3.1
- Use PORTDATA

Changes:	https://github.com/facebook/rocksdb/releases
2016-03-20 18:36:09 +00:00
Dmitry Sivachenko
23717e3f64 Update to version 1.2.0
PR:		207549
Submitted by:	Kevin Bowling <kbowling@freebsd.org>
2016-03-19 22:01:43 +00:00
Max Khon
c135c4bb23 Unbreak on FreeBSD 9. 2016-03-17 12:45:08 +00:00
Pietro Cerutti
dc6e5ee560 databases/casstcl: update to 2.11 2016-03-17 07:01:38 +00:00
Pietro Cerutti
eaca169a14 databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md
2016-03-17 07:00:08 +00:00
Adam Weinberger
88fc77edca Update to 1.06. Sort plist, add NO_ARCH, add WWW.
Changes: https://metacpan.org/changes/distribution/DBD-XBase
2016-03-15 19:02:58 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Kurt Jaeger
265860c72a databases/mongodb32-tools: 3.2.3 -> 3.2.4
Submitted by:	demon
Approved by:	Brendan Molloy <brendan+freebsd@bbqsrc.net> (maintainer)
2016-03-15 04:08:25 +00:00
Vanilla I. Shu
a6848ce147 Update to 3.11.1. 2016-03-15 02:28:50 +00:00
Mark Felder
d8a33b3b60 databases/tcl-sqlite3: Update to 3.11.1
PR:		207925
2016-03-14 21:35:26 +00:00
Mark Felder
580986ca4c databases/sqlite3: Update to 3.11.1
- Update port to version 3.11.1
- Added use of system functions:
     isnan() - added in FreeBSD 5.1
     malloc_usable_size() - first appeared in FreeBSD 7.0
- New option FTS3_TOKEN, added for backwards compatibility, see:
  https://www.sqlite.org/compile.html#enable_fts3_tokenizer
- Added preventing message for option UPT_DEL_LIMIT.
  This port building from amalgamation source and this option actually don't work.
  See http://www.sqlite.org/compile.html#enable_update_delete_limit, and
  PR#207383 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383).

PR:		207924
2016-03-14 21:31:37 +00:00
Kurt Jaeger
c24242b89b databases/mongodb32: 3.2.3 -> 3.2.4
- modified pkg-plist from exec/unexec to @sample
- provide a simplified mongodb.conf file
- Fixed issue with setting optime when running with journaling
  disabled: SERVER-22495, SERVER-22728
- Have read concern majority reflect journaled state on the primary:
  SERVER-22269
- Fixed issue where specifying replication.enableMajorityReadConcern
  implied true regardless of the actual boolean value: SERVER-22683
- Fixed issue causing segfault when running aggregation that includes
  $lookup: SERVER-22537

PR:		207842
Submitted by:	numisemis@yahoo.com
Approved by:	Brendan Molloy <brendan+freebsd@bbqsrc.net> (maintainer)
2016-03-14 18:29:05 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Sunpoet Po-Chuan Hsieh
934624834b - Add LICENSE_FILE 2016-03-13 14:55:40 +00:00
Raphael Kubo da Costa
2fb43cc499 Update to 1.7.2.
PR:		207538
Submitted by:	cmt
Approved by:	m.tsatsenko@gmail.com (maintainer)
2016-03-13 13:56:44 +00:00
Jimmy Olgeni
7d47ed6900 Update databases/elixir-timex_ecto to version 1.0.3. 2016-03-12 17:19:44 +00:00
Jimmy Olgeni
2699cb1870 Update databases/elixir-mariaex to version 0.7.0. 2016-03-12 16:29:42 +00:00
Sunpoet Po-Chuan Hsieh
4907a60fcf - Update to 4.2.6
Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2016-03-12 00:03:06 +00:00
Sunpoet Po-Chuan Hsieh
becb447a55 - Update to 4.2.6
Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2016-03-12 00:03:02 +00:00
Sunpoet Po-Chuan Hsieh
11a8f76b6b - Update to 1.3.20
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2016-03-12 00:02:35 +00:00
Sunpoet Po-Chuan Hsieh
fe6f28f51d - Update to 1.3.20
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2016-03-12 00:02:30 +00:00
Mikolaj Golub
73cfa6dfa6 Update to 3.0.0 2016-03-11 20:43:01 +00:00
Raphael Kubo da Costa
a3ffa09586 Add back some library flags lost in r410751.
Some .pri files still get some of their information from Qt4's configure
script by default. Since we are not using it for the sqldriver ports, both
qt4-odbc-plugin and qt4-sqlite3-plugin were no longer linking against
libodbc.so and libsqlite3.so.

Fix it by explicitly passing those via LDFLAGS.

Thanks to Luca Pizzamiglio <luca.pizzamiglio@gmail.com> for the report.
2016-03-11 11:02:51 +00:00
Raphael Kubo da Costa
e92308a31b Switch to USES=sqlite:3.
There should be no functional change.
2016-03-11 10:52:40 +00:00
Raphael Kubo da Costa
23a98653a2 Switch to USES=sqlite:2.
No functional changes.
2016-03-11 10:45:42 +00:00
Dmitry Marakasov
73ac02760c - Add LICENSE
- Switch to USES=tar:tbz2
- Add NO_ARCH
- Switch to options helpers

Approved by:	portmgr blanket
2016-03-11 10:34:27 +00:00
Max Khon
2a198df066 - Switch to wxWidgets 3.0.
- Bump PORTREVISION.
2016-03-11 08:04:30 +00:00
Sunpoet Po-Chuan Hsieh
7a1c18ce53 - Update to 1.2.3
Changes:	http://search.cpan.org/dist/MongoDB/Changes
2016-03-10 19:55:07 +00:00
Raphael Kubo da Costa
bb736d2290 qt4 sqldrivers: Switch to a proper qmake build, use Makefile.sqldrivers.
We've recently started receiving pkg-fallout emails because qt4-mysql-plugin
is failing to build in HEAD. It turns out we were using some custom-made
Makefile.bsd files to drive the builds, and they did not always register all
dependencies between the files correctly.

Fix it by switching to a proper qmake build that uses the .pro files shipped
with Qt4 itself: they can be used without running the `configure' script
almost as if they were not part of the Qt distribution itself. By doing this
we can stop having our own Makefiles and also stop setting a lot of
variables in the port Makefiles.

While here, consolidate most of the variable setting into a single
Makefile.sqldrivers in devel/qt4 (like we already do for devel/qt5) so that
each of the qt4-*-plugin ports only need to set a few values such as the
plugin name and additional USES or includes that might be necessary.

Bump PORTREVISION because we now include the debug versions of the plugins
in PLIST_FILES when the ports are built with WITH_DEBUG=yes (they were
already shipped before, but not registered in the plists).
2016-03-10 14:11:16 +00:00
Grzegorz Blach
0824074348 Update to 1.8.4 2016-03-09 10:57:37 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Kurt Jaeger
3e3bc466cc devel/lfcbase: 1.7.2 -> 1.8.0
databases/cego: 2.29.1 -> 2.29.3

Changes to lfcbase:
- Fix in Chain for truncleft, truncRight and cutTrailing. In case
  of single character strings, the methods might return wrong results.
- Started with implementation of TextIndex class ( utility class
  for full text index creation )

Changes to cego:
- Fixes for table and query cache handling
- Fix in CegoDistManager::dropDistObject, table and query cache
  have been checked for cleanup, if a table is dropped
- Fix in CegoQuery.cc, added table and query cache cleanup for alter
  and rename queries
- Fix in CegoClient to parse multi line statements correctly. Further
  multi line merge token ( \ ) has been added to merge long string or
  clob values. Now the following statements are possible:

  insert into t1 values ( 1, 'this is\
  a multi line \
  message \
  with four lines');
- Added include of string.h in CegoAction.c ( compile error occured
  on Suse Linux )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-03-06 16:21:20 +00:00