1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

17320 Commits

Author SHA1 Message Date
Yuri Victorovich
2c43c07183 Corrected shared library names that got the .abi3 suffix for python-36 and up after devel/py-cffi upgrade to 1.11.2
This is the followup for the r457997 commit that updated devel/py-cffi to 1.11.2.
As it turned out, the shared object names built by py-cffi has changed in python 36.
Dependent ports can choose between installing such shared object as part of their plist, or
generating them in the runtime and placing them into ~/.cache/{port-name}/ The former ones,
that include the shared objects in their plist, got affected.

4 of the ports were failing explicitly in their py36 flavor during the strip phase.
The other 6 were either missing strip entirely, or performed the strip operation without
using explicit shared object names. These 6 ports didn't trigger any build errors, and were
failing silently during the runtime, making the problem very hard to detect.

Precisely, .abi3 suffix is now added for the py36 flavor of relevant ports.

Here are the 10 ports that got affected and are now corrected:
databases/py-psycopg2cffi devel/py-pygit2 devel/py-xattr devel/py-pyopencl devel/py-atomiclong
multimedia/py-librtmp net/py-nnpy security/py-bcrypt security/py-cryptography security/py-pynacl

All of them got the * in the stripped shared object name, and a PORTREVISION bump.
2018-01-05 20:02:03 +00:00
Muhammad Moinur Rahman
d1e481f51a databases/freetds-devel: Update version 1.00.131=>1.00.339 2018-01-05 19:02:07 +00:00
Muhammad Moinur Rahman
9adc305fd2 databases/freetds: Update version 1.00.59=>1.00.80 2018-01-05 17:44:48 +00:00
Luca Pizzamiglio
e63edd94aa databases/sqldeveloper: Update to 17.4.0.355.2349
PR:		224912
Submitted by:	jjuanino@gmail.com
Approved by:	mizhka@gmail.com (maintainer)
2018-01-05 15:20:00 +00:00
Adriaan de Groot
5ec4027e7a Fix build of databases/soci w/ clang 4.0 and later and on arm6, arm7.
Adds upstream patch to fix

backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
            if (port < 0)

PR:		222651 216074
Reported by:	jbeich, Neel Chauhan
Reviewed by:	jlaffaye
Approved by:	tcberner (mentor)
Obtained from:	upstream
Differential Revision:	https://reviews.freebsd.org/D13769
2018-01-05 11:06:15 +00:00
Jan Beich
511f6cbe19 databases/mysql56-server: unbreak build with Clang 6 (C++14 by default)
sql-common/client_authentication.cc:87:56: error: comparison between pointer and integer ('char *' and 'int')
      mysql->options.extension->server_public_key_path != '\0')
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~

sql/sql_trigger.cc:195:5: error:
      non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in
      initializer list [-Wc++11-narrowing]
    static_cast<int>(my_offsetof(class Table_triggers_list, definitions_list)),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
2018-01-05 10:54:41 +00:00
Sunpoet Po-Chuan Hsieh
2d2e3e3e84 Fix build with Ruby 2.4+ and unbreak this port
MFH:		2018Q1
2018-01-04 20:12:38 +00:00
Mathieu Arnold
c916ee01c0 Revert r457783, it was not added properly.
With hat:	portmgr
Sponsored by:	Absolight
2018-01-04 15:11:28 +00:00
Adriaan de Groot
35e45d3827 Switch databases/soci to <opt>_CMAKE_BOOL.
This simplifies the Makefile somewhat -- it is only a cosmetic change.
While here, massage COMMENT to satisfy portlint.

PR:		224422
Reviewed by:	jlaffaye (maintainer)
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D12957
2018-01-04 12:46:36 +00:00
Wen Heping
52372e0e8c - Update to 1.3.2
PR:		222340
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
2018-01-04 00:42:16 +00:00
David Naylor
52777f3f56 lang/pypy(3): update to 5.10, add flavors to ancillary ports
- Consistently use DISTVERSION instead of PORTVERSION (the former is set, not the latter)
 - Only depend on libunwind on x86 arch with FreeBSD >= 11 (fixes ignored build on arm/ppc)
 - Fix python dependency with depreciation of python meta ports
 - Remove PYPY_BITS from pkg-plist target, no longer used
 - Remove setting of PORTVERSION, DISTVERSION is set in bsd.pypy.mk
 - bsd.pypy.mk:
   - Define DISTVERSION once, to ensure consistency
   - PYPY_DIR: Handle versions with multiple digits
   - PYPY_CFFI_VER now differs in value between pypy and pypy3
 - bsd.pypy.cffi.mk:
   - Add FLAVORS for pypy and pypy3 [1]
   - Consistently use PYTHON_IMPL instead of the hard coded "pypy"
   - PLIST_FILES: use direct substitution instead of PLIST_SUB

Approved by:		portmgr (mat) [1]
Differential Revision:	https://reviews.freebsd.org/D13675
2018-01-03 18:42:15 +00:00
Sunpoet Po-Chuan Hsieh
caaf62ec52 Fix version requirement of RUN_DEPENDS
- Rename gemspec patch to patch-gemspec
- Clean up gemspec patch
2018-01-03 16:46:09 +00:00
Sunpoet Po-Chuan Hsieh
ccfba20c50 Update to 1.6.1
Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2018-01-03 16:46:04 +00:00
Sunpoet Po-Chuan Hsieh
97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00
Joseph Mingrone
df1ad146ad databases/rubygem-mario-redis-lock: patch to pull in databases/rubygem-redis
After r457876 and r457886, net-im/mastodon failed to start because of an
issue with both versions 3 and 4 of the redis gems being pulled in.

/usr/local/lib/ruby/gems/2.4/gems/bundler-1.16.1/lib/bundler/runtime.rb:313:in
`check_for_activated_spec!': You have already activated redis 4.0.1, but
your Gemfile requires redis 3.3.5.
2018-01-03 03:57:38 +00:00
Raphael Kubo da Costa
a9709471be Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
2018-01-02 20:21:34 +00:00
Sunpoet Po-Chuan Hsieh
a794250b77 Change RUN_DEPENDS from rubygem-redis to rubygem-redis3
- Bump PORTREVISION for dependency change
2018-01-02 15:34:09 +00:00
Sunpoet Po-Chuan Hsieh
da4ae069f9 Update to 4.0.1
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2018-01-02 15:33:23 +00:00
Sunpoet Po-Chuan Hsieh
6a18756bcf Update to 1.16.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2018-01-02 15:33:13 +00:00
Sunpoet Po-Chuan Hsieh
8e88e4c588 Add rubygem-redis3 3.3.5 (copied from rubygem-redis)
- Add PORTSCOUT
2018-01-02 15:33:01 +00:00
Pietro Cerutti
7378f1aad2 databases/tdbc: update to 1.0.6 2018-01-02 10:49:42 +00:00
Yuri Victorovich
2838ce1052 New port: databases/py-python-arango: Python driver for ArangoDB
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13733
2018-01-02 10:38:21 +00:00
Nikolai Lifanov
0cface41e2 add new port: MongoDB 3.6.0
PR:		224303
Submitted by:	dev@dudu.ro
Differential Revision:	https://reviews.freebsd.org/D13594
2018-01-01 16:45:00 +00:00
Steve Wills
efb4fe14fd databases/powerarchitect: update WWW site in pkg-descr file
PR:		224803
Submitted by:	jjuanino@gmail.com (maintainer)
2017-12-31 21:19:07 +00:00
Kurt Jaeger
b3d31d417e databases/datamodeler: update 4.1.5.907 -> 17.4.0.355.2121
- added desktop integration by adding a datamodeler.desktop file

PR:		224802
Submitted by:	jjuanino@gmail.com (maintainer)
Relnotes:	http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/dm-relnotes-174-4125878.html
2017-12-31 20:18:56 +00:00
Kurt Jaeger
4c16423c3c databases/cego: update 2.38.14 -> 2.38.16
- Increased NETMNG_QUEUE_DELAY to 1000000 ( 1 ms ) to minimize CPU load
- Introduced QUEUEDELAY ( in usec ) config parameter to adjust queue
  delay in database xml file. This allows to throttle down database
  response time for incoming connection requests and minimize CPU
  load
- Added dbcheck/check072.sql. This implements the calculation of
  fibonacci numbers using stored procedures as a demonstration for
  massive recursive procedure calls
- Optimization for procedure load in CegoFunction::evalFieldValue
  ( case USERDEFINED ), procedure is just loaded as a dedicated
  instance ( via loadProcedure method ), if pMasterBlock is set. This
  avoids ( expensive ) dedicated load, if the procedure is still not
  in use by the corresponding thread. So just for recursive procedure
  calls, the dedicated load happens.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-31 19:28:20 +00:00
Mark Felder
74aca3ab1f databases/percona57-{client,pam-for-mysql,server}: Update to 5.7.20-18
Release notes: https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.20-18.html

MFH:		2017Q4
2017-12-31 15:28:55 +00:00
Steve Wills
797467cd9d databases/mysql-proxy: mark deprecated and give up maintainership
Upstream no longer maintains or recommends use of mysql-proxy, see:

https://downloads.mysql.com/archives/proxy/
2017-12-31 01:02:47 +00:00
Jochen Neumeister
1d45732d71 databases/pspg: Update from 0.9.0 to 0.9.1
PR:		224711
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	mentors (implicit)
2017-12-29 22:20:06 +00:00
Sunpoet Po-Chuan Hsieh
8c032835b7 Fix _gdbm module for Python 3
- Bump PORTREVISION for package change

PR:		223136
Submitted by:	Greg V <greg@unrelenting.technology>
2017-12-29 18:47:42 +00:00
Sunpoet Po-Chuan Hsieh
f09478f390 Update to 1.639
Changes:	http://search.cpan.org/dist/DBI/Changes
2017-12-29 18:47:20 +00:00
Dmitry Marakasov
cda895d2d4 - Add LICENSE
- Unsilence installation commands
- Regenerate patches
2017-12-29 09:00:45 +00:00
Danilo G. Baio
d50c096ddf databases/pspg: Update to 0.9.0
- Convert to options target helper

Changes:	https://github.com/okbob/pspg/releases/tag/0.9.0

PR:		224655
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-28 22:21:45 +00:00
Palle Girgensohn
fdeb565b92 Update to latest version 2017-12-28 15:28:18 +00:00
Sunpoet Po-Chuan Hsieh
99ef59a5eb Remove outdate RUBY_VER check 2017-12-28 13:42:01 +00:00
Sunpoet Po-Chuan Hsieh
433a66dea8 Remove outdate RUBY_VER check
With hat:	ruby
2017-12-28 13:41:56 +00:00
Sunpoet Po-Chuan Hsieh
a7a72ae56a Update to 5.1.44
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-44.html
2017-12-27 19:52:40 +00:00
Sunpoet Po-Chuan Hsieh
245ab2f6db Update to 51.0
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/commits/master
2017-12-27 19:52:36 +00:00
Sunpoet Po-Chuan Hsieh
36cd3977f9 Update to 51.0
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/commits/master
2017-12-27 19:52:31 +00:00
Sunpoet Po-Chuan Hsieh
50ffea36c9 Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2017-12-27 19:51:40 +00:00
Sunpoet Po-Chuan Hsieh
af872954fd Pet portlint: move BROKEN_* upward 2017-12-27 19:51:30 +00:00
Mathieu Arnold
103eebbebc Remove non ascii characters.
Sponsored by:	Absolight
2017-12-27 13:59:01 +00:00
Mark Linimon
8c16acd767 Remove "-march=native" as a barrier to building on arm.
However, the builds still fail, but much farther along in the process.
So, this fix is necessary, but insufficient.

TODO: confirm the exact way rocksdb-lite fails on armv7 (I haven't run
that combination yet).

Approved by:	portmgr (tier-2 blanket)
2017-12-27 08:02:58 +00:00
Li-Wen Hsu
c4e8790deb - Update to 0.8.0 2017-12-26 18:59:10 +00:00
Steve Wills
375f02ff14 databases/ruby-odbc: fix typo from r350465 2017-12-24 23:25:20 +00:00
Steve Wills
ee19532c63 databases/ruby-odbc: fix typo in previous commit 2017-12-24 23:17:27 +00:00
Sunpoet Po-Chuan Hsieh
0f106e2839 Update to 1.15.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-24 11:14:56 +00:00
Timur I. Bakeyev
d236cb472e Update LDB 1.2 to the most recent 1.2.3 version 2017-12-23 23:06:11 +00:00
Matthew Seaman
6cd6e75770 Security Upate to 4.7.7
This includes a fix for a critical XSRF/CSRF security bug.

ChangeLog: https://www.phpmyadmin.net/files/4.7.7/

MFH:		2017Q4
Security:	63eb2b11-e802-11e7-a58c-6805ca0b3d42
2017-12-23 19:33:01 +00:00
Sunpoet Po-Chuan Hsieh
90fa663db6 Update to 1.14.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-23 16:49:38 +00:00