Commit graph

16058 commits

Author SHA1 Message Date
Steve Wills
f5d5c6c426 databases/rubygem-paranoia: update to 2.2.0 2016-12-28 15:07:02 +00:00
Steve Wills
2b64a7056d databases/rubygem-mysql2: update to 0.4.5 2016-12-28 15:00:19 +00:00
Steve Wills
efbb9aafac databases/rubygem-couchrest: update to 2.0.0 2016-12-28 14:50:09 +00:00
Steve Wills
45e19a050f databases/rubygem-awesome_nested_set: update to 3.1.1 2016-12-28 14:34:45 +00:00
Steve Wills
946bdc1915 databases/rubygem-arel: update to 7.1.4 2016-12-28 13:48:41 +00:00
Matthew Seaman
5bd9961141 Remove editor backup file added by mistake
Pacify portlint by removing a full stop.
2016-12-28 11:10:33 +00:00
Matthew Seaman
38a99b2108 agate-sql adds SQL read/write support to agate.
WWW: http://agate-sql.rtfd.org/
2016-12-28 11:07:35 +00:00
Steve Wills
4f6888cf88 databases/ruby-sybct: deprecate 2016-12-28 03:35:39 +00:00
Steve Wills
6f4d83d03a databases/ruby-rdbc1: deprecate 2016-12-28 03:34:22 +00:00
Steve Wills
ea3d6fbdb4 databases/ruby-o_dbm: deprecate 2016-12-28 03:31:16 +00:00
Steve Wills
a1bb9bb335 databases/ruby-cdb: deprecate 2016-12-28 03:18:01 +00:00
Steve Wills
1e90dd9d4d databases/rubygem-jdbc-mysql: update to 5.1.40 2016-12-27 19:01:06 +00:00
Steve Wills
990568d08e rubygem-activerecord-jdbcmysql-adapter: update to 1.3.22 2016-12-27 19:00:22 +00:00
Steve Wills
bf020386df databases/rubygem-activerecord-jdbc-adapter: update to 1.3.22 2016-12-27 19:00:03 +00:00
Nikolai Lifanov
37b97cec1a databases/xtrabackup: Update to 2.3.6
PR:		215244
Submitted by:	Thomas Babut <tbabut@mobileobjects.de>
Reviewed by:	matthew
Approved by:	aleksandr.kuzminsky@percona.com (maintainer timeout), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8918
2016-12-27 18:13:55 +00:00
Kurt Jaeger
e342ece2fb databases/postgis21: update 2.1.7 -> 2.1.8
PR:		206398
Changes:	http://svn.osgeo.org/postgis/tags/2.1.8/NEWS
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Approved by:	harrison.grundy@astrodoggroup.com (maintainer timeout)
2016-12-27 14:52:34 +00:00
Rene Ladan
d1ce7f436d Remove expired port:
2016-08-20 databases/py-sqlalchemy07: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
2016-12-27 12:11:41 +00:00
Rene Ladan
8596c3c53a databases/py-flask-alchemy: sqlalchemy dependency to 1.0, bump PORTREVISION
PR:		215216
Submitted by:	rene
Approved by:	maintainer timeout (python@, 16 days)
2016-12-27 11:51:48 +00:00
Sunpoet Po-Chuan Hsieh
87b294cadb - Update to 2.31
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2016-12-26 16:43:55 +00:00
Sunpoet Po-Chuan Hsieh
7819d486b6 - Add py36-sqlite3 (copied from py35-sqlite3) 2016-12-25 19:23:24 +00:00
Sunpoet Po-Chuan Hsieh
a1fc9f55f4 - Add py36-gdbm (copied from py35-gdbm) 2016-12-25 19:22:26 +00:00
Raphael Kubo da Costa
dfb7ea9e3f Improve the way CFLAGS and CPPFLAGS are set.
":?" is not supported by fmake from FreeBSD 9, so replace it with an explicit
version check. The end result was still the desired one (-DHAVE_STRCHRNUL=1 was
not passed on FreeBSD 9).

While here, also improve the version check by including DragonFly (which
supports strchrnul(3) according to its online man page) and restricting the
FreeBSD version check to the revision range after strchrnul(3) was added to
base.

Also stop passing -Os when building in debug mode, and set UNICODE61_CPPFLAGS
to pet portlint.

PR:		214608
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
MFH:		2016Q4
2016-12-25 17:17:36 +00:00
Raphael Kubo da Costa
f220469b57 Make sure "all" is part of ALL_TARGET.
Follow-up to r429384: we were setting ALL_TARGET to just "doc". While the build
did not break, the code was actually being built during `make stage', which is
not what we expect.
2016-12-25 15:01:33 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Bernard Spil
a22b6d215c databases/mariadb55-server: Update to 5.5.54
- Update to 5.5.54
  - Add mysqld_safe_helper to plist
2016-12-25 13:12:36 +00:00
Raphael Kubo da Costa
bf21e867a3 Use ALL_TARGET instead of defining post-build to build documentation. 2016-12-24 22:13:25 +00:00
Wen Heping
6a5d3fdb4b - Update to 1.54
Changes: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.54/Changes
2016-12-24 12:48:37 +00:00
Kurt Jaeger
5877d4c4c8 databases/cego: update 2.32.2 -> 2.32.3
- Fix in CegoAction::insertStore and CegoAction::insertValueSpecStore;
  for value array inserts via network, the ack for the protocol was
  no satisfied ( e.g. insert into t1 values ( 1, 'XXX'),(2,'YYY'),...)
  which leads to a hanging database client. Since class CegoQuey
  was already prepared for bulk inserts, this was a simple fix,
  just calling execQuery via insertStore parser method just one time.
- Code cleanup in CegoBTReeManager and CegoBTreeNode, use of static
  method CegoDataPointer::getEncodingLength, (define of DPENCODINGLENGTH)
- Fix in CegoFileHandler::CleanDataFile,pageId was not calculated
  correctly ( missing offset )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-12-24 10:03:01 +00:00
Torsten Zuehlsdorff
2dc758efb9 databases/rubygem-activerecord: Fix optional RUN_DEPENDS for MYSQL option
Fix a build problem when MYSQL option is used. Since the option is
not default there is no PORTREVISION bump.

PR:           214667
Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de>
Approved by:  mentors (implicit)
2016-12-23 10:57:39 +00:00
Antoine Brodin
c59154aa54 Fix packaging 2016-12-23 09:12:26 +00:00
Wen Heping
6a2d3ed739 - Pass maintainership to submitter
PR:		215489
Submitted by:	joneum@bsdproject.de
2016-12-22 12:00:08 +00:00
Mathieu Arnold
dafac42f63 Fix packaging.
Reported by:	antoine
Pointy hat:	mat (for changing things after testing)
Sponsored by:	Absolight
2016-12-22 08:18:50 +00:00
Kurt Jaeger
68b530562b databases/cego: update 2.32.1 -> 2.32.2
- Fix in CegoTranactionManager, replaced LONG_TYPE with PAGEID_TYPE,
  since this is the correct type for page entries. This was detected
  on MinGW64 compiles (seg fault occured), since the type size differs
  on this platform.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-12-22 06:24:48 +00:00
Sunpoet Po-Chuan Hsieh
0d9e047eb8 - Update to 1.7.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2016-12-21 20:46:44 +00:00
Sunpoet Po-Chuan Hsieh
8858154833 - Update to 4.13.5
Changes:	https://github.com/facebook/rocksdb/releases
2016-12-21 20:46:30 +00:00
Mathieu Arnold
46e3b72d4f move doxygen into a DOXYGEN option.
Sponsored by:	Absolight
2016-12-21 14:56:00 +00:00
Dmitry Marakasov
fcc2b1149f - Fix LICENSE
- Add LICENSE_FILE
- Mark BROKEN on FreeBSD 10.1

Approved by:	portmgr blanket
2016-12-21 11:18:33 +00:00
Wen Heping
6cee46685a - Update to 3.1.1
- Update pkg-descr

PR:		214181
Submitted by:	yuri@rawbw.com(maintainer)
2016-12-21 06:20:20 +00:00
Rene Ladan
cf02e4de64 databases/sqlalchemy09: deprecate and schedule for removal on 2017-03-01
Upstream only supports version 1.0 (maintenance) and 1.1 (active version).

PR:		215288
Submitted by:	rene
Approved by:	maintainer (m.tsatsenko@gmail.com)
2016-12-20 21:50:00 +00:00
Sunpoet Po-Chuan Hsieh
5bdd26fb59 - Convert to options helper 2016-12-20 18:35:53 +00:00
Dmitry Marakasov
8c8481ca8f - Mark BROKEN: incomplete definition of type 'struct CharacterRange' 2016-12-19 09:00:47 +00:00
Wen Heping
e59cfecf60 sqlparse is a non-validating SQL parser module. It provides support for
parsing, splitting and formatting SQL statements.

WWW: https://github.com/andialbrecht/sqlparse

PR:		215386
Submitted by:	Axel.Rau@Chaos1.DE
2016-12-19 01:18:40 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Kurt Jaeger
a063e6b633 databases/cego: update 2.32.0 -> 2.32.1
- Fixes for CegoBTreeManager::deleteBTree ( changed int type to
  PageIdType for page vars )
  and CegoBTreeManager::insertBTree ( propValue was not setup correctly
  for root node propagation in some cases, which might lead to corrupt
  btree structure )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-12-18 16:57:51 +00:00
Roman Bogorodskiy
74dcfe4548 databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention
   for Python port available on pypi to match pypi name
 - Update dependencies for databases/py-swift and
   net/py-python-heatclient and bump PORTREVISION for these ports

PR:		215374
Approved by:	trociny (maintainer)
2016-12-18 15:44:45 +00:00
Sunpoet Po-Chuan Hsieh
09f4443d39 - Add PORTSCOUT
- Add GitHub repository to WWW
2016-12-18 15:21:44 +00:00
Mathieu Arnold
74a3b89bf6 Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by:	Absolight
2016-12-17 16:11:01 +00:00
Sunpoet Po-Chuan Hsieh
e851d9fdc1 - Add php70-memcache
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory. This extension allows
you to work with memcached through handy OO and procedural interfaces.

Note that this port uses unofficial development from
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).

WWW: https://pecl.php.net/package/memcache
2016-12-17 12:49:40 +00:00
Martin Matuska
29ad756219 Horde package update:
comms/pear-Horde_ActiveSync 2.37.3 -> 2.37.4
security/pear-Horde_Auth 2.2.0 -> 2.2.1
www/pear-Horde_Browser 2.0.12 -> 2.0.13
archivers/pear-Horde_Compress 2.1.5 -> 2.1.6
devel/pear-Horde_Core 2.27.2 -> 2.27.6
security/pear-Horde_Crypt 2.7.3 -> 2.7.5
textproc/pear-Horde_CssMinify 1.0.2 -> 1.0.3
devel/pear-Horde_Date 2.3.1 -> 2.3.2
www/pear-Horde_Dav 1.1.3 -> 1.1.4
databases/pear-Horde_Db 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.10 -> 2.29.11
archivers/pear-Horde_Pack 1.0.6 -> 1.0.7
www/pear-Horde_Service_Weather 2.5.2 -> 2.5.3
sysutils/pear-Horde_Vfs 2.3.3 -> 2.3.4
ftp/horde-gollem 3.0.9 -> 3.0.10
www/horde-base 5.2.12 -> 5.2.13
mail/horde-imp 6.2.16 -> 6.2.17
mail/horde-ingo 3.2.12 -> 3.2.13
deskutils/horde-kronolith 4.2.18 -> 4.2.19
deskutils/horde-mnemo 4.2.11 -> 4.2.12
www/horde-passwd 5.0.5 -> 5.0.6
devel/horde-timeobjects 2.1.2 -> 2.1.3
www/horde-trean 1.1.6 -> 1.1.7
mail/horde-turba 4.2.17 -> 4.2.18
www/horde-wicked 2.0.6 -> 2.0.7
devel/horde-whups 3.0.8 -> 3.0.9
2016-12-17 01:23:07 +00:00
Kurt Jaeger
85c8757926 devel/lfcbase: update 1.8.10 -> 1.8.11
lfcbase:
- Added range check to Chain::toInteger method to catch overflow exception

cego:
- This version brings a complete redesign of low level page handling.
  Instead of page references identified by fileId and pageid, a
  database unique pageid is used now
  This results in a complete reimplemtation of several low level
  classes like CegoFileHandler, CegoBufferPool, Blob handling, etc.
  Since pages are references by a single ( 64 bit ) id now, I expect
  an increased performance behaviour over all database operations.
  Most code modifications are done, code complies and basic
  functionally works ( create tableset, create table, insert table )
- First performance analysis indicates a speedup of about 10% for
  btree creation, so significant speedup for full table scans.
- All base checks passed, but there is still a page allocation leak
  for table drops
- Functional tests with SysMT successful completed

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-12-16 18:24:51 +00:00
Bernard Spil
351404d8f3 databases/mariadb101-server: Update to 10.1.20
- Regular update
2016-12-16 13:31:11 +00:00
Jimmy Olgeni
2e69f2617c Use more restrictive permissions for CouchDB's data and configuration
files.

PR:		214334
Submitted by:	Dave Cottlehuber
2016-12-16 09:21:24 +00:00
Mathieu Arnold
48f42a2a26 Silence stage-qa.
Reported by:	pkg-fallout
Sponsored by:	Absolight
2016-12-15 16:42:41 +00:00
Boris Samorodov
283470801a databases/mtools-mongodb: update to version 1.2.3. 2016-12-15 09:22:09 +00:00
Sunpoet Po-Chuan Hsieh
4639afb6de - Use upstream PHP7 development in GitHub and unbreak this port for php70
- Bump PORTREVISION
2016-12-14 17:58:07 +00:00
Mathieu Arnold
cd19d23292 More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
2016-12-14 16:06:19 +00:00
Jason Unovitch
e68127b21d databases/pgrouting: update 2.3.0 -> 2.3.1
PR:		214752
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2016-12-14 02:38:04 +00:00
Sunpoet Po-Chuan Hsieh
68b61b594e - Update to 4.13 (4.13.4)
- Use upstream install target instead of handmade one
- Respect upstream shlib version

Changes:	https://github.com/facebook/rocksdb/releases
2016-12-13 17:50:13 +00:00
Sunpoet Po-Chuan Hsieh
7a90d2468c - Use USES=mysql and USES=php 2016-12-13 17:50:08 +00:00
Sunpoet Po-Chuan Hsieh
c76b167c20 - Change upstream to GitHub
- Use USES=mysql
- Update pkg-descr
- Update WWW
2016-12-13 17:50:04 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Mathieu Arnold
c4cc383eb9 Convert a few ports to GH_TUPLE.
Sponsored by:	Absolight
2016-12-13 14:58:08 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Sunpoet Po-Chuan Hsieh
94432d189a - Sort USE_PHP
- Update WWW
2016-12-13 14:17:46 +00:00
Kubilay Kocak
e796c2e0d2 databases/py-sqlalchemy-migrate: Add sqlparse and six dependencies
Both sqlparse and six are mentioned as dependencies, but are missing in
the ports RUN_DEPENDS.

The missing sqlparse dependencies causes (at least) devel/buildbot to
generate an error at run-time [1].

This change adds sqlparse and six to RUN_DEPENDS.

While I'm here:

- Add LICENSE_FILE
- Update RUN_DEPENDS version specs to match upstream files (NOOP)
- Enable "concurrent" Python version installation
- Add NO_ARCH (architecture independent)

PR:		215273 [1]
Reported by:	Nikola Kolev <koue chaosophia net>
Approved by:	portmgr (blanket)
MFH:		2016Q4
2016-12-13 11:46:47 +00:00
Wen Heping
5366798eb4 - Update to 5.0.3 2016-12-12 03:27:07 +00:00
Jimmy Olgeni
14354b01a5 Update databases/elixir-mariaex to version 0.8.1. 2016-12-11 20:01:28 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c - Update WWW: rubygems.org uses https://
With hat:	ruby
2016-12-11 19:27:01 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Antoine Brodin
19e5853130 mariadb* build fine with bsd make 2016-12-10 19:11:03 +00:00
Antoine Brodin
7fafcac74e Move py35-mysqlclient and py35-psycopg2 to match existing naming convention 2016-12-10 13:39:21 +00:00
Pietro Cerutti
497b9f9a7b databases/tdbc: switch to USES=mysql 2016-12-09 15:25:10 +00:00
Sunpoet Po-Chuan Hsieh
f03509a040 - Use WANT_PGSQL instead of hard-coded RUN_DEPENDS
- Fix PLIST
- Bump PORTREVISION for package change

Note that postgresql-client was already brought in via USES=pgsql.
Therefore the equivalent WANT_PGSQL is "lib server".

Approved by:	portmgr (blanket)
2016-12-09 12:57:26 +00:00
Sunpoet Po-Chuan Hsieh
6f3b96bfe0 - Add missing LIB_DEPENDS via WANT_PGSQL=lib
- Enable RASTER by default
- Fix PLIST
- Bump PORTREVISION for package change

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/pgsql2shp is linked to /usr/local/lib/libpq.so.5 from databases/postgresql96-client but it is not declared as a dependency
Warning: you need USES+=pgsql
2016-12-09 12:56:12 +00:00
Rene Ladan
d127985c1e Remove expired ports:
2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead
2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2
2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2
2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2
2016-12-08 20:21:38 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Rene Ladan
d727bd2384 databases/py-Elixir: unexpire by bumping py-sqlalchemy version.
PR:		213681
Submitted by:	vlad-fbsd@acheronmedia.com
Approved by:	maintainer timeout (nivit, 7 weeks)
2016-12-08 19:33:15 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00
Christoph Moench-Tegeder
c89fd54b55 update postgis23 to 2.3.1
PR:		215069
Approved by:	lbartoletti@tuxfamily.org (maintainer), rene (mentor)
2016-12-08 11:51:53 +00:00
Kurt Jaeger
06a106e9b0 New port: databases/php70-memcached
memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.

This extension uses the libmemcached library to provide the API for
communicating with memcached servers.

WWW: http://pecl.php.net/package/memcached

PR:		208049
Submitted by:	townwear@gmail.com
2016-12-08 03:35:53 +00:00
Steve Wills
f3e130e669 databases/rubygem-sqlite3: update to 1.3.12 2016-12-07 20:12:49 +00:00
Gerald Pfeifer
e4b7b9118a 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), part II.

The first part covered  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.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Sergey A. Osokin
6a5d953b06 Upgrade from 4.0-rc1 to 4.0-rc2.
<ChangeLog>

Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash
                     related to the modules subsystem.

Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs:

1. GEORADIUS could fail reporting items with very big radius lengths because
   of a bug in the bounding box computation function. This was fixed and tests
   with large radius sizes were added.

2. There was a crash in the modules subsystem that was not merged into RC1 for
   an error, while it was already fixed into the "unstable" branch.

</ChangeLog>
2016-12-06 23:45:28 +00:00
Sergey A. Osokin
e4751c5065 Upgrade from 3.2.5 to 3.2.6.
<ChangeLog>

Upgrade urgency MODERATE: GEORADIUS, BITFIELD and Redis Cluster minor fixes.

This release mainly fixes three bugs:

1. A bug with BITFIELD that may cause the bitmap corruption when setting offsets
   larger than the current string size.

2. A GEORADIUS bug that may happen when using very large radius lengths, in
   the range of 10000km or alike, due to wrong bounding box calculation.

3. A bug with Redis Cluster which crashes when reading a nodes configuration
   file with zero bytes at the end, which sometimes happens with certain ext4
   configurations after a system crash.

</ChangeLog>
2016-12-06 23:42:02 +00:00
Steve Wills
f282bb29aa databases/rubygem-rubyrep: deprecate due to dependency on deprecated databases/rubygem-activerecord
With hat:	ruby@
2016-12-06 23:17:07 +00:00
Steve Wills
022c8a22f7 Deprecate ruby@ ports that depend on deprecated rails 3.x
With hat:	ruby@
2016-12-06 23:11:00 +00:00
Steve Wills
67907b4894 Deprecate rails 3.x since upstream support has ended
See also: http://guides.rubyonrails.org/maintenance_policy.html

With hat:	ruby@
2016-12-06 23:10:04 +00:00
Dmitry Marakasov
7bbefc80d4 - Add py35-psycopg2, python 3.5 variant of py-psycopg2 2016-12-06 17:49:20 +00:00
Matthew Seaman
558f3e2d00 Update to 4.6.5.2
ChangeLog:	https://www.phpmyadmin.net/files/4.6.5.2/
2016-12-06 08:16:50 +00:00
Sergey A. Osokin
fcb914f56c Upgrade from 3.2.5 to 4.0-rc1.
ChangeLog:	https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
2016-12-06 01:38:31 +00:00
Dmitry Marakasov
3ec16da6d6 - Add py35-mysqlclient, python 3.5 variant of py-mysqlclient 2016-12-05 16:28:43 +00:00
Palle Girgensohn
8ed9273cd3 Update to latest version.
PR:	213857
2016-12-05 14:13:07 +00:00
Sunpoet Po-Chuan Hsieh
a583277960 - Update RUN_DEPENDS: use newer rubygem-rack
- Update WWW
2016-12-05 07:20:46 +00:00
Sergey A. Osokin
6a2e0eba32 Upgrade from 3.2.4 to 3.2.5.
<ChangeLog>

Upgrade urgency LOW: This release only fixes a compilation issue due to the
                     missing -ldl at linking time.

zach shipko in commit 4736407:
 BSDs don't have -ldl
 1 file changed, 15 insertions(+), 5 deletions(-)

antirez in commit 9ada818:
 Fix modules compilation when libc malloc is used.
 1 file changed, 2 insertions(+), 2 deletions(-)

</ChangeLog>
2016-12-05 00:46:15 +00:00
Steve Wills
df5aa5a3bf databases/memcached: remove unnecessary line
Reported by:	mat
2016-12-04 15:26:09 +00:00
Steve Wills
6f4fd1a285 databases/memcached: fix and enable DTrace option 2016-12-04 14:28:22 +00:00
Kurt Jaeger
0c5aea664b databases/cego: update 2.31.6 -> 2.31.7
- Fix in CegoFieldValue for fixed value handling.
  In case of fixed value aggregations, the specified fixed dimension
  should be kept. This has been done be analysing the value dimension
  in the CegoFieldValue:add/sub/mu/div methods.
  In CegoQueryHelper::prepareFieldValue, fixed values are checked now
  for right dimension

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-12-04 10:54:06 +00:00
Sunpoet Po-Chuan Hsieh
f3a878d2f5 - Fix build with PostgreSQL 9.5+
PR:		207314
Reported by:	Vladyslav <vladka@webdevelop.pro>
Approved by:	maintainer (implicit)
2016-12-04 10:44:12 +00:00
Sunpoet Po-Chuan Hsieh
cb6a117af8 - Fix build with PostgreSQL 9.5+
PR:		207314
Reported by:	Vladyslav <vladka@webdevelop.pro>
2016-12-04 10:44:08 +00:00
Dmitry Marakasov
7401cf9aa4 - Add LICENSE
- Switch to options helpers
- Regenerate patches
- Add WWW
- Remove useless patch
2016-12-04 09:00:47 +00:00
Sunpoet Po-Chuan Hsieh
cf34a16311 - Update to 3.3.2
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2016-12-03 19:29:37 +00:00
Sunpoet Po-Chuan Hsieh
0cadf887bc - Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2016-12-03 08:32:26 +00:00
Sunpoet Po-Chuan Hsieh
a4359324ae - Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2016-12-03 08:32:22 +00:00
Sunpoet Po-Chuan Hsieh
a2488fc346 - Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2016-12-03 08:31:42 +00:00
Guido Falsi
03cd23b8ff Update sqliteodbc to 0.9995 2016-12-02 17:27:00 +00:00
Tom Judge
9e5af9cfdd Update to 1.6 2016-12-02 15:20:46 +00:00
Tom Judge
271522a0a6 Update to 2.033002
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033002/Changes
2016-12-02 15:14:45 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Dmitry Marakasov
62a828bc60 - Pet portlint
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Add NO_ARCH

Approved by:	portmgr blanket
2016-12-01 10:38:25 +00:00
Christoph Moench-Tegeder
3985e8599c update databases/postgis22 to 2.2.4
also, fixes build when older version is installed[1]

PR:		214906, 211203 [1]
Reported by:	robert.kruus@utoronto.ca [1]
Approved by:	rhurlin@gwdg.de (maintainer), rene (mentor)
MFH:		2016Q4
2016-11-30 21:51:07 +00:00
Matthew Seaman
bcc29940c3 Update to 6.0.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-30 18:55:49 +00:00
Sunpoet Po-Chuan Hsieh
9a8199a27b - Update to 1.60
Changes:	http://search.cpan.org/dist/MongoDB/Changes
2016-11-30 18:00:15 +00:00
Sunpoet Po-Chuan Hsieh
9bc9833911 - Update to 1.2.2
- Update LICENSE
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/BSON/Changes
2016-11-30 18:00:10 +00:00
Sunpoet Po-Chuan Hsieh
276d455990 - Update to 4.041
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-29 18:51:25 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Li-Wen Hsu
5464fa7682 - Update to 0.8.9 2016-11-29 09:07:21 +00:00
Matthew Seaman
9c8c9cf763 Update to 4.6.5.1
ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog

PR:		214905
2016-11-28 20:24:36 +00:00
Mikolaj Golub
641f4f0c09 update to 3.2.0 2016-11-27 15:32:56 +00:00
Jun Kuriyama
79327412cc - Upgrade to 2.22. 2016-11-26 13:09:08 +00:00
Jun Kuriyama
21cb34989c - Upgrade to 2.53. 2016-11-26 13:00:22 +00:00
Kurt Jaeger
09b9608043 databases/cego: 2.31.5 -> 2.31.6
- Fix in CegoSelect::getQueyId added, for the ordering clause asc
  and desc ordering attributes were missing. This might lead to wrong
  ordering results if query caching is used

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-11-26 10:24:06 +00:00
Sunpoet Po-Chuan Hsieh
8e43991953 - Mark MAKE_JOBS_UNSAFE
PR:		214817
Submitted by:	jhale
2016-11-25 16:40:33 +00:00
Dmitry Sivachenko
37f55c681e Update to version 3.2.11
PR:		213134 (update to 3.2.10)
Submitted by:	Eric Camachat <eric@camachat.org>
Maintainer timeout.
2016-11-25 13:00:35 +00:00
Dmitry Sivachenko
5a1d615823 Update to vetsion 3.2.11
PR:		213851
Maintainer timeout.
2016-11-25 12:55:21 +00:00
Matthew Seaman
b4bf24d419 Security Update to 4.6.5
This update includes fixes for 14 security issues, as well as ordinary
bug fixes and improvements.

ChangeLog:    https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog

MFH:		2016Q4
Security:	6fe72178-b2e3-11e6-8b2a-6805ca0b3d42
2016-11-25 08:19:42 +00:00
Jimmy Olgeni
b8fafd22e5 Update databases/elixir-ecto to version 2.0.6. 2016-11-24 21:29:45 +00:00
Sunpoet Po-Chuan Hsieh
12662e191f - Update to 0.4.0
- Update RUN_DEPENDS: use newer py-sqlalchemy

Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2016-11-24 15:34:06 +00:00
Sunpoet Po-Chuan Hsieh
502c99c0a2 - Update RUN_DEPENDS: use newer py-sqlalchemy
- Bump PORTREVISION for dependency change
2016-11-24 15:34:01 +00:00
Sunpoet Po-Chuan Hsieh
e279ecb88a - Add py-sqlalchemy11 1.1.4
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-11-24 15:33:57 +00:00
Dmitry Marakasov
9010b2723f - Add LICENSE
- Regenerate patches
2016-11-24 13:10:32 +00:00
Dmitry Marakasov
5e505f406a - Add LICENSE
- Pet portlint
2016-11-23 15:17:10 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Antoine Brodin
daac768104 Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
2016-11-22 21:56:37 +00:00
Sunpoet Po-Chuan Hsieh
760d4483af - Update CONFLICTS_INSTALL
- Add PORTSCOUT
2016-11-22 20:19:45 +00:00
Sunpoet Po-Chuan Hsieh
30f68b2288 - Enable LZ4 option by default
- Bump PORTREVISION for dependency change
2016-11-22 18:42:47 +00:00
Alexey Dokuchaev
583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Raphael Kubo da Costa
7fa9bc24b0 Update FreeBSD version check for SOCK_CLOEXEC.
__FreeBSD_version was not bumped when SOCK_CLOEXEC was introduced, but we can
place its addition between 1000030 and 1000031.

Reported by:	mat
2016-11-22 12:59:03 +00:00
Mark Linimon
c1c0f56010 Add note confirming that this is broken on sparc64, and presumably, other
FreeBSD non-x86 archs, due to a lack of an appropriate implementation of
AtomicCounter.

While here, remove obsolete CONFLICTS lines.

Note that not having this port build blocks devel/qt4, devel/qt5, all the
libreoffice variants, and a handful of others.
2016-11-22 10:36:52 +00:00
Jun Kuriyama
6b3e5ce1bd - Upgrade to 0.08. 2016-11-22 10:35:10 +00:00
Jun Kuriyama
a76486c31c - Upgrade to 0.56. 2016-11-22 10:31:23 +00:00
Jun Kuriyama
7aa153fb36 - Upgrade to 0.058. 2016-11-22 10:15:59 +00:00
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
Matthias Andree
7a68cdcef2 Avoid junk pointer when __db_vrfy_datapage() fails
Rather than second-guessing what the __os_free() might be doing and
avoiding it, initialize the pointer to NULL, which __os_free() will
skip.  This should be the safer approach if Oracle ever patches other
parts of db 5.3.

PR:		210829
Submitted by:	Mark Millard
2016-11-09 22:31:48 +00:00
Antoine Brodin
40d3a489f6 Chase py-sqlalchemy06 expiration 2016-11-08 21:11:14 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
7c9e1237a1 Oops, missed sparc64 definition. 2016-11-08 08:40:44 +00:00
Matthew Seaman
f5aaf6e55d Upgrade to 5.2.2
ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
2016-11-08 08:38:38 +00:00