aboutsummaryrefslogtreecommitdiff
path: root/databases/mydumper
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2021-01-262-4/+4
| | | | | | | Changes: https://github.com/maxbube/mydumper/releases Notes: svn path=/head/; revision=562730
* databases/mydumper: Revert 546948Bernard Spil2020-08-293-37/+0
| | | | | | | * reverts unapproved patch against 0.9.3 Notes: svn path=/head/; revision=546949
* databases/mariadb103-server: Update to 10.3.24Bernard Spil2020-08-293-0/+37
| | | | Notes: svn path=/head/; revision=546948
* Fix build on powerpcSunpoet Po-Chuan Hsieh2020-04-211-2/+5
| | | | | | | | PR: 245696 Submitted by: pkubaj Notes: svn path=/head/; revision=532402
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Update to 0.9.5Sunpoet Po-Chuan Hsieh2018-05-062-4/+4
| | | | | | | Changes: https://github.com/maxbube/mydumper/releases Notes: svn path=/head/; revision=469197
* Use CMAKE_OFFSunpoet Po-Chuan Hsieh2018-02-191-1/+1
| | | | Notes: svn path=/head/; revision=462289
* Update to 0.9.3Sunpoet Po-Chuan Hsieh2017-09-102-4/+4
| | | | | | | Changes: https://github.com/maxbube/mydumper/releases Notes: svn path=/head/; revision=449543
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-05-011-1/+1
| | | | Notes: svn path=/head/; revision=439874
* - Change upstream to GitHubSunpoet Po-Chuan Hsieh2016-12-133-7/+19
| | | | | | | | | - Use USES=mysql - Update pkg-descr - Update WWW Notes: svn path=/head/; revision=428519
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.9.1Sunpoet Po-Chuan Hsieh2015-11-092-6/+5
| | | | | | | Changes: https://launchpad.net/mydumper/0.9/0.9.1#release-notes Notes: svn path=/head/; revision=401125
* Update to 0.6.2, supporting mysql 5.6.Alex Dupre2015-01-162-3/+3
| | | | Notes: svn path=/head/; revision=377166
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-101-1/+3
| | | | | | | | | (a* to d* categories) PR: 192062 Notes: svn path=/head/; revision=364564
* - Update to 0.6.1Sunpoet Po-Chuan Hsieh2014-07-042-7/+6
| | | | | | | | Changes: https://launchpad.net/mydumper/+announcement/12505 http://www.mysqlperformanceblog.com/2014/03/10/new-mydumper-0-6-1-release-offers-several-performance-and-usability-features/ Notes: svn path=/head/; revision=360510
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359879
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Support staging.Vanilla I. Shu2014-05-161-2/+1
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354196
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 0.5.2Wen Heping2013-05-012-4/+3
| | | | | | | | | PR: 178204 Submitted by: NoC <devzone.my@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=316992
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - install `myloader' binary tooRuslan Makhmatkhanov2012-09-222-9/+5
| | | | | | | | | | | | | | | | - bump PORTREVISION while here: - convert Makefile header to two-lines format - remove cmake from BUILD_DEPENDS, because it's implied by USE_CMAKE - tab -> space in pkg-descr PR: 171827 Submitted by: Armin Gruner <ag-freebsd at muc dot de> Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer) Notes: svn path=/head/; revision=304665
* - Update to 0.5.1Frederic Culot2012-01-062-3/+3
| | | | | | | | | PR: ports/163819 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=288623
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* Update to 0.5.0Julien Laffaye2011-07-202-5/+5
| | | | | | | | | PR: ports/158433 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=277998
* - Update to 0.2.2 while I'm hereSunpoet Po-Chuan Hsieh2011-05-282-5/+4
| | | | | | | | | | Changes: https://launchpad.net/mydumper/0.2/0.2.2 PR: ports/157085 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=274763
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Attempt to fix build on 6.XPav Lucistnik2010-09-041-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=260563
* - Update to 0.1.8aPav Lucistnik2010-09-022-5/+14
| | | | | | | | | PR: ports/149881 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=260422
* - Update to 0.1.7Sylvio Cesar Teixeira2009-11-092-4/+4
| | | | | | | | | PR: ports/140353 Submitted by: Joe Horn <joehorn@gmail.com> Approved by: Gea-Suan <gslin@gslin.org> (maintainer), itetcu, miwi (mentors) Notes: svn path=/head/; revision=244029
* Add mydumper 0.1.5, mySQL Data Dumper.Li-Wen Hsu2009-03-053-0/+32
PR: ports/132310 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=229526