aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* Remove expired ports:antoine2014-03-196-63/+0
| | | | | 2014-03-18 databases/ludia: Broken since June 2013 2014-03-18 lang/schemetoc: Broken since July 2013
* - Strip binary executable and shared library in post-install: phasesunpoet2014-03-191-6/+2
|
* - Strip binary executable and shared library in post-install: phasesunpoet2014-03-191-7/+4
| | | | - Add regression-test:
* Fix SSL support.demon2014-03-182-1/+14
| | | | | PR: 187666 Submitted by: Michael Gmelin <freebsd@grem.de>
* This module provides interface to access redis key-value store, itkuriyama2014-03-185-0/+36
| | | | | | | | transparently handles disconnects and forks, supports transactions, pipelining, and subscription mode. Module includes XS and pure Perl versions of the parser. WWW: http://search.cpan.org/dist/RedisDB/
* This module provides methods to build redis requests and parse replieskuriyama2014-03-185-0/+43
| | | | | | from the server. WWW: http://search.cpan.org/dist/RedisDB-Parser/
* Explicitly disable gettext.timur2014-03-181-1/+4
|
* - Update to 0.8.4swills2014-03-183-5/+6
| | | | | | | - Support STAGEDIR PR: ports/187662 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Package the pkg-config fileantoine2014-03-172-0/+3
|
* - Update to version 3.8.4.1 [1]pawel2014-03-162-10/+7
| | | | | | | | - Strip library [1] - Remove optional instalation of example files PR: ports/187603 [1] Submitted by: maintainer
* Update to version 3.8.4.1pawel2014-03-162-4/+4
| | | | | PR: ports/187604 Submitted by: maintainer
* Make proftpd-mod_sql_tds use its own versionmm2014-03-161-0/+2
|
* Add MASTER_SITES to databases/proftpd-mod_sql_tdsmm2014-03-161-0/+2
|
* Kill bogus EOL whitespace.danfe2014-03-151-1/+1
|
* Fix double occurences of USES=tijl2014-03-152-3/+4
|
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* - Use USES=tar:tgzsunpoet2014-03-141-6/+1
| | | | - Simplify Makefile
* - Use USES=tar:tgzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:tgzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:tgzsunpoet2014-03-141-2/+1
|
* Back to poolcs2014-03-141-1/+1
|
* Make configuration file path configurable in rc.conf. [1]mandree2014-03-142-14/+9
| | | | | | | | | Convert to stage support. State which BSD license is meant. [2] PR: ports/181201 [1] Submitted by: Daniel Ylitalo <daniel@blodan.se> [1] Approved by: maintainer timeout (osa, 6 months) [1] Approved by: portmgr (blanket) [2]
* - Update to version 1.2.15pawel2014-03-143-57/+66
| | | | | | | - Support staging PR: ports/187455 Submitted by: maintainer
* - Update to 3.8.4culot2014-03-132-4/+4
| | | | | | Changes: http://www.sqlite.org/releaselog/3_8_4.html PR: ports/187445 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - update to 5.5.0jgh2014-03-134-91/+348
| | | | | | | - mysql is in-process of being unbroken - stage support will be addressed in a later commit Changes: http://community.jaspersoft.com/what-is-new
* Usage of .pre.mk requires corresponding .post.mktimur2014-03-133-18/+36
|
* Convert to the staged environmenttimur2014-03-131-23/+48
|
* Add new port databases/ntdb - it's revised version of databases/tdb, used bytimur2014-03-1311-0/+705
| | | | net/samba41 port.
* - Remove database/pear-MDB2_Driver_sqlite Unmaintained upstreammiwi2014-03-124-31/+0
|
* - Update to 1.13.0swills2014-03-122-4/+7
| | | | | | | | | - Add memcached dependency since it seems required to run - Use UIDs and GIDs and create a user for swift since that seems required PR: ports/187421 Submitted by: swills (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Update to 2.0.3.trociny2014-03-122-4/+3
| | | | | PR: ports/187428 Submitted by: swills
* - Add p5-DBIx-Admin-TableInfo 2.11sunpoet2014-03-125-0/+46
| | | | | | | | | | | DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around all of these DBI methods: - table_info() - column_info() - primary_key_info() - foreign_key_info() WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/
* - Add p5-DBIx-Admin-DSNManager 2.01sunpoet2014-03-125-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | DBIx::Admin::DSNManager manages a file of DSNs, for both testing and production. The INI-style format was selected, rather than, say, using an SQLite database, so that casual users could edit the file without needing to know SQL and without having to install the command line program sqlite3. Each DSN is normally for something requiring manual preparation, such as creating the database named in the DSN. In the case of SQLite, etc, where manual intervention is not required, you can still put the DSN in dsn.ini. One major use of this module is to avoid environment variable overload, since it is common to test Perl modules by setting the env vars $DBI_DSN, $DBI_USER and $DBI_PASS. But then the problem becomes: What do you do when you want to run tests against a set of databases servers? Some modules define sets of env vars, one set per database server, with awkward and hard-to-guess names. This is messy and obscure. DBIx::Admin::DSNManager is a solution to this problem. WWW: http://search.cpan.org/dist/DBIx-Admin-DSNManager/
* - Add p5-DBIx-Admin-CreateTable 2.10sunpoet2014-03-125-0/+54
| | | | | | | | | | | | | | | | | | | | | | DBIx::Admin::CreateTable is a pure Perl module. Database vendors supported: MySQL, Oracle, Postgres, SQLite. Assumptions: - Every table has a primary key - The primary key is a unique, non-null, integer - The primary key is a single column - The primary key column is called 'id' - If a primary key has a corresponding auto-created index, the index is called 't_pkey': This is true for Postgres, where declaring a column as a primary key automatically results in the creation of an associated index for that column. The index is named after the table, not after the column. - If a table 't' (with primary key 'id') has an associated sequence, the sequence is called 't_id_seq': This is true for both Oracle and Postgres, which use sequences to populate primary key columns. The sequences are named after both the table and the column. WWW: http://search.cpan.org/dist/DBIx-Admin-CreateTable/
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-1110-8/+10
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Update to 0.1901sunpoet2014-03-102-5/+7
| | | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes PR: ports/187382 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Unbreak on FreeBSD 8.3, it is still supportedantoine2014-03-101-1/+1
| | | | Reported by: pkg-fallout
* Finish stage supportantoine2014-03-091-3/+2
|
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-092-0/+4
| | | | since more than 12 years)
* - Update to version 3.5.1 [1]pawel2014-03-094-12/+52
| | | | | | | - Add staging support PR: ports/187356 [1] Submitted by: maintainer
* Fix make fetchantoine2014-03-081-1/+0
| | | | It seems infozip is not needed (java dumps core in the middle of the install here so not totally sure)
* - Update to version 2.3.2, take maintainership [1]pawel2014-03-083-91/+84
| | | | | | | | | | | | - Correct LICENSE [1] - Add staging support [1] - Use USES=zip - Remove leading article from COMMENT - Docs files don't need optional installation with stage, convert installation procedure to COPYTREE_SHARE PR: ports/187336 Submitted by: Jim Ohlstein <jim@ohlste.in>
* Update to 4.1.9matthew2014-03-082-3/+3
| | | | | | This is a routine bugfix release. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.9/phpMyAdmin-4.1.9-notes.html/view
* Remove expired ports with no active website:rene2014-03-085-63/+0
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Horde package update:mm2014-03-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | horde 5.1.5 -> 5.1.6 imp 6.1.6 -> 6.1.7 Horde_Alarm 2.0.5 -> 2.1.0 Horde_Auth 2.1.1 -> 2.1.2 Horde_Autoloader 2.0.1 -> 2.1.0 Horde_Browser 2.0.4 -> 2.0.5 Horde_Crypt 2.4.0 -> 2.4.1 Horde_Date 2.0.7 -> 2.0.8 Horde_Dav 1.0.3 -> 1.0.4 Horde_Db 2.0.4 -> 2.1.0 Horde_Editor 2.0.3 -> 2.0.4 Horde_Form 2.0.6 -> 2.0.7 Horde_Group 2.0.2 -> 2.0.3 Horde_Imap_Client 2.18.4 -> 2.18.6 Horde_SessionHandler 2.2.3 -> 2.2.4 Horde_Share 2.0.4 -> 2.0.5 Horde_Url 2.2.1 -> 2.2.2 Horde_Vfs 2.1.2 -> 2.2.0
* Convert d* to USES=zipbapt2014-03-0828-35/+29
|
* Fix installing manpagebapt2014-03-071-7/+4
| | | | | | | | | Fix build with and without docs Fix memcached eating 100% of memory when built with both libevent2 and libevent 1.4 installed at the same time by making sure to always find the event.h from libevent2 first PR: ports/187337 ports/187340 ports/187309 Reported by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, Volodymyr Kostyrko <arcade@b1t.name>, Ross <basarevych@gmail.com>
* Stagify.kwm2014-03-072-8/+7
| | | | | switch to USES=gmake libtool pathfix. use USE_GNOME=glibmm
* Unbreak on 9.x and 8.x by using USES=compiler:c++0x.kwm2014-03-072-1/+3
| | | | | Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize so autogen.sh still works
* Add actualy library to plist.kwm2014-03-071-0/+1
| | | | Submitted by: tijl@
* Unbreak on 10+kwm2014-03-075-4/+44
| | | | Stagify. Add USES=desktop-file-utils and libtool.
* Mark BROKEN: Does not buildantoine2014-03-071-0/+1
| | | | | | | | | | | | c++ -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3, from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2: /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)': /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope ... Reported by: pkg-fallout
* Mark BROKEN: Does not buildantoine2014-03-071-0/+1
| | | | | | | | libtool: compile: c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp -fPIC -DPIC -o .libs/sqlrlistener.o sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)': sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)' Reported by: pkg-fallout
* - Remove outdated PERL_LEVEL checksunpoet2014-03-072-14/+2
| | | | With hat: perl
* Support stagingehaupt2014-03-061-7/+7
|
* Support stagingehaupt2014-03-061-7/+6
|
* Remove expired ports:rene2014-03-0614-333/+0
| | | | | | | | | | | | | | | | | | 2014-03-05 databases/mysqlard: Abandonware 2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999) 2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player 2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead 2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead 2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
* Upgrade from 2.8.6 to 2.8.7.osa2014-03-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> # UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds new features so users may want to upgrade in order to exploit the new functionalities. * [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] 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] 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] 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. * [FIX] Force INFO used_memory_peak to match peak memory. This generated some confusion among users even if it was not an actual bug. * [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. * [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. </ChangeLog>
* Support stagebapt2014-03-062-10/+32
| | | | Use libevent2 instead of libevent
* Support stagebapt2014-03-062-3/+13
|
* Support stagebapt2014-03-062-4/+15
|
* Convert to use libevent2bapt2014-03-061-6/+11
|
* Bump portrevision due to dependency changebapt2014-03-061-0/+1
| | | | Reminded by: kwm
* Enforce libevent2 in memcachedbapt2014-03-051-30/+23
| | | | | | | | | libevent2 performs way better than libevent1 While here: - support stage - use options helpers Approved by: swills (maintainer)
* databases/akonadi:makc2014-03-041-3/+2
| | | | - Fix dependency on mysql (lost after conversion to options helpers)
* Update to version 0.9.0 of libdbi-drivers to go with the same version ofgerald2014-03-045-177/+9
| | | | | | | | | libdbi. This drops support for msgl, sqlite2, firebird and freetds. [1] Use DISTVERSION in MASTER_SITE instead of duplicating this information. PR: 178780 [1] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
* Update to libdbi version 0.9.0. [1]gerald2014-03-045-28/+67
| | | | | | | | | | | | | This supports multiple independent "instances", which permits programs to use several dlopen()ed modules which are linked against libdbi. Support for transactions and savepoints has been added, and drivers now receive additional hints to optimize sequential reads from result sets. Convert to staging (simplifying PORTDOCS handling). PR: 178779 [1] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1] Approved by: maintainer timeout (clsung, >9 months) [1]
* KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-0410-0/+166
| | | | | | | | | | Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
* Update to 5.5.35feld2014-03-048-44/+179
| | | | | | | | | Maintainer is not available for further feedback (Ukraine) Stay safe, Alexandr PR: ports/185012 Sponsored by: SupraNet Communications, Inc
* Support stagingehaupt2014-03-031-6/+7
|
* Fix LEGAL text.thierry2014-03-031-3/+2
| | | | | | Since I'm there, support staging. Requested by: eadler
* databases/py-bsddb3: remove local plist hack and support stagingrm2014-03-033-131/+6
| | | | | | | | - convert to using auto-generated packing list and remove NO_STAGE - install docs into staging area uncoditionally - remove local plist hack - it is now handled by bsd.python.mk Approved by: portmgr (blanket)
* databases/py-postgresql: remove local plist hack and support stagingrm2014-03-033-340/+7
| | | | | | | | | | - clarify the license (BSD3C) - use 3 in USE_PYTHON - convert to using auto-generated packing list and remove NO_STAGE - remove local plist hack - it is now handled by bsd.python.mk - bump PORTREVISION for the case Approved by: portmgr (blanket)
* - modernize dependency on databases/py-sybaserm2014-03-031-1/+1
|
* databases/py-sqlalchemy-devel: support staging and do general clean-uprm2014-03-032-717/+24
| | | | | | | | | | | - do not use easy_install for installation and convert to auto-generated packing list - remove options descriptions, that already presented in bsd.options.desc.mk - utilize options helpers - install docs and examples into staging area uncoditionally - remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk - bump PORTREVISION because of package change Approved by: nivit (maintainer, explicitly for such changes in his ports)
* fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)oliver2014-03-031-2/+2
| | | | Approved by: maintainer (via mail)
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-022-3/+3
| | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
* - Convert to new options helpersunpoet2014-03-021-9/+4
|
* - Add LICENSEsunpoet2014-03-011-12/+5
| | | | - Remove outdated PERL_LEVEL check
* - Add LICENSEsunpoet2014-03-011-8/+11
| | | | | | | | - Fix shebang - Bump PORTREVISION for package change - Support STAGEDIR Approved by: portmgr (blanket)
* - Add LICENSEsunpoet2014-03-011-9/+11
| | | | | | | | | - Convert to new options framework - Fix shebang - Bump PORTREVISION for package change - Support STAGEDIR Approved by: portmgr (blanket)
* - Use BINMODE and DOCMODEsunpoet2014-03-011-10/+3
| | | | - Simplify Makefile
* - Allow "make package" as usersunpoet2014-03-011-11/+3
| | | | | - Use BINMODE and DOCMODE - Simplify Makefile
* - Fix shebangsunpoet2014-03-011-1/+4
| | | | - Bump PORTREVISION for package change
* - Update to 1.20sunpoet2014-03-012-4/+7
| | | | | | | | - Do not run misc tests PR: ports/176855 Submitted by: sunpoet (myself) Approved by: GGeraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timerene2014-03-0127-545/+0
| | | | | | | to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk
* Mark more ports BROKENantoine2014-03-011-0/+2
| | | | | | Error logs are available in the pkg-fallout archives Reported by: pkg-fallout since at least january 2014
* - Install hash.hsunpoet2014-02-283-0/+12
| | | | | | | | - Bump PORTREVISION for package change PR: ports/187131 Submitted by: sunpoet (myself) Approved by: ale (maintainer)
* - Reset maintainershipsunpoet2014-02-282-21/+9
| | | | | | | | | | - While I'm here: - Add BUILD_DEPENDS - Convert to new options helper - Sort PLIST PR: ports/187127 Submitted by: parv <parv@pair.com> (maintainer)
* - Support stagingehaupt2014-02-272-20/+14
| | | | | | - Use shebangfix - Define EXAMPLES option - Define DOCS option
* Support stagingehaupt2014-02-271-4/+4
|
* - Update to 6.4.3miwi2014-02-276-247/+552
| | | | | | | | - Convert to USES - Use options helper PR: 181057 Submitted by: ports fury
* Stage supportantoine2014-02-2738-341/+1160
| | | | | Reviewed by: postgresql@ Tested by: miwi and me
* Support stagingehaupt2014-02-261-7/+5
|
* Support stagingehaupt2014-02-261-10/+7
|
* Support stagingehaupt2014-02-261-6/+8
|
* - Stage supportmiwi2014-02-262-12/+10
|
* - Stage supportmiwi2014-02-261-14/+9
|
* - Stage supportmiwi2014-02-251-5/+3
|
* Update to 0.4-7skreuzer2014-02-242-4/+3
|
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILESsunpoet2014-02-241-4/+3
| | | | | | - Use USE_PYDISTUTILS=yes - Remove PYDISTUTILS_PKGNAME - Bump PORTREVISION for package change
* - Add LICENSEsunpoet2014-02-241-5/+4
| | | | | | - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO - Update USE_PYTHON - Support STAGEDIR
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFOsunpoet2014-02-241-5/+3
| | | | | - Remove patch of not using setuptools - Bump PORTREVISION for package change
* Set expiration date: marked deprecated since may 2012antoine2014-02-242-0/+2
|
* Update to 4.1.8matthew2014-02-232-3/+3
| | | | | | This is a routine bugfix relaease ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.8/phpMyAdmin-4.1.8-notes.html/view
* - fix build for fbsd 10.0 (respect CC)az2014-02-223-3/+18
| | | | - add stage support and fix pkg-plist
* Horde package update:mm2014-02-222-3/+3
| | | | | | | | | | | | | | Horde_Cache 2.4.0 -> 2.4.1 Horde_Css_Parser 1.0.3 -> 1.0.4 Horde_HashTable 1.1.0 -> 1.1.1 Horde_Imap_Client 2.17.1 -> 2.18.2 Horde_Injector 2.0.2 -> 2.0.3 Horde_Mail 2.1.4 -> 2.1.5 Horde_Mime 2.2.8 -> 2.2.9 Horde_Smtp 1.3.1 -> 1.4.0 Horde_Stream 1.5.0 -> 1.6.1 Horde_Stream_Wrapper 2.0.1 -> 2.1.0 Horde_Translation 2.0.1 -> 2.1.0
* - Stage supportmiwi2014-02-221-9/+6
|
* - Stage supportmiwi2014-02-221-5/+2
|
* Back to python@tj2014-02-221-1/+1
|
* Update to 2.019004.tj2014-02-222-3/+3
| | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019004/Changes
* remove missing tzdata filesgirgen2014-02-221-4/+0
|
* - Update to 0.8gblach2014-02-222-3/+3
|
* A vendor independent interface for accessing databases, similar to Perl's DBIswills2014-02-224-0/+26
| | | | WWW: http://www.rubyforge.org/projects/ruby-dbi
* - Stage supportmiwi2014-02-211-7/+4
|
* Remove trailing whitespaces from category databasesehaupt2014-02-218-8/+8
|
* - Add LICENSEgahr2014-02-213-14/+20
| | | | - STAGE-clean
* The PostgreSQL Global Development Group has released an importantgirgen2014-02-2116-61/+26
| | | | | | | | | | | | | | | | | | | | | | update to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and 8.4.20. This update contains fixes for multiple security issues, as well as several fixes for replication and data integrity issues. All users are urged to update their installations at the earliest opportunity, especially those using binary replication or running a high-security application. This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. Before this fix, any member of a ROLE was able to grant others access to the same ROLE regardless if the member was given the WITH ADMIN OPTION permission. It also fixes multiple privilege escalation issues, including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, and CVE-2014-0066. More information on these issues can be found on our security page and the security issue detail wiki page. Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063 CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067
* databases/libiodbc:makc2014-02-202-33/+27
| | | | | | | - Amend LICENSE (BSD3CLAUSE) - Convert to USES=libtool:oldver - Convert to options - Add stage support
* Support stagingehaupt2014-02-201-3/+4
|
* Support stagingehaupt2014-02-202-12/+14
|
* Consolidate the docbook ports into -sgml and -xml variants.mat2014-02-191-2/+2
| | | | | Submitted by: hrs (based on) Sponsored by: Absolight
* - Reflect change of license namegahr2014-02-191-1/+1
|
* Add upstream patch to fix the build with clang 3.4.rakuco2014-02-192-0/+23
| | | | | | | clang 3.4 is pickier and refuses to work when passed flags it does not understand, such as -fno-check-new in this case. PR: ports/186873
* - Add LICENSE_FILEgahr2014-02-191-0/+1
| | | | Reported by: mat
* - Stage supportmiwi2014-02-191-19/+7
|
* - Update rails to 3.2.17 [1]swills2014-02-194-7/+6
| | | | | | | | | | - Update polyglot to 0.3.4 since rails wants the newer version - Update redmine to use new rails Security: CVE-2014-0080 [1] Security: CVE-2014-0081 [1] Security: CVE-2014-0082 [1] MFH: 2014Q1
* Deprecate and set expiration date: broken since June 2013antoine2014-02-191-0/+2
|
* - Fix RUN_DEPENDSsunpoet2014-02-191-1/+1
|
* - update to 2.1.7rm2014-02-193-14/+30
| | | | | | | | - support staging PR: 186759 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer)
* - STAGE-cleangahr2014-02-192-19/+30
| | | | - Add LICENSE
* - Convert to USES=tclgahr2014-02-182-10/+5
| | | | - STAGE-clean
* - Enhance init script [1]swills2014-02-187-34/+94
| | | | | | | | | | | | | - Fix with newer Django [2] - Lots of other cleanups and improvements, including moving the data to a more standard location - Take maintainership, maintainer has not responded to PRs in many months PR: ports/181043 [1] PR: ports/185097 [2] Submitted by: brd [1] Submitted by: swills (myself) [2] Approved by: maintainer timeout (bsdports@wayfair.com, >3 months)
* Chase docbook cleanup dependencies.mat2014-02-181-1/+1
| | | | Sponsored by: Absolight
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-2/+2
|