aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sysbench/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/sysbench: fix build on powerpc64Piotr Kubaj2020-09-231-3/+10
| | | | | | | On powerpc64 use luajit-openresty, while main luajit port doesn't work on powerpc64. Notes: svn path=/head/; revision=549672
* Update to 1.0.20Sunpoet Po-Chuan Hsieh2020-04-261-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=533008
* Update to 1.0.19Sunpoet Po-Chuan Hsieh2019-12-101-4/+5
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=519678
* Update to 1.0.18Sunpoet Po-Chuan Hsieh2019-10-221-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=515218
* Update to 1.0.17Sunpoet Po-Chuan Hsieh2019-03-161-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=495990
* Update to 1.0.16Sunpoet Po-Chuan Hsieh2019-01-011-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=488941
* Update to 1.0.15Sunpoet Po-Chuan Hsieh2018-07-291-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=475684
* Remove needless build dependency on xxd(1): unused since version 1.0.12.Alexey Dokuchaev2018-04-121-1/+0
| | | | | | | | Reviewed by: grep(1) Approved by: common sense Notes: svn path=/head/; revision=467154
* Update to 1.0.14Sunpoet Po-Chuan Hsieh2018-04-041-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=466418
* Simplify BUILD_DEPENDS: use lightweight vim-console instead of vimSunpoet Po-Chuan Hsieh2018-04-031-1/+1
| | | | | | | | PR: 226847 Submitted by: lwhsu Notes: svn path=/head/; revision=466297
* Update to 1.0.13Sunpoet Po-Chuan Hsieh2018-02-181-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=462230
* Update to 1.0.12Sunpoet Po-Chuan Hsieh2018-01-181-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=459327
* Update to 1.0.11Sunpoet Po-Chuan Hsieh2017-12-111-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=455937
* Update to 1.0.10Sunpoet Po-Chuan Hsieh2017-10-271-2/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=453028
* Update to 1.0.9Sunpoet Po-Chuan Hsieh2017-09-061-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=449363
* Update to 1.0.8Sunpoet Po-Chuan Hsieh2017-07-061-1/+1
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=445101
* Update to 1.0.7Sunpoet Po-Chuan Hsieh2017-05-251-25/+21
| | | | | | | | | | | | | | - Update COMMENT - Adjust options: - Remove DOCS: manual.html is an empty file - Rename LARGEFILE to LFS - Update pkg-descr - Take maintainership Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=441740
* Update the sysbench port to build fromMatthew Seaman2017-05-231-15/+17
| | | | | | | | | | | | | | | | https://github.com/akopytov/sysbench . Tests are now written in lua and the port has been updated to reflect that. In addition to the changes in D7388, silenced portlint by: - regenerated distinfo by 'make makesum' - regenerated patch files by 'make makepatch' Submitted by: sam@samgwydir.com Differential Revision: https://reviews.freebsd.org/D7388 Notes: svn path=/head/; revision=441537
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Convert to USES=autoreconfTijl Coosemans2014-10-031-6/+1
| | | | Notes: svn path=/head/; revision=369912
* - Fix fetchDmitry Marakasov2014-07-031-3/+9
| | | | | | | - Switch to USES=libtool Notes: svn path=/head/; revision=360333
* - Fix staging when DOCS=off [1]Pawel Pekala2014-05-031-29/+14
| | | | | | | | | | | - Switch to PLIST_FILES - Use options helpers PR: ports/188390 [1] (patch not used) Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=352920
* Spell OPTIONS_DEFAULT conventionally.Brooks Davis2014-03-051-2/+2
| | | | | | | Bump PORTREVISION as this changes the package. Notes: svn path=/head/; revision=347145
* - Return ports to the poolAlex Kozlov2013-10-231-1/+1
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-7/+3
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Fix the DOCS logicalBaptiste Daroussin2012-06-031-1/+1
| | | | | | | Reported by: pointyhat (erwin) Notes: svn path=/head/; revision=298079
* Convert to new options frameworkBaptiste Daroussin2012-06-011-13/+13
| | | | Notes: svn path=/head/; revision=297949
* - Unbreak PGSQL support [1]Ryan Steinmetz2011-12-141-2/+3
| | | | | | | | | | - Add LICENSE PR: ports/163244 [1] Submitted by: Pavel Timofeev <timp87@gmail.com> [1] Notes: svn path=/head/; revision=287341
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* Return kris' ports to the heap.Thomas Abthorpe2011-01-021-1/+1
| | | | | | | | | We hope to see him back again sometime. Hat: portmgr-secretary Notes: svn path=/head/; revision=267265
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.4.12Renato Botelho2009-05-061-2/+2
| | | | | | | | | PR: ports/133920 Submitted by: Lucas Vianna <lucas.vianna@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=233313
* Take maintainership, I use this quite a lotKris Kennaway2007-10-281-1/+1
| | | | Notes: svn path=/head/; revision=202211
* - Allow users to disable largefile supportCheng-Lung Sung2007-02-021-2/+9
| | | | | | | | | | - Reset maintainership to ports@FreeBSD.org PR: ports/108243 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=183925
* - Update to 0.4.8Rong-En Fan2006-10-121-3/+1
| | | | | | | | | | | - Unbreak PR: ports/104326 Submitted by: rafan Approved by: portmgr (erwin), Gea-Suan Lin <gslin at gslin.org> (maintainer) Notes: svn path=/head/; revision=175238
* BROKEN: Does not compileKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173181
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* - Update to 0.4.7Pav Lucistnik2006-06-051-7/+12
| | | | | | | | | | | - Install documentation - Better support for Postgre users PR: ports/98443 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=164510
* We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql support.OKAZAKI Tetsurou2006-05-231-1/+5
| | | | | | | | | | (thanks to gabor at berczi.be's report) PR: ports/97541 Submitted by: maintainer Notes: svn path=/head/; revision=163149
* - Update to 0.4.6Pav Lucistnik2006-04-291-1/+1
| | | | | | | | PR: ports/96498 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=160749
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* change maintainer email addressYing-Chieh Liao2005-12-121-1/+1
| | | | Notes: svn path=/head/; revision=150937
* Add sysbench 0.4.3,Simon Barner2005-12-111-0/+41
a modular, cross-platform and multi-threaded benchmark tool. PR: 90233 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> Notes: svn path=/head/; revision=150876