Commit graph

14561 commits

Author SHA1 Message Date
Antoine Brodin
d2d9593028 Fix DEPENDS after devel/pear-XML_Parser update 2015-11-02 06:55:14 +00:00
Antoine Brodin
94d4d7fdbe Unbreak after the switch from USE_GCC=4.8+ to USE_GCC=yes
Reported by:	pkg-fallout
2015-11-01 21:25:50 +00:00
Antoine Brodin
6fdcf180a5 Mark BROKEN: fails to compile
g++48 -Wall -Wno-write-strings -I. -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b -DPHP_ATOM_INC -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/include -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/main -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/thrift -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -c /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp  -fPIC -DPIC -o gen-cpp/.libs/Cassandra.o
/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp: In member function 'uint32_t org::apache::cassandra::Cassandra_login_args::read(apache::thrift::protocol::TProtocol*)':
/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp:18:11: error: 'org::apache::thrift' has not been declared
   apache::thrift::protocol::TInputRecursionTracker tracker(*iprot);
           ^
/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp:18:52: error: expected ';' before 'tracker'
   apache::thrift::protocol::TInputRecursionTracker tracker(*iprot);
                                                    ^
...

Reported by:	pkg-fallout
2015-11-01 15:06:18 +00:00
Kurt Jaeger
cbfe821bb3 databases/cego: 2.26.2 -> 2.26.7
- Improvements for query execution plan retrieval
- Fix in CegoOutput for multline format
  ( e.g. execution plans have been cut off )
- Performance patch in CegoTableCursor::setup. The getObjectListByTable
  method was called every time, when the attribute condition has been
  changed. Since this operation is pretty expensive, it was useful
  to cache the retrieved index/btree objet in a local class variables.
  This change results in significant query speedup for joins, where
  the table cursor has to be setup very often
- Small fix in CegoAction::readChain, treating backslashes for
  quoteEscapeFlag=false was commented, reactivated
- Small fix in CegoMain, default for csmode changed to value "ID"
- Fix for CegoBtreeManager::insertBTree. Duplicate handling did not
  work correctly, if CegoBTreeNode::addValue returns false ( node is
  full ) with a duplicate detection, we also have throw exception.
  Otherwise the node is split and a duplicate is added.
- Performance improvement for nested queries ( exists select,
  in select). The tablecursor for the select statement is not
  released and reallocated for subsequent queries ( in CegoQueryHelper,
  the select handle is reset with argument false ) This has required
  a different locking strategy for the cursor object in CegoDistCursor.
  The cursor object has explicit to get in use, if the nextTuple
  method is called the first time.
- Added online help for query cache and table cache in cgadm
- Added further performance fix for aggregation queries in CegoExpr
  and CegoQueryHelper. The aggregation list for CegoExpr now is stored
  in a class variable and is just evaluated the first time, it is
  retrieved. In the method CegoQueryHelper::aggregateTuple, the
  increment calculation of the count aggregation has been changed
  from memcpy calls to direkt pointer arithmetic
- Performance fix has been done for record locking. In many cases,
  row locking could be avoided, since an appropriate locking is ensured
  on data page or object level. This brings another significant
  performance improvement.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-10-31 21:27:34 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Sunpoet Po-Chuan Hsieh
89e8cf77b0 - Add LICENSE_FILE 2015-10-30 11:25:47 +00:00
Sunpoet Po-Chuan Hsieh
a8d2f2ef10 - Update to 2.14
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-10-30 11:24:45 +00:00
Mathieu Arnold
a56018d570 Update to 2.2.12. [1]
Remove unneeded bits from the past.

PR:		202760
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-29 13:47:34 +00:00
Sergey A. Osokin
6d6485b556 Add rc script for sentinel.
Bump PORTREVISION.

PR:	204025
2015-10-29 01:34:53 +00:00
Ruslan Makhmatkhanov
0092cff443 Remove expired ports
databases/py-mssql: Broken with current FreeTDS. Please use databases/py-pymssql
net/py-medusa: Abandoned upstream, last release was in 2005
2015-10-28 20:45:48 +00:00
Mathieu Arnold
7a83f67243 Update to 2.3.8
PR:		204077
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-28 12:57:32 +00:00
Pawel Pekala
f32802ec51 Update to version 3.7.0
PR:		203488
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer
2015-10-27 23:50:39 +00:00
Steve Wills
e7cb3e0761 databases/memcached: fix build with ccache on 64bit systems
PR:		203219
2015-10-27 18:01:28 +00:00
Sunpoet Po-Chuan Hsieh
3fb7b125a5 - Add LICENSE_FILE 2015-10-27 15:53:11 +00:00
Sunpoet Po-Chuan Hsieh
2f07366831 - Update to 2.13
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-10-27 15:50:39 +00:00
Sunpoet Po-Chuan Hsieh
01ed807eb6 - Update to 4.033
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2015-10-27 15:50:35 +00:00
Sunpoet Po-Chuan Hsieh
1c403bd333 - Update to 4.0
Changes:	https://github.com/facebook/rocksdb/releases
2015-10-27 15:50:20 +00:00
Sergey A. Osokin
6e9e1357af Upgrade from 3.0.4 to 3.0.5.
<ChangeLog>

--[ Redis 3.0.5 ] Release date: 15 Oct 2015

Upgrade urgency: MODERATE, the most important thing is a fix in the replication
                 code that may make the slave hanging forever if the master
                 remains with an open socket even if it is no longer able to
                 reply.

* [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally
        fixed thanks to Andy Grunwald that reported it.
        (reported by Andy Grunwald, fixed by Salvatore Sanfilippo)
* [FIX] Fix a false positive in HSTRLEN test.
* [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back
        replies from the server incrementally. Now a mass import will use
        a lot less memory, and you can use --pipe to do incremental streaming.
        (reported by Twitter user @fsaintjacques, fixed by Salvatore
        Sanfilippo)
* [FIX] Slave detection of master timeout. (fixed by Kevin McGehee, refactoring
        and regression test by Salvatore Sanfilippo)

* [NEW] Cluster: redis-trib fix can fix an additional case for opens lots.
        (Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib import support for --copy and --replace options
        (David Thomson)

</ChangeLog>
2015-10-25 23:39:49 +00:00
Gerald Pfeifer
9c88366292 Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like
these.

Approved by:	portmgr blanket
2015-10-25 20:38:11 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Mikolaj Golub
0fb364cce0 Update to 1.2.16 2015-10-24 14:21:40 +00:00
Baptiste Daroussin
99c049d2eb Mark as broken: does not fetch 2015-10-24 00:32:33 +00:00
Matthew Seaman
fd8f68033d Security update to 4.5.1
See https://www.phpmyadmin.net/security/PMASA-2015-5/

MFH:		2015Q4
Security:	08d11134-79c5-11e5-8987-6805ca0b3d42
2015-10-23 20:41:24 +00:00
Jimmy Olgeni
793c5730b4 Upgrade databases/elixir-calecto to version 0.4.1. 2015-10-23 14:05:07 +00:00
Ryan Steinmetz
963bdd826b - Update to 1.0.2 2015-10-22 21:21:51 +00:00
Dmitry Marakasov
588214d09d - Add LICENSE_FILE
- Add NO_ARCH
- Pet portlint
2015-10-22 10:38:23 +00:00
Dmitry Marakasov
6eeca042d4 - Fix license
- Add NO_ARCH
- Unsilence install
2015-10-22 10:38:19 +00:00
William Grzybowski
718dc70e3e databases/pymongo: update to 3.0.3 2015-10-21 19:49:56 +00:00
Mathieu Arnold
b24907d46b Update to 3.9.1.
PR:		203893
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-20 14:47:17 +00:00
Mathieu Arnold
89226726da Update to 3.9.1.
PR:		203892
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-20 14:47:12 +00:00
Muhammad Moinur Rahman
ea3fdac7a1 databases/freetds: Update version 0.95.19=>0.95.65 2015-10-20 12:08:12 +00:00
Jimmy Olgeni
71600f3daf Upgrade databases/elixir-mariaex to version 0.5.0. 2015-10-19 22:45:19 +00:00
Sunpoet Po-Chuan Hsieh
024952e974 - Use USES=localbase 2015-10-19 20:20:03 +00:00
Sunpoet Po-Chuan Hsieh
b87918c4c0 - Add LICENSE_FILE
- Use USES=localbase
2015-10-19 20:19:59 +00:00
Sunpoet Po-Chuan Hsieh
892f0e0fa4 - Use USES=localbase 2015-10-19 20:19:54 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Dag-Erling Smørgrav
cd37a6d040 NO_ARCH 2015-10-19 14:01:13 +00:00
Dmitry Marakasov
6d7e10fe05 - Fix build with disabled NLS
MFH:		2015Q4
2015-10-19 13:59:57 +00:00
Jimmy Olgeni
579988c4ee Upgrade databases/elixir-ecto to version 1.0.6 2015-10-19 08:27:59 +00:00
Sunpoet Po-Chuan Hsieh
8a28b225fe - Add LICENSE
- Add NO_ARCH
- Update WWW
2015-10-17 18:10:49 +00:00
Sunpoet Po-Chuan Hsieh
bcc382e43d - Add LICENSE
- Add NO_ARCH
- Fix indent
- Update WWW
2015-10-17 18:10:45 +00:00
Sunpoet Po-Chuan Hsieh
dd83a6782b - Add LICENSE
- Add NO_ARCH
- Update WWW
2015-10-17 18:10:40 +00:00
Sunpoet Po-Chuan Hsieh
144fa977dc - Add LICENSE
- Add NO_ARCH
2015-10-17 18:10:36 +00:00
Sunpoet Po-Chuan Hsieh
d8057e481f - Cleanup Makefile 2015-10-17 18:07:44 +00:00
Kurt Jaeger
8fc64b581e devel/rudiments: 0.53 -> 0.54
databases/sqlrelay: 0.63 -> 0.64

Changes rudiments:
http://software.firstworks.com/2015/10/rudiments-054-release-announcement.html

Changes sqlrelay:
http://software.firstworks.com/2015/10/sql-relay-064-release-announcement.html
2015-10-17 13:07:40 +00:00
Pawel Pekala
84e539d876 - Update to version 1.9.1
- Add LICENSE_FILE
- Convert to USES=shebangfix, option helpers, PLIST_FILES

PR:		203242
Submitted by:	tkato432@yahoo.com
2015-10-16 19:09:52 +00:00
Steve Wills
cecb38bac2 databases/hbase: fix build with OpenJDK8
PR:		203506
Approved by:	maintainer timeout (demon, >2 weeks)
2015-10-16 18:15:11 +00:00
Frederic Culot
8cb75c7ad5 - Update to 2.04
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-DatabaseRow/CHANGES
2015-10-16 11:30:30 +00:00
Matthew Seaman
cf3e3a196b Update to 5.1.37
ReleaseNotes:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-37.html
2015-10-16 07:00:28 +00:00
Sunpoet Po-Chuan Hsieh
c9ae3f2fbc - Update to 1.3.11
- Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Changes:	https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
2015-10-15 20:18:46 +00:00