Jimmy Olgeni
f62dab5035
Update databases/elixir-mariaex to version 0.8.0.
2016-11-22 09:20:28 +00:00
Jun Kuriyama
18b0fd77fb
- Upgrade to 1.001036.
2016-11-22 07:37:11 +00:00
Jun Kuriyama
f0556d1101
- Upgrade to 0.002218.
2016-11-22 07:30:38 +00:00
Sunpoet Po-Chuan Hsieh
db3c0ef5d8
- Simplify patch for FreeBSD 9.x
2016-11-22 06:55:03 +00:00
Jun Kuriyama
045eef0c4f
- Upgrade to 0.33.
2016-11-22 04:51:31 +00:00
Raphael Kubo da Costa
3dae42992f
Unbreak the build on FreeBSD 9 after r426647.
...
SOCK_CLOEXEC was introduced in FreeBSD 10, so define it to 0 on FreeBSD 9 (the
code already handles this case). Xapian 1.4 has a safesyssocket.h that does the
same thing.
PR: 214699
Approved by: portmgr (antoine)
2016-11-21 21:26:58 +00:00
Kurt Jaeger
5a8083d82d
devel/rudiments: update 0.56.0 -> 0.57.0
...
databases/sqlrelay: update 0.66.0 -> 0.67.0
http://software.firstworks.com/2016/11/rudiments-0570-release-announcement.html
http://software.firstworks.com/2016/11/sql-relay-0670-release-announcement.html
2016-11-21 21:13:28 +00:00
Sunpoet Po-Chuan Hsieh
9720664feb
- Update to 4.040
...
Changes: http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-21 17:36:08 +00:00
Kurt Jaeger
c0b1ac34df
databases/cego: update 2.31.4 -> 2.31.5
...
- Changed CegoQueryHelper methods to static
- Fix for CegoBTreeManager and friends regarding small string values
( string(1) )
- Please note, that this fix invalidates btree format.
Btrees have to be recreated after this fix, databases need to
be exported and imported.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
2016-11-21 06:41:32 +00:00
Sunpoet Po-Chuan Hsieh
1669df02da
- Add LZ4 and ZSTD options
...
- Run configure script in configure stage
- Cosmetic change
2016-11-20 23:54:26 +00:00
Sunpoet Po-Chuan Hsieh
b00166fc56
- Update to 1.2.24
...
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24
http://search.cpan.org/dist/Search-Xapian/Changes
2016-11-20 23:54:08 +00:00
Sunpoet Po-Chuan Hsieh
c33d7d1ad5
- Update to 1.2.24
...
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24
2016-11-20 23:54:04 +00:00
Sunpoet Po-Chuan Hsieh
7b6752daf9
- Update to 1.2.24
...
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24
2016-11-20 23:53:59 +00:00
John Marino
31063f9848
databases/mariadb(100|101)-server: Document ncurses requirement
...
Previously (maria55) only the client required ncurses, but for recent
versions of mariadb, the server also requires it.
2016-11-20 17:04:59 +00:00
Gerald Pfeifer
89f8b05214
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
39865afb0b
databases/grass: Document and configure ncurses requirement
2016-11-20 03:31:59 +00:00
Jan Beich
23a96f4a5f
devel/icu: update to 58.1
...
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
2016-11-19 18:21:20 +00:00
Sunpoet Po-Chuan Hsieh
e71571f1ba
- Update to 1.52
...
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
2016-11-19 17:08:05 +00:00
Sunpoet Po-Chuan Hsieh
83273c2a88
- Update to 4.039
...
Changes: http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-19 17:08:00 +00:00
Sunpoet Po-Chuan Hsieh
5adc303ce7
- Update to 1.3.1
...
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
2016-11-19 17:07:47 +00:00
Sunpoet Po-Chuan Hsieh
142dcfadbf
- Import upstream patch for sqlparse 0.2.2
...
- Bump PORTREVISION for package change
Obtained from: 63a6339e45
2016-11-19 17:07:43 +00:00
Sunpoet Po-Chuan Hsieh
a7e1321d42
- Update to 0.2.2
...
- Add PyPI as primary WWW
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2016-11-19 17:07:38 +00:00
Sunpoet Po-Chuan Hsieh
e77c901a34
- Update to 4.11.2
...
Changes: https://github.com/facebook/rocksdb/releases
2016-11-19 17:02:44 +00:00
Sunpoet Po-Chuan Hsieh
919f3b34ee
- Update to 1.19
...
Changes: https://github.com/google/leveldb/releases
2016-11-19 17:02:40 +00:00
John Marino
023df0d3c1
databases/mariadb(55|100|101)-client: document ncurses requirement
2016-11-19 14:15:59 +00:00
Kurt Jaeger
218d2ed05f
databases/cego: update 2.31.3 -> 2.31.4
...
- Fix some leaks in CegoXPorter regarding file handles and memory
allocation ( improved exception handling )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
2016-11-19 08:26:19 +00:00
Rene Ladan
f2aecf8776
Reset edwin's ports, he has handed in his commit bit.
...
With hat: portmgr-secretary
2016-11-16 22:55:39 +00:00
Steven Kreuzer
8d51f52a9f
Update to version 0.50
2016-11-16 20:02:25 +00:00
Jan Beich
a3a80d3fa1
databases/tcl-sqlite3: update to 3.15.1
...
Changes: https://sqlite.org/releaselog/3_15_1.html
PR: 214570
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2016-11-16 18:10:44 +00:00
Jan Beich
6e9da44108
databases/sqlite3: update to 3.15.1
...
- Add missing deps for `pkg-config sqlite3 --libs --static`
Changes: https://sqlite.org/releaselog/3_15_1.html
ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/
PR: 214569
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2016-11-16 18:10:34 +00:00
Kurt Jaeger
270c3c0d4c
databases/cego: update 2.31.2 -> 2.31.3
...
- Fixed a file handle leak for datafiles and logfiles ( CegoFileHandler,
CegoTableManager and CegoLogManager ) After tableset creation (
or start and stop ), file handles have not cleaned up properly.
This lead to file remove problems in case of a tableset drop.
This effect was detected by building and testing the MinGW64 port
Submitted by: lemke@lemke-it.com
2016-11-16 08:44:12 +00:00
Mark Linimon
73d2818097
Mark as broken on various tier-2 archs.
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2016-11-16 00:33:20 +00:00
Adam Weinberger
f35bd32722
Update to 3.15.0.
...
PR: 214215
Submitted by: maintainer (Pavel Volkov)
2016-11-15 15:31:12 +00:00
Adam Weinberger
62626e11a1
Update to 3.15.0.
...
PR: 214214
Submitted by: maintainer (Pavel Volkov)
2016-11-15 15:28:57 +00:00
Dmitry Sivachenko
3a0af39a85
Remove broken as it does build now.
...
PR: 214522
Submitted by: cokane
2016-11-15 09:50:52 +00:00
Dmitry Sivachenko
c0c986c521
Fix build with newer bash.
...
PR: 214522
Submitted by: cokane
2016-11-15 09:50:22 +00:00
Christoph Moench-Tegeder
fa079162d7
New port: databases/postgis23
...
This is PostGIS 2.3, the popular open source geographical information
system for PostgreSQL.
PR: 213067
Submitted by: lbartoletti () tuxfamily.org
Approved by: rene (mentor)
2016-11-14 16:26:27 +00:00
Christoph Moench-Tegeder
b4383c79d4
update to 2.6.2
...
PR: 213669
Approved by: rene (mentor), sunpoet (maintainer-timeout)
2016-11-14 16:16:15 +00:00
Bartek Rutkowski
349a24c5c9
databases/adodb5: update 5.20.6 -> 5.20.7
...
PR: 213678
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
2016-11-14 15:10:06 +00:00
Pietro Cerutti
1aecee3f5b
databases/speedtables: fix (and sort) pkg-plist
...
PR: 214477
Submitted by: jbeich
2016-11-14 10:48:26 +00:00
Mark Linimon
cb90f21ce7
Mark as broken on various tier-2 archs.
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2016-11-14 06:49:45 +00:00
Alexey Dokuchaev
3c8a36012b
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
...
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
2016-11-14 03:15:03 +00:00
Thomas Zander
f088097def
Update to upstream version 1.5.2
...
PR: 213772
Submitted by: olevole@olevole.ru (maintainer)
2016-11-13 15:52:30 +00:00
Kurt Jaeger
383879c7d3
databases/cego: update 2.31.1 -> 2.31.2
...
- Fix in CegoClient for escape character handling in batch mode
- Fix in CegoClient for dumpfile generation. Default values handling corrected
- Join optimizer fix in CegoSelect, CegoAttrCond and CegoBtreeCursor.
join attributes are checked now in a more sophisticed way, which
leads to improved execution performace for advanced joins
PR: Bjoern Lemke <lemke@lemke-it.com>
2016-11-13 14:35:36 +00:00
Matthew Seaman
647710051f
Update to 6.0.0
...
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-12 13:37:32 +00:00
Bernard Spil
01158fba96
databases/mariadb101-server: Update to 10.1.19
...
- Update to 10.1.19
- Use target-OPT-on not .if exists
- Remove OQGraph patches now included upstream
MFH: 2016Q4
Security: 9bc14850-a070-11e6-a881-b499baebfeaf
2016-11-12 00:11:26 +00:00
Jan Beich
68036db43c
Track used or drop unused devel/icu dependency
...
This tries to fix discrepancy between
$ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
$ git grep -lF :devel/icu | sed 's,/Makefile$,,'
PR: 214384
Reported by: tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Kurt Jaeger
8e291c3b65
databases/cego: update 2.31.0 -> 2.31.1
...
- Fix in CegoBTreeManager::insertBTree, in case of a duplicate
exception, a bufferpool leak occured ( buffer is not unfixed ).
2016-11-10 20:19:50 +00:00
Jimmy Olgeni
47c91cf2b8
Update databases/elixir-db_connection to version 1.1.0.
2016-11-10 11:34:55 +00:00
Mark Linimon
631eab01cc
Mark as broken on aarch64: fails to link with sbrk.
...
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00