1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

16534 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5b04d9ad45 Strip shared library
- Use WRKSRC_SUBDIR
- Bump PORTREVISION for package change
2017-06-04 11:47:32 +00:00
Xin LI
016125facf Update to 0.9.21. 2017-06-04 08:13:52 +00:00
Kurt Jaeger
84453efc23 devel/rudiments: update 1.0.4 -> 1.0.5
databases/sqlrelay: update 1.0.1 -> 1.1.0

 http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html
 http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html
2017-06-03 19:26:05 +00:00
Kurt Jaeger
dc3e3a749b databases/cego: 2.33.12 -> 2.33.14
- Design modification in CegoAction for semantic action ( execXXX methods )
  An analysed statement is now just executed after complete succesful
  parsing of the given input. This avoid protocol effects for queries
  like "select * from t1;;" where the query is executed but the
  second semicolon is detected as an parse error which also is sent
  to the client.
  For this the new method CegoAction::execute has introduced which
  is ( explicitly ) called after successful CegoAction::parse
- Fix for distinct handling in CegoAggreation
  Fix for alias handling regarding view creates. Alias definitions
  are mandatory now for aggregated attribute definitions, e.g.
  create view v1 as select count(*) from t1;
  => returns now
  ERROR: Missing alias reference for view create
  and must be written as
  create view v1 as select count(*) as c from t1;

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-06-03 18:48:09 +00:00
Sunpoet Po-Chuan Hsieh
4d4f498063 Update to 3.06
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2017-06-02 18:12:40 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Sunpoet Po-Chuan Hsieh
0abdbcf315 Fix WWW 2017-06-02 15:43:17 +00:00
Sunpoet Po-Chuan Hsieh
f9e7d28cdb Remove outdated PERL_LEVEL check 2017-06-01 23:50:47 +00:00
Sunpoet Po-Chuan Hsieh
296161750b Remove outdated PERL_LEVEL check 2017-06-01 23:50:43 +00:00
Sunpoet Po-Chuan Hsieh
10d8208c6c Add LICENSE
- Add NO_ARCH
- Remove outdated PERL_LEVEL check
2017-06-01 23:50:38 +00:00
Jimmy Olgeni
99cd3beafc Update databases/elixir-postgrex to version 0.13.3. 2017-06-01 02:13:00 +00:00
Sunpoet Po-Chuan Hsieh
32fea503c9 Add ruby to CATEGORIES 2017-05-31 17:29:49 +00:00
Sunpoet Po-Chuan Hsieh
c3a7435955 Add python to CATEGORIES 2017-05-31 17:29:39 +00:00
Sunpoet Po-Chuan Hsieh
6c5ca0c467 Update to 5.4.6
- Update CONFLICTS_INSTALL

Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-05-31 13:09:07 +00:00
Sunpoet Po-Chuan Hsieh
b38c8bed16 Update WWW 2017-05-30 15:22:26 +00:00
Sunpoet Po-Chuan Hsieh
cd1360c2f4 Update to 3.19.2
Changes:	https://www.sqlite.org/releaselog/3_19_2.html
PR:		219593
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2017-05-30 15:21:51 +00:00
Sunpoet Po-Chuan Hsieh
b5b850a0e9 Update to 3.19.2
Changes:	https://www.sqlite.org/releaselog/3_19_2.html
PR:		219592
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2017-05-30 15:21:46 +00:00
Sunpoet Po-Chuan Hsieh
a8bfa80a2a Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by:	portmgr (blanket)
2017-05-28 23:16:50 +00:00
Sunpoet Po-Chuan Hsieh
aadd46660e Fix PORTNAME, use PKGNAMESUFFIX and remove DISTNAME 2017-05-28 23:15:12 +00:00
Sunpoet Po-Chuan Hsieh
c40744f6de Update to 1.6.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-05-28 23:15:02 +00:00
Antoine Brodin
e2fc852e1f Register dependency on groff
PR:		213725
2017-05-28 21:18:04 +00:00
Bernard Spil
302d685ac6 databases/mariadb102-server: Add MariaDB 10.2 ports
- Add mariadb102-client port
 - Add RocksDB storage engine
 - Add non-base page compressors
 - First sweep at making cmake patches upstreamable
2017-05-28 20:52:49 +00:00
Antoine Brodin
69771bc284 Register dependency on groff
PR:		213725
2017-05-28 10:58:00 +00:00
Mark Linimon
8cfa52471a Mark some ports failing to package on armv6, with errors classified as
"install_error".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 21:43:26 +00:00
Mark Linimon
2cb70e7e21 Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 21:16:51 +00:00
Sunpoet Po-Chuan Hsieh
4dabf739f6 Fix CONFLICTS_INSTALL
PR:		219388
Submitted by:	pawel
2017-05-27 19:42:13 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Matthew Seaman
b053a55ab3 Upgrade to 4.7.1
ChangeLog: https://www.phpmyadmin.net/files/4.7.1/
2017-05-27 10:48:24 +00:00
Sunpoet Po-Chuan Hsieh
dbd19a3c97 Update to 5.4.5
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-05-27 10:25:13 +00:00
Kurt Jaeger
73e654a6f2 databases/cego: update 2.33.11 -> 2.33.12
- Fix in CegoAttrComp::reset, case VALUE2VALUE still was not treated,
  which lead to wrong index handling for between clauses with native values

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-05-27 07:39:21 +00:00
Alexey Dokuchaev
da8894bebc Respect CFLAGS: particularly, do not pass `-march=native' which some
compilers do not like, which in turn might break the build.
2017-05-27 05:26:56 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Kurt Jaeger
d8b0a03cf4 databases/mysqltuner: update 1.6.18 -> 1.7.2
Changes:	https://github.com/major/MySQLTuner-perl/releases
2017-05-26 18:48:22 +00:00
Palle Girgensohn
10a8525a92 Update to latest version. 2017-05-26 15:34:18 +00:00
Veniamin Gvozdikov
776435effe - Update to 1.1.54236
PR:		ports/219538
Submitted by:	proler@gmail.com (maintainer)
2017-05-26 11:45:20 +00:00
Kurt Jaeger
679085543a databases/cego: update 2.33.9 -> 2.33.11
- Fix in CegoObjectManager::createBTreeObject to avoid some duplicate btree
  entries
- Added space character in CegoSelect::toChain after distinct keyword
  to avoid certain errors
- Fix in CegoAttrComp::operator== The values should NOT be compared,
  since they are set up by the calling CegoAttrCond::update method
  Otherwise, the error "Cannot set up diff for attribute condition"
  occurs.
  basecheck54 added to test for the this problem
- Fix in CegoQueryHelper::evalAttrCond, comparison modulation was
  missing for one case whihc leads to wrong query results for comparisons
  like 3 < a ( constant left )
- Optimization added for between clause, indexes were just used for
  constant values in between clause ( eg. a between 10 and 20 )
  This has been expanded, that also indexes are used, if attribute
  references are contained ( eg. a between t2.x and t3.y )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-05-25 20:03:54 +00:00
Vasil Dimov
93b37d3682 Disable databases/galera on i386
It uses 64 bit atomics, e.g. __atomic_add_fetch() with 64 bit arguments
and clang fails to generate those on i386.
2017-05-25 13:38:07 +00:00
Matthew Seaman
0365710652 Update to 6.2.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-05-25 07:58:59 +00:00
Joseph Mingrone
ef3ac03227 databases/rubygem-redis-actionpack-rails50: Create rails version 5.0 port
by copying databases/rubygem-redis-actionpack-rails5

Approved by:	swills (mentor, implicit)
2017-05-25 03:45:45 +00:00
Joseph Mingrone
7035756826 databases/rubygem-pghero-rails50: Create rails version 5.0 port by copying
databases/rubygem-pghero-rails5

Approved by:	swills (mentor, implicit)
2017-05-25 01:32:24 +00:00
Joseph Mingrone
574d3eb27a Add entry in databases/Makefile for rubygem-globalid-rails50
Approved by:	swills (mentor, implicit)
2017-05-25 01:20:19 +00:00
Joseph Mingrone
2a388ae316 databases/rubygem-globalid-rails50: Create rails version 5.0 port by
copying databases/rubygem-globalid-rails5

Approved by:	swills (mentor, implicit)
2017-05-25 01:14:55 +00:00
Sunpoet Po-Chuan Hsieh
ab0439e496 Update to 5.1.42
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
		https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html
2017-05-24 13:03:18 +00:00
Mark Linimon
74ff3d26b4 Also broken on armv6. 2017-05-24 11:21:49 +00:00
Jochen Neumeister
66b6ea55c8 - Update to 4.2.0.17.089.1709
PR:	219200
Submitted by:	vvd@unislabs.com
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D10871
2017-05-23 21:59:15 +00:00
Bernard Spil
9478ccfb68 databases/mariadb100-server: Update to 10.0.31
- Security and bug-fix update
 - Remove build fix (included upstream)
 - Fix-up CMakeLists patches

Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
2017-05-23 20:10:27 +00:00
Sunpoet Po-Chuan Hsieh
52c8e82c49 Update to 3.6.2
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-05-23 18:51:58 +00:00
Sunpoet Po-Chuan Hsieh
223fedbbcf Update to 3.6.1
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-05-23 14:51:53 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Eugene Grosbein
f49d488b5e Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to this port.
Approved-by:		az (mentor, impicit)
2017-05-22 21:38:38 +00:00