Received: by mail.netbsd.org (Postfix, from userid 605) id 6E42F84D54; Fri, 8 Sep 2017 06:17:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0198784D41 for ; Fri, 8 Sep 2017 06:17:46 +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 VB60sZi7cMyQ for ; Fri, 8 Sep 2017 06:17:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61C9984D22 for ; Fri, 8 Sep 2017 06:17:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60A0CFA97; Fri, 8 Sep 2017 06:17:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150485146573580" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 06:17:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/benchmarks/libmicro To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908061745.60A0CFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150485146573580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 06:17:45 UTC 2017 Modified Files: pkgsrc/benchmarks/libmicro: Makefile Log Message: Comment out dead sites. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/libmicro/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150485146573580 Content-Disposition: inline Content-Length: 928 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/libmicro/Makefile diff -u pkgsrc/benchmarks/libmicro/Makefile:1.5 pkgsrc/benchmarks/libmicro/Makefile:1.6 --- pkgsrc/benchmarks/libmicro/Makefile:1.5 Sat Nov 7 20:54:17 2015 +++ pkgsrc/benchmarks/libmicro/Makefile Fri Sep 8 06:17:45 2017 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2015/11/07 20:54:17 dholland Exp $ -# +# $NetBSD: Makefile,v 1.6 2017/09/08 06:17:45 wiz Exp $ DISTNAME= libmicro-${LIBMICRO_VERSION} CATEGORIES= benchmarks -MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ +#MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://hub.opensolaris.org/bin/view/Project+libmicro/ +#HOMEPAGE= http://hub.opensolaris.org/bin/view/Project+libmicro/ COMMENT= Set of utilities to benchmark productivity of system calls LICENSE= cddl-1.0 --_----------=_150485146573580--