aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/cego: update 2.33.3 -> 2.33.4pi2017-04-022-4/+4
| | | | | | | | | - Fix in CegoTableManager::insertDataTable, the newRBEntry method call for the transactions manager also must be catched by the exception. Otherwise, the index might be corrupted if any exception occur ( e.g. out of temp space ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Remove more obsolete gnome2 componentsbapt2017-04-0225-1615/+0
|
* Now builds on powerpc64.linimon2017-04-021-1/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Remove patch added by accidentbapt2017-04-021-17/+0
| | | | Reported by: antoine
* Now that llvm 3.7 is gone, use llvm40 if the clang compiler is lower than 3.7bapt2017-04-011-4/+4
| | | | | | mongodb requires clang >= 3.7 to build if the compiler is clang Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-0129-20/+29
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Update libedit to 20170329bapt2017-04-0118-5/+281
|
* Update to 3.18.0sunpoet2017-04-012-4/+4
| | | | | | Changes: https://www.sqlite.org/releaselog/3_18_0.html PR: 218287 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Update to 3.18.0sunpoet2017-04-012-4/+4
| | | | | | Changes: https://www.sqlite.org/releaselog/3_18_0.html PR: 218286 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Update to 1.1.8sunpoet2017-04-012-4/+4
| | | | Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
* devel/lfcbase: update 1.9.2 -> 1.9.3pi2017-04-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.33.1 -> 2.33.3 lfcbase: - Small fixes for Monitor and Pager class, adding missing ifdef for curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES cego: - Fix in CegoRecoveryManager::recoverTableSet, before calling transactionRecovery, we have to set flag setIgnoreInvalid to true. During transaction recovery phase, we must ignore invalid btrees/index objects since these objects could be invalidated but Log data integrity and consistency is ensured - Added implizit tableset btree and index correction to recovery procedure ( CegoRecoveryManager::recoverTableSet ) - Small syntax for cgadm from "backup TS" to "backup tableset TS" ( conform to other tableset commands ) - Fix in CegoTableManager::deleteDataTableEntryAtomic / updateDataTableSynced / beginTransaction / commitTransaction / rollbackTransaction to avoid log entries for forced transactions ( introduction of doLog flag ). - Fix in CegoTableManager:deleteDataTable to avoid object synchronisation during recovery phase ( introduction of isSynced flag ), since during recovery phase, still no objects are registered and there is no need for synchronization - Added further admin console messages for recovery procedure. This enables the database admin to follow the recovery procedure on admin console level Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Update to 0.40sunpoet2017-03-313-4/+6
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* Remove obsolete PROJECTHOST.mat2017-03-311-1/+0
| | | | Sponsored by: Absolight
* Remove (almost) expired port:rene2017-03-304-98/+0
| | | | 2017-04-01 databases/py-sqlalchemy08: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
* Security Update to 4.7.0matthew2017-03-302-6/+7
| | | | | | | | | | | | | As well as being the first stable release from the 4.7 branch, this includes fixes for PMASA-2017-8 where it can be possible to bypass a configuration restriction forbidding password-less accounts. This depends on the upstream PHP version -- sites using php-7 are not vulnerable, sites using php-5.6 are. ChangeLog: https://www.phpmyadmin.net/files/4.7.0/ MFH: 2017Q1 Security: 68611303-149e-11e7-b9bb-6805ca0b3d42
* Don't USE_GITHUB=nodefault when you actually are using the defaultmat2017-03-292-4/+4
| | | | | | distfile too. Sponsored by: Absolight
* Update to 1.1.7sunpoet2017-03-292-4/+4
| | | | Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
* databases/cassandra-cpp-driver: update to 2.6.0gahr2017-03-282-4/+4
| | | | Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260
* Update databases/elixir-mariaex to version 0.8.2.olgeni2017-03-282-4/+4
|
* databases/powerarchitect: update 1.0.7 -> 1.0.8, unbreak, new MASTER_SITEpi2017-03-273-11/+8
| | | | | PR: 218137 Submitted by: Jose G. Juanino <jjuanino@gmail.com> (maintainer)
* devel/rudiments: update 1.0.2 -> 1.0.4pi2017-03-264-40/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/sqlrelay: update 1.0.0 -> 1.0.1 rudiments: - added support for EOT to codetree - added loop-avoidance to xmldomevents class - added alias support to codetree class - replaced readline with libedit - included implementation of history_truncate_file for versions of libedit that don't provide it - added --disable-wall and --disable-werror configure options sqlrelay: - updated sqlr-bench to create "db"-bench.png - added edoc-generated API docs for the Erlang API - updated some module-load error verbage - added initial support for loading Oracle, SAP/Sybase, DB2, and Informix libraries on-demand at runtime - overhauled spec file - fixed PDO driver for PHP 7 on 32-bit platforms - added permissions to all open() with O_CREAT calls - added --with-fortify configure option - fixed a segfault on ctrl-D in sqlrsh - fixed uncoordinated access to shared debugstr among listener threads by using local instances instead - added ping-loop to router connection module's logIn() method to manage cases where routed-to instances are started after the router - moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay - added .sock extension to sockets, .ipc extension to ipc key files, .pid extension to pid files, and .up extension to files which indicate that the db is up - changed mode of listener-connection sockets to 700 from 711 - moved .../var/sqlrelay/log to .../var/log/sqlrelay - moved .../var/sqlrelay/cache to .../var/cache/sqlrelay - libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed - replaced sockseq-generated unix socket with pid-based unix socket - updated ruby api to support unification of Fixnum and Bignum classes into Integer class - added --with-abs-max-connections configure script parameter - increased default absolute max connections to 4096 (from 512) - updated "can't open ... file" errors to mention user/group - added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in replacement library - fixed normalize translation not to remove spaces before unary - and ! - updated sqlrsh to set error code correctly and write errors to stderr - sqlr-cachemanager is no longer enabled at boot by default - fixed another subtle bug in the ODBC driver that caused the first row to be duplicated if columns were not bound - added --disable-wall and --disable-werror configure options
* databases/cego: update 2.33.0 -> 2.33.1pi2017-03-262-4/+4
| | | | | | | - Some cosmetic changes for backup manager handlng ( change nameing from archmng to backupmng ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* devel/lfcbase: update 1.9.1 -> 1.9.2pi2017-03-263-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.32.14 -> 2.33.0 lfcbase: - Added CommandExecuter::executeStream method to catch stdout for any forked process - Added class OutStream to catch stdout from forked programs via popen cego: - Added database verify006 to check multidimensional btrees also in combination of null value handling. - Fix in CegoObjectCursor::getNext, double method call for unlockData removed - Small grammar correction to treat distinct flag for select-star statement - Fix in CegoBTreeCursor::compValue, null values have not been handled correctly. For string values, string termination was not clean, which also might lead to wrong cursor results - Introduced archive manager, which can be triggered, to perform an online backup. For now, online backups have to be triggered externally. The achive manager should make backup / restore handling more convenient - Update to version 2.33.0 since the backup feature changes the product specification. - Integration of newly introduced lfcbase OutStream class to catch output from backup manager. This allows to indicate a more detailed output from backup manager on the admin console. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/pecl-mongodb: update 1.2.7 -> 1.2.8pi2017-03-252-4/+4
| | | | - [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
* databases/mariadb101-server: Fix mysql_install_db issuebrnrd2017-03-251-2/+2
| | | | | | | - Install mariadb add_gis scripts PR: 218063 Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
* Update to 1.82sunpoet2017-03-232-5/+6
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* - update to 1.3.1jgh2017-03-223-6/+7
| | | | | | | - while here regenerated patch file (portlint warning) PR: 217964 Reported by: Marcelo Moreira Martins <m3systemmm@gmail.com>
* Update databases/kbibtex to 0.6.2tcberner2017-03-223-16/+94
| | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10061
* Update to 1.9.0sunpoet2017-03-205-46/+5
| | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
* databases/mariadb55-server: Fix vulnerabilitiesbrnrd2017-03-193-3/+251
| | | | | | | | | | | | - Add vulnerability patch from upstream - Improve OQGraph BROKEN message - Take maintaintership MFH: 2017Q1 Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302
* - Add LICENSE_FILEamdmi32017-03-191-14/+11
| | | | - Switch to options helpers
* - Update to 1.9.170312wen2017-03-192-4/+4
| | | | | PR: 217897 Submitted by: cyberbotx@cyberbotx.com(maintainer)
* Add pecl-couchbase 2.3.0sunpoet2017-03-194-0/+31
| | | | | | | | | | The PHP client library provides fast access to documents stored in a Couchbase Server. WWW: https://pecl.php.net/package/couchbase PR: 217645 Submitted by: John Chen <johnpupu@gmail.com>
* databases/madiadb101-server: Update to 10.1.22brnrd2017-03-186-11/+248
| | | | | | | | | | | | | - Update to 10.1.22 [1] - Add upstream patch for WITHOUT_SERVER build failure [1]: https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/ MFH: 2017Q1 Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302
* databases/mariadb100-server: Update to 10.0.30brnrd2017-03-184-11/+243
| | | | | | | | | | - Update to 10.0.30 - Modify upstream patch for clang build failure - Add upstream patch for WITHOUT_SERVER build failure Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3302 Security: CVE-2017-3313
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31sunpoet2017-03-181-0/+3
|
* Update to 1.4.0sunpoet2017-03-182-6/+7
| | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/BSON/Changes
* use DISTVERSION correctlylifanov2017-03-171-2/+2
| | | | | | | | The DISTVERSION should be set to the version componet directly instead of substituting dots for dashes when deriving DISTNAME. Reported by: mat Differential Revision: https://reviews.freebsd.org/D10002
* databases/rubygem-redis-actionpack: switch RUN_DEPENDS to rack 1.6tz2017-03-171-1/+2
| | | | This will unbreak www/gitlab broken in r436305
* Update to 0.38sunpoet2017-03-173-9/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* databases/pecl-mongodb: update 1.2.3 -> 1.2.7pi2017-03-162-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7
* databases/pg_rman: update 1.2.3 -> 1.3.3, unbreak, new distsitepi2017-03-163-10/+19
| | | | | | | | PR: 213486 Changes: https://github.com/ossc-db/pg_rman/releases Submitted by: Lacey Powers <lacey.leanne@gmail.com> Reviewed by: rainer@ultra-secure.de Approved by: kuriyama (maintainer timeout)
* Remove all _USE=openssl occurrences.mat2017-03-153-3/+4
| | | | Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.mat2017-03-156-17/+7
| | | | Sponsored by: Absolight
* - Add NO_ARCHamdmi32017-03-152-3/+4
| | | | | | | - Fix WWW: - Cosmetic fixes Approved by: portmgr blanket
* - Fix WWW:amdmi32017-03-151-1/+1
|
* Update to 0.8.6sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/remiprev/her/commits/master
* Update to 0.17.2sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* Update to 1.5.1sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
* - Update to 0.11.0lwhsu2017-03-152-6/+6
| | | | | | | - Add missing runtime dependency [1] PR: 217696 [1] Submitted by: grembo
* databases/pgpool: Add options DOCS and SSLtz2017-03-151-1/+6
| | | | | | | Reintegrate DOCS and SSL options already used in previous versions in the ports-tree. Submitted by: Adam Schumacher <adam.schumacher@flightaware.com>
* databases/rubygem-redis-actionpack4: patch to unbreaktz2017-03-152-0/+12
| | | | | | After the update of devel/rubygem-redis-store to 1.2.0 this port need an patch to start again, since it requiered devel/rubygem-redis-store 1.1.0 but still works with 1.2.0
* databases/luadbi: unbreak postgres case after testspi2017-03-151-1/+0
| | | | Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
* Update to 0.8.5sunpoet2017-03-152-4/+4
| | | | Changes: https://github.com/remiprev/her/commits/master
* databases/luadbi: unbreak with new distsitepi2017-03-153-19/+25
| | | | | | PR: 212884 Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> (maintainer) Reviewed by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
* Deprecate databases/pgpool-II-22 and databases/pgpool-II-23tz2017-03-142-0/+6
| | | | | | They are deprecated by upstream for a long time PR: 206839
* databases/postgresql-plproxy: Update from 2.5 to 2.7tz2017-03-144-20/+15
| | | | | | | | | | | | | | Changelog: https://plproxy.github.io/changelog.html This adds support for PostgreSQL 9.5 Also: - take maintainership - change MASTERSITE to GitHub - remove obsoleted check for PostgreSQL 9.1 (no longer in ports) - update homepage of project PR: 201796, 217515
* Update to 5.6.35-80.0flo2017-03-143-5/+5
| | | | | PR: 215245 Submitted by: Thomas Babut <tbabut@mobileobjects.de>
* Update to 5.5.54-38.6flo2017-03-143-5/+4
|
* - Fix buildkrion2017-03-143-18/+19
| | | | | | | | | | | | | - Add new necessary dependencies - Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure - Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla PR: 217697 Submitted by: lightside@gmx.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9974
* GNU_CONFIGURE: Fix ax_am_jobserver usage to respect MAKE_JOBS_NUMBER.bdrewery2017-03-141-1/+0
| | | | | PR: 217670 [exp-run] With hat: portmgr
* Update to 3.05sunpoet2017-03-132-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* Remove expired port:rene2017-03-134-98/+0
| | | | 2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
* Fix SSE 4.2 detection (on armv6)sunpoet2017-03-131-0/+11
| | | | | PR: 217575 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
* New port: databases/phpliteadmin , web-based SQLite database admin tool ↵lifanov2017-03-135-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | written in PHP Features Lightweight - consists of a single 200KB source file for portability Supports SQLite3 and SQLite2 databases Translated and available in over 10 languages - and counting Specify and manage an unlimited number of databases Specify a directory and optionally its subdirectories to scan for databases Create and delete databases Add, delete, rename, empty, and drop tables Browse, add, edit, and delete records Add, delete, and edit table columns Manage table indexes Manage table triggers Import and export tables, structure, indexes, and data (SQL, CSV) View data as bar, pie, and line charts Graphical search tool to find records based on specified field values Create and run your own custom SQL queries in the free-form query editor/builder Easily apply core SQLite functions to column values using the GUI Write your own PHP functions to be available to apply to column values Design your own theme using CSS or install a pre-made theme from the community All presented in an intuitive, easy-to-use GUI that allows non-technical, SQL-illiterate users to fully manage databases Allows multiple installations on the same server, each with a different password Secure password-protected interface with login screen and cookies PR: 214806 Submitted by: olevole@olevole.ru
* devel/lfcbase: update 1.9.0 -> 1.9.1pi2017-03-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.32.11 -> 2.32.14 lfcbase: - Small fix for Monitor::showFormBox, in case of menu elements, delete key is disabled cego: - Correstion for distinct clause. With the current grammar implemention, queries with nested selects and using the distinct operator might fail. Cego.def grammar and CegoAction implementation has been changed in way, that distinct option is just allowed at the beginning ( e.g. select distinct count(a) from t1 and NOT select count(distinct a) from t1 ) This should simplify usage, since by using the distinct clause, distinct tuples are retrieved either for plain queries or for aggregation Confusing sample not allowed anymore : select count(distinct a), count(distinct b) from t1 ... now select distinct count(a), count(b) from t1 ) - Fix in CegoBTreeValue::valueFromSchema added. In case of multidimension btree objects, the insert of new values might fail, if string bases attributes occur at the beginning - Fix in CegoDistManager::registerObjects, registration of btree objects was still missing. This might lead to wrong results for drop if exists btree statements - Added check to CegoXMLSpace::addArchLog to verify, that directory for new archive location really exists - Added archive log management to curses based CegoAdmMon administration console Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Update to 0.20.0sunpoet2017-03-122-4/+4
| | | | Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
* Add LICENSE_FILEsunpoet2017-03-111-0/+1
|
* Run configure script in configure stagesunpoet2017-03-112-3/+16
|
* Update databases/elixir-db_connection to version 1.1.2.olgeni2017-03-102-4/+4
|
* Update to version 2.7.2.danfe2017-03-103-5/+5
| | | | PR: 217643
* Fix MAKE_JOBS support.bdrewery2017-03-101-0/+1
| | | | | | | | | | | | | | | | | | - This port uses ax_am_jobserver [1] which uses CPU_COUNT from ax_count_cpus [2] to force -j to match the number of CPUs in the system rather than the amount already specified by -j to 'gmake all'. The ax_count_cpus script is broken on FreeBSD and the ax_am_jobserver code has no current support for FreeBSD and uses a bashism, thus this always builds with 1 CPU. Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER value fixes the problem. I plan to do an exp-run to fix this for the entire tree. [1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html [2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html MFH: 2017Q1
* Update to 3.04sunpoet2017-03-102-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* Update to 4.042sunpoet2017-03-102-6/+9
| | | | | | - Complete SSL option Changes: http://search.cpan.org/dist/DBD-mysql/Changes
* - Update to 2.3.5wen2017-03-093-16/+5
| | | | | PR: 217450 Submitted by: joneum@bsdproject.de
* Remove expired ports:rene2017-03-0932-3190/+0
| | | | | | | | | | 2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years 2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years 2017-03-07 databases/yasql: Dependent on deprecated oracle7-client 2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years 2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client 2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch site redirects 2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported
* Drop optional dependencies on expired databases/jdbc-oracle[89]irene2017-03-091-14/+1
|
* Update databases/elixir-ecto to version 2.1.4.olgeni2017-03-092-4/+4
|
* Update databases/elixir-postgrex to version 0.13.2.olgeni2017-03-092-4/+4
|
* Update to 3.03sunpoet2017-03-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* databases/pglesslog: set DEPRECATED and EXPIRATION_DATEtz2017-03-081-0/+3
| | | | | | The port does not build with recent PostgreSQL versions. Also the last upstream activity was 2010 with the release of this beta. Therefore mark this port as DEPRECATED.
* Remove optional dependency on expired databases/p5-DBD-Oraclerene2017-03-081-4/+1
|
* databases/powerarchitect: remove dependency on expired databases/jdbc-oracle10grene2017-03-081-2/+1
|
* databases/sql-workbench: remove dependency on expired databases/jdbc-oracle10grene2017-03-081-2/+1
|
* databases/fpc-oracle: drop optional dependency on expired ↵rene2017-03-081-6/+0
| | | | databases/oracle8-client
* databases/tora: remove expired optional ORACLE optionrene2017-03-081-8/+0
|
* New port: databases/p5-Store-CouchDBpi2017-03-085-0/+38
| | | | | | | | | | Store::CouchDB provides a simple perlish interface for working with Apache CouchDB. WWW: http://search.cpan.org/dist/Store-CouchDB/ PR: 217597 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
* Update to 1.5.0sunpoet2017-03-082-5/+5
| | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
* - Remove empty directoriesak2017-03-071-1/+0
| | | | | | - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr blanket
* databases/godis: fix expiration dateswills2017-03-071-1/+1
|
* databases/godis: deprecate and expireswills2017-03-071-0/+3
|
* Horde package update:mm2017-03-072-4/+4
| | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.37.4 -> 2.38.0 devel/pear-Horde_Cache 2.5.4 -> 2.5.5 devel/pear-Horde_Core 2.27.6 -> 2.27.8 databases/pear-Horde_Db 2.3.4 -> 2.4.0 devel/pear-Horde_Icalendar 2.1.4 -> 2.1.6 dns/pear-Horde_Idna 1.0.4 -> 1.1.0 sysutils/pear-Horde_Log 2.2.0 -> 2.3.0 mail/pear-Horde_Mime 2.10.2 -> 2.10.3 devel/pear-Horde_Prefs 2.8.0 -> 2.8.1 www/pear-Horde_Service_Weather 2.5.3 -> 2.5.4 www/pear-Horde_SessionHandler 2.2.8 -> 2.2.9 security/pear-Horde_Share 2.1.1 -> 2.1.2 mail/pear-Horde_Smtp 1.9.3 -> 1.9.4 devel/pear-Horde_Support 2.1.5 -> 2.2.0 devel/pear-Horde_Timezone 1.0.11 -> 1.1.0 devel/pear-Horde_Translation 2.2.1 -> 2.2.2 sysutils/pear-Horde_Vfs 2.3.4 -> 2.4.0
* Update `databases/libcouchbase' to version 2.6.4.danfe2017-03-073-7/+7
| | | | | | TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745 PR: 215246
* - Update to 1.7.3.318vg2017-03-072-4/+4
|
* databases/py-sqlalchemy08: deprecate for removal on 2017-04-01rene2017-03-061-0/+3
| | | | | | | | The original date was 2017-03-01 PR: 215287 Submitted by: rene Approved by: maintainer timeout (nivit, almost 3 months)
* New port: databases/sqliteconverttobik2017-03-065-0/+41
| | | | | | | | | | | | | Sqliteconvert is a set of tools to convert SQLite3 schema files into documentation. It includes sqlite2dot(1), which converts into a graphviz file; sqlite2html(1), which converts into an HTML5 fragment; and sqliteconvert(1), which pulls these tools together with some sane default templates. WWW: https://kristaps.bsd.lv/sqliteconvert/ Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9895
* databases/py-mysql-connector-python2: Update version 2.2.0=>2.2.2bofh2017-03-052-4/+4
|
* devel/lfcbase: update 1.8.12 -> 1.9.0pi2017-03-054-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.32.8 -> 2.32.11 databases/cegobridge: update 1.1.2 -> 1.1.3, fix build with clang 4.0 devel/lfcbase: - Added Monitor class for ncurses based GUI utility implementation. This class provides GUI layout and event handling to simply ncurses based GUI tool implementaton. - Added class Pager for curses based pager implementation databases/cego: - Include stdlib.h added in CegoNet ( still missing forLinux compiles ) - Added CegoFieldValue::getDim method required for arithmetic operations on fixed values - Fix in CegoTableManager::getPoolInfo, readdelay and writedelay was not calculated correctly - Fix in CegoDistManager::stopDistTableSet, removing of btree objects from database object dictionary was still missing - In CegoTableManager::dropTableSet now also counter objects are dropped ( stored in the database xml file ). - Added some sizing optimizations for CegoAdmMon forms - Fix in CegoRecoveryManager::recoverCurrentTransactionLog, added the force option to addCounter method, since counters already could be synched to xml ( not completely transaction save ) - Online index build up tested and verified. First tests with heavy insert operations ( using cgblow ) during index build went succesful. - Improvements for CegoAdmMon role permission handling, added remove permission option - Preparation of CegoObjectCursor and CegoTableManager to support online index rebuild with write access to the table. For this, concurrent insert operations have to be performed with append =true. The ObjectCursor locks the last page until the index rebuild is finished ( method setLastPageSync ) In this way, the index can be build up in parallel, while further tuples could be appended to the table. ( just supported for btree index objects ) PR: 216621 Submitted by: Bjoern Lemke <lemke@lemke-it.com> Reported by: jbeich
* databases/py-bsddb3: Update version 6.2.1=>6.2.4bofh2017-03-052-4/+4
|
* databases/postgresql-repmgr: Update version 3.1.5=>3.3bofh2017-03-053-5/+6
| | | | | | | | - Daemon would better run as pgsql user, and for safety by default in monitor only mode [1] PR: 212490 [1] Submitted by: marck [1]
* databases/postgresql-odbc: Update version 09.05.0400=>09.06.0100bofh2017-03-054-14/+14
|
* - Mark BROKEN keep on crashing with OpenJDKmiwi2017-03-051-0/+2
| | | | | | PR: 195099 Submitted by: Leonid Shalupov Approved by: maintainer
* databases/mysql-connector-c++: Update version 1.1.7=>1.1.8bofh2017-03-054-41/+5
|
* databases/mysql-connector-c: Update version 6.1.6=>6.1.9bofh2017-03-056-33/+21
|
* databases/freetds-devel: Update version 1.00.38=>1.00.131bofh2017-03-052-5/+5
|
* databases/freetds: Update version 1.00.1=>1.00.27bofh2017-03-052-5/+5
|
* Add LICENSEsunpoet2017-03-041-0/+2
|
* Add LICENSEsunpoet2017-03-041-0/+3
|
* Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-045-0/+10
| | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
* Update databases/elixir-postgrex to version 0.13.1.olgeni2017-03-033-4/+7
|
* - Update to 2.2wen2017-03-032-4/+4
|
* DBIx::Lite was written with some goals in mind, that no otherwen2017-03-035-0/+54
| | | | | | | | | | | | | | | | | available module provides. Such goals/key features are: no need to define your database schema (most features work without one and some advanced features only require some bits, and still not the full table definitions) no need to connect to database: the module can just generate SQL for you chained methods with lazy SQL generation joins/relationships optional custom classes for results and resultsets with custom methods SQL::Abstract syntax paging features (with Data::Page) WWW: http://search.cpan.org/dist/DBIx-Lite/
* Update to 4.2.8sunpoet2017-03-032-5/+5
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
* Update to 4.2.8sunpoet2017-03-032-5/+4
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
* Update to 5.0.2sunpoet2017-03-032-5/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
* Update to 5.0.2sunpoet2017-03-032-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
* Update to 0.2.3sunpoet2017-03-032-5/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Update to 1.20sunpoet2017-03-032-5/+4
| | | | Changes: https://github.com/google/leveldb/releases
* Update influxdb to 1.2.0girgen2017-03-022-36/+45
| | | | | Approved by: maintainer PR: 217493
* databases/pgpool: Update from 3.4.3 to 3.4.9tz2017-03-022-3/+4
| | | | | | | | Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html PR: 206839 Submitted by: Felix Hanley <felix@userspace.com.au>
* Mark BROKEN for build failure with latest Ecto.olgeni2017-03-021-0/+2
|
* ClickHouse is an open-source column-oriented database managementamdmi32017-03-026-0/+160
| | | | | | | | | system that allows generating analytical data reports in real time. WWW: https://clickhouse.yandex/ PR: 216152 Submitted by: proler@gmail.com
* Update databases/elixir-timex_ecto to version 3.1.1.olgeni2017-03-013-8/+4
|
* Update databases/elixir-ecto to version 2.1.3.olgeni2017-03-013-6/+17
|
* Update to 1.1.6sunpoet2017-03-012-4/+4
| | | | Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
* Update to 5.1.41matthew2017-03-012-4/+4
| | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
* databases/pgrouting: update to 2.3.2cmt2017-03-013-15/+15
| | | | | PR: 216918 Approved by: lbartoletti()tuxfamily.org (maintainer), rene (mentor, implicit)
* Update to 0.16012sunpoet2017-02-281-1/+1
| | | | | | | | | - Use real PORTVERSION and update dependent port - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes
* Use real PORTVERSION and update dependent portssunpoet2017-02-282-2/+2
| | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Remove post-extract: - Sort PLIST
* Update to 0.5.1matthew2017-02-282-4/+4
| | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst
* Add rubygem-arel7 (copied from rubygem-arel)sunpoet2017-02-264-0/+30
|
* Update RUN_DEPENDSsunpoet2017-02-261-1/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 8.0.0sunpoet2017-02-262-4/+4
| | | | Changes: https://github.com/rails/arel/blob/master/History.txt
* Add LICENSE_FILEsunpoet2017-02-251-0/+1
|
* Add LICENSE_FILEsunpoet2017-02-251-0/+1
|
* Mark a few leaf ports broken on aarch64.linimon2017-02-251-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR} from databases/py-sqlrelay dependencies.bdrewery2017-02-231-2/+2
|
* add databases/mysqlwsrep56-serverlifanov2017-02-2329-0/+958
| | | | | | | | | | - MySQL version enabled for Galera Replication PR: 214807 Submitted by: Philip Stoev <philip.stoev@galeracluster.com> Reviewed by: matthew, mat, mmokhi Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D9427
* databases/mysql{56 57 80}:mmokhi2017-02-238-71/+71
| | | | | | | | | Improve ${mysql_optfile} default usage in rc script. Improve pkg-message. Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9646
* Update databases/tcl-sqlite3 to 3.17.0krion2017-02-212-4/+4
| | | | | | | PR: 217224 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9670
* Update databases/sqlite3 to 3.17.0krion2017-02-212-5/+10
| | | | | | | PR: 217223 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9669
* Update to 1.3.0matthew2017-02-212-4/+4
| | | | ChangeLog: https://github.com/laurenz/pgreplay/blob/master/CHANGELOG
* Update databases/elixir-db_connection to version 1.1.1.olgeni2017-02-212-4/+4
|
* Update to 3.02sunpoet2017-02-202-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* Update to 3.0.3sunpoet2017-02-202-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=memcached
* devel/libevent2: drop historical suffix after r362796jbeich2017-02-2016-27/+27
| | | | | PR: 216777 Approved by: mm (maintainer)
* Update to 0.7.3.mat2017-02-192-5/+6
| | | | | | | | PR: 217194 Submitted by: mat Approved by: maintainer Changes: https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst Sponsored by: Absolight
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-198-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213
* - Update to 0.7.2miwi2017-02-182-3/+6
| | | | | PR: 214801 Submitted by: maintainer
* - Add LICENSEamdmi32017-02-181-1/+5
| | | | | - Pet portlint - Switch to options helpers
* New port: databases/p5-File-Locatepi2017-02-185-0/+76
| | | | | | | | | File::Locate provides the locate() function that scans the locate database for a given substring or POSIX regular expression. The module can handle both plain old locate databases as well as the more hip slocate format. WWW: http://search.cpan.org/dist/File-Locate/
* There were a few others _FreeBSD_9 things around.mat2017-02-181-1/+0
| | | | Sponsored by: Absolight
* Update to 1.5.3sunpoet2017-02-182-3/+4
| | | | | Changes: https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md https://github.com/resque/redis-namespace/commits/master
* Update to 2.2.1sunpoet2017-02-182-5/+5
| | | | Changes: https://github.com/rubysherpas/paranoia/releases
* Add PORTSCOUTsunpoet2017-02-181-0/+2
|
* Add PORTSCOUTsunpoet2017-02-181-0/+2
|
* - Update to 0.7.10lwhsu2017-02-172-4/+4
|
* - Update to 0.8.10lwhsu2017-02-173-5/+5
| | | | - Update WWW
* update databases/postgis23 to 2.3.2lifanov2017-02-173-4/+12
| | | | | | | | Changes: http://postgis.net/2017/01/31/postgis-2.3.2/ PR: 216913 Submitted by: cmt Approved by: lbartoletti@tuxfamily.org (maintainer)
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.rene2017-02-165-5/+5
| | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time.
* Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)sunpoet2017-02-1512-99/+29
| | | | | | | | | | | | - Remove databases/php56-redis, databases/php70-redis and databases/php71-redis - Add MOVED entries - While I'm here, add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=redis PR: 216700 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer of databases/php71-redis) Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of databases/php56-redis), Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis, timeout, 14 days)
* Update to 2.0.1sunpoet2017-02-152-4/+4
| | | | Changes: https://github.com/couchrest/couchrest/blob/master/history.txt
* Update to 3.0.2sunpoet2017-02-142-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=memcached
* Upgrade from 3.2.7 to 3.2.8.osa2017-02-142-4/+4
| | | | | | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade that is believed to potentially cause a server deadlock. A MIGRATE crash is also fixed. Two important bug fixes, the first of one is critical: 1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular conditions. See https://github.com/antirez/redis/issues/3799. We reverted back to the previously used Jemalloc versions and plan to upgrade Jemalloc again after having more info about the cause of the bug. 2. MIGRATE could crash the server after a socket error. See for reference: https://github.com/antirez/redis/issues/3796. </ChangeLog>
* Update to 3.01sunpoet2017-02-142-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* databases/pecl-mongodb: Fix build with LibreSSLbrnrd2017-02-132-7/+12
| | | | | | | - Patch check for OPENSSL_VERSION_NUMBER > 1.1 PR: 217028 Approved by: pi (maintainer)
* Update to 3.0sunpoet2017-02-122-5/+6
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* update to 1.3.2.1trociny2017-02-122-10/+10
|
* This driver is no more supported.thierry2017-02-122-2/+5
| | | | | | Remove my maintainership and mark as deprecated. Notified by: marino
* Return ports maintained by John Marino to the pool, see r433827 for detailsrene2017-02-115-5/+5
|
* Updating the ports I maintain to my FreeBSD.org address.mmokhi2017-02-113-3/+3
| | | | | | | Submitted by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9498
* Update MAINTAINER: use @FreeBSD.orgsunpoet2017-02-111-1/+1
|
* databases/pecl-mongodb: IGNORE when LibreSSL selectedmarino2017-02-111-1/+7
| | | | | | | The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL, so IGNORE with LibreSSL until then. Approvd by: SSL blanket
* databases/jdbc-oracle10g: Deprecate for removal 7 MAR 2017marino2017-02-101-0/+3
| | | | | Version 10 last release for Oracle 10g Release 2, July 2005 Official support ended 31 JUL 2013
* Fallout: Deprecate 2 ports dependent on oracle7 and oracle8 clientsmarino2017-02-102-0/+6
| | | | Use the same expiration date for p5-DBD-Oracle and yasql as the clients.
* databases/oracle8-client: Deprecate for removal 7 MAR 2017marino2017-02-101-0/+3
| | | | | | | | Version 8.1.7 last release for oracle 8i, August 2000 Official support ended 31 DEC 2006 Later clients (e.g 10.2) still support version 8, but it is also unsupported. This particular client is binary and i386 only.
* databases/oracle7-client: Deprecate for removal 7 MAR 2017marino2017-02-101-0/+3
| | | | | | | | Version 7.3 last release for oracle 7, February 1996 Official support ended 31 DEC 2003 Later clients still support version 7, but they may also be EOL. This particular client is binary and i386 only.
* databases/jdbc-oracle8i: Deprecate and mark for removal 7 MAR 2017marino2017-02-101-0/+3
| | | | | | | Nothing earlier than jdbc-oracle11i is supported, and the listed required files for oracle 9i and below are no longer available. Moreover the URL listed in the ignore message redirects. Fetching from the new location is impossible. This software has been EOL for a long time.
* Update to 6.1.0matthew2017-02-103-6/+47
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* Update databases/postgis22 to 2.2.5krion2017-02-103-8/+23
| | | | | | | PR: 216912 Submitted by: cmt@freebsd.org Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9492
* PostgreSQL 9.6.2, 9.5.6, 9.4.11, 9.3.16 and 9.2.20 released!girgen2017-02-0915-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. Users should plan to apply this update at the next scheduled downtime. Build corruption with CREATE INDEX CONCURRENTLY There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been indexed incorrectly. If you suspect this may have happened, the most reliable solution is to rebuild affected indexes after installing this update. This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL. URL https://www.postgresql.org/about/news/1733/
* Add pecl-memcached2 (copied from pecl-memcached)sunpoet2017-02-094-0/+48
| | | | | | - Add PORTSCOUT - Update WWW - Add GitHub repository to WWW
* Update to 3.0.1sunpoet2017-02-092-23/+9
| | | | | | - Remove PORTSCOUT Changes: https://pecl.php.net/package-changelog.php?package=memcached
* Update to 0.17.1sunpoet2017-02-082-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* Update to 1.2sunpoet2017-02-083-5/+79
| | | | | | - Relax USES=python Changes: https://cito.github.io/DBUtils/RelNotes-1.2.html
* Mark ports not building with PHP 7.1.mat2017-02-0711-11/+11
| | | | Sponsored by: Absolight
* Schedule databases/puppetdb[-terminus] for removal in two months, they dependrene2017-02-062-0/+6
| | | | on expired sysutils/puppet38. Please upgrade to a later version of these ports.
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile sotijl2017-02-063-2/+49
| | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine)
* databases/WWWdb: update project websiterm2017-02-061-1/+1
| | | | | | | Old link points nowhere. PR: 216508 Submitted by: Szymon Scholz <szymonscholz@gmail.com>
* Move devel/libcheck to devel/checksunpoet2017-02-052-2/+2
| | | | - Bump PORTREVISION for dependent ports
* Update to 1.1.1sunpoet2017-02-053-8/+10
| | | | | | | | | | - Clean up MASTER_SITES - Add LICENSE - Add NO_ARCH - Sort USE_PYTHON - Update WWW Changes: https://cito.github.io/DBUtils/RelNotes-1.1.1.html
* Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-buildersunpoet2017-02-051-1/+2
|
* - Spell `LICENSE_FILE' variable correctlydanfe2017-02-041-1/+1
| | | | - Fix some nearby bogosities (when noticed)
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-0416-13/+16
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* Update to 0.3.2romain2017-02-042-4/+4
|
* databases/datamodeler: update to 4.1.5.907rm2017-02-033-11/+13
| | | | | | PR: 215667 Submitted by: Beeblebrox <zaphod@berentweb.com> Approved by: jjuanino@gmail.com (maintainer, updated patch)
* fix buildtrociny2017-02-021-1/+1
|
* Upgrade from 3.2.6 to 3.2.7.osa2017-02-022-4/+4
| | | | | | ChangeLog - https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES PR: 216702
* update to 1.3.2trociny2017-02-0214-124/+112
|
* databases/mariadb55-client: Fix stage QAmarino2017-02-011-0/+4
| | | | | | | Remove files from stage directory that aren't supposed to be packaged to satisfy QA checks. No revump necessary. PR: 214669
* databases/maria55*: reset maintainermarino2017-02-012-3/+1
| | | | | | The maintainer was not involved in any of the last 13 releases and still is not responding to PRs (many, many timeouts). Maintainership of this port probably should have been reset a couple of years ago.
* Remove expired ports:rene2017-02-017-64/+0
| | | | | | | | 2017-01-31 databases/rubygem-arel3: Use devel/rubygem-arel or devel/rubygem-arel6 instead 2017-01-31 databases/rubygem-arel5: Use devel/rubygem-arel or devel/rubygem-arel6 instead 2017-01-31 www/tinymce3: Use www/tinymce instead 2017-01-31 devel/p5-IO-Detect: Use devel/p5-Scalar-Does instead 2017-01-31 devel/pear-PHPUnit3: Deprecated by upstream, use devel/phpunit instead
* Enable i386 support to Linux CentOS 7 ports.tijl2017-02-011-0/+5
| | | | PR: 216646
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-019-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports.
* Bump PORTREVISION for ports affected by the fix the last commit.mat2017-02-014-1/+4
| | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight
* Convert to GH_TUPLE.mat2017-01-311-10/+1
| | | | Sponsored by: Absolight
* - Mark BROKEN: does not build (ha_queue.cc:35:27: fatal error: ↵amdmi32017-01-291-0/+2
| | | | | | mysql_version.h: No such file or directory) Approved by: portmgr blanket
* devel/lfcebase: update 1.8.11 -> 1.8.12pi2017-01-292-4/+4
| | | | | | | | | | | | | | | databases/cego: update 2.32.7 -> 2.32.8 lfcbase: - Changed methods for class Sleeper to static. Added Sleeper class test to test suite - Added include file limits.h in Chain.cc. For Linux compiles, this include is required ( definition of INT_MAX and INT_MIN ) cego: - Small improvements for CegoAdmMon curses based admin console Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Add LICENSE_FILEsunpoet2017-01-291-1/+1
|
* Correct rc script pathcrees2017-01-282-2/+2
| | | | | | Submitted by: Radek Krejca PR: ports/216547 Submitted by: Alistair Meney <atmeney@gmail.com>
* update to 3.3.0trociny2017-01-282-4/+4
|
* Remove expired ports:rene2017-01-2820-345/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2017-01-28 databases/ruby-rdbc1: Upstream no longer active 2017-01-28 databases/ruby-sybct: Upstream no longer active 2017-01-28 databases/ruby-o_dbm: Upstream no longer active 2017-01-28 databases/ruby-cdb: Upstream no longer active 2017-01-28 devel/ruby-rbison: Does not work on modern ruby 2017-01-28 devel/ruby-property: Upstream no longer exists 2017-01-28 devel/ruby-dialogs: Upstream no longer active 2017-01-28 devel/ruby-byaccr: Upstream no longer active 2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead 2017-01-28 devel/ruby-locale: No longer useful 2017-01-28 devel/ruby-wirble: Upstream no longer active 2017-01-28 devel/ruby-tzfile: Upstream no longer exists 2017-01-28 devel/ruby-rreadline: Upstream no longer exists 2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead 2017-01-28 graphics/ruby-imlib2: Upstream no longer active 2017-01-28 graphics/ruby-image_size: Upstream no longer active 2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead 2017-01-28 irc/ruby-rice: Upstream no longer active 2017-01-28 irc/ruby-rica: Upstream no longer active 2017-01-28 irc/ruby-irc: Upstream no longer active 2017-01-28 japanese/ruby-usersguide: Does not exist upstream 2017-01-28 japanese/ruby-mecab: Upstream no longer active 2017-01-28 mail/ruby-rmail: Upstream no longer active 2017-01-28 mail/ruby-rfilter: Upstream no longer active 2017-01-28 math/ruby-algebra: Use rubygem-algebra instead 2017-01-28 net/ruby-tserver: Upstream no longer active 2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active 2017-01-28 net/ruby-icmp: Upstream no longer active 2017-01-28 net/ruby-dict: Upstream no longer active 2017-01-28 palm/palmos-sdk: Upstream no longer exists 2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead 2017-01-28 security/ruby-tcpwrap: Upstream no longer active 2017-01-28 security/ruby-password: Upstream no longer active 2017-01-28 sysutils/ruby-quota: Upstream no longer active 2017-01-28 textproc/ruby-rss.alt: Upstream no longer active 2017-01-28 textproc/ruby-rss: Upstream no longer exists 2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists 2017-01-28 textproc/ruby-xmlscan: Upstream no longer active 2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists 2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists 2017-01-28 www/ruby-google: Upstream no longer active 2017-01-28 archivers/ruby-lha: Upstream no longer active 2017-01-28 x11/ruby-X11: Upstream no longer active 2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby 2017-01-28 audio/ruby-mp3tag: Upstream no longer active 2017-01-28 converters/ruby-dump.rb: Upstream no longer active
* Update to 0.12.vanilla2017-01-282-4/+4
|
* databases/mysql-proxy: unbreak with libevent >= 2.1jbeich2017-01-281-0/+40
| | | | | | | | | | | | | | | | | chassis-mainloop.c:102:54: error: use of undeclared identifier '_EVENT_VERSION' if (0 != chassis_check_version(event_get_version(), _EVENT_VERSION)) { ^ chassis-mainloop.c:104:15: error: use of undeclared identifier '_EVENT_VERSION' G_STRLOC, _EVENT_VERSION, event_get_version()); ^ /usr/local/include/glib-2.0/glib/gmessages.h:161:32: note: expanded from macro 'g_critical' __VA_ARGS__) ^ chassis-mainloop.c:119:37: error: use of undeclared identifier '_EVENT_VERSION' chas->event_hdr_version = g_strdup(_EVENT_VERSION); ^ PR: 216527
* databases/puppetdb: update maintainer email addressswills2017-01-271-1/+1
| | | | | PR: 216422 Submitted by: Zach Leslie <freebsd@zleslie.info> (maintainer)
* databases/puppetdb: broken RUBY_VERSION regexswills2017-01-272-1/+12
| | | | | | PR: 208814 Submitted by: Fabiano Sidler <fabianosidler@swissonline.ch> Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer)
* Add php71-redis 3.0.0 (copied from php70-redis)sunpoet2017-01-264-0/+30
| | | | | | | - While I'm here, remove PHP_MODNAME PR: 216495 Submitted by: Daniel Ylitalo <daniel@blodan.se>
* Remove PHP_MODNAMEsunpoet2017-01-261-3/+1
| | | | - While I'm here, update IGNORE_WITH_PHP
* Update to 0.11.vanilla2017-01-262-6/+5
|
* databases/mysql56-server: Fix OpenSSL linkingbrnrd2017-01-264-8/+27
| | | | | | - Force dynamic linking with OpenSSL MFH: 2017Q1
* - Update to 1.7.3.99vg2017-01-255-8/+8
|
* Update to 9.1girgen2017-01-252-4/+4
|
* Update to 3.3.3sunpoet2017-01-252-4/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
* Add php71-memcache 3.0.8 (copied from php70-memcache)sunpoet2017-01-255-0/+47
|
* Update COMMENT and IGNORE_WITH_PHPsunpoet2017-01-251-2/+2
|
* Update COMMENT and IGNORE_WITH_PHPsunpoet2017-01-251-2/+2
|
* Connect PHP 7.1 ports (r432324)tz2017-01-241-0/+13
|
* Update to 4.6.6matthew2017-01-242-4/+4
| | | | | | | This includes a number of security fixes MFH: 2017Q1 Security: 7721562b-e20a-11e6-b2e2-6805ca0b3d42
* Add PHP 7.1tz2017-01-2418-0/+328
| | | | Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
* Update MASTER_SITES and unbreak this portsunpoet2017-01-242-19/+4
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Remove PROJECTHOST - Use USE_PYTHON=autoplist
* databases/opentsdb: new maintainerswills2017-01-241-1/+1
| | | | | | PR: 216402 Submitted by: kbowling Approved by: xmj (maintainer)
* Update to 5.5.54 release.ale2017-01-232-4/+4
|
* Update to version 1.11.4skreuzer2017-01-222-4/+4
|
* Revert r432035 part 2, it breaks build with openssl from baseantoine2017-01-222-12/+6
| | | | With hat: portmgr
* Revert r432035, it breaks build with openssl from baseantoine2017-01-221-11/+0
| | | | With hat: portmgr
* databases/cego: update 2.32.6 -> 2.32.7pi2017-01-212-5/+4
| | | | | | | | | | | | - Fix in CegoFileHandler::releaseFiles. _tabSetId and _isReg vars have to be set to zero/false in any case. Otherwise, it might happen that old entries are still visible and in case of a tableset recreation obsolete file handle information is provided - Method CegoTransactionManager::hasOpenTransaction added to check for open transaction for a spedific table. This method is called now before a table can be dropped to ensure there are no open transaction for this table. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/mysql56-server: Fix build with LibreSSLbrnrd2017-01-213-6/+23
| | | | | | | | | - Fix CMake SSL detection - Always set WITH_SSL=${OPENSSLBASE} PR: 216311 Approved by: Mahdi Moktari <mokhi64@gmail.com> (maintainer) Differential Revision: D9272
* databases/pecl-mongodb: update 1.1.9 -> 1.2.3pi2017-01-212-4/+5
| | | | http://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.3
* fix build on i386trociny2017-01-211-0/+30
|
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-216-6/+6
|
* Prepare for PHP 7.1sunpoet2017-01-211-1/+1
|
* databases/mysql56-server: Do not install my.cnf samplefeld2017-01-212-2/+2
| | | | | | | | An issue was discovered where users of mysql did not have a my.cnf and the recent update was causing mysqld to find a sample my.cnf and load its parameters. This was causing errors on startup for users of innodb as the parameters used to init the database did not match the ones in the sample config file it was now reading.
* databases/memcached: temporarily hide DTRACE option on aarch64jbeich2017-01-211-0/+2
| | | | | | | | | | | | /usr/sbin/dtrace -G -o memcached_dtrace.o -s ./memcached_dtrace.d ... dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD [...] ld: memcached_dtrace.o.iRgx2j: Relocations in generic ELF (EM: 0) memcached_dtrace.o.iRgx2j: error adding symbols: File in wrong format dtrace: failed to link script ./memcached_dtrace.d: failed to link memcached_dtrace.o: ld exited with status 1 PR: 214556
* databases/mysql56-server: Rollback rc script changesfeld2017-01-212-25/+7
|
* Update PHP 7 from 7.0.14 to 7.0.15tz2017-01-202-4/+0
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.15 PR: 216210 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
* databases/mysql56: Update to 5.6.35feld2017-01-2015-82/+332
| | | | | | | | | | - Port improvements from MySQL 5.7 port - Use system libs instead of bundled - Fix many open PRs - Change MAINTAINER PR: 216244 192657 198812 199751 205093 PR: 209618 211248 205983 209338
* update to 1.3.1trociny2017-01-203-133/+104
|
* devel/rudiments: update 0.57.0 -> 1.0.2pi2017-01-204-39/+47
| | | | | | | | | | | databases/sqlrelay: update 0.67.0 -> 1.0.0 Recommended reading: http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html http://software.firstworks.com/2016/12/sql-relay.html
* Update WWW: remove trailing /sunpoet2017-01-204-4/+4
|
* Update to 5.0.2sunpoet2017-01-202-4/+4
| | | | Changes: https://github.com/facebook/rocksdb/releases