From 25f2ff644d527a0285da715697bde805719c5c1c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 24 Apr 2016 10:34:43 +0000 Subject: sunet.se stopped mirroring lots of stuff, remove/comment out references to it --- benchmarks/fib/Makefile | 6 +++--- benchmarks/flops/Makefile | 4 ++-- benchmarks/heapsort/Makefile | 6 +++--- benchmarks/nsieve/Makefile | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index f2c13c739de..2342de3246a 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/fib/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/fib/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mathematical benchmark diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index a8fab186ec8..8b3e0b82828 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/24 10:34:43 wiz Exp $ DISTNAME= flops PKGNAME= flops-2.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/flops/ +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/flops/ DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index 7d46522d34e..8ea840a0f95 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/24 10:34:43 wiz Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Benchmark program for variable sized arrays diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile index ccc615436f5..e340b262258 100644 --- a/benchmarks/nsieve/Makefile +++ b/benchmarks/nsieve/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= nsieve.c PKGNAME= nsieve-1.2b CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ -EXTRACT_SUFX= #empty +MASTER_SITES= #http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Sieve of Eratosthenes benchmark -- cgit v1.2.3