pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks benchmarks: align variable assignments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b39b47a9b09
branches:  trunk
changeset: 417052:0b39b47a9b09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 03 11:55:29 2019 +0000

description:
benchmarks: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

diffstat:

 benchmarks/glmark2/Makefile    |   4 ++--
 benchmarks/hbench/Makefile     |  12 ++++++------
 benchmarks/iozone/options.mk   |   4 ++--
 benchmarks/netperf/Makefile    |   4 ++--
 benchmarks/skampi/Makefile     |   6 +++---
 benchmarks/sysbench/options.mk |   4 ++--
 benchmarks/ubench/Makefile     |   4 ++--
 benchmarks/xengine/Makefile    |   8 ++++----
 8 files changed, 23 insertions(+), 23 deletions(-)

diffs (153 lines):

diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/glmark2/Makefile
--- a/benchmarks/glmark2/Makefile       Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/glmark2/Makefile       Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:10 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/03 11:55:29 rillig Exp $
 
 DISTNAME=      glmark2-2017.07
 PKGREVISION=   1
@@ -13,7 +13,7 @@
 
 USE_LANGUAGES= c c++11
 
-PYTHON_VERSIONS_ACCEPTED=       27
+PYTHON_VERSIONS_ACCEPTED=      27
 
 USE_TOOLS+=    pkg-config
 
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/hbench/Makefile
--- a/benchmarks/hbench/Makefile        Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/hbench/Makefile        Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2019/08/11 13:17:58 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2019/11/03 11:55:29 rillig Exp $
 
 DISTNAME=              hbench-OS-1.1
 PKGNAME=               hbench-1.1
@@ -16,12 +16,12 @@
 
 DEPENDS+=              gnuplot>=3.7:../../graphics/gnuplot
 
-WRKSRC=                        ${WRKDIR}/HBenchOS
-OSVERSION_SPECIFIC=    YES
-BUILD_TARGET=          build
-USE_TOOLS+=            perl:run
+WRKSRC=                                ${WRKDIR}/HBenchOS
+OSVERSION_SPECIFIC=            YES
+BUILD_TARGET=                  build
+USE_TOOLS+=                    perl:run
 OVERRIDE_GNU_CONFIG_SCRIPTS=   yes
-MAKE_JOBS_SAFE=                no
+MAKE_JOBS_SAFE=                        no
 
 GET_ARCH_CMD=          ${PKGSRCDIR:Q}/mk/gnu-config/config.guess | ${SED} -e 's/-.*-.*$$//'
 GET_OS_CMD=            ${PKGSRCDIR:Q}/mk/gnu-config/config.guess | ${SED} -e 's/^[^-]*-[^-]*-//;s/-.*$$//'
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/iozone/options.mk
--- a/benchmarks/iozone/options.mk      Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/iozone/options.mk      Sun Nov 03 11:55:29 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2008/08/29 06:14:22 bjs Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/03 11:55:29 rillig Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.iozone
 PKG_SUPPORTED_OPTIONS= threads
 
 CHECK_BUILTIN.pthread:=        yes
-.  include "../../mk/pthread.builtin.mk"
+.include "../../mk/pthread.builtin.mk"
 CHECK_BUILTIN.pthread:=        no
 
 .if !empty(USE_BUILTIN.pthread:M[Yy][Ee][Ss])
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/netperf/Makefile
--- a/benchmarks/netperf/Makefile       Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/netperf/Makefile       Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/02/01 13:40:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/03 11:55:29 rillig Exp $
 
 DISTNAME=      netperf-2.7.0
 CATEGORIES=    benchmarks
@@ -17,7 +17,7 @@
 
 .include "../../mk/compiler.mk"
 
-. if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
+.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
 CFLAGS.SunOS+=         -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 .else
 CFLAGS.SunOS+=         -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/skampi/Makefile
--- a/benchmarks/skampi/Makefile        Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/skampi/Makefile        Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/01/01 18:16:35 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/03 11:55:29 rillig Exp $
 #
 
 DISTNAME=      skampi
@@ -14,8 +14,8 @@
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 WRKSRC=                ${WRKDIR}/skampi-5.0.4-r0355
 
-USE_TOOLS+=    gmake pax
-BUILD_TARGET=  skampi
+USE_TOOLS+=            gmake pax
+BUILD_TARGET=          skampi
 INSTALLATION_DIRS=     bin
 
 # Force file regeneration:
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/sysbench/options.mk
--- a/benchmarks/sysbench/options.mk    Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/sysbench/options.mk    Sun Nov 03 11:55:29 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2010/05/27 10:49:07 adam Exp $
+# $NetBSD: options.mk,v 1.5 2019/11/03 11:55:29 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sysbench
-PKG_SUPPORTED_OPTIONS+= mysql pgsql doc
+PKG_SUPPORTED_OPTIONS+=        mysql pgsql doc
 
 .include "../../mk/bsd.options.mk"
 
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/ubench/Makefile
--- a/benchmarks/ubench/Makefile        Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/ubench/Makefile        Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/12/29 19:49:17 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/03 11:55:29 rillig Exp $
 #
 
 DISTNAME=      ubench-0.32
@@ -11,7 +11,7 @@
 COMMENT=       The Unix Benchmark utility
 LICENSE=       gnu-gpl-v2
 
-BUILD_TARGET=  ubench
+BUILD_TARGET=          ubench
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man8 share/doc/ubench
 
 CFLAGS.SunOS+= -DSunOS
diff -r 1e0c8d144b21 -r 0b39b47a9b09 benchmarks/xengine/Makefile
--- a/benchmarks/xengine/Makefile       Sun Nov 03 11:51:01 2019 +0000
+++ b/benchmarks/xengine/Makefile       Sun Nov 03 11:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/03 11:55:30 rillig Exp $
 
 DISTNAME=      xengine-1.0.1
 PKGREVISION=   4
@@ -9,9 +9,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Reciprocating engine for X
 
-WRKSRC=                ${WRKDIR}
-DIST_SUBDIR=   xengine
-USE_IMAKE=     yes
+WRKSRC=                        ${WRKDIR}
+DIST_SUBDIR=           xengine
+USE_IMAKE=             yes
 PATCH_DIST_STRIP=      -p1
 
 USE_TOOLS+=    gzcat patch sed



Home | Main Index | Thread Index | Old Index