From 936bf98632d35da41d1ce77f501f2bcb406c9f9e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 3 Jul 2014 00:48:13 +0000 Subject: [PATCH] - Fix fetch - Switch to USES=libtool --- benchmarks/sysbench/Makefile | 12 +++++++++--- 1 file 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