Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A4E931A9239 for ; Sun, 31 Oct 2021 19:58:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB1F384EF8; Sun, 31 Oct 2021 19:58:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 207CA84EF4 for ; Sun, 31 Oct 2021 19:58:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kiuji1XThYRP for ; Sun, 31 Oct 2021 19:58:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7419F84CEA for ; Sun, 31 Oct 2021 19:58:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7123BFA97; Sun, 31 Oct 2021 19:58:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635710336185740" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 19:58:56 +0000 From: "John Klos" Subject: CVS commit: pkgsrc/benchmarks/nbench To: pkgsrc-changes@NetBSD.org Reply-To: jklos@netbsd.org X-Mailer: log_accum Message-Id: <20211031195856.7123BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635710336185740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jklos Date: Sun Oct 31 19:58:56 UTC 2021 Modified Files: pkgsrc/benchmarks/nbench: Makefile Log Message: Doesn't run with MKPIE. Updated main web site. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/benchmarks/nbench/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635710336185740 Content-Disposition: inline Content-Length: 880 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/nbench/Makefile diff -u pkgsrc/benchmarks/nbench/Makefile:1.10 pkgsrc/benchmarks/nbench/Makefile:1.11 --- pkgsrc/benchmarks/nbench/Makefile:1.10 Sun Sep 3 08:53:05 2017 +++ pkgsrc/benchmarks/nbench/Makefile Sun Oct 31 19:58:56 2021 @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.10 2017/09/03 08:53:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2021/10/31 19:58:56 jklos Exp $ # DISTNAME= nbench-byte-2.2.3 PKGNAME= ${DISTNAME:S/-byte//} CATEGORIES= benchmarks -MASTER_SITES= http://www.tux.org/~mayer/linux/ +MASTER_SITES= http://www.math.utah.edu/~mayer/linux/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= https://www.tux.org/~mayer/linux/bmark.html +HOMEPAGE= https://www.math.utah.edu/~mayer/linux/bmark.html COMMENT= Benchmark tool for CPU, FPU and memory MAKE_JOBS_SAFE= no +MKPIE_SUPPORTED= no BUILD_TARGET= default --_----------=_1635710336185740--