notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sysbench Scriptable database and system performance benchmark
1.0.20_1 benchmarks on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.20_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-12-11 13:57:04
Last Update: 2022-10-14 20:15:32
Commit Hash: 861c355
People watching this port, also watch:: nmap, sudo, screen, lsof, wget
Also Listed In: databases
License: GPLv2
WWW:
https://github.com/akopytov/sysbench
Description:
sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. sysbench comes with the following bundled benchmarks: - oltp_*.lua: a collection of OLTP-like database benchmarks - fileio: a filesystem-level benchmark - cpu: a simple CPU benchmark - memory: a memory access benchmark - threads: a thread-based scheduler benchmark - mutex: a POSIX mutex benchmark
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (89 items)
Collapse this list.
  1. /usr/local/share/licenses/sysbench-1.0.20_1/catalog.mk
  2. /usr/local/share/licenses/sysbench-1.0.20_1/LICENSE
  3. /usr/local/share/licenses/sysbench-1.0.20_1/GPLv2
  4. bin/sysbench
  5. share/sysbench/bulk_insert.lua
  6. share/sysbench/oltp_common.lua
  7. share/sysbench/oltp_delete.lua
  8. share/sysbench/oltp_insert.lua
  9. share/sysbench/oltp_point_select.lua
  10. share/sysbench/oltp_read_only.lua
  11. share/sysbench/oltp_read_write.lua
  12. share/sysbench/oltp_update_index.lua
  13. share/sysbench/oltp_update_non_index.lua
  14. share/sysbench/oltp_write_only.lua
  15. share/sysbench/select_random_points.lua
  16. share/sysbench/select_random_ranges.lua
  17. share/sysbench/tests/include/api_sql_common.sh
  18. share/sysbench/tests/include/config.sh
  19. share/sysbench/tests/include/drv_common.sh
  20. share/sysbench/tests/include/inspect.lua
  21. share/sysbench/tests/include/mysql_common.sh
  22. share/sysbench/tests/include/oltp_legacy/bulk_insert.lua
  23. share/sysbench/tests/include/oltp_legacy/common.lua
  24. share/sysbench/tests/include/oltp_legacy/delete.lua
  25. share/sysbench/tests/include/oltp_legacy/insert.lua
  26. share/sysbench/tests/include/oltp_legacy/oltp.lua
  27. share/sysbench/tests/include/oltp_legacy/oltp_simple.lua
  28. share/sysbench/tests/include/oltp_legacy/parallel_prepare.lua
  29. share/sysbench/tests/include/oltp_legacy/select.lua
  30. share/sysbench/tests/include/oltp_legacy/select_random_points.lua
  31. share/sysbench/tests/include/oltp_legacy/select_random_ranges.lua
  32. share/sysbench/tests/include/oltp_legacy/update_index.lua
  33. share/sysbench/tests/include/oltp_legacy/update_non_index.lua
  34. share/sysbench/tests/include/pgsql_common.sh
  35. share/sysbench/tests/include/script_bulk_insert_common.sh
  36. share/sysbench/tests/include/script_oltp_common.sh
  37. share/sysbench/tests/include/script_oltp_legacy_common.sh
  38. share/sysbench/tests/include/script_select_random_common.sh
  39. share/sysbench/tests/include/script_select_random_legacy_common.sh
  40. share/sysbench/tests/t/1st.t
  41. share/sysbench/tests/t/api_basic.t
  42. share/sysbench/tests/t/api_histogram.t
  43. share/sysbench/tests/t/api_legacy_basic.t
  44. share/sysbench/tests/t/api_legacy_rand.t
  45. share/sysbench/tests/t/api_legacy_sql.t
  46. share/sysbench/tests/t/api_rand.t
  47. share/sysbench/tests/t/api_reports.t
  48. share/sysbench/tests/t/api_sql_mysql.t
  49. share/sysbench/tests/t/api_sql_pgsql.t
  50. share/sysbench/tests/t/cmd_cleanup.t
  51. share/sysbench/tests/t/cmd_help.t
  52. share/sysbench/tests/t/cmd_prepare.t
  53. share/sysbench/tests/t/cmd_run.t
  54. share/sysbench/tests/t/cmdline.t
  55. share/sysbench/tests/t/commands.t
  56. share/sysbench/tests/t/drivers.t
  57. share/sysbench/tests/t/drv_mysql.t
  58. share/sysbench/tests/t/drv_pgsql.t
  59. share/sysbench/tests/t/help_drv_mysql.t
  60. share/sysbench/tests/t/help_drv_pgsql.t
  61. share/sysbench/tests/t/opt_help.t
  62. share/sysbench/tests/t/opt_histogram.t
  63. share/sysbench/tests/t/opt_rate.t
  64. share/sysbench/tests/t/opt_report_checkpoints.t
  65. share/sysbench/tests/t/opt_report_interval.t
  66. share/sysbench/tests/t/opt_version.t
  67. share/sysbench/tests/t/script_bulk_insert_mysql.t
  68. share/sysbench/tests/t/script_bulk_insert_pgsql.t
  69. share/sysbench/tests/t/script_oltp_delete_mysql.t
  70. share/sysbench/tests/t/script_oltp_delete_pgsql.t
  71. share/sysbench/tests/t/script_oltp_help.t
  72. share/sysbench/tests/t/script_oltp_insert_mysql.t
  73. share/sysbench/tests/t/script_oltp_insert_pgsql.t
  74. share/sysbench/tests/t/script_oltp_point_select_mysql.t
  75. share/sysbench/tests/t/script_oltp_point_select_pgsql.t
  76. share/sysbench/tests/t/script_oltp_read_write_mysql.t
  77. share/sysbench/tests/t/script_oltp_read_write_pgsql.t
  78. share/sysbench/tests/t/script_select_random_mysql.t
  79. share/sysbench/tests/t/script_select_random_pgsql.t
  80. share/sysbench/tests/t/test_cpu.t
  81. share/sysbench/tests/t/test_fileio.t
  82. share/sysbench/tests/t/test_memory.t
  83. share/sysbench/tests/t/test_mutex.t
  84. share/sysbench/tests/t/test_threads.t
  85. share/sysbench/tests/t/tests.t
  86. share/sysbench/tests/test_run.sh
  87. @owner
  88. @group
  89. @mode
Collapse this list.
Dependency lines:
  • sysbench>0:benchmarks/sysbench
To install the port:
cd /usr/ports/benchmarks/sysbench/ && make install clean
To add the package, run one of these commands:
  • pkg install benchmarks/sysbench
  • pkg install sysbench
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sysbench
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1587756722 SHA256 (akopytov-sysbench-1.0.20_GH0.tar.gz) = e8ee79b1f399b2d167e6a90de52ccc90e52408f7ade1b9b7135727efe181347f SIZE (akopytov-sysbench-1.0.20_GH0.tar.gz) = 1509630

Packages (timestamps in pop-ups are UTC):
sysbench
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.20_11.0.20_11.0.201.0.20_11.0.20_1-1.0.20-
FreeBSD:13:quarterly1.0.20_11.0.20_11.0.20_11.0.20_11.0.20_1---
FreeBSD:14:latest1.0.20_11.0.20_11.0.20_11.0.20_11.0.20_1---
FreeBSD:14:quarterly1.0.20_11.0.20_1-1.0.20_11.0.20_1---
FreeBSD:15:latest1.0.20_11.0.20_1n/a1.0.20_1n/a-1.0.20_11.0.20_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.71 : devel/autoconf
  4. automake>=1.16.5 : devel/automake
  5. libtoolize : devel/libtool
Library dependencies:
  1. libck.so : devel/concurrencykit
  2. libluajit-5.1.so : lang/luajit-devel
  3. libmysqlclient.so.20 : databases/mysql57-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for sysbench-1.0.20_1: LFS=on: Large files support MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
benchmarks_sysbench
USES:
autoreconf compiler:c11 gmake libtool luajit pkgconfig mysql
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/akopytov/sysbench/tar.gz/1.0.20?dummy=/
Collapse this list.

Number of commits found: 55

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.20_1
14 Oct 2022 20:15:32
commit hash: 861c3551afaea2b76d5b42321719ba80305270a6commit hash: 861c3551afaea2b76d5b42321719ba80305270a6commit hash: 861c3551afaea2b76d5b42321719ba80305270a6commit hash: 861c3551afaea2b76d5b42321719ba80305270a6 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
benchmarks/sysbench: Use USES=luajit (defaults to luajit-devel)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.20
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.20
20 Jul 2022 14:20:56
commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
benchmarks: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Andy Clark <andrewclarkii@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Brad Davis <brd@FreeBSD.org>
  *  Bruce A. Mah <bmah@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.20
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.20
14 Feb 2021 17:47:02
Revision:565256Original commit files touched by this commit
pkubaj search for other commits by this committer
benchmarks/sysbench: fix build on powerpc64le
1.0.20
23 Sep 2020 08:56:17
Revision:549672Original commit files touched by this commit
pkubaj search for other commits by this committer
benchmarks/sysbench: fix build on powerpc64

On powerpc64 use luajit-openresty, while main luajit port doesn't work on
powerpc64.
1.0.20
26 Apr 2020 11:55:41
Revision:533008Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.20

Changes:	https://github.com/akopytov/sysbench/releases
1.0.19
10 Dec 2019 17:09:06
Revision:519678Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.19

Changes:	https://github.com/akopytov/sysbench/releases
1.0.18
22 Oct 2019 23:33:33
Revision:515218Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.18

Changes:	https://github.com/akopytov/sysbench/releases
1.0.17
16 Mar 2019 23:22:42
Revision:495990Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.17

Changes:	https://github.com/akopytov/sysbench/releases
1.0.16
01 Jan 2019 20:31:04
Revision:488941Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.16

Changes:	https://github.com/akopytov/sysbench/releases
1.0.15
29 Jul 2018 19:09:35
Revision:475684Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.15

Changes:	https://github.com/akopytov/sysbench/releases
1.0.14
12 Apr 2018 13:46:57
Revision:467154Original commit files touched by this commit
danfe search for other commits by this committer
Remove needless build dependency on xxd(1): unused since version 1.0.12.

Reviewed by:	grep(1)
Approved by:	common sense
1.0.14
04 Apr 2018 10:56:32
Revision:466418Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.14

Changes:	https://github.com/akopytov/sysbench/releases
1.0.13
03 Apr 2018 09:46:25
Revision:466297Original commit files touched by this commit
sunpoet search for other commits by this committer
Simplify BUILD_DEPENDS: use lightweight vim-console instead of vim

PR:		226847
Submitted by:	lwhsu
1.0.13
18 Feb 2018 13:37:35
Revision:462230Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.13

Changes:	https://github.com/akopytov/sysbench/releases
1.0.12
18 Jan 2018 14:42:10
Revision:459327Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.12

Changes:	https://github.com/akopytov/sysbench/releases
1.0.11
11 Dec 2017 10:36:39
Revision:455937Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.11

Changes:	https://github.com/akopytov/sysbench/releases
1.0.10
27 Oct 2017 23:17:44
Revision:453028Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.10

Changes:	https://github.com/akopytov/sysbench/releases
1.0.9
06 Sep 2017 20:05:46
Revision:449363Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.9

Changes:	https://github.com/akopytov/sysbench/releases
1.0.8
06 Jul 2017 00:02:21
Revision:445101Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.8

Changes:	https://github.com/akopytov/sysbench/releases
1.0.7
25 May 2017 21:13:29
Revision:441740Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0.7

- 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
0.5
23 May 2017 16:10:25
Revision:441537Original commit files touched by this commit
matthew search for other commits by this committer
Update the sysbench port to build from
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
0.4.12_3
22 Nov 2014 19:13:50
Revision:373091Original commit files touched by this commit
crees search for other commits by this committer
Switch to USES=pgsql
0.4.12_3
03 Oct 2014 15:46:46
Revision:369912Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf
0.4.12_3
03 Jul 2014 00:48:13
Revision:360333Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix fetch
- Switch to USES=libtool
0.4.12_2
03 May 2014 15:24:03
Revision:352920Original commit files touched by this commit
pawel search for other commits by this committer
- Fix staging when DOCS=off [1]
- Switch to PLIST_FILES
- Use options helpers

PR:		ports/188390 [1] (patch not used)
Submitted by:	Alexey Markov <redrat@mail.ru>
0.4.12_2
05 Mar 2014 21:17:30
Revision:347145Original commit files touched by this commit
brooks search for other commits by this committer
Spell OPTIONS_DEFAULT conventionally.

Bump PORTREVISION as this changes the package.
0.4.12_1
23 Oct 2013 20:45:10
Revision:331423Original commit files touched by this commit
ak search for other commits by this committer
- Return ports to the pool

PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
0.4.12_1
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
0.4.12_1
20 Sep 2013 15:52:45
Revision:327708Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
0.4.12_1
07 Mar 2013 03:25:11
Revision:313559Original commit files touched by this commit
bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  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
0.4.12_1
25 Jul 2012 06:32:08
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT
0.4.12_1
03 Jun 2012 12:05:41
Original commit files touched by this commit
bapt search for other commits by this committer
Fix the DOCS logical

Reported by:    pointyhat (erwin)
0.4.12_1
01 Jun 2012 13:18:22
Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert to new options framework
0.4.12_1
14 Dec 2011 04:19:22
Original commit files touched by this commit
zi search for other commits by this committer
- Unbreak PGSQL support [1]
- Add LICENSE

PR:             ports/163244 [1]
Submitted by:   Pavel Timofeev <timp87@gmail.com> [1]
0.4.12_1
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
0.4.12
18 Mar 2011 17:59:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
0.4.12
02 Jan 2011 06:22:23
Original commit files touched by this commit
tabthorpe search for other commits by this committer
Return kris' ports to the heap.
We hope to see him back again sometime.

Hat:            portmgr-secretary
0.4.12
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.4.12
22 Aug 2009 00:15:15
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
0.4.12
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
0.4.12
06 May 2009 17:25:07
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 0.4.12

PR:             ports/133920
Submitted by:   Lucas Vianna <lucas.vianna@gmail.com>
Approved by:    maintainer timeout (2 weeks)
0.4.8
28 Oct 2007 11:43:02
Original commit files touched by this commit
kris search for other commits by this committer
Take maintainership, I use this quite a lot
0.4.8
02 Feb 2007 06:55:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Allow users to disable largefile support
- Reset maintainership to ports@FreeBSD.org

PR:             ports/108243
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
0.4.8
12 Oct 2006 14:59:01
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.4.8
- Unbreak

PR:             ports/104326
Submitted by:   rafan
Approved by:    portmgr (erwin), Gea-Suan Lin <gslin at gslin.org> (maintainer)
0.4.7
17 Sep 2006 01:28:07
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile
0.4.7
05 Jul 2006 02:30:58
Original commit files touched by this commit
linimon search for other commits by this committer
Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:             ports/92445
Hat:            portmgr
0.4.7
05 Jun 2006 20:46:51
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.4.7
- Install documentation
- Better support for Postgre users

PR:             ports/98443
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
0.4.6
23 May 2006 03:36:17
Original commit files touched by this commit
okazaki search for other commits by this committer
We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql support.
(thanks to gabor at berczi.be's report)

PR:             ports/97541
Submitted by:   maintainer
0.4.6
29 Apr 2006 12:15:53
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.4.6

PR:             ports/96498
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
0.4.3
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.4.3
12 Dec 2005 01:24:34
Original commit files touched by this commit
ijliao search for other commits by this committer
change maintainer email address
0.4.3
11 Dec 2005 13:56:12
Original commit files touched by this commit
barner search for other commits by this committer
Add sysbench 0.4.3,
a modular, cross-platform and multi-threaded
benchmark tool.

PR:             90233
Submitted by:   Gea-Suan Lin <gslin@ccca.nctu.edu.tw>

Number of commits found: 55