Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 00:48:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360333 - head/benchmarks/sysbench
Message-ID:  <201407030048.s630mDSn003006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 00:48:13 2014
New Revision: 360333
URL: http://svnweb.freebsd.org/changeset/ports/360333
QAT: https://qat.redports.org/buildarchive/r360333/

Log:
  - Fix fetch
  - Switch to USES=libtool

Modified:
  head/benchmarks/sysbench/Makefile

Modified: head/benchmarks/sysbench/Makefile
==============================================================================
--- head/benchmarks/sysbench/Makefile	Thu Jul  3 00:32:24 2014	(r360332)
+++ head/benchmarks/sysbench/Makefile	Thu Jul  3 00:48:13 2014	(r360333)
@@ -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 mu
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407030048.s630mDSn003006>