Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)

This commit is contained in:
Baptiste Daroussin 2013-09-20 15:52:44 +00:00
parent d4278602bb
commit 0f0eb50c1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327708
74 changed files with 101 additions and 128 deletions

View File

@ -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}

View File

@ -17,6 +17,7 @@ MAN8= blogbench.8
PLIST_FILES= bin/blogbench
PORTDOCS= README
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}

View File

@ -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:

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -26,6 +26,7 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -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>

View File

@ -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}

View File

@ -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

View File

@ -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)

View File

@ -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:

View File

@ -16,6 +16,7 @@ NO_WRKSUBDIR= yes
PORTDOCS= flops.doc
PLIST_FILES= bin/flops
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@ -23,4 +23,5 @@ MAN1= flowgrind-stop.1 \
flowgrind.1 \
flowgrindd.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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>

View File

@ -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

View File

@ -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}

View File

@ -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)

View File

@ -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:

View File

@ -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>

View File

@ -23,6 +23,7 @@ PORTDOCS= ChangeLog NEWS README TODO
.endif
MAN1= httperf.1
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -31,6 +31,7 @@ CFLAGS= -O3
CFLAGS+= -DCHECK
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)

View File

@ -22,6 +22,7 @@ PORTDOCS= readme readme.interactivity
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -21,6 +21,7 @@ PORTDOCS= README README.versions
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -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}

View File

@ -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>

View File

@ -20,6 +20,7 @@ MAN1= iperf.1
PLIST_FILES= bin/iperf
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6}

View File

@ -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

View File

@ -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.)

View File

@ -21,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -DDarwin
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENMPI}

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -19,6 +19,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000

View File

@ -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 \

View File

@ -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

View File

@ -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}

View File

@ -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/

View File

@ -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}

View File

@ -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>

View File

@ -17,4 +17,5 @@ USE_PERL5= configure
MAN3= Benchmark::Forking.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,4 +20,5 @@ USE_PERL5= configure
MAN3= Benchmark::Stopwatch.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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}

View File

@ -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

View File

@ -24,6 +24,7 @@ PNET_STRAP_BIN= pnetmark \
linpack \
scimark2
NO_STAGE= yes
.include "${.CURDIR}/../../lang/pnet/Makefile.pnet"
.include <bsd.port.pre.mk>

View File

@ -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}

View File

@ -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

View File

@ -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)

View File

@ -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}

View File

@ -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:

View File

@ -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}

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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}/

View File

@ -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>

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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}