summaryrefslogtreecommitdiff
path: root/databases/mysql-proxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update the pkg-descr to include the current home page and the descriptionSteve Wills2014-03-311-6/+5
| | | | | | from there Reported by: "vadim s. sabinich" <vadim@sabini.ch>
* - Update to 0.8.4Steve Wills2014-03-173-5/+6
| | | | | | | - Support STAGEDIR PR: ports/187662 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Back out unintentional changes and fix pkg-plist propertiesBaptiste Daroussin2014-01-212-5/+7
| | | | Reported by: mat
* Fix properties on pkg-plistBaptiste Daroussin2014-01-213-8/+5
|
* Fix LIB_DEPENDS and plistAntoine Brodin2013-12-242-4/+1
|
* Fix LIB_DEPENDSAntoine Brodin2013-12-201-1/+1
|
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | LIB_DEPENDS in databases
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - Remove mysql 4X referenceMartin Wilke2013-05-221-6/+1
|
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Update to 0.8.3Steve Wills2012-09-023-3/+6
|
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Remove references to mysql 323 and 40, most commonly of the form:Doug Barton2011-10-171-1/+1
| | | | IGNORE_WITH_MYSQL= 323 40
* - Improve rc script so that it only checks mysql_proxy_backend_addressesSteve Wills2011-09-271-9/+13
| | | | | | | on startup - Various other rc cleanups Submitted by: dougb
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to 0.8.2Steve Wills2011-09-184-77/+74
| | | | | | | | | - Sort plist - Adjust rc script to removal of admin plugin from default list of loaded plugins. Note: If you wish to load it at startup, you can do so via mysql_proxy_flags in rc.conf. Changes: http://dev.mysql.com/doc/refman/5.5/en/mysql-proxy-news-0-8-2.html
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Fix rc scriptSteve Wills2011-05-292-2/+2
| | | | | PR: ports/157332 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
|
* - Update to 0.8.1 [1]Steve Wills2010-12-124-8/+16
| | | | | | | | | - Rename rc script - Add path to mysql_config PR: ports/152368 [1] Submitted by: Florian Smeets <flo at smeets.im> [1] Approved by: pgollucci (mentor)
* - Remove support for building with MySQL 4.1 since it is brokenSteve Wills2010-12-121-1/+1
| | | | | PR: ports/138533 Approved by: pgollucci (mentor)
* - Takeover some of clsung's portsSteve Wills2010-12-091-1/+1
| | | | Approved by: pgollucci (mentor)
* Update libevent to 1.4.14bMartin Matuska2010-07-251-0/+1
| | | | | PR: ports/147723 Approved by: maintainer (timeout)
* - Update to 0.8.0Cheng-Lung Sung2010-04-276-172/+62
| | | | | PR: ports/143255 Submitted by: Florian Smeets <flo_AT_kasimir dot com>
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-2/+2
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - fix rw-splitting.Cheng-Lung Sung2009-12-032-1/+94
| | | | | | | | - See full description at http://bugs.mysql.com/bug.php?id=46141 - bump PORTREVISION PR: ports/140695 Submitted by: Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
* - fix broken rw-splitingCheng-Lung Sung2009-10-283-1/+74
| | | | | | | - bump PORTREVISION PR: ports/140039 Submitted by: Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
* - fix broken rw-splitingCheng-Lung Sung2009-10-283-29/+8
| | | | | | | - bump PORTREVISION PR: ports/139792 Submitted by: Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
* - allow multiple backend addresses with mysql-proxy startup scriptCheng-Lung Sung2009-10-272-2/+7
| | | | | | | - bump PORTREVISION PR: ports/136028 Submitted by: Alexey V dot Degtyarev <alexey_AT_renatasystems dot org>
* - Update to 0.7.2Cheng-Lung Sung2009-08-172-4/+4
|
* - Update to 0.7.1Cheng-Lung Sung2009-07-099-47/+436
| | | | PR: ports/134042
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-2/+2
|
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Startup script to mysql-proxyCheng-Lung Sung2008-03-272-0/+52
| | | | | | | Changes: PR: ports/120183 Submitted by: <bartlomiej dot syryjczyk_AT_expro dot pl> Reviewed by: clsung
* Fix build (was due to lua's upgrade).Vanilla I. Shu2008-03-221-1/+1
| | | | | Submitted by: pav@ via email Approved by: clsung@ (maintainer)
* - Update to 0.6.1Cheng-Lung Sung2008-01-303-5/+8
| | | | Changes:
* - builds on mysql 4.1Cheng-Lung Sung2008-01-291-1/+1
| | | | | Changes: Submitted by: bartlomiej dot syryjczyk_AT_expro dot pl
* - Bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2008-01-021-2/+2
|
* - fix install errorCheng-Lung Sung2007-10-152-0/+46
|
* - Update to 0.6.0Cheng-Lung Sung2007-10-043-14/+27
| | | | | | | - Reset maintainership PR: ports/116527 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-1/+2
|
* - Does not build with MySQL < 5.0Pav Lucistnik2007-07-281-0/+1
| | | | | | PR: ports/114285 Reported by: Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl> Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - forgot to add pkg-plistCheng-Lung Sung2007-07-091-0/+10
| | | | PR: ports/114348
* - Update to 0.5.1Cheng-Lung Sung2007-07-092-8/+5
| | | | | PR: ports/114348 Submitted by: maintainer (Gea-Suan Lin)
* Add mysql-proxy 0.5.0, monitor, analyze or transform the communicationCheng-Lung Sung2007-07-023-0/+43
of MySQL. PR: ports/114030 Submitted by: Gea-Suan Lin <gslin at gslin.org>