diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:48:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:48:13 +0800 |
commit | a23bdb5c15f326a44cb76790ac62205b807339af (patch) | |
tree | d5d8510e58cbd01c996a705031cab327e96dc267 /benchmarks | |
parent | 25e928751d690f63a9af6624c7cce3e233a5c51b (diff) | |
download | freebsd-ports-gnome-a23bdb5c15f326a44cb76790ac62205b807339af.tar.gz freebsd-ports-gnome-a23bdb5c15f326a44cb76790ac62205b807339af.tar.zst freebsd-ports-gnome-a23bdb5c15f326a44cb76790ac62205b807339af.zip |
- Fix fetch
- Switch to USES=libtool
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/sysbench/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 1ac34828cc7d..addc094914f2 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -3,9 +3,13 @@ PORTNAME= sysbench PORTVERSION= 0.4.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks databases -MASTER_SITES= SF +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +# Project gone from sourceforge, both site and downloads +# Something exists on launchpad (https://code.launchpad.net/sysbench) +# maybe the port swould be switched there, however there are no +# direct downloads MAINTAINER= ports@FreeBSD.org COMMENT= Modular, cross-platform, and multi-threaded benchmark tool @@ -13,7 +17,9 @@ COMMENT= Modular, cross-platform, and multi-threaded benchmark tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool +USES= libtool +USE_AUTOTOOLS= libtoolize aclocal autoconf +GNU_CONFIGURE= yes PLIST_FILES= bin/sysbench PORTDOCS= manual.html |