aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Cmake is capable of creating Makefiles for make(1), sogrembo2014-05-231-1/+1
| | | | | | | the unnecessary dependency on gmake could be removed. Reviewed by: bapt (mentor) Approved by: bapt (mentor)
* - Convert to OptionsNGak2014-05-231-1/+1
| | | | Approved by: portmgr (blanket)
* The port creates perl scripts that use /usr/bin/perl, thereforegrembo2014-05-231-1/+2
| | | | | | | | shebangfix has been implemented to make stage-qa stop complaining. This also fixes databases/mariadb55-client, which is a slave port. Reviewed by: bapt (mentor) Approved by: bapt (mentor)
* - Fix buildmiwi2014-05-221-0/+337
| | | | | | PR: 186132 Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: maintainer timeout
* - Update to 3.2.1jadawin2014-05-222-3/+3
|
* - Update to 1.3.0miwi2014-05-222-3/+3
| | | | | PR: 189182 Submitted by: maintainer
* Unbreak proftpd-mod_sql_odbc (fix include path)mm2014-05-221-1/+1
|
* - Update to 1.13.1miwi2014-05-223-4/+6
| | | | | | PR: 188894 Submitted by: swills Approved by: maintainer
* - Update to 0.9.2miwi2014-05-222-3/+3
| | | | | PR: 187393 Submitted by: maintainer
* Respect hier(7) for config filesgrembo2014-05-217-21/+100
| | | | | | PR: ports/182547 Reviewed by: flo Approved by: flo
* - Update to 3.5.2miwi2014-05-214-515/+444
| | | | | PR: 189124 Submitted by: maintainer
* Update to 4.2.2matthew2014-05-212-3/+3
| | | | | | This is a routine bugfix update. Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.2/phpMyAdmin-4.2.2-notes.html/view
* - Belatedly update to version 1.7danfe2014-05-213-5/+5
| | | | | | - Move USES knob where it's normally found Approved by: maintainer (implicit)
* Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of ↵girgen2014-05-215-0/+35
| | | | postgresql94-ports
* fix broken plistgirgen2014-05-216-878/+1168
|
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* Depend on devel/libexecinfoskreuzer2014-05-211-0/+6
|
* - Update to 3.8.4.3culot2014-05-202-4/+4
| | | | | PR: ports/189986 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.8.4.3culot2014-05-203-9/+9
| | | | | | Changes: http://www.sqlite.org/releaselog/3_8_4_3.html PR: ports/189985 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* Support staging.vanilla2014-05-201-11/+10
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-201-6/+4
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-191-3/+3
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-191-2/+1
|
* Support staging.vanilla2014-05-191-3/+2
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-191-12/+5
| | | | Approved by: portmgr@
* - Stage supportwen2014-05-192-6/+7
| | | | | - Convert to optionsNG - Pet portlint
* Support staging.vanilla2014-05-191-3/+1
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-192-40/+40
| | | | Approved by: portmgr@
* Support staging, sort pkg-plist.vanilla2014-05-192-21/+19
| | | | Approved by: portmgr@
* Update to 3.52.9.rakuco2014-05-193-7/+6
| | | | | | | | | | | | | | | | | | | | | Changes upstream include: * Added support for building on recent versions of Mac OS X * Fixed warnings from autoconf/automake * Fixed infinite loop in connection pool * Fixed compiler warnings * Fixed build dependency for make -jX * Fixed check for Unicode driver * Fixed issue calling SQLCancel from other thread * Fixed SQLInstallDriverEx when driver is readonly The "Fixed build dependency for make -jX" part is important, as parallel builds (particularly with the GTK2 option on) normally fail with 3.52.8. Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1]. PR: ports/189496 [1] Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1] MFH: 2014Q2
* Support staging.vanilla2014-05-191-5/+4
| | | | Approved by: portmgr@
* support staging.vanilla2014-05-191-5/+4
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-192-10/+13
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-196-3/+52
| | | | Approved by: portmgr@
* - Update to 3.0miwi2014-05-193-23/+20
| | | | | | | | - Stage support - Options helper PR: 187760 Submitted by: Ports Fury
* The PostgreSQL Global Development Group announced that the first betagirgen2014-05-1831-0/+2760
| | | | | | | | | | | | | | | | | | | | | | | | | | release of PostgreSQL 9.4, the latest version of the world's leading open source database, is available today. This beta contains previews of all of the features which will be available in version 9.4, and is ready for testing by the worldwide PostgreSQL community. Please download, test, and report what you find. Major Features -------------- The new major features available for testing in this beta include: * JSONB: 9.4 includes the new JSONB "binary JSON" type. This new storage format for document data is higher-performance, and comes with indexing, functions and operators for manipulating JSON data. * Replication: The new Data Change Streaming API allows decoding and transformation of the replication stream. This lays the foundation for new replication tools that support high-speed and more flexible replication and scale-out solutions. * Materialized Views with "Refresh Concurrently", which permit fast-response background summary reports for complex data. * ALTER SYSTEM SET, which enables modifications to postgresql.conf from the SQL command line and from remote clients, easing administration tasks.
* - Update to 2.5.0b5miwi2014-05-183-4/+4
| | | | | | | - Pet portlint PR: 189765 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.5.2miwi2014-05-182-3/+3
| | | | | PR: 189766 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.11.3miwi2014-05-183-5/+5
| | | | | | | - Pet portlint PR: 189768 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Fix paths for SHEBANG_FILESswills2014-05-181-12/+9
| | | | | Pointyhat to: swills Approved by: vanilla
* Catch up with libxml2 api breakage in 2.9.xkwm2014-05-182-1/+119
|
* Fix shebang.vanilla2014-05-171-1/+13
| | | | Submitted by: swills@
* - Update to 2.2.0miwi2014-05-173-6/+8
| | | | | PR: 189184 Submitted by: maintainer
* 1: Support staging.vanilla2014-05-163-4/+22
| | | | | | 2: make portlint happy. Approved by: portmgr@
* Support staging.vanilla2014-05-162-5/+2
| | | | Approved by: portmgr@
* Fix latest build warning with ${DOCDIR}vanilla2014-05-161-1/+1
| | | | Submitted by: swills@
* - Update to 1.112jadawin2014-05-162-3/+3
|
* - Update to 0.002105jadawin2014-05-162-3/+3
|
* - Update to 3.2.0jadawin2014-05-162-3/+3
|
* Fix pkg-plist.vanilla2014-05-161-22/+22
| | | | Submitted by: swills@
* add shebangfix, and bump version.vanilla2014-05-161-1/+2
| | | | Submitted by: swills@
* Support staging.vanilla2014-05-161-6/+4
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-161-12/+10
| | | | Approved by: portmgr@
* 1: Support staging.vanilla2014-05-164-11/+6
| | | | 2: use USE_RC_SUBR instead.
* Fix build on 32-bit archs.ale2014-05-162-0/+22
|
* Support staging.vanilla2014-05-162-10/+9
|
* Support staging.vanilla2014-05-161-2/+1
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-162-9/+4
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-161-6/+2
|
* Support STAGEDIR.vanilla2014-05-161-6/+4
|
* Support STAGEDIR.vanilla2014-05-161-13/+12
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-162-1/+23
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-161-8/+7
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-162-14/+13
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-161-4/+3
| | | | Approved by: portmgr@
* Support STAGEDIR.vanilla2014-05-164-19/+25
|
* - Update to 0.6.5lwhsu2014-05-142-4/+4
| | | | | | | - Drop easy_install PR: ports/189750 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.6.2lwhsu2014-05-143-5/+4
| | | | | | | | - Remove obsolete PYDISTUTILS_PKGNAME - Pet portlint PR: ports/189752 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Update to 4.2.1matthew2014-05-142-3/+3
| | | | | | This is a routine bugfix release. Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.1/phpMyAdmin-4.2.1-notes.html/view
* - Update to 0.95.012wen2014-05-142-3/+3
|
* - Update to 1.9.9wen2014-05-142-7/+3
|
* Upgrade from 2.8.8 to 2.8.9.osa2014-05-142-3/+3
| | | | | | | | | | | | | | <ChangeLog> # UPGRADE URGENCY: LOW, only new features introduced, no bugs fixed. * [NEW] The HyperLogLog data structure. You can read more about it in this blog post. http://antirez.com/news/75 * [NEW] The Sorted Set data type has now support for lexicographic range queries, check the new commands ZRANGEBYLEX, ZLEXCOUNT and ZREMRANGEBYLEX, which are documented at http://redis.io. </ChangeLog>
* - Stage.gerald2014-05-142-4/+5
| | | | | | | | | - Add LICENSE (BSD). - Tweak WWW line in pkg-descr. PR: 188609 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
* Maintainer no longer wishes to maintain those 2 portsantoine2014-05-142-2/+2
|
* Fix build on current [1]zeising2014-05-131-0/+11
| | | | | | PR: ports/188793 [1], ports/187919 [2] Submitted by: zeising [1], Thomas Schweikle <tps@vr-web.de> [2] Approved by: maintainer timeout
* Stagify databases/py-dbf.dbn2014-05-131-1/+2
| | | | | | | | | - Add stage support - Add LICENSE=BSD3CLAUSE (see ${WORKDIR}/dbf.py) PR: ports/188608 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (implicit)
* twemproxy, aka nutcracker is a fast and lightweight proxy for memcached andskreuzer2014-05-134-0/+34
| | | | | | | redis protocol. It was primarily built to reduce the connection count on the backend caching serve WWW: https://github.com/twitter/twemproxy
* databases/mysqltuner: 1.2.0 -> 1.3.0, switch to my FreeBSD account emailpi2014-05-132-10/+15
| | | | Approved by: culot (mentor)
* - Add py-geoalchemy 0.7.2sunpoet2014-05-134-0/+30
| | | | | | | | GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial data types at the ORM layer using SQLAlchemy. It aims to support spatial operations and relations specified by the Open Geospatial Consortium (OGC). WWW: https://pypi.python.org/pypi/GeoAlchemy
* - Fix build on DragonFlyBSDsunpoet2014-05-131-0/+1
| | | | | Requested by: vanilla Tested by: vanilla
* - Mark deprecated since it's deprecated upstream [1] [2]swills2014-05-123-8/+14
| | | | | | | | | | | | | | - Mark broken on 10.0 and newer because it doesn't build [2] - Stage just so I can commit [2] - Switch to USES=tar:bzip2 to silence warnings [2] - Cleanup pkg-descr [2] - Bump PORTREVISION for package change (pkg-descr) [2] - Not assigning maintainership because port is expiring PR: ports/188825 [1] PR: ports/189681 [2] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
* Update to 2.6.1 release.ale2014-05-1213-547/+13
|
* Stagify.ale2014-05-121-10/+9
|
* Add python version against which package was built into PKGNAME;demon2014-05-121-2/+2
| | | | Fix secondary category.
* Fix a typo.demon2014-05-121-1/+1
|
* Remove testing leftover.demon2014-05-121-1/+1
|
* New port: nagios-check_mongodb.demon2014-05-125-0/+564
| | | | A Nagios plugin to check MongoDB status.
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* Stage port.madpilot2014-05-122-13/+6
|
* Remove EOLed firebird 2.0bapt2014-05-1225-762/+0
|
* Mark as broken (it does not compile with any modern compilers)bapt2014-05-121-1/+3
| | | | | | While here convert to USE_FIREBIRD With hat: portmgr
* - drop maintainershipdinoex2014-05-112-2/+2
|
* - Support staging.rakuco2014-05-112-2/+3
| | | | | | | - Set LICENSE. PR: ports/189625 Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
* Reset more maintainers:antoine2014-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr
* - Don't remove mtree directoriesamdmi32014-05-103-3/+0
| | | | Approved by: portmgr
* Update to 4.2.0matthew2014-05-092-10/+5
| | | | | | | | | This is a significant feature and bugfix upgrade. Note: this release drops compatibility with the php-mysql module, relying solely on php-mysqli now. Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.0/phpMyAdmin-4.2.0-notes.html/view
* databases/my2cego: switch to my FreeBSD account emailpi2014-05-091-1/+1
| | | | Approved by: culot (mentor)
* - Stagevanilla2014-05-091-7/+8
| | | | | | | | - Add LICENSE PR: ports/188647 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@
* - Stagevanilla2014-05-091-8/+7
| | | | | | | | - Pet portlint PR: ports/188625 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@
* databases/freetds-devel: fix pkg-plist for make install,pi2014-05-092-7/+7
| | | | | | | | change MAINTAINER email PR: ports/189411 Submitted by: Kris Van Biesen Approved by: jadawin (mentor)
* Fix a few nits with databases/pgtune that cause runtimegjb2014-05-091-1/+10
| | | | | | | | | | | | | problems: - Add USES=shebangfix - Replace USE_PYTHON=yes with USE_PYTHON=2+ - Fix shebang line to use python2.N - Bump PORTREVISION Reported by: pathiaki2@yahoo.com (via ports@) Redports ID: https://redports.org/buildarchive/20140508164000-29103/ Sponsored by: The FreeBSD Foundation
* Fix build after libiodbc/unixODBC changesbapt2014-05-082-3/+4
|
* Reset maintainer:antoine2014-05-082-2/+2
| | | | | | | | <qingfeng@douban.com>: host aspmx.l.google.com[74.125.131.27] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr Reported by: pkg-fallout
* - Fix RUN_DEPENDSsunpoet2014-05-081-3/+5
| | | | | | - Add LICENSE - Remove leading indefinite article from COMMENT - Bump PORTREVISION for dependency change
* - Add regression-test:sunpoet2014-05-081-0/+3
|
* strip binariesbapt2014-05-082-5/+10
| | | | | USES=libtool:keepla USES=gmake
* Use optionsbapt2014-05-082-13/+28
| | | | | | Support stage Convert to USES=gmake dos2unix Always use gcc as a compiler
* Support stagebapt2014-05-082-29/+13
| | | | | Use option framework Convert to USES=gmake
* Fix buildbapt2014-05-083-35/+45
| | | | | Convert to USES=gmake pgsql Convert to unix file format
* Unbreakantoine2014-05-071-0/+1
|
* - Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal,tijl2014-05-062-10/+5
| | | | | | | | | | | | | | | | | | | | | autoconf, autoheader, automake. [1] This should allow replacing custom pre-configure and run-autotools targets that some ports have with USE_AUTOTOOLS. - Set default LIBTOOLIZE_ARGS: -i: install missing build scripts. -c: copy files instead of linking them. This is needed for USES=libtool to be able to patch them. -f: force replacement of existing files. This ensures all files belong to the same version. database/vsqlite: - Fix with new LIBTOOLIZE_ARGS. - INSTALL_TARGET=install-strip. - Drop :keepla. Reported by: Nikola Kolev <koue@chaosophia.net> [1] Exp-run: antoine Approved by: portmgr (antoine)
* Switch over to unixODBC to fix build after r353029bapt2014-05-061-3/+3
| | | | | PR: ports/189382 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on alltijl2014-05-066-92/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2.
* The KDE on FreeBSD team presents Qt 4.8.6.rakuco2014-05-061-1/+0
| | | | | | | | | | | | | | This is a minor bugfix release that fortunately contains quite a few patches that we have upstreamed in the past months. See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a summary of changes, and http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6 for a detailed list of changes. This patch contains commits by me, makc@ and Schaich Alonso. PR: ports/189213
* Fix unixODBC vs libiodbc conflictsbapt2014-05-0624-267/+126
| | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr
* Convert to USES=pgsqlbapt2014-05-059-63/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | While here: databases/pg_reorg - stagify databases/iplike - convert to USES=libtool - strip binarie databases/ip4r - strip binaries databases/postgresql-libpgeasy - convert to USES=libtool - strip binaries - stagify databases/postgresql-libpqxx - convert to USES=libtool - strip binaries databases/postgresql-libpqxx3 - convert to USES=libtool - strip binaries
* Convert to USES=pgsqlbapt2014-05-057-21/+11
| | | | | | | While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
* Convert all :U to :tu and :L to :tlbapt2014-05-059-14/+14
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Prevent the port from hardcoding its own CFLAGS/CXXFLAGS.rakuco2014-05-035-10/+51
| | | | | | | | | This should fix the build with clang 3.4, which refuses to accept options such as -fforce-addr and -fno-force-addr. While here, update the port's website in pkg-descr as well. MFH: 2014Q2
* databases/cego: update 2.20.1 -> 2.20.9pi2014-05-032-4/+4
| | | | | | PR: ports/186776 Submitted by: pi Approved by: jadawin (mentor)
* - Stageskreuzer2014-05-032-2/+3
| | | | | | | | - Add LICENSE - Pet portlint PR: ports/188648 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Up to 0.38:vg2014-05-032-3/+3
| | | | | | * Parser doesn't segfault if tarantool replies by broken package. Submitted by: myself
* Up to 1.5.3:vg2014-05-034-34/+38
| | | | | | | * Added new plugins: sql, sophia (disk storage) * Added broken on FreeBSD less than 9.0 (doesn't build) Submitted by: myself
* Update to 1.4.8.vg2014-05-024-21/+21
| | | | | | | | Changelog: https://github.com/basho/riak/blob/1.4/RELEASE-NOTES.md PR: ports/188692 Submitted by: myself Approved by: maintainer (timeout)
* - Pass maintainership to new volunteerwen2014-05-021-1/+1
|
* - Allow install lite versionwen2014-05-023-231/+276
| | | | | PR: 189211 Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
* There is no _WITH/_WITHOUT support in bsd.options.mk. Use _ON/_OFF insteadkwm2014-05-011-2/+2
| | | | | | for the kerberos option and fix typo in _OFF line. Submitted by: John Hein <john.hein@microsemi.com>
* Fix kerberos enable/disable flags.kwm2014-04-301-1/+2
| | | | | PR: ports/189037 (based on) Submitted by: barbara@
* - Update to 1.001002sunpoet2014-04-292-5/+7
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes
* Update to 4.0.1.14.48bar2014-04-293-138/+145
| | | | | Submitted by: bar (myself) Approved by: jjuanino@gmail.com (maintainer)
* ODBC driver for SQLite 2 and 3.madpilot2014-04-296-0/+88
| | | | WWW: http://www.ch-werner.de/sqliteodbc/
* - Update to 6.0.1wen2014-04-283-6/+18
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 189070 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 4.1.0wen2014-04-283-13/+36
| | | | | | | - Added STAGE support PR: 189051 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Mark a few unfetchable ports BROKENantoine2014-04-272-1/+5
| | | | With hat: portmgr
* Update to 4.1.14matthew2014-04-272-3/+3
| | | | | | This is a routine bugfix update Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.14/phpMyAdmin-4.1.14-notes.html/view
* - Update to 1.11.0sunpoet2014-04-271-1/+1
| | | | | | | - Use PORTDATA - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
* - Update to 0.6.5sunpoet2014-04-275-48/+84
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=gmake - Support STAGEDIR - Pass maintainership to submitter - While I'm here: - Use USES=pathfix - Use MANPAGES instead of MAN - Simplify Makefile - Remove Author line PR: ports/188601 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 1.5.1miwi2014-04-252-3/+3
| | | | | PR: 188717 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.100miwi2014-04-253-5/+7
| | | | | | | - Add LICENSE PR: 188957 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Switch to USES=libtoolbapt2014-04-252-48/+21
| | | | | | Use options helpers Use options sub strip binaries
* Convert to USES=libtool.tijl2014-04-252-7/+3
|
* . fix plist; [1]bsam2014-04-242-2/+19
| | | | | | | . do not use desktop-file-utils (there are no mime types at the desktop file); . bump PORTREVISION. Reported by: jenkins (swills via e-mail) [1]
* databases/pymongo: update to 2.7wg2014-04-242-3/+3
|
* . support staging; [1]bsam2014-04-233-592/+578
| | | | | | | . update to version 0.9.6.1. PR: ports/188871 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-235-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* databases/py-gdbm: Make install PREFIX-safekoobs2014-04-231-6/+6
| | | | | | | | | Pass a PREFIX-safe Python library directory to Python --install arguments. While I'm here: - Re-order and sort USE(S) and PYDISTUTILS entries - Whitespace alignment
* Support stagebapt2014-04-222-4/+5
|
* Switch to lua 5.2bapt2014-04-222-10/+23
| | | | Obtained from: pkgsrc
* databases/sqlbuddy: Unbreak and stagemarino2014-04-221-21/+6
| | | | | | | | | | | | | | | | The maintainer actually provided a PR to address the breakage long before it was marked broken. itetcu asked him a valid question: Why is sqlbuddy defaulting to sqlite when it is primarily a mysql tool? The question was never answered and the PR got thrown back on the heap. The SQLite component is what is missing. Let's remove sqlite as an option to restore the build and stage while here. It's bumped because of the change in default options. PR: ports/181708 submitted by: maintainer (Chenguang Li) modified by: marino MFH: 2014Q2
* Add NO_PYTHON knob to make lev@ a bit happier. Minor version update of tdb.timur2014-04-213-3/+11
|
* Mark broken, fails to buildantoine2014-04-211-0/+2
| | | | | | | | | | | ocamlfind ocamlc -g -package unix,extlib,pcre,calendar,csv \ -pp "camlp4o pa_extend.cmo q_MLast.cmo -parser Camlp4MacroParser -impl" \ -I +camlp4 -c -impl pa_pgsql.ml4 File "pa_pgsql.ml4", line 127, characters 16-16: Error: Unbound value _loc Reported by: pkg-fallout With hat: portmgr
* Update to 1.0bapt2014-04-204-29/+9
| | | | | Support stage Use lua 5.2
* Update to 1.12.1.rakuco2014-04-193-6/+5
| | | | | | | | | | | 1.12.1 07-April-2014 ---------------------------------------------- - Fixed deadlock in SearchManager - Fixed notification emission when appending items - Fixed ItemRetriever ignoring changeSince argument - Fixed X-AKAPPEND command response - Fixed RID-based FETCH - Fixed data loss in case of long-lasting copy or move operations
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1723-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Unbreak by depending on OpenSSL from portsgahr2014-04-163-1/+18
| | | | | | - Bump PORTREVISION (dependencies changed) Reported by: pkg-fallout
* - Stageswills2014-04-162-25/+31
| | | | | | | | | - Add LICENSE - Pet portlint - pkg-plist fix PR: ports/188664 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
* - Stageswills2014-04-161-1/+0
| | | | | | PR: ports/188652 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* databases/py-sqlobject: update to 1.5.2wg2014-04-162-3/+3
|
* - Stageswills2014-04-152-2/+1
| | | | | | | | - Pet portlint PR: ports/188650 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* - Stage [1]swills2014-04-152-9/+11
| | | | | | | | | | - Add LICENSE [1] - Pet portlint [1] - Move freetds version check to pre-build to avoid issues when patching when freetds isn't installed PR: ports/188646 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* - Stage [1]swills2014-04-152-5/+6
| | | | | | | | | | | | - Add LICENSE [1] - Pet portlint [1] - Avoid deprecated USE_PYDISTUTILS=easy_install - Switch to automatic PLIST - Bump PORTREVISION due to package change PR: ports/188622 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Approved by: portmgr@ (blanket)
* - Stageswills2014-04-152-4/+3
| | | | | | | | - Pet portlint PR: ports/188619 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* - Stageswills2014-04-151-1/+0
| | | | | | PR: ports/188606 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* - Stageswills2014-04-153-2/+7
| | | | | | | | | | - Fix pkg-plist - Add LICENSE - Pet portlint PR: ports/188605 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* - Stageswills2014-04-152-1/+2
| | | | | | | | - Pet portlint PR: ports/188602 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Fix the conflicts with py27-py-restclientwen2014-04-151-0/+4
| | | | Reported by: swills@
* - Stage support [1]wen2014-04-154-10/+15
| | | | | | | | | | | - Pet portlint [1] - Update to 1.9.7 - Convert to PYDISTUTILS_AUTOPLIST - Update WWW - Add LICENSE PR: 188610 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* - Stage support [1]wen2014-04-153-80/+9
| | | | | | | | | | | - Pet portlint [1] - Add LICENSE [1] - Convert to PYDISTUTILS_AUTOPLIST - Mark DEPRECATED - Reset maintainer to ports@ PR: 188620 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* Fix plistantoine2014-04-142-0/+2
| | | | With hat: portmgr
* Update to 4.1.13matthew2014-04-132-3/+3
| | | | | | This is a routine bugfix update Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
* Remove leftoversbapt2014-04-112-11/+0
|
* Remove expired ports:rene2014-04-1116-378/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
* Remove ancient gnome libraries and tools superseeded by libgda since version 4bapt2014-04-1147-1543/+0
| | | | Discussed with: gnome (kwm)
* - Add LICENSEsunpoet2014-04-111-2/+4
| | | | | - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE - Use USES=tar:xz
* - Add LICENSEsunpoet2014-04-111-2/+4
| | | | | - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE - Use USES=tar:xz
* - Add LICENSEsunpoet2014-04-111-2/+4
| | | | | - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE - Use USES=tar:xz
* - Take maintainershipbdrewery2014-04-102-17/+18
| | | | | | | - Stage - Fix DOXYGEN support - Replace tab with space in WWW - Add LICENSE
* Mark as broken non staged ports using the ruby frameworkbapt2014-04-092-1/+4
| | | | With hat: portmgr
* Reset maintainer.gjb2014-04-091-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Add forgotten option DOCSbapt2014-04-071-0/+2
|
* Support stagebapt2014-04-071-1/+0
|
* Support stagebapt2014-04-071-15/+9
| | | | Allow packaging as a user
* Support stagebapt2014-04-071-9/+5
| | | | Allow packaging as a user
* Support stagebapt2014-04-072-2/+0
|
* Support stagebapt2014-04-071-1/+0
|
* Support stagebapt2014-04-071-1/+0
|
* Support stagebapt2014-04-071-1/+0
|
* Support stagebapt2014-04-072-13/+10
|
* Support stagebapt2014-04-071-1/+0
|
* Update to 2.4.10 release.ale2014-04-073-12/+21
|
* - Update to 0.2100sunpoet2014-04-072-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes PR: 188309 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Fix typo in LIB_DEPENDSak2014-04-061-68/+66
| | | | | | | | - Use tar:bz2 - Convert spaces to tabs PR: ports/188204 Submitted by: "Mohammad S. Babaei" <info@babaei.net> (maintainer)
* - Allow build with php55sunpoet2014-04-065-44/+6
| | | | | | | | | | | | | | | - Remove DEFAULT_PHP_VER - Bump PORTREVISION for dependency change - While I'm here: - Use USE_PHPEXT and PHP_MODNAME - Remove unnecessary CONFIGURE_ARGS - Simplify Makefile: move common part of two extra patches to patch-adodb.c - Use USES=dos2unix - Support STAGEDIR - Use single space after WWW: PR: ports/188236 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Horde package update:mm2014-04-064-6/+6
| | | | | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.13.3 -> 2.13.4 Horde_Alarm 2.1.0 -> 2.2.0 Horde_Argv 2.0.7 -> 2.0.8 Horde_Auth 2.1.2 -> 2.1.3 Horde_Cache 2.4.1 -> 2.4.2 Horde_Cli 2.0.4 -> 2.0.5 Horde_Crypt 2.4.1 -> 2.4.2 Horde_Date 2.0.8 -> 2.0.9 Horde_Db 2.1.0 -> 2.1.1 Horde_Form 2.0.7 -> 2.0.8 Horde_HashTable 1.1.1 -> 1.1.2 Horde_History 2.2.1 -> 2.3.0 Horde_Http 2.0.5 -> 2.1.0 Horde_Image 2.0.5 -> 2.0.6 Horde_Imap_Client 2.19.1 -> 2.19.2 Horde_ListHeaders 1.1.0 -> 1.1.1 Horde_Mail 2.1.5 -> 2.1.6 Horde_Smtp 1.4.0 -> 1.4.1 Horde_TimeZone 1.0.5 -> 1.0.6
* - Fix Makefile's header [1]culot2014-04-052-2/+4
| | | | | | | | - Add LICENSE (MIT) [1] - Pet portlint(1) by reformatting WWW link PR: ports/188242 [1] Submitted by: Rober Kruus <rob.kruus@gmail.com> (maintainer)
* - Update to 3.8.4.2culot2014-04-052-4/+4
| | | | | PR: ports/188225 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.8.4.2culot2014-04-052-4/+4
| | | | | | Changes: http://www.sqlite.org/releaselog/3_8_4_2.html PR: ports/1878224 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* s/post-patch-script/post-patch/bapt2014-04-041-1/+1
|
* - Use MAKE_CMDsunpoet2014-04-041-1/+1
|
* - Use MAKE_CMDsunpoet2014-04-041-1/+1
|
* - Support stagingehaupt2014-04-041-7/+7
| | | | | | | | - Correct LICENSE definition - Specify LICENSE_FILE - Convert USE_BZIP2=yes to USES=tar:bzip2 - Use DEFAULT_VERSIONS instead of DEFAULT_PHP_VER - Use COPYTREE_SHARE istead of CP
* Remove expired ports:rene2014-04-047-125/+0
| | | | | | | | | | | | | | | | 2014-04-03 www/aolserver: abandonware, messing up on clusters 2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver 2014-04-03 www/openacs: Depends on expiring www/aolserver 2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters 2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters 2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters 2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters 2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
* Update to 1.12.0.rakuco2014-04-044-27/+7
| | | | | | | | | | | | | | | | | | | Changes since 1.11.0: * Improved 'akonadictl status' command output * Server-search support * Search plugins support * Tags support * Fixes and improvements in search * Fixes in protocol parser * Fixed inter-resource moves * Fixed .desktop files parsing * Optimized collections tasks scheduling * Optimized flags handling * Optimized appending new items via AK-APPEND * Handle database transactions deadlocks and timeouts * Improved PostgreSQL support * Soprano is now an optional dependency * Removed MySQL Embedded support
* - restore databases/p5-DBD-InterBaseaz2014-04-037-0/+159
| | | | | | | - set maintainership to Yuri Perezhilin <yuri@rivera.ru> PR: ports/187579 Submitted by: Yuri Perezhilin <yuri@rivera.ru>
* - Update to 0.06sunpoet2014-04-032-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
* Galera wsrep provider to Galera Cluster for MySQL, an easy-to-usenemysis2014-04-025-0/+323
| | | | | | | | | | high-availability solution with high system up-time, no data loss, and scalability for future growth. WWW: http://galeracluster.com PR: ports/184654 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
* - Sort PLISTsunpoet2014-04-012-15/+10
| | | | - Use @dirrm instead of @dirrmtry for sub-directory of a @dirrm'd directory
* Reapply stagebapt2014-04-012-18/+19
| | | | Fix license
* - Update to 0.702.2 version.lippe2014-04-013-33/+40
| | | | | PR: ports/185013 Submitted by: Alexandre Biancalana <ale@biancalanas.net>
* Update from 2.8.7 to 2.8.8.osa2014-04-013-6/+5
| | | | Update pkg-plist to be more convenient with pkgng(1).
* Stagify.kwm2014-04-0119-32/+16
|
* ocaml-sqlite3: Fix typo in patch (only affects DF)marino2014-04-011-1/+1
|
* - Update the pkg-descr to include the current home page and the descriptionswills2014-03-311-6/+5
| | | | | | from there Reported by: "vadim s. sabinich" <vadim@sabini.ch>
* Update to 5.6.17 release.ale2014-03-316-47/+3
|
* Update to 5.5.37 release.ale2014-03-317-58/+16
|
* - Add stage support, install manual pages unconditionallyrene2014-03-312-128/+118
| | | | | | | - Define an explicit option for the optional SASL dependency - Bump PORTREVISION Approved by: portmgr (blanket infrastructure)
* - Fix STR2CSTR usage [1]swills2014-03-314-43/+102
| | | | | | | - While here, stage. PR: ports/188079 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
* - new USES=dinoex2014-03-311-1/+1
|
* - use STAGEDIRdinoex2014-03-301-10/+11
|
* Remove expired ports:rene2014-03-305-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
* An awesome nested set implementation for Active Recordswills2014-03-304-0/+26
| | | | WWW: https://github.com/collectiveidea/awesome_nested_set
* Update to 5.1.30matthew2014-03-302-3/+3
| | | | Change log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-294-4/+4
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* - Add databases/puppetdb-terminusbrd2014-03-295-0/+62
| | | | | | PR: 187938 Submitted by: Geoff Garside < freebsd at geoffgarside.co.uk > Reviewed by: swills@
* Update to 4.1.12matthew2014-03-282-3/+3
| | | | | | This is a routine bugfix release Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.12/phpMyAdmin-4.1.12-notes.html/view
* Support stagegarga2014-03-282-13/+30
| | | | Approved by: portmgr (blanket)
* Add new Ocaml port: databases/dbmmarino2014-03-277-0/+87
| | | | | | | | | | | | | | | | | The initial version submitted in the PR was augmented by later changes seen in pkgsrc where the counterpart is maintained by the submitter. == This OCaml library is a binding to the NDBM/GDBM Unix "databases". It provides persistent storage of key-value pairs of strings. WWW: http://forge.ocamlcore.org/projects/camldbm/ == PR: ports/176115 Submitted by: Jaap Boender Maintainer: Jaap Boender Stage support: Taken from pkgsrc
* databases/ocaml-sqlite3: Upgrade from 1.6.1 -> 2.0.4 and stagemarino2014-03-274-42/+39
| | | | | | | | | The referenced PR was implemented, and then augmented with stage support from pkgsrc. The unique license was also documented. PR: ports/176067 Submitted by: maintainer (Jaap Boender) Stage support: Taken from pkgsrc
* Stage supportantoine2014-03-271-8/+15
|
* - Update to 2.6.4acm2014-03-261-0/+6
|
* APQ ports: apq, apq-mysql, apq-pgsql, apq-odbcmarino2014-03-264-0/+16
| | | | | | | | | | | | Without direction, GPRconfig will create a cgpr file at the standard $PREFIX/lib/gnat repository. This is the cause of the builder failures because it touches a part of the userland it's not supposed to. GPRconfig should be modified not to do this; it is never desirable. In the meantime, the fix for APQ is to specify .cgpr targets which do not exist so GPRconfig creates them there instead of $PREFIX/lib/gnat. Reported by: swills
* - Update to 0.00013sunpoet2014-03-262-28/+20
| | | | | | | | | - Sort *_DEPENDS - Convert to new options helper - Remove USE_PERL5=extract and outdated post-extract: - Remove no-op SHA option Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
* - Update to 4.027sunpoet2014-03-262-3/+3
| | | | Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog
* - Update to 1.42sunpoet2014-03-262-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbcmarino2014-03-2522-0/+405
| | | | | | | | | | | | | | | | | APQ is a database interface library written in Ada95. This is the base library, but it is not useful without a driver. There are three drivers available for PostgreSQL, MySQL, and ODBC in separate ports. Some features: * Thick binding * Strong typing support * Full BLOB support (PGSQL) * High performance BLOB I/O via streams * Full support for NULL Values * Fully portable (database neutral) code possible * Four levels of debug tracing WWW: https://bitbucket.org/kowframework/apq
* - Update to 5.6.16-64.1flo2014-03-258-48/+60
| | | | | | - Also pass --defaults-extra-file to mysql_install_db [1] Submitted by: Daniel Ylitalo <daniel@203core.se>
* - Update to 5.5.36-34.1flo2014-03-259-39/+52
| | | | | | - Also pass --defaults-extra-file to mysql_install_db [1] Submitted by: Daniel Ylitalo <daniel@203core.se>
* Remove expired ports:rene2014-03-259-123/+0
| | | | | | | | | | | | | 2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0 2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream 2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream 2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor 2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind 2014-03-23 games/xflame: No more public distfiles 2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead 2014-03-24 x11-wm/hackedbox: Abandonware 2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils' 2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
* - Update to 0.2001sunpoet2014-03-243-4/+4
| | | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes PR: ports/187710 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Mark DEPRECATED. Firebird 2.0 has been discontinued. Use firebird21 oracm2014-03-241-0/+3
| | | | firebird25 instead
* Upgrade from 3.0.0-beta1 to 3.0.0-beta2.osa2014-03-243-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite entries for pkg-plist. <ChangeLog> >> General * [FIX] Sometimes the absolute config file path was obtained in a wrong way. This happened when there was a "dir" directive inside the config file and at the same time the configuration file was given as a relative path to redis-server or redis-sentinel executables. * [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are called during an interactive session. * [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other archs not capable of dealing with unaligned accesses. This also makes the code faster in archs where unaligned accesses are allowed. * [FIX] Force INFO used_memory_peak to match peak memory. This generated some confusion among users even if it was not an actual bug. * [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not propagate to AOF / Slaves correctly under certain conditions. See issue #1549 at Github for more information. * [FIX] Fixed multiple bugs resulting into closing the link with master or slave during replication without good reasons. This will result in useless resynchronizations, or infinite loops where the replication link can't be established. * [FIX] Don't count the time needed to populate the buffers of clients waiting in MONITOR mode when populating the Slow Log entries. * [NEW] Redis-cli updated to use SCAN instead of random sampling via RANDOMKEY in order to implement --bigkeys feature. Moreover the implementation now supports pipelining and reports more information at the end of the scan. Much faster, much better. A special thank you to Michael Grunder for this improvement. * [NEW] redis-cli now supports a new --intrinsic-latency mode that is able to meter the latency of a system due to kernel / hypervisor. How to use it is explained at http://redis.io/topics/latency. * [NEW] New command BITPOS: find first bit set or clear in a bitmap. * [NEW] CONFIG REWRITE calls are now logged. * [NEW] AOF write errors (like no space on device) no longer abort Redis if the fsync policy is none or every second. The database enters a read-only mode where every write is refused with an error. Normal operations are restored as soon as Redis is able to append again data to the AOF file. * [NEW] Sentinel now accepts SHUTDOWN command. >> Cluster * [FIX] Bind the first interface listed in the "bind" configuration directive if any, in order to perform outgoing connections. This fixes Cluster usage when an address is bound but there are multiple interfaces that may be used to connect with other nodes. * [FIX] When an "Importing" slot is closed via CLUSTER SETSLOT NODE ... increment the configEpoch in the special case it is zero. * [FIX] Current transaction is invalidated on redirection errors. * [FIX] Abort if port does not allow for a valid cluster bus port that is always at fixed +10000 offset. * [FIX] Keys extraction algorithm fixed for ZUNIONSTORE/ZINTERSTORE and SORT. * [FIX] Better failover timeout and retry times: failover should now work reliabily when node-timeout is very small (a few milliseconds). * [FIX] Don't allow SORT GET/BY options in Cluster mode. * [FIX] Clear importing/migrating state when turning from master to slave role. * [FIX] Set slot error if we receive an update for a busy slot. * [FIX] Update node configEpoch on UPDATE messages. * [NEW] Support multi-key operations as long as keys resolve to the same hash slot, and the slot is not migrating, or it is migrating but all the mentioned keys are available. * [NEW] New DEBUG command CMDKEYS available to debug / test keys identification in Redis commands. * [NEW] redis-trib: create subcommand is now able to assign spare slaves. * [NEW] redis-trib: new subcommand 'call'. Exec command in all nodes. >> Sentinel * [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the new Sentinel design. This error was actually a fix for a design error in the first implementation of Sentinel. * [FIX] Sentinel: added a missing exit() call to abort after config file checks at startup. This error was introduced with an improvement in a previous 2.8 release. * [FIX] Sentinel: better nodes fail over start time desynchronization to avoid split-brain during the voting process needed to get authorization to fail over. This means the system is less likely to need to retry and will fail over faster. No changes in behavior / correctness. * [NEW] Sentinel unit tests and framework. More tests needed and units must be improved in order to have less false positives, but it is a start and features a debugging console that is useful to fix tests or to inspect bugs causing tests failures. * [NEW] New Sentinel events: +/-monitor and +set used to monitor when an instance to monitor is added or removed, or when a configuration is modified via SENTINEL SET. </ChangeLog>
* Fix problem building postgresql84-server with ICU patchgirgen2014-03-232-3/+3
| | | | PR: ports/186875
* - Update to 1.3.9swills2014-03-232-3/+3
|
* Update to 4.1.11matthew2014-03-232-3/+3
| | | | | | | | | This is a quick-reaction update to fix a regression in 4.1.10 released earlier today: reCaptcha on the login panel no longer worked Release notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.11/phpMyAdmin-4.1.11-notes.html/view
* Update to 4.1.10matthew2014-03-232-5/+4
| | | | | | | | * USE_XZ -> USES tar:xz This is a routine bugfix update. Release notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
* Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will needgirgen2014-03-2110-5/+55
| | | | the ossp library present, and then we never use it.
* Fixed bad filesize in distinfogirgen2014-03-211-1/+1
|
* The PostgreSQL Global Development Group has released an update to all supportedgirgen2014-03-2025-51/+1965
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version of the database system, including versions 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21. This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues. For this reason, users are encouraged to replace each of their standby databases with a new base backup after applying the update. See release notes for more changes. URL: http://www.postgresql.org/docs/current/static/release.html URL: https://wiki.postgresql.org/wiki/20140320UpdateIssues A change specific to the FreeBSD port: Modify the contrib/uuid-ossp to actually work (not crashing the backend) by using the libc implementation of uuid instead of the ossp port. Schemas and queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION support added by girgen@. URL: http://pgfoundry.org/projects/uuid-freebsd PR: ports/121745, ports/182846
* - Support stagingehaupt2014-03-201-9/+7
| | | | | - Use shebangfix - Define DOCS option
* Revert switch to libevent-2.0 (configure fails to properly discover it and I ↵bapt2014-03-201-7/+2
| | | | | | don't have time to investigate) Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)