svn commit: r360333 - head/benchmarks/sysbench

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 00:48:14 UTC 2014


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 at 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


More information about the svn-ports-all mailing list