aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:52:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:52:44 +0000
commit0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch)
tree31ede4b6a16eed4dc573704597f9b61f97243a68
parentd4278602bbf25b434150614a7797e9b8d7c8103f (diff)
downloadports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.tar.gz
ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.zip
Notes
-rw-r--r--benchmarks/autobench/Makefile1
-rw-r--r--benchmarks/blogbench/Makefile1
-rw-r--r--benchmarks/bonnie++/Makefile8
-rw-r--r--benchmarks/bonnie/Makefile7
-rw-r--r--benchmarks/cpipe/Makefile7
-rw-r--r--benchmarks/dbench/Makefile7
-rw-r--r--benchmarks/dbs/Makefile1
-rw-r--r--benchmarks/dkftpbench/Makefile7
-rw-r--r--benchmarks/expedite/Makefile1
-rw-r--r--benchmarks/fhourstones/Makefile7
-rw-r--r--benchmarks/filebench/Makefile7
-rw-r--r--benchmarks/fio/Makefile1
-rw-r--r--benchmarks/flops/Makefile1
-rw-r--r--benchmarks/flowgrind/Makefile1
-rw-r--r--benchmarks/forkbomb/Makefile7
-rw-r--r--benchmarks/geekbench/Makefile7
-rw-r--r--benchmarks/gtkperf/Makefile1
-rw-r--r--benchmarks/himenobench/Makefile7
-rw-r--r--benchmarks/hpl/Makefile1
-rw-r--r--benchmarks/hs-criterion/Makefile3
-rw-r--r--benchmarks/httperf/Makefile1
-rw-r--r--benchmarks/imb/Makefile1
-rw-r--r--benchmarks/interbench/Makefile1
-rw-r--r--benchmarks/iorate/Makefile1
-rw-r--r--benchmarks/iozone/Makefile1
-rw-r--r--benchmarks/iozone21/Makefile8
-rw-r--r--benchmarks/iperf/Makefile1
-rw-r--r--benchmarks/libmicro/Makefile1
-rw-r--r--benchmarks/lmbench/Makefile1
-rw-r--r--benchmarks/mdtest/Makefile1
-rw-r--r--benchmarks/nbench/Makefile7
-rw-r--r--benchmarks/netio/Makefile1
-rw-r--r--benchmarks/netperf/Makefile1
-rw-r--r--benchmarks/netperfmeter/Makefile1
-rw-r--r--benchmarks/netpipe/Makefile6
-rw-r--r--benchmarks/nosqlbench/Makefile1
-rw-r--r--benchmarks/nqueens/Makefile1
-rw-r--r--benchmarks/nttcp/Makefile1
-rw-r--r--benchmarks/nuttcp/Makefile3
-rw-r--r--benchmarks/octave-forge-benchmark/Makefile1
-rw-r--r--benchmarks/p5-Benchmark-Forking/Makefile1
-rw-r--r--benchmarks/p5-Benchmark-Stopwatch/Makefile1
-rw-r--r--benchmarks/pathchirp/Makefile1
-rw-r--r--benchmarks/pathload/Makefile1
-rw-r--r--benchmarks/pathrate/Makefile1
-rw-r--r--benchmarks/pear-Benchmark/Makefile7
-rw-r--r--benchmarks/phoronix-test-suite/Makefile4
-rw-r--r--benchmarks/pipebench/Makefile8
-rw-r--r--benchmarks/pnetmark/Makefile1
-rw-r--r--benchmarks/polygraph/Makefile7
-rw-r--r--benchmarks/postal/Makefile1
-rw-r--r--benchmarks/postmark/Makefile1
-rw-r--r--benchmarks/pybench/Makefile7
-rw-r--r--benchmarks/raidtest/Makefile8
-rw-r--r--benchmarks/randomio/Makefile1
-rw-r--r--benchmarks/rubygem-railsbench/Makefile1
-rw-r--r--benchmarks/scimark2/Makefile1
-rw-r--r--benchmarks/scimark2c/Makefile7
-rw-r--r--benchmarks/siege/Makefile1
-rw-r--r--benchmarks/sipp/Makefile1
-rw-r--r--benchmarks/slowloris/Makefile7
-rw-r--r--benchmarks/spp/Makefile1
-rw-r--r--benchmarks/stream/Makefile1
-rw-r--r--benchmarks/super-smack/Makefile1
-rw-r--r--benchmarks/sysbench/Makefile1
-rw-r--r--benchmarks/tcpblast/Makefile8
-rw-r--r--benchmarks/thrulay/Makefile1
-rw-r--r--benchmarks/tsung/Makefile1
-rw-r--r--benchmarks/ttcp/Makefile7
-rw-r--r--benchmarks/ubench/Makefile7
-rw-r--r--benchmarks/unixbench/Makefile1
-rw-r--r--benchmarks/webbench/Makefile7
-rw-r--r--benchmarks/wrk/Makefile1
-rw-r--r--benchmarks/xdd/Makefile1
74 files changed, 101 insertions, 128 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile
index a59b260480d9..cd5698f2ac6d 100644
--- a/benchmarks/autobench/Makefile
+++ b/benchmarks/autobench/Makefile
@@ -24,6 +24,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEBUG_FLAGS= \
MAN1= autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \
crfile.1 sesslog.1
+NO_STAGE= yes
post-patch:
.for file in autobench autobench_admin
@${REINPLACE_CMD} -i '' -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/${file}
diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile
index c50f004fbd1c..a75e9e19e4ce 100644
--- a/benchmarks/blogbench/Makefile
+++ b/benchmarks/blogbench/Makefile
@@ -17,6 +17,7 @@ MAN8= blogbench.8
PLIST_FILES= bin/blogbench
PORTDOCS= README
+NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index af61d8d1ef57..2454ce35958c 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: bonnie++
-# Date created: Mar 24, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= bonnie++
PORTVERSION= 1.97
@@ -26,6 +21,7 @@ MAN8= bonnie++.8 getc_putc.8 zcav.8
PORTDOCS= readme.html
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 0269cc450a48..5baa622c7b29 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bonnie
-# Date created: 26 September 1994
-# Whom: se
-#
+# Created by: se
# $FreeBSD$
-#
PORTNAME= bonnie
PORTVERSION= 2.0.6
@@ -23,6 +19,7 @@ ALL_TARGET= bsd
MAN1= bonnie.1
PLIST_FILES= bin/bonnie
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${PREFIX}/bin/bonnie
${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${PREFIX}/man/man1
diff --git a/benchmarks/cpipe/Makefile b/benchmarks/cpipe/Makefile
index b9327a8aee33..ba64ad103ce4 100644
--- a/benchmarks/cpipe/Makefile
+++ b/benchmarks/cpipe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cpipe
-# Date created: 1 March 2013
-# Whom: uminac
-#
+# Created by: uminac
# $FreeBSD$
-#
PORTNAME= cpipe
PORTVERSION= 3.0.2
@@ -23,4 +19,5 @@ MAKE_ARGS= "prefix=${PREFIX}"
PLIST_FILES= bin/cpipe
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 340c2e1fa70a..fc5a8d2ca992 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dbench
-# Date created: 18 Febrary 2002
-# Whom: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
-#
+# Created by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
# $FreeBSD$
-#
PORTNAME= dbench
PORTVERSION= 4.0
@@ -28,6 +24,7 @@ CONFIGURE_ARGS+=--datadir=${DATADIR}
MAN1= dbench.1
MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \
${WRKSRC}/Makefile.in
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index a06ec5a52f12..f495746e49bd 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -26,6 +26,7 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile
index 8723e5eb8181..efabbb27b8ea 100644
--- a/benchmarks/dkftpbench/Makefile
+++ b/benchmarks/dkftpbench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dkftpbench
-# Date created: 2004-10-22
-# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
-#
+# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
# $FreeBSD$
-#
PORTNAME= dkftpbench
PORTVERSION= 0.45
@@ -20,4 +16,5 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake14 autoconf
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile
index 38ef7faeeaaa..cdc47fd6761e 100644
--- a/benchmarks/expedite/Makefile
+++ b/benchmarks/expedite/Makefile
@@ -26,6 +26,7 @@ OPENGL_DESC= Enable OpenGL evas engine
SDL_DESC= Enable SDL evas engine
X11_DESC= Enable X11 evas engine
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENGL}
diff --git a/benchmarks/fhourstones/Makefile b/benchmarks/fhourstones/Makefile
index a968ec30314d..866da303fa97 100644
--- a/benchmarks/fhourstones/Makefile
+++ b/benchmarks/fhourstones/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fhourstones
-# Date created: 2006-11-23
-# Whom: trasz <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
-#
PORTNAME= fhourstones
PORTVERSION= 3.1
@@ -19,6 +15,7 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/fhourstones lib/fhourstones/SearchGame lib/fhourstones/inputs
PLIST_DIRS= lib/fhourstones
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/fhourstones
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index 9eb36af45225..41fd19229985 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: filebench
-# Date created: Jan 6, 2011
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= filebench
PORTVERSION= 1.4.8.0.8
@@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 ia64 ppc
GNU_CONFIGURE= yes
LICENSE= CDDL
+NO_STAGE= yes
do-install:
( cd ${WRKSRC} && make install-binPROGRAMS )
.if !defined(NOPORTDATA)
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 8b778cad7b88..10425d9f33f7 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -20,6 +20,7 @@ GNUPLOT_DESC= Support for plotting graphs
MAN1= fio.1 fio_generate_plots.1
+NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index 621367fc0e2e..c05355186f6c 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -16,6 +16,7 @@ NO_WRKSUBDIR= yes
PORTDOCS= flops.doc
PLIST_FILES= bin/flops
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 28b134835b79..19404ff92e43 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -23,4 +23,5 @@ MAN1= flowgrind-stop.1 \
flowgrind.1 \
flowgrindd.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index 7d60cd05a914..c9bb917d75b1 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: forkbomb
-# Date created: 21 Jan 2004
-# Whom: Radim Kolar
-#
+# Created by: Radim Kolar
# $FreeBSD$
-#
PORTNAME= forkbomb
PORTVERSION= 1.4
@@ -18,4 +14,5 @@ COMMENT= System stress testing tool
MAN8= forkbomb.8
PLIST_FILES= sbin/forkbomb
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/geekbench/Makefile b/benchmarks/geekbench/Makefile
index 889e1d967428..a31f06c972b7 100644
--- a/benchmarks/geekbench/Makefile
+++ b/benchmarks/geekbench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: geekbench
-# Date created: 2006-12-09
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= geekbench
PORTVERSION= 2.1.13
@@ -22,6 +18,7 @@ USE_LINUX= yes
WRKSRC= ${WRKDIR}/dist/${DISTNAME}
PLIST_FILES= bin/geekbench
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 ${PREFIX}/bin/geekbench
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile
index 61381ebcf1c4..64e0ed0ee01f 100644
--- a/benchmarks/gtkperf/Makefile
+++ b/benchmarks/gtkperf/Makefile
@@ -16,6 +16,7 @@ USES= gmake pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gnomeprefix
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile
index beaa05457e3d..7a7c1c8f26bd 100644
--- a/benchmarks/himenobench/Makefile
+++ b/benchmarks/himenobench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: himenobench
-# Date Created: 16 Aug 2004
-# Whom: NAKATA Maho <maho@FreeBSD.org>
-#
+# Created by: NAKATA Maho <maho@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= himenobench
PORTVERSION= 2004.08.16
@@ -31,6 +27,7 @@ USE_FORTRAN= yes
USE_FORTRAN= ifort
.endif
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_OPTIMIZED_FLAGS)
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile
index 5061c1e49b8c..f6318201155c 100644
--- a/benchmarks/hpl/Makefile
+++ b/benchmarks/hpl/Makefile
@@ -53,6 +53,7 @@ MAN3= HPL_abort.3 HPL_all_reduce.3 HPL_barrier.3 HPL_bcast.3 \
OPTIONS_DEFINE= DOCS
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile
index b378392de385..bcb2197f4677 100644
--- a/benchmarks/hs-criterion/Makefile
+++ b/benchmarks/hs-criterion/Makefile
@@ -1,4 +1,4 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
+# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= criterion
@@ -20,5 +20,6 @@ INSTALL_PORTEXAMPLES= \
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}
+NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index ea06b7d48dcb..0c0170b77816 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -23,6 +23,7 @@ PORTDOCS= ChangeLog NEWS README TODO
.endif
MAN1= httperf.1
+NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index 00cd74c814d0..9a3f18e467bc 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -31,6 +31,7 @@ CFLAGS= -O3
CFLAGS+= -DCHECK
.endif
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
diff --git a/benchmarks/interbench/Makefile b/benchmarks/interbench/Makefile
index 6a55906cbf8c..c4705e8932fd 100644
--- a/benchmarks/interbench/Makefile
+++ b/benchmarks/interbench/Makefile
@@ -22,6 +22,7 @@ PORTDOCS= readme readme.interactivity
OPTIONS_DEFINE= DOCS
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
diff --git a/benchmarks/iorate/Makefile b/benchmarks/iorate/Makefile
index 7b1ab683b042..bb04cfd44bcc 100644
--- a/benchmarks/iorate/Makefile
+++ b/benchmarks/iorate/Makefile
@@ -21,6 +21,7 @@ PORTDOCS= README README.versions
OPTIONS_DEFINE= DOCS
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 36995150dd55..55086eec6399 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -29,6 +29,7 @@ OPTIONS_DEFAULT=SSH THREADS
SSH_DESC= Use ssh in distributed measurement
THREADS_DESC= Enable threading (uses pthreads)
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTHREADS}
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index afcc041678aa..017693b5fae0 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: iozone
-# Date created: 26 September 1994
-# Whom: jmz
-#
+# Created by: jmz
# $FreeBSD$
-#
PORTNAME= iozone
PORTVERSION= 2.01
@@ -26,4 +21,5 @@ EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR= YES
MAN1= iozone.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index b61e6056c8fc..8a1332c4090e 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -20,6 +20,7 @@ MAN1= iperf.1
PLIST_FILES= bin/iperf
PORTDOCS= *
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6}
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile
index 80e56496ea9c..cf8dd4457a64 100644
--- a/benchmarks/libmicro/Makefile
+++ b/benchmarks/libmicro/Makefile
@@ -25,6 +25,7 @@ PLIST_SUB= ARCH="${ARCH}"
PKGLIBDIR= ${PREFIX}/lib/${PORTNAME}
+NO_STAGE= yes
post-build:
@${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/libmicro-bench
@${ECHO_CMD} '(cd ${PKGLIBDIR} && ./bench $$1)' >> ${WRKDIR}/libmicro-bench.sh
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 8fc66a2d369a..47a94eb44ca2 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -29,6 +29,7 @@ MAN8= bw_file_rd.8 bw_mem.8 bw_mem_rd.8 bw_mmap_rd.8 \
USES= gmake
+NO_STAGE= yes
# the bindir for the PLIST is:
# (note that ./os needs to be run inside the work dir, running it
# outside will give a different result.)
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile
index 8d7100d6a476..dceb3989ab1b 100644
--- a/benchmarks/mdtest/Makefile
+++ b/benchmarks/mdtest/Makefile
@@ -21,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -DDarwin
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENMPI}
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile
index 0257eff1d423..34b2c4d415f8 100644
--- a/benchmarks/nbench/Makefile
+++ b/benchmarks/nbench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nbench
-# Date created: 17 December 1997
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= nbench
PORTVERSION= 2.2.3
@@ -17,6 +13,7 @@ COMMENT= BYTE Magazine's native benchmarks
ALL_TARGET= # empty
MAKE_JOBS_UNSAFE= yes
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
@${MKDIR} ${DATADIR}
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index cc2cdcf39ea4..e68386ab7982 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -22,6 +22,7 @@ MAKE_ENV+= OUT="-o" LIBS=${PTHREAD_LIBS}
PLIST_FILES+= bin/netio6
.endif
+NO_STAGE= yes
do-build:
cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} O=.o CFLAGS="${CFLAGS}" ${GMAKE} all
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index dc59393f40bd..5f9a1b3bdd92 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -20,6 +20,7 @@ SOCKETS_DESC= Enable Unix Domain socket support
HISTOGRAM_DESC= Enable optional histogram output
EXS_DESC= Enable ICSC async socket support
+NO_STAGE= yes
.include <bsd.port.options.mk>
USE_CSTD= gnu89
diff --git a/benchmarks/netperfmeter/Makefile b/benchmarks/netperfmeter/Makefile
index c647adaa7459..042a7ffd5f74 100644
--- a/benchmarks/netperfmeter/Makefile
+++ b/benchmarks/netperfmeter/Makefile
@@ -19,6 +19,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 4359ef93e575..601be90d7704 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: netpipe
-# Date created: 20 Feb 1998
-# Whom: jkoshy
-#
+# Created by: jkoshy
# $FreeBSD$
PORTNAME= NetPIPE
@@ -21,6 +18,7 @@ PLIST_FILES= bin/NPtcp bin/NPtcp6
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L}
+NO_STAGE= yes
do-build:
cd ${WRKSRC} \
&& ${CC} ${CFLAGS} src/netpipe.c src/tcp.c -DTCP -o NPtcp \
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile
index a3721e94b2ec..c3aec72794be 100644
--- a/benchmarks/nosqlbench/Makefile
+++ b/benchmarks/nosqlbench/Makefile
@@ -17,6 +17,7 @@ USES= cmake
CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \
-DLIBTNT_LIB=${LOCALBASE}/lib
+NO_STAGE= yes
pre-configure:
${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \
${WRKSRC}/CMakeLists.txt
diff --git a/benchmarks/nqueens/Makefile b/benchmarks/nqueens/Makefile
index e68214fdd6c0..490d0be55bc3 100644
--- a/benchmarks/nqueens/Makefile
+++ b/benchmarks/nqueens/Makefile
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= MPI STATIC OPTIMIZED_CFLAGS
MPI_DESC= Build distributed MPI version
STATIC_DESC= Link resulting binaries statically
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 6aad71c64d84..8e0e853d668b 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -20,6 +20,7 @@ USES= gmake
MAKE_ENV+= OPT="${CFLAGS}"
NOPRECIOUSMAKEVARS=yes
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
diff --git a/benchmarks/nuttcp/Makefile b/benchmarks/nuttcp/Makefile
index 0f819cd84511..6679688b7954 100644
--- a/benchmarks/nuttcp/Makefile
+++ b/benchmarks/nuttcp/Makefile
@@ -1,4 +1,4 @@
-# Whom: Andy Clark <andrewclarkii@gmail.com>
+# Created by: Andy Clark <andrewclarkii@gmail.com>
# $FreeBSD$
PORTNAME= nuttcp
@@ -26,6 +26,7 @@ OPTIONS_DEFAULT= NUTTSCP
NUTTSCP_DESC= Install script for copying files over nuttcp
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNUTTSCP}
diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile
index 99752346204b..d4f7b7a03f6f 100644
--- a/benchmarks/octave-forge-benchmark/Makefile
+++ b/benchmarks/octave-forge-benchmark/Makefile
@@ -9,5 +9,6 @@ CATEGORIES= benchmarks math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+NO_STAGE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>
diff --git a/benchmarks/p5-Benchmark-Forking/Makefile b/benchmarks/p5-Benchmark-Forking/Makefile
index ca8ebb251cd5..25cc625a735c 100644
--- a/benchmarks/p5-Benchmark-Forking/Makefile
+++ b/benchmarks/p5-Benchmark-Forking/Makefile
@@ -17,4 +17,5 @@ USE_PERL5= configure
MAN3= Benchmark::Forking.3
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/p5-Benchmark-Stopwatch/Makefile b/benchmarks/p5-Benchmark-Stopwatch/Makefile
index 52d0deae20b8..0433751c4b75 100644
--- a/benchmarks/p5-Benchmark-Stopwatch/Makefile
+++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile
@@ -20,4 +20,5 @@ USE_PERL5= configure
MAN3= Benchmark::Stopwatch.3
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile
index 7bd2f8ac774d..a73a4b19167a 100644
--- a/benchmarks/pathchirp/Makefile
+++ b/benchmarks/pathchirp/Makefile
@@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
PORTDOCS= README
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/CFLAGS.*O4/d' ${WRKSRC}/configure
diff --git a/benchmarks/pathload/Makefile b/benchmarks/pathload/Makefile
index 8c39aac57700..9d5c6412e98f 100644
--- a/benchmarks/pathload/Makefile
+++ b/benchmarks/pathload/Makefile
@@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/pathload_rcv bin/pathload_snd
+NO_STAGE= yes
do-install:
.for f in pathload_rcv pathload_snd
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
diff --git a/benchmarks/pathrate/Makefile b/benchmarks/pathrate/Makefile
index f2e03ab8b7a3..f95f10b4bc4e 100644
--- a/benchmarks/pathrate/Makefile
+++ b/benchmarks/pathrate/Makefile
@@ -18,6 +18,7 @@ MAKEFILE= makefile
PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd
+NO_STAGE= yes
do-install:
.for f in pathrate_rcv pathrate_snd
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile
index af989049c53f..2a23a2e75535 100644
--- a/benchmarks/pear-Benchmark/Makefile
+++ b/benchmarks/pear-Benchmark/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Benchmark
-# Date created: 09 September 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Benchmark
PORTVERSION= 1.2.9
@@ -18,6 +14,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= bcmath
PEAR_AUTOINSTALL= yes
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 5f61ce845839..d48a30475714 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -1,5 +1,4 @@
-# Created by: Kris Moore <kmoore@FreeBSD.org>
-#
+# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= phoronix-test-suite
@@ -30,6 +29,7 @@ OPTIONS_DEFAULT= X11
BASH_COMPLETIONS_DESC= Install bash completions
X11_DESC= Install X11 icons and mimetypes
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile
index 99fa3d1322e3..7985914f22ea 100644
--- a/benchmarks/pipebench/Makefile
+++ b/benchmarks/pipebench/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: pipebench
-# Date created: Jan 14, 2003
-# Whom: mich@freebsdcluster.org
-#
+# Created by: mich@freebsdcluster.org
# $FreeBSD$
-#
PORTNAME= pipebench
PORTVERSION= 0.40
@@ -16,6 +11,7 @@ COMMENT= Pipebench shows current throughput/amount of data through a pipe
CFLAGS+= -w -pedantic
+NO_STAGE= yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
diff --git a/benchmarks/pnetmark/Makefile b/benchmarks/pnetmark/Makefile
index 3349d25aad72..e13fbdff0e14 100644
--- a/benchmarks/pnetmark/Makefile
+++ b/benchmarks/pnetmark/Makefile
@@ -24,6 +24,7 @@ PNET_STRAP_BIN= pnetmark \
linpack \
scimark2
+NO_STAGE= yes
.include "${.CURDIR}/../../lang/pnet/Makefile.pnet"
.include <bsd.port.pre.mk>
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index b9eb96f16bde..83cb619096c1 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: polygraph
-# Date created: 3 March 1999
-# Whom: Dima Sivachenko <dima@chg.ru>
-#
+# Created by: Dima Sivachenko <dima@chg.ru>
# $FreeBSD$
-#
PORTNAME= polygraph
PORTVERSION= 4.3.2
@@ -34,6 +30,7 @@ ZLIB_DESC= Enable HTTP compression support
OPTIONS_DEFAULT= OPENSSL ZLIB
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUPLOT}
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index b54b79289dc2..04b753d2f06c 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -24,6 +24,7 @@ PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid
MAN1= postal-list.1
MAN8= bhm.8 postal.8 rabid.8
+NO_STAGE= yes
.include <bsd.port.options.mk>
CONFIGURE_ARGS= --disable-gnutls
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index 3bc48ab3f493..e24475a086ee 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= postmark.1
PLIST_FILES= sbin/postmark
+NO_STAGE= yes
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark-${PORTVERSION}.c)
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile
index e8e630a18cc9..dc1059e2a104 100644
--- a/benchmarks/pybench/Makefile
+++ b/benchmarks/pybench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pybench
-# Date created: 29 March 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pybench
PORTVERSION= 2.0
@@ -20,6 +16,7 @@ USE_PYTHON= yes
PORTDOCS= README
+NO_STAGE= yes
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
diff --git a/benchmarks/raidtest/Makefile b/benchmarks/raidtest/Makefile
index b03d811ea257..e4e92c10c4a2 100644
--- a/benchmarks/raidtest/Makefile
+++ b/benchmarks/raidtest/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: raidtest
-# Date created: Sat Oct 16, 2004
-# Whom: David O'Brien (obrien@FreeBSD.org)
-#
+# Created by: David O'Brien (obrien@FreeBSD.org)
# $FreeBSD$
-#
PORTNAME= raidtest
PORTVERSION= 1.2
@@ -18,6 +13,7 @@ COMMENT= Test performance of storage devices
NO_WRKSUBDIR= yes
PLIST_FILES= bin/raidtest
+NO_STAGE= yes
do-fetch:
do-extract:
diff --git a/benchmarks/randomio/Makefile b/benchmarks/randomio/Makefile
index 18bcb6e09f50..ca2b74c34530 100644
--- a/benchmarks/randomio/Makefile
+++ b/benchmarks/randomio/Makefile
@@ -13,6 +13,7 @@ USE_BZIP2= yes
USES= gmake
PLIST_FILES= bin/${PORTNAME}
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile
index 62575eed2b0c..c46c6d1aeddb 100644
--- a/benchmarks/rubygem-railsbench/Makefile
+++ b/benchmarks/rubygem-railsbench/Makefile
@@ -20,6 +20,7 @@ OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRUFF}
diff --git a/benchmarks/scimark2/Makefile b/benchmarks/scimark2/Makefile
index 9fd78f581255..7d17d0fbfdd6 100644
--- a/benchmarks/scimark2/Makefile
+++ b/benchmarks/scimark2/Makefile
@@ -28,6 +28,7 @@ SMSH= ${PORTNAME}${PKGNAMESUFFIX}
PLIST_SUB= SMDIR=${LSMDIR}
PKGMESSAGE= ${WRKSRC}/pkg-message
+NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${JAVAC} ${JAVAC_OPTS} commandline.java
@${CP} ${WRKSRC}/commandline.class ${WRKSRC}/jnt/scimark2
diff --git a/benchmarks/scimark2c/Makefile b/benchmarks/scimark2c/Makefile
index af3d199ebaf3..c5bf5769d7b5 100644
--- a/benchmarks/scimark2c/Makefile
+++ b/benchmarks/scimark2c/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: scimark2c
-# Date created: Sat Apr 05 2003
-# Whom: thierry@pompo.net
-#
+# Created by: thierry@pompo.net
# $FreeBSD$
-#
PORTNAME= scimark2c
DISTVERSION= 2_1
@@ -18,6 +14,7 @@ PLIST_FILES= bin/scimark2
WRKSRC= ${WRKDIR}
USE_ZIP= yes
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${PREFIX}/bin
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile
index 6c264114846d..045ebe62368b 100644
--- a/benchmarks/siege/Makefile
+++ b/benchmarks/siege/Makefile
@@ -23,6 +23,7 @@ MAN1= siege.1 siege.config.1 bombardment.1 siege2csv.1
MAN5= urls_txt.5
MAN7= layingsiege.7
+NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin/
@${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin/
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 2a333d271312..bc8dee09d60e 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -28,6 +28,7 @@ OPENSSL_DESC= OpenSSL support (for digest auth and SIP over TLS)
GSL_DESC= GSL support (for statistical distributed pauses)
PCAPPLAY_DESC= RTP play support
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGSL}
diff --git a/benchmarks/slowloris/Makefile b/benchmarks/slowloris/Makefile
index 7d10dbd4ad84..77747a292cdf 100644
--- a/benchmarks/slowloris/Makefile
+++ b/benchmarks/slowloris/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: slowloris
-# Date created: Fri 03 Jul 2009
-# Whom: Alexey V. Degtyarev
-#
+# Created by: Alexey V. Degtyarev
# $FreeBSD$
-#
PORTNAME= slowloris
PORTVERSION= 0.7
@@ -21,6 +17,7 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
PLIST_FILES= bin/slowloris
+NO_STAGE= yes
.include <bsd.port.pre.mk>
PERL_THREADS= no
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile
index 545f63c586ed..765f9f8946f9 100644
--- a/benchmarks/spp/Makefile
+++ b/benchmarks/spp/Makefile
@@ -12,6 +12,7 @@ COMMENT= Calculates round trip time from pcap files or live capture
PLIST_FILES= bin/spp
MAN1= spp.1
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \
${WRKSRC}/Makefile
diff --git a/benchmarks/stream/Makefile b/benchmarks/stream/Makefile
index 6128cd983a17..adef65e46e25 100644
--- a/benchmarks/stream/Makefile
+++ b/benchmarks/stream/Makefile
@@ -22,6 +22,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR}
PORTDOCS= stream.c
PLIST_FILES= bin/stream_bench
+NO_STAGE= yes
.include <bsd.port.options.mk>
do-build:
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile
index 589642d6f0e4..6c5d164b2fca 100644
--- a/benchmarks/super-smack/Makefile
+++ b/benchmarks/super-smack/Makefile
@@ -23,6 +23,7 @@ OPTIONS_DEFAULT= MYSQL
PGSQL_DESC= Enable PostgreSQL support
MYSQL_DESC= Enable MySQL support
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 01069c000aab..2b6fae971812 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -19,6 +19,7 @@ OPTIONS_DEFINE= LARGEFILE MYSQL PGSQL DOCS
OTPIONS_DEFAULT= LARGEFILE MYSQL
LARGEFILE_DESC= Enable Largefile support
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLARGEFILE}
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index 9f6fa124e599..989ae2905879 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -1,10 +1,5 @@
-# New ports collection makefile for: tcpblast
-# Date created: 22 August 1994
-# Whom: mr
-#
+# Created by: mr
# $FreeBSD$
-#
-# port's source files are in src dir in portball
PORTNAME= tcpblast
PORTVERSION= 1.1
@@ -19,6 +14,7 @@ PLIST_FILES= bin/tcpblast
WRKSRC= ${WRKDIR}/src
+NO_STAGE= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile
index a2f5675d5100..a242143f326d 100644
--- a/benchmarks/thrulay/Makefile
+++ b/benchmarks/thrulay/Makefile
@@ -22,6 +22,7 @@ MAKE_JOBS_UNSAFE= yes
PORTDOCS= ChangeLog README thrulay-protocol.txt thrulay-index.html
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '922s,datarootdir,prefix,g' ${WRKSRC}/configure
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile
index a0c47aabfe63..01cd0028a774 100644
--- a/benchmarks/tsung/Makefile
+++ b/benchmarks/tsung/Makefile
@@ -24,6 +24,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
MAN1= tsplot.1 tsung-recorder.1 tsung.1
+NO_STAGE= yes
post-patch-script:
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/|' \
${WRKSRC}/Makefile.in
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 7e217a27e6c9..10394736ba03 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ttcp
-# Date created: Tue Jun 1 22:58:13 PDT 1999
-# Whom: mharo@FreeBSD.org
-#
+# Created by: mharo@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= ttcp
PORTVERSION= 1.12
@@ -26,6 +22,7 @@ NO_WRKSUBDIR= yes
DIST_SUBDIR= ${PORTNAME}
MAN1= ttcp.1
+NO_STAGE= yes
post-extract:
${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.c ${WRKSRC}/
${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.1 ${WRKSRC}/
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile
index fdd6ff779641..3edd267b6781 100644
--- a/benchmarks/ubench/Makefile
+++ b/benchmarks/ubench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ubench
-# Date created: 6 June 2000
-# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ubench
PORTVERSION= 0.32
@@ -19,4 +15,5 @@ HAS_CONFIGURE= yes
MAN8= ubench.8
PLIST_FILES= bin/ubench
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
index 3f01134d9219..2be7e3b070d1 100644
--- a/benchmarks/unixbench/Makefile
+++ b/benchmarks/unixbench/Makefile
@@ -14,6 +14,7 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX
SUB_FILES= unixbench
MAKE_JOBS_UNSAFE= yes
+NO_STAGE= yes
post-extract:
${RM} -f ${WRKSRC}/pgms/select
diff --git a/benchmarks/webbench/Makefile b/benchmarks/webbench/Makefile
index 8fc6154cabc1..042e87318601 100644
--- a/benchmarks/webbench/Makefile
+++ b/benchmarks/webbench/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: webbench
-# Date created: 10 Jan 2004
-# Whom: Radim Kolar
-#
+# Created by: Radim Kolar
# $FreeBSD$
-#
PORTNAME= webbench
PORTVERSION= 1.5
@@ -26,6 +22,7 @@ PORTDOCS= copyright changelog
PLIST_FILES= bin/webbench
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/webbench ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile
index 4274ba9769f5..7d101ac58516 100644
--- a/benchmarks/wrk/Makefile
+++ b/benchmarks/wrk/Makefile
@@ -20,6 +20,7 @@ CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH
PLIST_FILES= bin/wrk
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
diff --git a/benchmarks/xdd/Makefile b/benchmarks/xdd/Makefile
index b739e827b92c..fac95e0f73c0 100644
--- a/benchmarks/xdd/Makefile
+++ b/benchmarks/xdd/Makefile
@@ -17,6 +17,7 @@ PLIST_FILES= bin/xdd bin/timeserver bin/gettime
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
+NO_STAGE= yes
post-extract:
${CP} ${FILESDIR}/freebsd.makefile ${WRKSRC}