diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) | |
download | ports-a65ed2e51bf631a6b8ab766f984bf33c686d239a.tar.gz ports-a65ed2e51bf631a6b8ab766f984bf33c686d239a.zip |
Notes
1016 files changed, 1265 insertions, 1408 deletions
diff --git a/security/ADMsmb/Makefile b/security/ADMsmb/Makefile index cefcd51e7354..5486931c442c 100644 --- a/security/ADMsmb/Makefile +++ b/security/ADMsmb/Makefile @@ -14,6 +14,7 @@ COMMENT= Security scanner for Samba USES= gmake MAKE_ARGS= CC="${CC}" FLAGS1="${CFLAGS}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.o" -delete @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile diff --git a/security/ADMsnmp/Makefile b/security/ADMsnmp/Makefile index f4fed425f47e..28f2ceff0489 100644 --- a/security/ADMsnmp/Makefile +++ b/security/ADMsnmp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ADMsnmp -# Date created: 16 Apr 2003 -# Whom: onatan@gmail.com -# +# Created by: onatan@gmail.com # $FreeBSD$ -# PORTNAME= ADMsnmp PORTVERSION= 0.1 @@ -19,6 +15,7 @@ COMMENT= SNMP audit scanner WRKSRC= ${WRKDIR}/ADMsnmp +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -DPORTSHAREDIR="${PREFIX}/share/ADMsnmp" \ -o ${WRKSRC}/ADMsnmp ${WRKSRC}/snmp.c diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile index da9cb9a0934b..8b26f2566220 100644 --- a/security/R-cran-ROAuth/Makefile +++ b/security/R-cran-ROAuth/Makefile @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile index 0d272c4a2aaf..f5fcb86e305c 100644 --- a/security/R-cran-digest/Makefile +++ b/security/R-cran-digest/Makefile @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index 66d36b7c06cf..a5ae712aadf5 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -1,6 +1,5 @@ # Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= aescrypt PORTVERSION= 0.7 @@ -22,6 +21,7 @@ MAN1= aescrypt.1 aesget.1 MANCOMPRESSED= yes .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} diff --git a/security/aespipe/Makefile b/security/aespipe/Makefile index 5a6ae4aad8b8..3d4a0208ed15 100644 --- a/security/aespipe/Makefile +++ b/security/aespipe/Makefile @@ -1,6 +1,5 @@ # Created by: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de> # $FreeBSD$ -# PORTNAME= aespipe DISTVERSION= v2.3e @@ -21,6 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/aespipe +NO_STAGE= yes .include <bsd.port.pre.mk> ALL_TARGET= .if ${ARCH} == amd64 diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 3adfcb0bfeac..dfaaff4f44e9 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -1,6 +1,5 @@ # Created by: pauls # $FreeBSD$ -# PORTNAME= afterglow PORTVERSION= 1.6.2 @@ -22,6 +21,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/charts diff --git a/security/aide/Makefile b/security/aide/Makefile index 5a4e3a6e4891..241a77983e93 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -15,6 +15,7 @@ COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash USES= bison +NO_STAGE= yes .include <bsd.port.pre.mk> USE_GMAKE= yes diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile index aa3b88620fc9..ede7a5d430ee 100644 --- a/security/aimsniff/Makefile +++ b/security/aimsniff/Makefile @@ -27,6 +27,7 @@ NO_BUILD= yes PLIST_FILES= bin/aimsniff +NO_STAGE= yes .include <bsd.port.options.mk> .if !exists(${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/GDBM_File.pm) diff --git a/security/amap/Makefile b/security/amap/Makefile index 2fdea583aa74..f38c8f70e4d1 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: amap -# Date created: 23 Mar 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= amap PORTVERSION= 5.2 @@ -31,6 +27,7 @@ LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOCAL_CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g; \ diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index b56184aba660..bb4261c112e9 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -1,6 +1,5 @@ # Created by: Mantas Kaulakys <stone@tainet.lt> # $FreeBSD$ -# PORTNAME= amavis-stats PORTVERSION= 0.1.12 @@ -39,6 +38,7 @@ SUB_LIST+= AMAVISUSER=${AMAVISUSER} AMAVISGROUP=${AMAVISGROUP} pre-install: apply-slist @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amavis-stats ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/amavis-stats.1 ${MAN1PREFIX}/man/man1 diff --git a/security/amavisd-milter/Makefile b/security/amavisd-milter/Makefile index 059560603cef..bc99c6c1edee 100644 --- a/security/amavisd-milter/Makefile +++ b/security/amavisd-milter/Makefile @@ -36,6 +36,7 @@ SUB_LIST= AMAVISUSER=${AMAVISUSER} \ PORTDOCS= AUTHORS CHANGES INSTALL LICENSE README TODO +NO_STAGE= yes PLIST_FILES= sbin/amavisd-milter PLIST_SUB= RC_DIR=${RC_DIR} \ RC_SUFX=${RC_SUFX} diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 4eb892cb95c5..f6d2b97e7b74 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -81,6 +81,7 @@ SUB_LIST+= AMAVISUSER=${AMAVISUSER} \ PLIST_SUB+= AMAVIS_NOP0F=${AMAVIS_NOP0F} +NO_STAGE= yes .include <bsd.port.options.mk> USE_RC_SUBR+= amavisd diff --git a/security/aolserver-nsencrypt/Makefile b/security/aolserver-nsencrypt/Makefile index cddf2ceeead6..0ccdef08ec16 100644 --- a/security/aolserver-nsencrypt/Makefile +++ b/security/aolserver-nsencrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsencrypt -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aolserver-nsencrypt PORTVERSION= 0.4 @@ -40,6 +36,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsencrypt.so \ PORTDOCS= ChangeLog readme.txt .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e '/^MODOBJS =.*/{p;s/MODOBJS =/OBJS +=/g;}' \ diff --git a/security/aolserver-nsmcrypt/Makefile b/security/aolserver-nsmcrypt/Makefile index 7b4139ce0f61..30e4e181bc79 100644 --- a/security/aolserver-nsmcrypt/Makefile +++ b/security/aolserver-nsmcrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsmcrypt -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nsmcrypt PORTVERSION= 1.1 @@ -38,6 +34,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsmcrypt.so \ ${AOLSERVERBASE}/lib/libnsmcrypt.a \ ${AOLSERVERBASE}/lib/libnsmcrypt.so +NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= "-I${LOCALBASE}/include" diff --git a/security/aolserver-nsmhash/Makefile b/security/aolserver-nsmhash/Makefile index c2fa9559369a..8052d8a6107f 100644 --- a/security/aolserver-nsmhash/Makefile +++ b/security/aolserver-nsmhash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsmhash -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nsmhash PORTVERSION= 1.1 @@ -38,6 +34,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsmhash.so \ ${AOLSERVERBASE}/lib/libnsmhash.a \ ${AOLSERVERBASE}/lib/libnsmhash.so +NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= "-I${LOCALBASE}/include" diff --git a/security/aolserver-nsopenssl/Makefile b/security/aolserver-nsopenssl/Makefile index c139e10268f4..bf0b214e771b 100644 --- a/security/aolserver-nsopenssl/Makefile +++ b/security/aolserver-nsopenssl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsopenssl -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aolserver-nsopenssl PORTVERSION= 3.0.b26 @@ -35,6 +31,7 @@ MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLSERVERBASE} OPENSSL=${OPENSSLBASE} PORTDOCS= ChangeLog README TODO .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} diff --git a/security/aolserver-nssha1/Makefile b/security/aolserver-nssha1/Makefile index 94b180b7a333..e4c5a9582e30 100644 --- a/security/aolserver-nssha1/Makefile +++ b/security/aolserver-nssha1/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nssha1 -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aolserver-nssha1 PORTVERSION= 0.1 @@ -34,6 +30,7 @@ MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLSERVERBASE} OPENSSL=${OPENSSLBASE} PORTDOCS= ChangeLog .endif +NO_STAGE= yes post-patch: @ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 69c4d10b6f24..c458e0c31c39 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -20,6 +20,7 @@ XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires) USE_OPENSSL= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXERCES_3} diff --git a/security/apg/Makefile b/security/apg/Makefile index e6e9118de8d3..e8bd148e8145 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -14,6 +14,7 @@ COMMENT= Automated password generator OPTIONS_DEFINE= CRACKLIB CRACKLIB_DESCR= CrackLib support for password quality +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCRACKLIB} diff --git a/security/arirang/Makefile b/security/arirang/Makefile index db7df29728d8..2f16a50c171e 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: arirang -# Date created: Jun 4 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= arirang PORTVERSION= 2.03 @@ -25,6 +21,7 @@ USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin ${MKDIR} ${PREFIX}/share/arirang diff --git a/security/arm/Makefile b/security/arm/Makefile index a3b0a6f392e5..93b7480bb9cc 100644 --- a/security/arm/Makefile +++ b/security/arm/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= arm DISTVERSION= 1.4.5.0 @@ -32,6 +31,7 @@ OPTIONS_DEFAULT=TOR DOCS TOR_DESC= Enable local tor support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOR} diff --git a/security/arpCounterattack/Makefile b/security/arpCounterattack/Makefile index bb19119d2613..b25eb1424ecc 100644 --- a/security/arpCounterattack/Makefile +++ b/security/arpCounterattack/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: arpCounterattack -# Date created: 05 November 2010 -# Whom: Boris Kochergin <spawk@acm.poly.edu> +# Created by: Boris Kochergin <spawk@acm.poly.edu> # $FreeBSD$ -# PORTNAME= arpCounterattack PORTVERSION= 1.2.0 @@ -20,6 +17,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 68088b234c13..42fbe862b4d0 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -33,6 +33,7 @@ PLIST_FILES= bin/authforce \ PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} diff --git a/security/autossh/Makefile b/security/autossh/Makefile index dad47b6bc207..d49642ab0062 100644 --- a/security/autossh/Makefile +++ b/security/autossh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autossh -# Date created: 26 December 2002 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= autossh PORTVERSION= 1.4c @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes PORTDOCS= CHANGES README MAN1= autossh.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,cp autossh.1 ,$$\{BSD_INSTALL_MAN\} autossh.1 ,g' ${WRKSRC}/${MAKEFILE}.in @${REINPLACE_CMD} -e 's,cp autossh ,$$\{BSD_INSTALL_PROGRAM\} autossh ,g' ${WRKSRC}/${MAKEFILE}.in diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile index a422a1eb9502..a89dce171105 100644 --- a/security/avcheck/Makefile +++ b/security/avcheck/Makefile @@ -1,6 +1,5 @@ # Created by: dsh@vlink.ru # $FreeBSD$ -# PORTNAME= avcheck PORTVERSION= 0.91 @@ -17,6 +16,7 @@ PORTDOCS= README.AVP README.AVP.de README.DrWeb README.Exim \ README.Postfix README.Postfix.de README.Sendmail eicar.msg \ eicar.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile diff --git a/security/axTLS/Makefile b/security/axTLS/Makefile index 039fc0ff26f7..065a0694a623 100644 --- a/security/axTLS/Makefile +++ b/security/axTLS/Makefile @@ -46,6 +46,7 @@ STAGE= ${WRKSRC}/_stage WITH_HTTP_PORT?= 80 WITH_SSL_PORT?= 443 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSERVER_ONLY} diff --git a/security/barnyard2-sguil/Makefile b/security/barnyard2-sguil/Makefile index 19029a5e74ac..2204d499313d 100644 --- a/security/barnyard2-sguil/Makefile +++ b/security/barnyard2-sguil/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../barnyard2 # enable tcl binding for sguil SLAVE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index f32a08d24f64..eceaf61e860e 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -45,6 +45,7 @@ PORTDOCS2= INSTALL README.aruba README.database README.sguil README.snortsam PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} PORTEXAMPLES= SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql create_postgresql +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:M64BIT} diff --git a/security/base/Makefile b/security/base/Makefile index f877909b08dd..ccb297b3db45 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -26,6 +26,7 @@ DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \ OPTIONS_DEFINE= MYSQL PGSQL PDF DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index e4f91de4fc4c..de19ff7706b5 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/bcrypt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 70766a1d3de2..3b26ce26209a 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bcwipe -# Date created: Mar 4, 2001 -# Whom: crow -# +# Created by: crow # $FreeBSD$ -# PORTNAME= bcwipe PORTVERSION= 1.9.8 @@ -24,6 +20,7 @@ MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c diff --git a/security/bdc/Makefile b/security/bdc/Makefile index fe23eba0b53d..efb23b812f98 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -23,6 +23,7 @@ RESTRICTED= License prohibits redistribution BDREL= 5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index c7ae84bf3227..191c426aa66a 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: beecrypt -# Date created: Mar 4, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= beecrypt PORTVERSION= 4.2.1 @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-java USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .if defined(WITH_OPENMP) diff --git a/security/belier/Makefile b/security/belier/Makefile index 50aab664667b..da1a008cb2bb 100644 --- a/security/belier/Makefile +++ b/security/belier/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: belier -# Date created: 1 May 2011 -# Whom: rokaz -# +# Created by: rokaz # $FreeBSD$ -# PORTNAME= belier PORTVERSION= 1.2 @@ -38,4 +34,5 @@ PLIST_DIRS= lib/${PYTHON_VERSION}/site-packages/belier USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/bfbtester/Makefile b/security/bfbtester/Makefile index 39c4d56e21a8..11d5da4a4478 100644 --- a/security/bfbtester/Makefile +++ b/security/bfbtester/Makefile @@ -1,6 +1,5 @@ # Created by: Mike Heffner <mheffner@vt.edu> # $FreeBSD$ -# PORTNAME= bfbtester PORTVERSION= 2.0.1 @@ -15,4 +14,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/bfbtester USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/binwalk/Makefile b/security/binwalk/Makefile index 9379f68f2ceb..7450374e2926 100644 --- a/security/binwalk/Makefile +++ b/security/binwalk/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/bioapi/Makefile b/security/bioapi/Makefile index 3a24ea7aa39c..5c04aa4d6a41 100644 --- a/security/bioapi/Makefile +++ b/security/bioapi/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bioapi -# Date created: 10 January 2006 -# Whom: Fredrik Lindberg <fli@shapeshifter.se> -# +# Created by: Fredrik Lindberg <fli@shapeshifter.se> # $FreeBSD$ -# PORTNAME= bioapi PORTVERSION= 1.2.2 @@ -24,4 +20,5 @@ CONFIGURE_ARGS= --localstatedir=/var/db/ --with-Qt-dir=no USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/blindelephant/Makefile b/security/blindelephant/Makefile index 240a14a65207..b1515fb2946c 100644 --- a/security/blindelephant/Makefile +++ b/security/blindelephant/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: blindelephant -# Date created: 2010-08-19 -# Whom: Niels Heinen -# +# Created by: Niels Heinen # $FreeBSD$ -# PORTNAME= blindelephant PORTVERSION= 1.0 @@ -28,6 +24,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ PORTDOCS= README Blind_Elephant_BlackHat_2010.pdf +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/security/botan/Makefile b/security/botan/Makefile index 8d3a3d264310..4b041711e9c2 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -31,6 +31,7 @@ PLIST_FILES= bin/botan-config lib/libbotan.a lib/libbotan.so lib/libbotan.so.0 l PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/security/botan110/Makefile b/security/botan110/Makefile index d98dacb08698..c13fcce694d9 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -36,6 +36,7 @@ PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/security/bro/Makefile b/security/bro/Makefile index ae36078d4057..dc2b24d3c930 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -26,6 +26,7 @@ LBL_CF_DESC= Unix time to formated time/date filter support BROCCOLI_DESC= Build support for libbroccoli communications OPTIONS_EXCLUDE=NLS DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBROCCOLI} diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index a0a401e0fa66..3042cebb97ef 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -23,6 +23,7 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} PORTDOCS= FAQ README CHANGES +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index ae79a174e243..d2158ddbbebd 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/sbin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf-dist diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile index 006a6d2b3264..a4a5da6a3b69 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -15,6 +15,7 @@ PORTDOCS= MANUAL OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index 3d930d58e6a3..77bee802ca72 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsmtrace -# Date created: 13 March 2007 -# Whom: alm -# +# Created by: alm # $FreeBSD$ -# PORTNAME= bsmtrace PORTVERSION= 1.3 @@ -26,6 +22,7 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre MAKE_ENV+= PCRE=1 .endif +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e \ 's,/etc/bsmtrace.conf,${PREFIX}/etc/bsmtrace.conf,' \ diff --git a/security/bsp_upektfmess/Makefile b/security/bsp_upektfmess/Makefile index 5a84dd9544e8..c4eec4146690 100644 --- a/security/bsp_upektfmess/Makefile +++ b/security/bsp_upektfmess/Makefile @@ -31,6 +31,7 @@ ONLY_FOR_ARCHS= i386 OPTIONS_DEFINE= GUI +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} diff --git a/security/bubblegum/Makefile b/security/bubblegum/Makefile index 88087f2618ac..49643b37dc82 100644 --- a/security/bubblegum/Makefile +++ b/security/bubblegum/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: bubblegum -# Date created: 5 November 2002 -# Whom: Ben Kibbey <bjk@arbornet.org> -# +# Created by: Ben Kibbey <bjk@arbornet.org> # $FreeBSD$ -# PORTNAME= bubblegum PORTVERSION= 1.12 @@ -19,6 +15,7 @@ MAN1= bubblegum.1 MANCOMPRESSED= no PLIST_FILES= bin/bubblegum +NO_STAGE= yes pre-build: ${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1 diff --git a/security/bugs/Makefile b/security/bugs/Makefile index f51dfcbd75c5..fd6f073c2303 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -22,6 +22,7 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/${DISTNAME}/doc +NO_STAGE= yes post-configure: (cd ${WRKSRC}; ${MAKE} bsd); ${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile; diff --git a/security/burpsuite/Makefile b/security/burpsuite/Makefile index 165536b66a40..392d29715a3f 100644 --- a/security/burpsuite/Makefile +++ b/security/burpsuite/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/${PORTNAME} \ %%JAVAJARDIR%%/${DISTNAME}.jar +NO_STAGE= yes .include <bsd.port.pre.mk> # Get BSFEL agreement diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 27fef7422b95..bb7d487f6a39 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -1,4 +1,3 @@ -# Created by: Brooks Davis <brooks@FreeBSD.org> # $FreeBSD$ PORTNAME= ca_root_nss @@ -33,6 +32,7 @@ BUNDLE_PROCESSOR= MAca-bundle.pl SUB_FILES= MAca-bundle.pl SUB_LIST= VERSION_NSS=${VERSION_NSS} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:METCSYMLINK} diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile index 1c629f2f3926..2bd1f57ad63d 100644 --- a/security/calife-devel/Makefile +++ b/security/calife-devel/Makefile @@ -1,6 +1,5 @@ # Created by: Thomas Quinot <thomas@cuivre.fr.eu.org> # $FreeBSD$ -# PORTNAME= calife PORTVERSION= 3.0.1 @@ -25,6 +24,7 @@ CONFLICTS?= calife-2.* MAN1= calife.1 MAN5= calife.auth.5 +NO_STAGE= yes post-install: @${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${PREFIX}/etc/pam.d/calife.sample @${CAT} ${PKGMESSAGE} diff --git a/security/calife/Makefile b/security/calife/Makefile index a5ec3a8ff801..6b1baf97cee3 100644 --- a/security/calife/Makefile +++ b/security/calife/Makefile @@ -1,6 +1,5 @@ # Created by: Thomas Quinot <thomas@cuivre.fr.eu.org> # $FreeBSD$ -# PORTNAME= calife PORTVERSION= 2.8.6.5 @@ -21,4 +20,5 @@ CONFLICTS?= calife-3.* MAN1= calife.1 MAN5= calife.auth.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index a6ab9d4b49f3..f4655cf9be68 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -11,6 +11,7 @@ MAINTAINER= dev2@heesakkers.info COMMENT= Command-line utility for encrypting and decrypting files and streams USES= gmake +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/ccsrch/Makefile b/security/ccsrch/Makefile index c55373924d8c..e9907bb3aa72 100644 --- a/security/ccsrch/Makefile +++ b/security/ccsrch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccsrch -# Date created: 2010-07-21 -# Whom: Pavel I Volkov <pavelivolkov@googlemail.com> -# +# Created by: Pavel I Volkov <pavelivolkov@googlemail.com> # $FreeBSD$ -# PORTNAME= ccsrch PORTVERSION= 1.0.3 @@ -23,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README readme.html PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/cfs/Makefile b/security/cfs/Makefile index d8063fdc1728..a920ec2f4471 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -20,6 +20,7 @@ SUB_FILES= pkg-message SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 diff --git a/security/cfv/Makefile b/security/cfv/Makefile index 684b0657b993..29c4d115e932 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -18,6 +18,7 @@ MAN1= cfv.1 OPTIONS_DEFINE_i386= PSYCO PSYCO_DESC= Enable devel/py-psyco optimization support +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile diff --git a/security/chaosreader/Makefile b/security/chaosreader/Makefile index d92e96f03f63..bcbf00bb1154 100644 --- a/security/chaosreader/Makefile +++ b/security/chaosreader/Makefile @@ -19,6 +19,7 @@ USE_PERL5= run PLIST_FILES= bin/${PORTNAME} bin/sshkeydata +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${PORTNAME} ${CP} ${DISTDIR}/sshkeydata0.20 ${WRKDIR}/sshkeydata diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile index 6ae353b38a36..927f82ad364f 100644 --- a/security/checkpassword-pam/Makefile +++ b/security/checkpassword-pam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: checkpassword-pam -# Date created: 30 september 2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ -# PORTNAME= checkpassword-pam PORTVERSION= 0.99 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN8= checkpassword-pam.8 PLIST_FILES= bin/checkpassword-pam +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 2e23139b8038..d09db121edcb 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -20,6 +20,7 @@ INSTALL_TARGET= setup PLIST_FILES= bin/checkpassword PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index a84eebd83cb6..96b2fa23a5d8 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,6 +1,5 @@ # Created by: Luiz Eduardo R. Cordeiro # $FreeBSD$ -# PORTNAME= chkrootkit PORTVERSION= 0.49 @@ -37,6 +36,7 @@ PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} BINMODE= 0700 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile index d28d1681335a..813a2e660dd5 100644 --- a/security/chntpw/Makefile +++ b/security/chntpw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chntpw -# Date created: 25 July 2007 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= chntpw PORTVERSION= 110511 @@ -25,6 +21,7 @@ PORTDOCS= README.txt WinReg.txt regedit.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '10 s,/usr,$$\(OPENSSLBASE\),' \ ${WRKSRC}/Makefile diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile index f1c574d9d059..e9f7421501ea 100644 --- a/security/chroot_safe/Makefile +++ b/security/chroot_safe/Makefile @@ -17,6 +17,7 @@ MAN1= chroot_safe.1 PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so PLIST_DIRS= libexec/chroot_safe +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \ -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \ diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index 4b09dc5b379c..2115a7a7449c 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -1,6 +1,5 @@ # Created by: truckman # $FreeBSD$ -# PORTNAME= chrootuid PORTVERSION= 1.3 @@ -14,6 +13,7 @@ COMMENT= Simple wrapper that combines chroot(8) and su(1) into one program MAN8= chrootuid.8 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/ckpass/Makefile b/security/ckpass/Makefile index c2cee5dc7b01..c7459089e015 100644 --- a/security/ckpass/Makefile +++ b/security/ckpass/Makefile @@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/ckpass +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index e54a1d0aa750..3998bcc2bf31 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -21,6 +21,7 @@ PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/cl-md5-clisp/Makefile b/security/cl-md5-clisp/Makefile index b53c4f58e1d6..47c5171b644f 100644 --- a/security/cl-md5-clisp/Makefile +++ b/security/cl-md5-clisp/Makefile @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index c2aa94a9d5bd..ac95443e4df7 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/security/cl-md5/Makefile b/security/cl-md5/Makefile index 164505edac5b..1662646deca8 100644 --- a/security/cl-md5/Makefile +++ b/security/cl-md5/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile index a2c484e98038..150782f142ba 100644 --- a/security/clamassassin/Makefile +++ b/security/clamassassin/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFAULT= CLAMDSCAN CLAMDSCAN_DESC= Scanning using clamd SUBREWRITE_DESC= Mail subject rewriting +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLAMDSCAN} diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 0b480e1d4bd2..da7f9dc7cef3 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -128,6 +128,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ PORTSCOUT= ignore:1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) diff --git a/security/clamav-milter/Makefile b/security/clamav-milter/Makefile index 5e049a93e34f..32867a93ae55 100644 --- a/security/clamav-milter/Makefile +++ b/security/clamav-milter/Makefile @@ -10,4 +10,5 @@ LATEST_LINK= clamav-milter CONFLICTS= clamav-[0-9]* clamav-devel-[0-9]* +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/clamav-unofficial-sigs/Makefile b/security/clamav-unofficial-sigs/Makefile index 8a91a716dee4..73a513ff803a 100644 --- a/security/clamav-unofficial-sigs/Makefile +++ b/security/clamav-unofficial-sigs/Makefile @@ -31,6 +31,7 @@ SED_CONF= -e 's|%%CLAM_DBS%%|/var/db/clamav|g' \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 77cdd885aa35..60fa5ef42b42 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -124,6 +124,7 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ CLAMAVGROUP=${CLAMAVGROUP} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index 165a455a9bef..198fc38250ed 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clamcour -# Whom: Milan Obuch -# Date created: January 13 2006 -# +# Created by: Milan Obuch # $FreeBSD$ -# PORTNAME= clamcour PORTVERSION= 0.3.8 @@ -29,6 +25,7 @@ MAN1= clamcour.1 PLIST_DIRS= etc/courier/clamcour PLIST_FILES= libexec/filters/clamcour +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CXXFLAGS *=/CXXFLAGS?=/g' \ ${WRKSRC}/configure diff --git a/security/clamd-stream-client/Makefile b/security/clamd-stream-client/Makefile index 09a800001194..a1f86e68ba64 100644 --- a/security/clamd-stream-client/Makefile +++ b/security/clamd-stream-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clamd-stream-client -# Date created: 22 August 2010 -# Whom: glen.j.barber@gmail.com -# +# Created by: glen.j.barber@gmail.com # $FreeBSD$ -# PORTNAME= clamd-stream-client DISTVERSION= 1.3 @@ -16,4 +12,5 @@ COMMENT= Standalone clamav client HAS_CONFIGURE= yes PLIST_FILES= bin/clamd-stream-client +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index d649ce557be8..b68aa7df7bfd 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= LOCAL_CLAMAV LOCAL_CLAMAV_DESC= RUN_DEPEND on security/clamav LOCAL_CLAMAV_DEVEL_DESC= RUN_DEPEND on security/clamav-devel +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLOCAL_CLAMAV} diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 23b96281400b..ed2e3060d496 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clamtk -# Date created: 24 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= clamtk PORTVERSION= 4.44 @@ -34,6 +30,7 @@ MAN1= ${PORTNAME}.1 LINGUAS= `${LS} ${WRKSRC}/po/*.mo | ${XARGS} ${BASENAME} -s .mo` +NO_STAGE= yes post-extract: @${GUNZIP_CMD} ${WRKSRC}/${PORTNAME}.1.gz diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index c1c0b53123ed..0df48e738c74 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -34,4 +34,5 @@ MAN3= App::ClusterSSH.3 \ App::ClusterSSH::L10N.3 \ App::ClusterSSH::L10N::en.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/cmd5checkpw/Makefile b/security/cmd5checkpw/Makefile index 780a09dac801..6406df77ddea 100644 --- a/security/cmd5checkpw/Makefile +++ b/security/cmd5checkpw/Makefile @@ -16,6 +16,7 @@ MAN8= cmd5checkpw.8 PORTDOCS= CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt PLIST_FILES= bin/cmd5checkpw etc/poppasswd.dist +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/cops/Makefile b/security/cops/Makefile index e5c567b94734..21db0f0f467e 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -1,6 +1,5 @@ # Created by: oly # $FreeBSD$ -# PORTNAME= cops PORTVERSION= 1.04 @@ -25,6 +24,7 @@ C_SRC= home.chk.c user.chk.c is_able.c is_something.c \ addto.c clearfiles.c filewriters.c members.c tilde.c \ crc.c crc_check.c +NO_STAGE= yes pre-build: ${SED} \ -e 's,^SECURE=/usr/foo/bar,SECURE=${PREFIX}/cops,g' \ diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile index 9d07efadfb71..74e8de08da92 100644 --- a/security/courier-authlib-base/Makefile +++ b/security/courier-authlib-base/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-base -# Date created: 19 Apr 2005 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -base @@ -12,4 +8,5 @@ CATEGORIES= security mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index e7702a0b1c80..a5259cbfc93b 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -26,6 +26,7 @@ PATCHDIR= /dev/null OPTIONS_DEFINE+= GDBM +NO_STAGE= yes .include "${.CURDIR}/Makefile.opt" .else # !defined(PKGNAMESUFFIX) diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index ae00caea88ea..37e7d3b6a330 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -26,6 +26,7 @@ MAN8= courierpassd.8 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-everything:: diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile index 924797189ab0..60ace4460a61 100644 --- a/security/courierpasswd/Makefile +++ b/security/courierpasswd/Makefile @@ -25,6 +25,7 @@ MAN8= courierpasswd.8 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-fetch: diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile index 059020f37ca2..16b9688ecabe 100644 --- a/security/courieruserinfo/Makefile +++ b/security/courieruserinfo/Makefile @@ -21,6 +21,7 @@ MAN8= courieruserinfo.8 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/cp2fwb/Makefile b/security/cp2fwb/Makefile index 3d0ea6ab4bde..49dd66e7f6a4 100644 --- a/security/cp2fwb/Makefile +++ b/security/cp2fwb/Makefile @@ -17,6 +17,7 @@ PLIST_FILES= bin/cp2fwbuilder USES= perl5 NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/crack/Makefile b/security/crack/Makefile index e6aff041a19c..b2eba4a7cfe2 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,11 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Crack -# Date created: 12 Jan 1997 -# Whom: David O'Brien <obrien@FreeBSD.org> -# & Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> -# +# Created by: David O'Brien <obrien@FreeBSD.org> # $FreeBSD$ -# PORTNAME= crack PORTVERSION= 5.0 @@ -22,6 +16,7 @@ BROKEN= Fail to package WRKSRC= ${WRKDIR}/c50a +NO_STAGE= yes pre-configure: .if !defined(WITH_DES) @${MV} -f ${WRKSRC}/src/libdes ${WRKSRC}/src/libdes.notused diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 1defd4cf7821..75b5aa516df7 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -57,6 +57,7 @@ PLIST_FILES= include/crack.h \ .endif .if defined(PYTHON_SLAVEPORT) +NO_STAGE= yes pre-build: cd ${WRKSRC}/lib && ${MAKE} libcrack.la diff --git a/security/crank/Makefile b/security/crank/Makefile index d205db4e12da..6403928345fd 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: Crank -# Date created: Apr 18, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= crank PORTVERSION= 0.2.1 @@ -26,4 +21,5 @@ USE_GMAKE= yes INFO= crank +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile index 31563bc24aaf..67d2414f0857 100644 --- a/security/create-cert/Makefile +++ b/security/create-cert/Makefile @@ -22,4 +22,5 @@ GNU_CONFIGURE= yes verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index 4a152d6324c5..ac6dae866cad 100644 --- a/security/cryptlib/Makefile +++ b/security/cryptlib/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= include/cryptlib.h \ PORTDOCS= README +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 0754531fc45d..ca215b55220d 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -16,6 +16,7 @@ OPTIONS_DEFAULT= STATIC THREADS STATIC_DESC= Build static version only (no shared libs) GCC_DESC= Build with current GCC +NO_STAGE= yes .include <bsd.port.options.mk> NO_WRKSUBDIR= yes diff --git a/security/cryptstring/Makefile b/security/cryptstring/Makefile index 0ef46a7dd593..232eb42ee50f 100644 --- a/security/cryptstring/Makefile +++ b/security/cryptstring/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cryptstring -# Date created: 2007-02-23 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= cryptstring PORTVERSION= 0.2 @@ -16,6 +12,7 @@ COMMENT= Crypto Strings for PHP NO_BUILD= yes USE_PHP= mcrypt mhash +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/cs.inc.php ${DATADIR} diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 4137022d27a8..64b6c11ac653 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -25,6 +25,7 @@ DOCS= NEWS README TODO *.html OPTIONS_DEFINE= VCHKPW VCHKPW_DESC= Compile cvm-vchkpw +NO_STAGE= yes .include <bsd.port.options.mk> ALL_TARGET=all diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index 9bce288aba88..1a1ca09489bd 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -59,6 +59,7 @@ PLIST_FILES= lib/sasl2/libldapdb.a \ lib/sasl2/libldapdb.so \ lib/sasl2/libldapdb.so.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OPENSSLBASE} == /usr diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 20344187a24c..d0675feb42aa 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -51,6 +51,7 @@ OPTIONS_DEFINE= BDB OPENLDAP HTTPFORM OPENLDAP_DESC= Use OpenLDAP HTTPFORM_DESC= Enable HTTP form authentication +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBDB} diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index d2ed2807c261..a648a4a29a5f 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -77,6 +77,7 @@ OTP_DESC= OTP authentication PLAIN_DESC= PLAIN authentication SCRAM_DESC= SCRAM authentication +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBDB} diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index de68f0cbc7cf..1018f1bed7d2 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -16,6 +16,7 @@ OPTIONS_DEFINE= EXAMPLEC OPTIONS_DEFAULT= EXAMPLEC EXAMPLEC_DESC= Install C example programs +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLEC} diff --git a/security/dcetest/Makefile b/security/dcetest/Makefile index 3e389314d62b..61120c469e94 100644 --- a/security/dcetest/Makefile +++ b/security/dcetest/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dcetest -# Date created: Jan 11 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= dcetest PORTVERSION= 1.2 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/dcetest +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin diff --git a/security/ddos_scan/Makefile b/security/ddos_scan/Makefile index 7eb56fccaf97..c0885c7fc9be 100644 --- a/security/ddos_scan/Makefile +++ b/security/ddos_scan/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ddos_scan -# Date created: Sun Feb 12, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= ddos_scan PORTVERSION= 1.6 @@ -19,6 +14,7 @@ COMMENT= Scans for a limited set of distributed denial of service agents ALL_TARGET= dds +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dds ${PREFIX}/sbin .if !defined(NOPORTDOCS) diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile index 209efca6378c..f6886d41756c 100644 --- a/security/denyhosts/Makefile +++ b/security/denyhosts/Makefile @@ -21,6 +21,7 @@ SUB_FILES= pkg-message PORTDOCS= CHANGELOG.txt LICENSE.txt README.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/daemon-control-dist \ diff --git a/security/destroy/Makefile b/security/destroy/Makefile index 06991f810e95..30a7127f8811 100644 --- a/security/destroy/Makefile +++ b/security/destroy/Makefile @@ -1,6 +1,5 @@ # Created by: shane@freebsdhackers.net # $FreeBSD$ -# PORTNAME= destroy PORTVERSION= 20050329 @@ -17,6 +16,7 @@ USE_GMAKE= yes MAN1= destroy.1 PLIST_FILES= bin/destroy +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 diff --git a/security/didentd/Makefile b/security/didentd/Makefile index b6704f7c167e..64ab8143fa9f 100644 --- a/security/didentd/Makefile +++ b/security/didentd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: publicfile -# Date created: 15 Oct 2001 -# Whom: Doobee R. Tzeck -# +# Created by: Doobee R. Tzeck # $FreeBSD$ -# PORTNAME= didentd PORTVERSION= 0.2 @@ -19,6 +15,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp ALL_TARGET= all INSTALL_TARGET= install +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile diff --git a/security/digest/Makefile b/security/digest/Makefile index 491e4f928fc8..d0e27783ed01 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -19,6 +19,7 @@ MAN1?= ${PORTNAME}.1 PLIST_FILES?= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> test: build diff --git a/security/dirbuster/Makefile b/security/dirbuster/Makefile index 8ecf739b86da..0c0448256c33 100644 --- a/security/dirbuster/Makefile +++ b/security/dirbuster/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} DATADIR= ${JAVASHAREDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index edb32b60e480..92ddf4836432 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/dissembler/Makefile b/security/dissembler/Makefile index 83af0f2711f3..5862e812395a 100644 --- a/security/dissembler/Makefile +++ b/security/dissembler/Makefile @@ -17,6 +17,7 @@ PORTDOCS= ${PORTNAME}.txt BROKEN= checksum mismatch +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile index 4db977f989e4..26c15dfaa18f 100644 --- a/security/distcache-devel/Makefile +++ b/security/distcache-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: distcache -# Date created: 2005-04-13 -# Whom: Marcel Prisi <marcel.prisi@virtua.ch> -# +# Created by: Marcel Prisi <marcel.prisi@virtua.ch> # $FreeBSD$ -# PORTNAME= distcache PORTVERSION= 1.5.1 @@ -38,6 +34,7 @@ MAN2= DC_CTX_new.2 DC_PLUG_new.2 DC_PLUG_read.2 DC_SERVER_new.2 \ NAL_LISTENER_new.2 NAL_SELECTOR_new.2 NAL_decode_uint32.2 MAN8= distcache.8 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/distcache/Makefile b/security/distcache/Makefile index 8b76ee0f3b23..4fb3a0dd8fe0 100644 --- a/security/distcache/Makefile +++ b/security/distcache/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: distcache -# Date created: 2005-04-13 -# Whom: Marcel Prisi <marcel.prisi@virtua.ch> -# +# Created by: Marcel Prisi <marcel.prisi@virtua.ch> # $FreeBSD$ -# PORTNAME= distcache PORTVERSION= 1.4.5 @@ -36,6 +32,7 @@ MAN2= DC_CTX_new.2 DC_PLUG_new.2 DC_PLUG_read.2 DC_SERVER_new.2 \ NAL_LISTENER_new.2 NAL_SELECTOR_new.2 NAL_decode_uint32.2 MAN8= distcache.8 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/dmitry/Makefile b/security/dmitry/Makefile index 6cc64e8435e6..831634424458 100644 --- a/security/dmitry/Makefile +++ b/security/dmitry/Makefile @@ -19,6 +19,7 @@ MAN1= dmitry.1 PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/doorman/Makefile b/security/doorman/Makefile index f5b87bf0d6cc..40f2a3769b76 100644 --- a/security/doorman/Makefile +++ b/security/doorman/Makefile @@ -1,6 +1,5 @@ # Created by: Aaron Dalton <aaron@daltons.ca> # $FreeBSD$ -# PORTNAME= doorman PORTVERSION= 0.81 @@ -28,6 +27,7 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message doormand.cf.EXAMPLE USE_RC_SUBR= doorman +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ ${WRKSRC}/doormand.c diff --git a/security/doscan/Makefile b/security/doscan/Makefile index 6b83354e3e27..bd83400361d8 100644 --- a/security/doscan/Makefile +++ b/security/doscan/Makefile @@ -19,6 +19,7 @@ MAN1= doscan.1 PLIST_FILES= bin/doscan +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|ony o|on yo|' \ ${WRKSRC}/doc/doscan.1 diff --git a/security/dradis/Makefile b/security/dradis/Makefile index 554043ab88d9..0256579aa2c6 100644 --- a/security/dradis/Makefile +++ b/security/dradis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dradis -# Date created: 09 May 2010 -# Whom: Dax Labrador <semprix@bsdmail.org> -# +# Created by: Dax Labrador <semprix@bsdmail.org> # $FreeBSD$ -# PORTNAME= dradis DISTVERSION= 2.6.1 @@ -43,6 +39,7 @@ RUBY_NO_BUILD_DEPENDS= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*(css|rb|txt|js|RELEASE_NOTES)$$ +NO_STAGE= yes pre-install: @${FIND} ${WRKSRC}/server -type f \( -name "*.bak" -o -name "*.orig" -o -name "*.swp" \) -delete diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 4ce563a20844..04ea09a4c9d6 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -27,6 +27,7 @@ MAN8= dropbear.8 dropbearkey.8 OPTIONS_DEFINE= STATIC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTATIC} diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 908f1b5e86ec..27c18984be97 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -35,6 +35,7 @@ LIBNET_INC= "`${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags`" LIBNET_LIB= "-L${LOCALBASE}/include/libnet${LIBNET_VERSION} \ ${LOCALBASE}/lib/libnet${LIBNET_VERSION}/libnet.a" +NO_STAGE= yes .include <bsd.port.options.mk> # If net/libnids has been compiled with the GLIB2 option then this port needs diff --git a/security/duo/Makefile b/security/duo/Makefile index d1af744562ee..e5776e128213 100644 --- a/security/duo/Makefile +++ b/security/duo/Makefile @@ -25,6 +25,7 @@ MAN8= login_duo.8 pam_duo.8 OPTIONS= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} >= 1000000 diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile index 9bba7eedcdac..e72958bf71eb 100644 --- a/security/easy-rsa/Makefile +++ b/security/easy-rsa/Makefile @@ -15,4 +15,5 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/easypg/Makefile b/security/easypg/Makefile index 32c579dd206c..8f60162d4c10 100644 --- a/security/easypg/Makefile +++ b/security/easypg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: EasyPG -# Date created: 25 December 2007 -# Whom: Shota Iwazaki <iwazaki8@yahoo.co.jp> -# +# Created by: Shota Iwazaki <iwazaki8@yahoo.co.jp> # $FreeBSD$ -# PORTNAME= easypg PORTVERSION= 0.0.16 @@ -21,6 +17,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 GNU_CONFIGURE= yes USE_EMACS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index fcc282afcef9..3db3cb25ccb0 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -25,6 +25,7 @@ PORTDOCS= * .ifndef(NOPORTDOCS) CONFIGURE_ARGS+=--enable-doc .else +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in diff --git a/security/expiretable/Makefile b/security/expiretable/Makefile index fd748d014760..34f7dc5cf93d 100644 --- a/security/expiretable/Makefile +++ b/security/expiretable/Makefile @@ -13,4 +13,5 @@ COMMENT= Utility to remove entries from the pf(4) table based on their age USE_RC_SUBR= expiretable MAN1= expiretable.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index e47df954a244..dd548d1523c4 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: f-prot -# Date created: 4 June 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= f-prot PORTVERSION= 6.5.1.5927 @@ -27,6 +23,7 @@ MAN8= fpupdate.8 ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/libexec/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/fpscan ${PREFIX}/libexec/${PORTNAME} diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 8e2e0fcffdbf..121d5d00c4ee 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -1,6 +1,5 @@ # Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fakebo PORTVERSION= 0.4.2.1 @@ -22,6 +21,7 @@ MAN1= fakebo.1 PORTDOCS= README custom.replies PLIST_FILES= bin/fakebo etc/fakebo.conf.sample +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type l -delete diff --git a/security/fakeident/Makefile b/security/fakeident/Makefile index 2d3f08ac3632..eb0b810be121 100644 --- a/security/fakeident/Makefile +++ b/security/fakeident/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/fakeident -# Date created: Sun 08 Dec 12:30:00 WST 2002 -# Whom: Dean Hollister <dean@odyssey.apana.org.au> -# +# Created by: Dean Hollister <dean@odyssey.apana.org.au> # $FreeBSD$ -# PORTNAME= fakeident PORTVERSION= 1.7 @@ -15,6 +11,7 @@ MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \ MAINTAINER= dean@odyssey.apana.org.au COMMENT= Tool that replies with a standard answer to incoming identd requests +NO_STAGE= yes do-build: @cd $(WRKSRC); \ $(CC) $(CFLAGS) -o identd identd.c diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 8a61b0034f10..d85b1ca14be1 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= faked.1 fakeroot.1 MANLANG= "" de es fr nl sv +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e '/LIBS=.*-lpthread/s/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/security/fbopenssl/Makefile b/security/fbopenssl/Makefile index 2fa1ab7447fb..cc7189416287 100644 --- a/security/fbopenssl/Makefile +++ b/security/fbopenssl/Makefile @@ -19,6 +19,7 @@ PORTDOCS= readme.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/security/fcheck/Makefile b/security/fcheck/Makefile index d1012488228c..9bf66ec53ae5 100644 --- a/security/fcheck/Makefile +++ b/security/fcheck/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.cfg.sample NO_BUILD= YES USES= perl5 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile index 051a4417bc1b..49b0b3575734 100644 --- a/security/fcrackzip/Makefile +++ b/security/fcrackzip/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo MAN1= fcrackzip.1 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c diff --git a/security/fiked/Makefile b/security/fiked/Makefile index ed18890d8d5e..4ed5f0d6d84a 100644 --- a/security/fiked/Makefile +++ b/security/fiked/Makefile @@ -1,6 +1,5 @@ # Created by: Daniel Roethlisberger <daniel@roe.ch> # $FreeBSD$ -# PORTNAME= fiked PORTVERSION= 0.0.5 @@ -27,6 +26,7 @@ PORTDOCS= README NEWS LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE} diff --git a/security/find-zlib/Makefile b/security/find-zlib/Makefile index 60fc7fc56a2d..6fe569c24948 100644 --- a/security/find-zlib/Makefile +++ b/security/find-zlib/Makefile @@ -21,6 +21,7 @@ USE_PERL5= run PLIST_FILES= bin/find-zlib +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile index c517719bc40c..334d1fbf57b8 100644 --- a/security/firewalk/Makefile +++ b/security/firewalk/Makefile @@ -1,6 +1,5 @@ # Created by: shipley@dis.org # $FreeBSD$ -# PORTNAME= firewalk PORTVERSION= 5.0 @@ -24,6 +23,7 @@ MAN8= firewalk.8 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/security/fl0p/Makefile b/security/fl0p/Makefile index 9d04bfce28ec..252ffcd00550 100644 --- a/security/fl0p/Makefile +++ b/security/fl0p/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fl0p -# Date created: 2006-12-04 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= fl0p PORTVERSION= 0.0.2.b @@ -17,6 +13,7 @@ COMMENT= Passive L7 flow fingerprinting tool WRKSRC= ${WRKDIR}/fl0p/ +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.h diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index 29d422f19ffc..e910fcd31897 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: flawfinder -# Date created: Jul 23, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= flawfinder PORTVERSION= 1.27 @@ -23,6 +18,7 @@ MAN1= flawfinder.1 DOCS= ChangeLog README flawfinder.pdf flawfinder.ps EXAMPLES= test.c correct-results.html correct-results.txt +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${MANPREFIX}/man/man1 diff --git a/security/flowtag/Makefile b/security/flowtag/Makefile index 2fc7ff78a3a3..1321f6f7b83b 100644 --- a/security/flowtag/Makefile +++ b/security/flowtag/Makefile @@ -1,6 +1,5 @@ # Created by: Lee Hinman <lee@writequit.org> # $FreeBSD$ -# PORTNAME= flowtag PORTVERSION= 2.0.5 @@ -19,6 +18,7 @@ USE_RUBY_SETUP= yes MAN1= flowtag.1 listflows.1 pcap2flowdb.1 printflow.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.pre.mk> RUN_DEPENDS+= ${RUBY_LIBDIR}/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile index 6532e3283ffc..f526f38e662e 100644 --- a/security/fpc-hash/Makefile +++ b/security/fpc-hash/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper +# Created by: John Merryweather Cooper # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index 10350e598756..7f12e9400454 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= OPENSSL OPENSSL_DESC= Install SSL and crypto library OPTIONS_DEFAULT= OPENSSL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/fpm/Makefile b/security/fpm/Makefile index ee164a950f98..97412af3d4ad 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -22,6 +22,7 @@ PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm PLIST_DIRS= share/pixmaps/fpm +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile index a660e0b77573..143f6a9353ee 100644 --- a/security/fprint_demo/Makefile +++ b/security/fprint_demo/Makefile @@ -23,6 +23,7 @@ INSTALLS_ICONS= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800069 diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 653e9daf9f2d..8b3595b3c686 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fragroute -# Date created: 19 May 2002 -# Whom: Dominic Marks <dominic.marks@btinternet.com> -# +# Created by: Dominic Marks <dominic.marks@btinternet.com> # $FreeBSD$ -# PORTNAME= fragroute PORTVERSION= 1.2 @@ -30,6 +26,7 @@ SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \ frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \ tcp-7 tcp-9 +NO_STAGE= yes pre-install: ${MKDIR} ${DATADIR} .for FILE in ${SCRIPTS} diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index fa0e1a9b429c..9b999b1545d8 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fragrouter -# Date created: 7 Jan 2000 -# Whom: kris@FreeBSD.ORG -# +# Created by: kris@FreeBSD.org # $FreeBSD$ -# PORTNAME= fragrouter PORTVERSION= 1.6 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN8= fragrouter.8 PLIST_FILES= sbin/fragrouter +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 329e3044cc34..f061484ab0f0 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: fsh -# Date created: Thu Jan 24 03:37:54 JST 2002 -# Whom: sumikawa -# +# Created by: sumikawa # $FreeBSD$ PORTNAME= fsh @@ -20,6 +17,7 @@ GNU_CONFIGURE= yes INFO= fsh +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py diff --git a/security/fswatch/Makefile b/security/fswatch/Makefile index 790e925ce5f1..194a7788d323 100644 --- a/security/fswatch/Makefile +++ b/security/fswatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fswatch -# Date created: 18 April 2006 -# Whom: dominik karczmarski <dominik@karczmarski.com> -# +# Created by: dominik karczmarski <dominik@karczmarski.com> # $FreeBSD$ -# PORTNAME= fswatch DISTVERSION= 0.02beta5 @@ -29,6 +25,7 @@ MAN1= fswbuild.1 fswcmp.1 fswshow.1 fswconf.1 MAN5= fswatch.conf.5 MAN7= fswatch.7 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 26c14053cc41..b7b04e02e222 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -28,6 +28,7 @@ HASHDIG_TOOLS_DESC= Install hashdig tools MAP_TOOLS_DESC= Install map tools XMAGIC_DESC= XMagic support +NO_STAGE= yes .include <bsd.port.pre.mk> LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index 6a4ddc61465c..db51ff0abb11 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fuzz -# Date created: 25 July 2000 -# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> -# +# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fuzz PORTVERSION= 0.6 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= fuzz.1 PLIST_FILES= bin/fuzz +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/security/fuzzdb/Makefile b/security/fuzzdb/Makefile index 1eb1b38103c6..ffb1ce65d220 100644 --- a/security/fuzzdb/Makefile +++ b/security/fuzzdb/Makefile @@ -16,6 +16,7 @@ PORTDOCS= _copyright.txt _readme.txt PORTDIRS= attack-payloads wordlists-misc Discovery \ web-backdoors wordlists-user-passwd regex +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/fwanalog/Makefile b/security/fwanalog/Makefile index 884cc8721b5e..8e7223dfcb5c 100644 --- a/security/fwanalog/Makefile +++ b/security/fwanalog/Makefile @@ -1,6 +1,5 @@ # Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= fwanalog PORTVERSION= 0.6.9 @@ -22,6 +21,7 @@ CONFFILES= fwanalog-dom.tab \ fwanalog.opts \ services.conf +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e "s,the script's directory.*$$,${ETCDIR},;" \ diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index cc7258890184..d1aac76b4c39 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fwbuilder -# Date Created: 3 Feb 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= fwbuilder DISTVERSION= 5.0.1 @@ -75,6 +71,7 @@ MAN1= fwbuilder.1 \ PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800107 diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index fa49961c0d25..4566f0403a59 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fwbuilder -# Date Created: 3 Feb 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= fwbuilder DISTVERSION= 5.1.0 @@ -76,6 +72,7 @@ MAN1= fwbuilder.1 \ PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800107 diff --git a/security/fwipe/Makefile b/security/fwipe/Makefile index 2531bc5869be..2a9ce2e94e61 100644 --- a/security/fwipe/Makefile +++ b/security/fwipe/Makefile @@ -1,6 +1,5 @@ # Created by: David Thiel <lx@redundancy.redundancy.org> # $FreeBSD$ -# PORTNAME= fwipe PORTVERSION= 0.36 @@ -18,6 +17,7 @@ INSTALL_TARGET= setup PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 MAN1= fwipe0.1 echo0.1 fwipe.1 +NO_STAGE= yes post-extract: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 7297cf83a77c..2529e75e60f8 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USE_RC_SUBR= fwknopd USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGPGME} diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 7eec0a5f64cc..e95d790f177b 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -1,6 +1,5 @@ # Created by: ijliao # $FreeBSD$ -# PORTNAME= fwlogwatch PORTVERSION= 1.1 @@ -18,6 +17,7 @@ INSTALL_TARGET= install install-config install-i18n MAN8= fwlogwatch.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} diff --git a/security/gag/Makefile b/security/gag/Makefile index 0c1e641de8c8..37d180feeb0e 100644 --- a/security/gag/Makefile +++ b/security/gag/Makefile @@ -1,6 +1,5 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= gag PORTVERSION= 2.9 @@ -19,6 +18,7 @@ ALL_TARGET= gag PORTDOCS= README PLIST_FILES= sbin/gag +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gag ${PREFIX}/sbin .if !defined(NOPORTDOCS) diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile index 9edf082b9b42..e6a23e57412e 100644 --- a/security/gcipher/Makefile +++ b/security/gcipher/Makefile @@ -1,6 +1,5 @@ # Created by: Shannon -jj Behrens <jjinux@yahoo.com> # $FreeBSD$ -# PORTNAME= gcipher PORTVERSION= 1.1 @@ -19,6 +18,7 @@ USE_PYTHON= yes MAN1= gcipher.1 LICENSE_FILES= ${WRKSRC}/LICENSE +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^VERSION/s|=.*|= "${PORTVERSION}"|g ; \ diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index 6d2872daa557..62bcb8d24c17 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -24,4 +24,5 @@ CONFIGURE_ENV= set_more_warnings="no" PLIST_FILES= bin/gnome-gpg MAN1= gnome-gpg.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index f7392eb08c6b..6c1ed300718d 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -19,4 +19,5 @@ USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index f904b63b528a..5bd11797ef42 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -27,4 +27,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \ org.gnome.crypto.pgp.gschema.xml +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/gnome-password-generator/Makefile b/security/gnome-password-generator/Makefile index af0e5f55df21..f9da58d8275b 100644 --- a/security/gnome-password-generator/Makefile +++ b/security/gnome-password-generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-password-generator -# Date created: 2004-07-13 -# Whom: Sergey Akifyev <asa@gascom.ru> -# +# Created by: Sergey Akifyev <asa@gascom.ru> # $FreeBSD$ -# PORTNAME= gnome-password-generator PORTVERSION= 1.6 @@ -17,6 +13,7 @@ COMMENT= GNOME 2 password generator USE_GNOME= pygnome2 USE_PYTHON= yes +NO_STAGE= yes do-build: @cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \ s|/usr/share|${PREFIX}/share|g' ${PORTNAME}.py > ${PORTNAME} diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile index 7934f378dd0f..02fbd1bf453e 100644 --- a/security/gnome-ssh-askpass/Makefile +++ b/security/gnome-ssh-askpass/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/gnome-ssh-askpass2 USES= pkgconfig USE_GNOME= gtk20 +NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= ${PTHREAD_LIBS} diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index 632523beaa19..f878273e7312 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -24,6 +24,7 @@ CFLAGS:= ${CFLAGS:C/-Werror//} OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d3b0bbaf93fd..a8b1fb8e346c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -40,6 +40,7 @@ STD_SOCKET_DESC= Use standard socket for agent OPTIONS_DEFAULT= CURL NO_OPTIONS_SORT= YES +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 5b7af3ef083f..a7a5bb4958a2 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -36,6 +36,7 @@ LIBUSB_DESC= use libusb SUID_GPG_DESC= install GPG with suid CURL_DESC= use libcurl for the keyserver interface +NO_STAGE= yes .include <bsd.port.options.mk> .if ${CC} == "clang" || ${OSVERSION} >= 1000024 diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index ed54c4becc07..4db540d41fc6 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --disable-guile --disable-silent-rules \ --disable-hardware-acceleration MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.options.mk> .if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 69eb8526162c..7dfa2f95fae5 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -38,6 +38,7 @@ LZO_DESC= LZO compression OPTIONS_DEFAULT= LIBTASN1 CXX +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBTASN1} diff --git a/security/go.crypto/Makefile b/security/go.crypto/Makefile index 549de23edeb0..2aa40a35b0fa 100644 --- a/security/go.crypto/Makefile +++ b/security/go.crypto/Makefile @@ -31,6 +31,7 @@ GO_TARGET= ${GO_PKGNAME}/bcrypt \ ${GO_PKGNAME}/xtea \ ${GO_PKGNAME}/xts +NO_STAGE= yes do-install: ${MKDIR} ${GO_LOCAL_LIBDIR}/${GO_PKGNAME} (cd ${GO_WRKDIR_PKG}/ && ${COPYTREE_SHARE} \* \ diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index 3652f264f730..ea9177df592a 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: gorilla -# Date created: 2006-02-11 -# Whom: Kay Lehmann <kay_lehmann@web.de> -# +# Created by: Kay Lehmann <kay_lehmann@web.de> # $FreeBSD$ -# PORTNAME= gorilla PORTVERSION= 1.5.3.6 @@ -21,6 +17,7 @@ LICENSE= GPLv2 RUN_DEPENDS= itcl>=3.4:${PORTSDIR}/lang/itcl \ wish:${PORTSDIR}/x11-toolkits/tk-wrapper +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == i386 diff --git a/security/gpa/Makefile b/security/gpa/Makefile index fa07393ba3ee..87dc1fc3318d 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -31,6 +31,7 @@ MAN1= gpa.1 OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if !exists(${LOCALBASE}/bin/gpgsm) diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile index fd1eacaaeccb..9e3f41e8b6c1 100644 --- a/security/gpasman/Makefile +++ b/security/gpasman/Makefile @@ -16,6 +16,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 5aa186d49bad..3d00213d46d7 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -22,6 +22,7 @@ USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure diff --git a/security/gpgdir/Makefile b/security/gpgdir/Makefile index c97f460bf660..fb9d0d433b48 100644 --- a/security/gpgdir/Makefile +++ b/security/gpgdir/Makefile @@ -23,6 +23,7 @@ USES= perl5 MAN1= gpgdir.1 PLIST_FILES= bin/gpgdir +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${MANPREFIX}/man/man1/ diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 139aa3f7ea0b..309c75977075 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,5 @@ # Created by: teramoto@comm.eng.osaka-u.ac.jp # $FreeBSD$ -# PORTNAME= gpgme PORTVERSION= 1.3.2 @@ -39,6 +38,7 @@ INFO= gpgme PORTDOCS= AUTHORS ChangeLog COPYING COPYING.LESSER INSTALL \ NEWS README THANKS TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUPG1} diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index e4cbfa4bedcf..ffc36f92a8b9 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^install-data-am:/s|install-DsktpDATA|| ; \ diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 80928c825b3a..edd7700730f2 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes INFO= gsasl +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile index 8bafd815cbb9..51c169bfc42e 100644 --- a/security/gsfv/Makefile +++ b/security/gsfv/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gsfv -# Date created: 18 September 2002 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= gsfv PORTVERSION= 0.2.1 @@ -20,4 +15,5 @@ PLIST_FILES= bin/gsfv USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/gss/Makefile b/security/gss/Makefile index 6ac2edaf7cef..5435e369aa4b 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -25,6 +25,7 @@ PORTDOCS= gss.html gss.ps gss.pdf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.options.mk> diff --git a/security/gtk-knocker/Makefile b/security/gtk-knocker/Makefile index e896716820db..381c3bcccaac 100644 --- a/security/gtk-knocker/Makefile +++ b/security/gtk-knocker/Makefile @@ -1,6 +1,5 @@ # Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= knocker PORTVERSION= 0.6.6 @@ -19,6 +18,7 @@ USE_GNOME= gtk12 MAN1= gtk-knocker.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index a275cec4db50..6fa64cc782aa 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -23,6 +23,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= README data/gpasman4.sample PLIST_FILES= bin/gtkpasman share/applications/gtkpasman.desktop +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index 8f092781fac8..07c439287fd0 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gtkportscan bin/portscan +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/security/gwee/Makefile b/security/gwee/Makefile index a98c5412fa4e..feac6cce9945 100644 --- a/security/gwee/Makefile +++ b/security/gwee/Makefile @@ -20,6 +20,7 @@ CFLAGS+= -DWITH_SSL MAN1= gwee.1 PLIST_FILES= bin/gwee +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \ -o ${WRKSRC}/${PORTNAME} diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile index 81e45a1c1302..ad43e2bed5e6 100644 --- a/security/hackbot/Makefile +++ b/security/hackbot/Makefile @@ -15,6 +15,7 @@ USES= perl5 NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|/usr/local/etc|${DATADIR}|' ${WRKSRC}/hackbot.pl diff --git a/security/hamachi/Makefile b/security/hamachi/Makefile index c284ec86d19f..f78b0dd7bbd3 100644 --- a/security/hamachi/Makefile +++ b/security/hamachi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hamachi -# Date created: 2006-11-17 -# Whom: Lapo Luchini <lapo@lapo.it> -# +# Created by: Lapo Luchini <lapo@lapo.it> # $FreeBSD$ -# PORTNAME= hamachi DISTVERSION= 0.9.9.9-20 @@ -25,6 +21,7 @@ PLIST_FILES= bin/hamachi bin/hamachi-init sbin/hamachi-tuncfg PORTDOCS= README CHANGES MAKE_ENV= HAMACHI_DST=${PREFIX}/bin TUNCFG_DST=${PREFIX}/sbin +NO_STAGE= yes post-patch: ${RM} -f ${WRKSRC}/tuncfg/tuncfg ${LOCALBASE}/bin/upx -d ${WRKSRC}/hamachi diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 2cb47c55d5da..30b90543e1c6 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# Created by: nectar@FreeBSD.ORG +# Created by: nectar@FreeBSD.org # $FreeBSD$ PORTNAME= heimdal @@ -42,6 +42,7 @@ MAKE_ENV+= INSTALL_CATPAGES=no INFO= heimdal hx509 PLIST= ${WRKDIR}/PLIST +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "amd64" diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index e6d760a2d8be..f813be379655 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hlfl -# Date Created: 8 Jun 2001 -# Whom: Arnaud Launay <alaunay@hlfl.org> -# +# Created by: Arnaud Launay <alaunay@hlfl.org> # $FreeBSD$ -# PORTNAME= hlfl PORTVERSION= 0.60.1 @@ -18,6 +14,7 @@ CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc DOC_FILES= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt MAN1= hlfl.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/${MAN1} ${PREFIX}/man/man1 diff --git a/security/hmap/Makefile b/security/hmap/Makefile index 913a96640f75..f92c3b5d5f29 100644 --- a/security/hmap/Makefile +++ b/security/hmap/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: hmap -# Date created: 29 Apr 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= hmap PORTVERSION= 0.1 @@ -24,6 +20,7 @@ USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|DATADIR|${DATADIR}|' ${WRKSRC}/hmap.py diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile index 77c9eb229794..daab44a8cafc 100644 --- a/security/honggfuzz/Makefile +++ b/security/honggfuzz/Makefile @@ -1,6 +1,5 @@ # Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= honggfuzz PORTVERSION= 0.3 @@ -17,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes # inplace replacement to remove relative binary path in examples scripts +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh diff --git a/security/horde3-jeta/Makefile b/security/horde3-jeta/Makefile index 014915ce2422..62832494a0e4 100644 --- a/security/horde3-jeta/Makefile +++ b/security/horde3-jeta/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: jeta -# Date created: Sat Feb 10, 2007 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jeta PORTVERSION= 1.0 @@ -17,5 +13,6 @@ USE_HORDE= base pkg-message USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> diff --git a/security/hotssh/Makefile b/security/hotssh/Makefile index 47419ac22afa..21bf676facbf 100644 --- a/security/hotssh/Makefile +++ b/security/hotssh/Makefile @@ -30,6 +30,7 @@ USE_BZIP2= yes B64DECODE?= /usr/bin/b64decode BSPATCH?= /usr/bin/bspatch +NO_STAGE= yes post-extract: ${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g' ${MV} ${WRKSRC}/waf ${WRKSRC}/waf.beforepatch diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index 0de525097f0c..ad4aee9ad937 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -12,5 +12,6 @@ USE_CABAL= HUnit QuickCheck>=2.4.0.1 random EXECUTABLE= HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index 7cb8edee4950..e6df44369e0a 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -10,5 +10,6 @@ COMMENT= (Incomplete) OpenSSL binding for Haskell USE_CABAL= network>=2.1.0.0 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile index ccf5695fc11a..55324d2ed084 100644 --- a/security/hs-RSA/Makefile +++ b/security/hs-RSA/Makefile @@ -18,6 +18,7 @@ OPTIONS_DEFAULT= MD5 BINARY MD5_DESC= Include support for using MD5 BINARY_DESC= Use the binary package for serialization +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MMD5} diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index 7d8072766ccd..fdec690558f7 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -14,6 +14,7 @@ OPTIONS_DEFINE= EXE EXE_DESC= Build a SHA2-384 executable similar to 'md5sum' +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" CONFIGURE_ARGS+= --flags="-Test" diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index 2b89576e8888..48af11e27907 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -16,6 +16,7 @@ OPTIONS_DEFINE= EXECUTABLE EXECUTABLE_DESC= Build the executable +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MEXECUTABLE} diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index 71ae248a28a7..049c2b385983 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -9,5 +9,6 @@ COMMENT= Fast AES cipher implementation with advanced mode of operations LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index 6b234d126470..c8d32afe69bb 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -10,5 +10,6 @@ COMMENT= Fast RC4 cipher implementation LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile index 0cb772bfe445..35187f246af6 100644 --- a/security/hs-clientsession/Makefile +++ b/security/hs-clientsession/Makefile @@ -13,5 +13,6 @@ USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cipher-aes>=0.1.7 \ cprng-aes>=0.2 crypto-api>=0.8 entropy>=0.2.1 skein \ tagged>=0.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile index f8b13d4b99c7..066eddc9b1cf 100644 --- a/security/hs-cprng-aes/Makefile +++ b/security/hs-cprng-aes/Makefile @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= cipher-aes>=0.1 crypto-api>=0.8 crypto-random-api>=0.2 \ entropy>=0.2 random +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index 357619f65a90..d82d8b923dfb 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.2 entropy tagged>=0.1 transformers +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile index 09ae2e807780..234e8685b465 100644 --- a/security/hs-crypto-conduit/Makefile +++ b/security/hs-crypto-conduit/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.3 conduit>=1.0 crypto-api>=0.9 transformers>=0.2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile index 5235b8ab9519..6d33a1032bb1 100644 --- a/security/hs-crypto-numbers/Makefile +++ b/security/hs-crypto-numbers/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= crypto-random-api>=0.2 vector +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-pubkey-types/Makefile b/security/hs-crypto-pubkey-types/Makefile index 667727318c30..ba103d68dab8 100644 --- a/security/hs-crypto-pubkey-types/Makefile +++ b/security/hs-crypto-pubkey-types/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= asn1-types>=0.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile index 90227e96e712..a6f8a5469a77 100644 --- a/security/hs-crypto-pubkey/Makefile +++ b/security/hs-crypto-pubkey/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= crypto-numbers crypto-pubkey-types>=0.3 crypto-random-api>=0.2 \ cryptohash>=0.8 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile index 66a2a72e3011..74e36cdf0280 100644 --- a/security/hs-crypto-random-api/Makefile +++ b/security/hs-crypto-random-api/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= entropy +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index 815decca1f8d..d47e4326f183 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= cereal cipher-aes cipher-rc4 cpu>=0.1 crypto-api>=0.5 \ primitive vector>=0.7 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index 0a21e721c96d..3ebaca9a1b35 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.2 crypto-api>=0.5 tagged>=0.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index 8466947963e9..ee142d5c0bf4 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= zlib +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 4cfbe61f9138..5b90389626b3 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -10,5 +10,6 @@ COMMENT= Platform-independent entropy source LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index d0d176bb15ba..1adcbee7a98b 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= crypto-api>=0.2 mtl>=2.0 tagged>=0.2 transformers>=0.2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index 095fe7c34f12..94ed1bcdb1f3 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= attoparsec base64-bytestring cereal mtl +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile index 2c56eda51605..d6fb678f1043 100644 --- a/security/hs-pureMD5/Makefile +++ b/security/hs-pureMD5/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.2 crypto-api tagged +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index 574739442d43..fd4d601cb0ae 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= base64-bytestring>=0.1 cryptohash>=0.6 random>=1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-skein/Makefile b/security/hs-skein/Makefile index 1921e12735c6..478af8ff1838 100644 --- a/security/hs-skein/Makefile +++ b/security/hs-skein/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.3 crypto-api>=0.6 tagged>=0.2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-tls-extra/Makefile b/security/hs-tls-extra/Makefile index 19204293de6f..74e481b6583c 100644 --- a/security/hs-tls-extra/Makefile +++ b/security/hs-tls-extra/Makefile @@ -14,5 +14,6 @@ USE_CABAL= certificate>=1.3.5 cipher-aes>=0.1 cipher-rc4 crypto-pubkey \ crypto-random-api cryptohash>=0.6 mtl network>=2.3 \ pem>=0.1.0 text>=0.5 tls>=1.1.0 vector +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index ec2cfc4cb018..db3fb7d1d842 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= cereal>=0.3 certificate>=1.3.0 crypto-pubkey \ crypto-random-api>=0.2 cryptohash>=0.6 mtl network +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/httprint/Makefile b/security/httprint/Makefile index e4d3f2379381..068b67247d12 100644 --- a/security/httprint/Makefile +++ b/security/httprint/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: httprint -# Date created: 05 July 2006 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= httprint PORTVERSION= 301 @@ -20,6 +16,7 @@ USE_ZIP= yes RESTRICTED= No cost for personal, education and non-commercial use. NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${CP} -Rp ${WRKSRC} ${DATADIR} diff --git a/security/hunch/Makefile b/security/hunch/Makefile index 2de6fd67f443..301483ffd7d3 100644 --- a/security/hunch/Makefile +++ b/security/hunch/Makefile @@ -17,6 +17,7 @@ USES= perl5 IS_INTERACTIVE= yes NO_BUILD= true +NO_STAGE= yes do-install: @${ECHO_MSG} "Installing files" @${INSTALL_DATA} ${WRKSRC}/etc/hunch-special ${PREFIX}/etc diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 841d49030e1c..de9771c50862 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -29,6 +29,7 @@ MAN1= hydra.1 pw-inspector.1 OPTIONS_DEFINE= FIREBIRD SSH SVN X11 OPTIONS_EXCLUDE=NLS DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFIREBIRD} diff --git a/security/iaikpkcs11wrapper/Makefile b/security/iaikpkcs11wrapper/Makefile index 471f702b159e..c63044fa94ad 100644 --- a/security/iaikpkcs11wrapper/Makefile +++ b/security/iaikpkcs11wrapper/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= lib/libpkcs11wrapper.so %%JAVAJARDIR%%/iaikPkcs11Wrapper.jar PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/security/idea/Makefile b/security/idea/Makefile index 77770787fb87..3488322f948a 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -20,6 +20,7 @@ MANCOMPRESSED= no OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/security/identify/Makefile b/security/identify/Makefile index 57fb332824e7..120d88f02091 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident PORTDOCS= README PLIST_FILES= libexec/identify +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/ifd-slb_rf60/Makefile b/security/ifd-slb_rf60/Makefile index cad1966a8fc5..8baa80e4fe86 100644 --- a/security/ifd-slb_rf60/Makefile +++ b/security/ifd-slb_rf60/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slb_rf60 -# Date created: 20 Feb 2003 -# Whom: Toni Andjelkovic <toni@soth.at> -# +# Created by: Toni Andjelkovic <toni@soth.at> # $FreeBSD$ -# PORTNAME= ifd-slb_rf60 PORTVERSION= 2.2.0 @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^ifd-//} PORTDOCS= README PLIST_FILES= lib/pcsc/drivers/libslb_rf60.so +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/lib/pcsc/drivers/ ${INSTALL_DATA} ${WRKSRC}/libslb_rf60.so \ diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index a1f04037efda..6b4177d8819f 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ike-scan -# Date created: 04 May 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= ike-scan PORTVERSION= 1.9 @@ -17,6 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE} MAN1= ike-scan.1 psk-crack.1 +NO_STAGE= yes post-install: . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/ike/Makefile b/security/ike/Makefile index 3841709ced65..3c20fe81d66b 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -31,6 +31,7 @@ QTGUI_DESC= Enable QT client front end applications NATT_DESC= Enable NAT-Traversal LDAP_DESC= Enable LDAP XAuth daemon support +NO_STAGE= yes .include <bsd.port.options.mk> MAN1= ikec.1 diff --git a/security/integrit/Makefile b/security/integrit/Makefile index 2b9015e6d573..a628505ae15c 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -1,6 +1,5 @@ # Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= integrit PORTVERSION= 4.1 @@ -18,6 +17,7 @@ PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit MAN1= i-ls.1 i-viewdb.1 integrit.1 INFO= integrit +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile index 78de69f8182c..de211c76f145 100644 --- a/security/ipfcount/Makefile +++ b/security/ipfcount/Makefile @@ -22,6 +22,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/100.ipfcount SUB_FILES= pkg-message .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1s,^#![^ ]*,#!${PERL},' ${WRKSRC}/ipfcount diff --git a/security/ipfilter2dshield/Makefile b/security/ipfilter2dshield/Makefile index 7e6758bc012f..4f9139018670 100644 --- a/security/ipfilter2dshield/Makefile +++ b/security/ipfilter2dshield/Makefile @@ -18,6 +18,7 @@ USES= perl5 PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +NO_STAGE= yes do-extract: [ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${DISTNAME} diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile index f72c8b06d85e..43e278454917 100644 --- a/security/ipfmeta/Makefile +++ b/security/ipfmeta/Makefile @@ -14,6 +14,7 @@ USES= perl5 MAN1= ipfmeta.1 POD2MAN?= pod2man +NO_STAGE= yes do-build: @${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${MAN1} diff --git a/security/ipfw2dshield/Makefile b/security/ipfw2dshield/Makefile index a3d3965cf8fc..0adf44b6b3ab 100644 --- a/security/ipfw2dshield/Makefile +++ b/security/ipfw2dshield/Makefile @@ -1,6 +1,5 @@ # Created by: Frank W. Josellis <frank@dynamical-systems.org> # $FreeBSD$ -# PORTNAME= ipfw2dshield PORTVERSION= 0.5 @@ -12,6 +11,7 @@ COMMENT= DShield client for ipfw logs PORTDOCS= CHANGES README.html README.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index 122f6b320a1b..5e1a6fb9662e 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -22,6 +22,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/100.ipfwcount SUB_FILES= pkg-message .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '1s,^#![^ ]*,#!${PERL},' ${WRKSRC}/ipfwcount diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile index 3c948222b9f2..a68c3f88e61e 100644 --- a/security/ipguard/Makefile +++ b/security/ipguard/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ipguard -# Date created: 6 Oct 2008 -# Whom: SeaD -# +# Created by: SeaD # $FreeBSD$ -# PORTNAME= ipguard PORTVERSION= 1.04 @@ -21,6 +17,7 @@ MAN8= ${PORTNAME}.8 PORTDOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt PLIST_FILES= sbin/ipguard +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 62b24dc021f6..0dbde5385f7e 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -56,6 +56,7 @@ MAN8= racoon.8 racoonctl.8 setkey.8 plainrsa-gen.8 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900007 diff --git a/security/ipv6toolkit/Makefile b/security/ipv6toolkit/Makefile index 174386f3a0dd..f5238c12226c 100644 --- a/security/ipv6toolkit/Makefile +++ b/security/ipv6toolkit/Makefile @@ -24,6 +24,7 @@ LIBDIRS= libipv6 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 3bf44d1f2db1..a4bd83032be9 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: ISAKMP daemon -# Date created: Fri May 11 18:20:02 EEST 2001 -# Whom: Martti Kuparinen <martti.kuparinen@iki.fi> -# +# Created by: Martti Kuparinen <martti.kuparinen@iki.fi> # $FreeBSD$ -# PORTNAME= isakmpd PORTVERSION= 20041207 @@ -34,6 +30,7 @@ MANCOMPRESSED= yes USE_OPENSSL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> OPENSSLINC?= /usr/include diff --git a/security/isnprober/Makefile b/security/isnprober/Makefile index c1e9a9d9e75a..2d8b96b06d15 100644 --- a/security/isnprober/Makefile +++ b/security/isnprober/Makefile @@ -21,6 +21,7 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .ifndef NOPORTDOCS diff --git a/security/jbrofuzz/Makefile b/security/jbrofuzz/Makefile index 32a3adea4386..6f1d5e9070f6 100644 --- a/security/jbrofuzz/Makefile +++ b/security/jbrofuzz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jbrofuzz -# Date created: 2010-03-08 -# Whom: Niels Heinen -# +# Created by: Niels Heinen # $FreeBSD$ -# PORTNAME= jbrofuzz PORTVERSION= 2.1 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/john/Makefile b/security/john/Makefile index b53bcf550e55..bebf70efd8e9 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -37,6 +37,7 @@ PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README \ OPTIONS_DEFINE= OPENMP DOCS OPENMP_DESC= Compile with OpenMP support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/security/kc/Makefile b/security/kc/Makefile index ca03346ff738..46c1088cc64b 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/kc \ MAKE_ENV+= HAVE_PCRE=yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile diff --git a/security/kedpm/Makefile b/security/kedpm/Makefile index 5bbd92876336..de9194632d7f 100644 --- a/security/kedpm/Makefile +++ b/security/kedpm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kedpm -# Date created: 25 April 2006 -# Whom: Tim Welch <ports@thepentagon.org> -# +# Created by: Tim Welch <ports@thepentagon.org> # $FreeBSD$ -# PORTNAME= kedpm PORTVERSION= 0.4.0 @@ -27,4 +23,5 @@ DESKTOP_ENTRIES="Ked Password Manager" \ "" \ true +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile index b0657aa54aa1..a5a6f2bcb4fb 100644 --- a/security/keepassx/Makefile +++ b/security/keepassx/Makefile @@ -22,6 +22,7 @@ HAS_CONFIGURE= yes USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\ xext x11 sm ice xi +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix PREFIX=${PREFIX} \ diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 19063e518f9c..4354d79751db 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= ChangeLog README.rst +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) diff --git a/security/keynote/Makefile b/security/keynote/Makefile index 48d6e4233027..6ed07d9b8097 100644 --- a/security/keynote/Makefile +++ b/security/keynote/Makefile @@ -26,6 +26,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile index 4fc685f495df..a61e0a798c71 100644 --- a/security/keyprint/Makefile +++ b/security/keyprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: keyprint -# Date created: Sat May 29 02:05:00 PDT 1999 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= keyprint PORTVERSION= 1.0 @@ -18,6 +14,7 @@ NO_BUILD= yes PORTDOCS= README +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 505fc25f0890..58979017b208 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -21,4 +21,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs pimlibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/knock/Makefile b/security/knock/Makefile index fe177ade6eac..a51bdef42861 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -25,6 +25,7 @@ OPTIONS_MULTI= MT1 OPTIONS_MULTI_MT1= CLIENT SERVER OPTIONS_DEFAULT= CLIENT SERVER +NO_STAGE= yes .include <bsd.port.options.mk> CLIENT_DESC= Install knock client diff --git a/security/knocker/Makefile b/security/knocker/Makefile index 62d65d580c94..763e71a0fb95 100644 --- a/security/knocker/Makefile +++ b/security/knocker/Makefile @@ -1,6 +1,5 @@ # Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= knocker PORTVERSION= 0.7.1 @@ -15,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/knocker +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 3ca0b879b010..51fc647cd0c5 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -28,6 +28,7 @@ MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes PLIST_FILES= bin/kpcli +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl ${WRKSRC}/${PORTNAME} diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 77052449f3e5..2a5a06ad99e4 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -39,6 +39,7 @@ KRB5_RENAME_RLOGIN_DESC= Rename rlogin to krlogin KRB5_RENAME_RSH_DESC= Rename rsh to krsh KRB5_RENAME_RCP_DESC= Rename rcp to krcp +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MKRB5_DOC} diff --git a/security/krb5/Makefile b/security/krb5/Makefile index aa65130853c1..2327179c2252 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -47,6 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDNS_FOR_REALM} diff --git a/security/kripp/Makefile b/security/kripp/Makefile index b81fbfad47f0..555656db54d4 100644 --- a/security/kripp/Makefile +++ b/security/kripp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kripp -# Date created: Apr 23, 2003 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# +# Created by: Jim Geovedi <jim@corebsd.or.id> # $FreeBSD$ -# PORTNAME= kripp PORTVERSION= 0.6.1 @@ -22,6 +18,7 @@ NO_BUILD= yes MAN1= kripp.1 PLIST_FILES= bin/kripp +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kripp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/kripp.1 ${MANPREFIX}/man/man1 diff --git a/security/ksecrets/Makefile b/security/ksecrets/Makefile index f22665ffe8c2..caf5601f8d8d 100644 --- a/security/ksecrets/Makefile +++ b/security/ksecrets/Makefile @@ -20,4 +20,5 @@ USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 85f1ea136fd4..7d0d314b892c 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -18,4 +18,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile index 5557396f6cf0..1f9b3a0cbda9 100644 --- a/security/l0pht-watch/Makefile +++ b/security/l0pht-watch/Makefile @@ -1,6 +1,5 @@ # Created by: Dom Mitchell <dom@happygiraffe.net> # $FreeBSD$ -# PORTNAME= l0pht-watch PORTVERSION= 1.1 @@ -17,6 +16,7 @@ WRKSRC= ${WRKDIR}/temp-watch ALL_TARGET= OpenBSD +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index f3346a5103c8..c866f7bd08f8 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -21,6 +21,7 @@ USE_PERL5= build USE_ZIP= yes USE_DOS2UNIX= yes +NO_STAGE= yes post-extract: ${RM} ${WRKDIR}/*exe ${REINPLACE_CMD} -i '' -e 's|ommited|omitted|' ${WRKDIR}/util.c diff --git a/security/l5/Makefile b/security/l5/Makefile index 7f31446e9d33..263a216447a8 100644 --- a/security/l5/Makefile +++ b/security/l5/Makefile @@ -14,6 +14,7 @@ COMMENT= File Integrity Assessment Tool NO_WRKSUBDIR= true ALL_TARGET= freebsd +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} diff --git a/security/labrea/Makefile b/security/labrea/Makefile index 3084e9dd2ffe..ff6ba2b2b5ee 100644 --- a/security/labrea/Makefile +++ b/security/labrea/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LaBrea -# Date created: 20 September 2001 -# Whom: nick@rogness.net -# +# Created by: nick@rogness.net # $FreeBSD$ -## PORTNAME= LaBrea PORTVERSION= 2.4 @@ -20,6 +16,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|; \ diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 143bd7c51b75..5fa514ea6ff8 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -23,6 +23,7 @@ USE_PYTHON_BUILD= yes OPTIONS_DEFINE= PERL PHP PYTHON +NO_STAGE= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MPERL) diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 1f487272a7b9..8ed0cd70ff55 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ PORTNAME= libassuan @@ -30,4 +30,5 @@ PLIST_FILES= bin/libassuan-config include/assuan.h \ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libbf/Makefile b/security/libbf/Makefile index 1c27cae2602f..aea4864e787c 100644 --- a/security/libbf/Makefile +++ b/security/libbf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbf -# Date created: Sep 30, 2002 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# +# Created by: Jim Geovedi <jim@corebsd.or.id> # $FreeBSD$ -# PORTNAME= libbf PORTVERSION= 0.8.2b @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/bf MYPORTDOCS= blowfish.doc COPYRIGHT README VERSION +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bfspeed ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bftest ${PREFIX}/bin diff --git a/security/libecc/Makefile b/security/libecc/Makefile index 4509349e58f3..2dc81014fae6 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libecc -# Date created: Oct 29, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libecc PORTVERSION= 0.14.0 @@ -22,6 +17,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's@endian\.h@sys/&@' ${WRKSRC}/include/libecc/bitset.h diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index 23c7bb962dd3..cba90c24925a 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -23,6 +23,7 @@ USE_GNOME= glib20 CFLAGS+= -DHAVE_MEMMEM MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800069 diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index aa32af3fee83..fc78f4b91010 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -28,6 +28,7 @@ DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \ INFO= gcrypt PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 78a08b02d858..8cda55c01dab 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -22,4 +22,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index 058080484a1c..ed65e1449a27 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -18,6 +18,7 @@ CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index e68c7a6b1057..000f771fc427 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index 71aa438ff8f4..2c560303de56 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgringotts -# Date created: 23 November 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libgringotts PORTVERSION= 1.2.1 @@ -25,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --with-pkg-config-files=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in diff --git a/security/libident/Makefile b/security/libident/Makefile index 8f462dea708a..47f816f63889 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,6 +1,5 @@ # Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= libident PORTVERSION= 0.32 @@ -18,6 +17,7 @@ USE_LDCONFIG= yes MAN3= ident.3 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile index 0cd739b3381b..a7e3524c51ea 100644 --- a/security/libkpass/Makefile +++ b/security/libkpass/Makefile @@ -27,4 +27,5 @@ PLIST_FILES= include/kpass.h \ lib/libkpass.la \ lib/libkpass.a +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 43bf18a99882..9dc62c16eda3 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -27,4 +27,5 @@ INFO= ksba verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index a9b322a1dcfe..848d94ead795 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mcrypt -# Date created: Mon Jun 28 18:02:04 PDT 1999 -# Whom: nsayer@freebsd.org -# +# Created by: nsayer@FreeBSD.org # $FreeBSD$ -# PORTNAME= libmcrypt PORTVERSION= 2.5.8 @@ -19,4 +15,5 @@ USE_LDCONFIG= yes MAN3= mcrypt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 2d3dcc759152..863fa40092df 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog NEWS README THANKS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/libotr/Makefile b/security/libotr/Makefile index f0e9756ddea8..bd509a4529cc 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -34,6 +34,7 @@ MLINKS= otr_toolkit.1 otr_parse.1 \ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile index e2b17c93eb79..93e6b52fcbce 100644 --- a/security/libotr3/Makefile +++ b/security/libotr3/Makefile @@ -35,6 +35,7 @@ MLINKS= otr_toolkit.1 otr_parse.1 \ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \ ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 8063977894c5..e825a69bd42a 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -1,6 +1,5 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libp11 PORTVERSION= 0.2.8 @@ -31,6 +30,7 @@ PORTDOCS= * CONFIGURE_ARGS+=--enable-doc .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index cbe5d6e80cdd..eae537020e34 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -33,6 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= prelude-admin.1 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index d6a0f9571980..051198ae5720 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -36,6 +36,7 @@ MYSQL_DESC= MySQL plugin PQSQL_DESC= PostgreSQL plugin SQLITE_DESC= SQLite3 plugin +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} diff --git a/security/libpwstor/Makefile b/security/libpwstor/Makefile index b22587d06bf5..44bd4ae76f65 100644 --- a/security/libpwstor/Makefile +++ b/security/libpwstor/Makefile @@ -1,6 +1,5 @@ # Created by: Matt Harris <mattdharris@users.sourceforge.net> # $FreeBSD$ -# PORTNAME= libpwstor PORTVERSION= 0.1 @@ -36,6 +35,7 @@ MAN3= pwstor.3 \ pws_passwords_checkmulti.3 \ pws_passwords_converttomulti.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/security/libscrypt/Makefile b/security/libscrypt/Makefile index 96ef27ff86b2..bf8e5a6383db 100644 --- a/security/libscrypt/Makefile +++ b/security/libscrypt/Makefile @@ -22,6 +22,7 @@ PLIST_FILES+= include/libscrypt.h \ lib/libscrypt.so \ lib/libscrypt.so.0 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^CC=gcc/d' -e '/CFLAGS=/s,$$, ${CFLAGS},' \ -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index d609db2bb5e2..39bded03dbc9 100644 --- a/security/libsectok/Makefile +++ b/security/libsectok/Makefile @@ -18,6 +18,7 @@ MAKE_ARGS= CC=${CC} MAN3= sectok.3 +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/sectok.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsectok.a ${PREFIX}/lib diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile index a57ecc66b491..446fb184ca1b 100644 --- a/security/libsodium/Makefile +++ b/security/libsodium/Makefile @@ -15,6 +15,7 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS THANKS +NO_STAGE= yes post-build: cd ${WRKSRC} && ${MAKE} check diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile index 7bcf2f0e6674..e4436a31fea4 100644 --- a/security/libsparkcrypto/Makefile +++ b/security/libsparkcrypto/Makefile @@ -28,6 +28,7 @@ MAKE_ENV+= SPARKARCH=${SPARKARCH} \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/libssh/Makefile b/security/libssh/Makefile index ab6217537809..b707d8a1713f 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCRYPT} diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index a92ccebd9696..39364ef0f615 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,4 +1,4 @@ -# Created by: Alexander Leidinger <netchild@freebsd.org> +# Created by: Alexander Leidinger <netchild@FreeBSD.org> # $FreeBSD$ PORTNAME= libssh2 @@ -22,6 +22,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GCRYPT TRACE ZLIB OPTIONS_DEFAULT= ZLIB +NO_STAGE= yes .include <bsd.port.options.mk> TRACE_DESC= Enable debug packet traces diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 7a17d25f5a42..76b43fa813ec 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -57,6 +57,7 @@ MAN3= asn1_array2tree.3 \ libtasn1_strerror.3 .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 7b35a7921270..4e92961a238f 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -28,6 +28,7 @@ OPTIONS_MULTI_MATH= LIBTOMMATH TOMSFASTMATH GMP LIBTOMMATH_DESC= Use LibTomMath TOMSFASTMATH_DESC= Use TomsFastMath +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBTOMMATH} diff --git a/security/libwhisker/Makefile b/security/libwhisker/Makefile index d253b221f1b2..c645cfe9e00c 100644 --- a/security/libwhisker/Makefile +++ b/security/libwhisker/Makefile @@ -24,6 +24,7 @@ MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER}/perl/ PORTDOCS= * .endif +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.pl lib diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile index e9e3c1a47aed..365181bebf0f 100644 --- a/security/libyubikey/Makefile +++ b/security/libyubikey/Makefile @@ -29,4 +29,5 @@ MAKE_JOBS_UNSAFE=yes regression-test: build @(cd ${WRKSRC}; ${MAKE} check) +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-cyrus-sasl2/Makefile b/security/linux-f10-cyrus-sasl2/Makefile index 884598fbf5f3..8b91446b10b2 100644 --- a/security/linux-f10-cyrus-sasl2/Makefile +++ b/security/linux-f10-cyrus-sasl2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/linux-f10-cyrus-sasl2 -# Date created: 2009-06-07 -# Whom: peter -# +# Created by: peter # $FreeBSD$ -# PORTNAME= cyrus-sasl2 PORTVERSION= 2.1.22 @@ -31,4 +27,5 @@ PLIST_FILES+= "@exec mkdir -p %D/etc/sasl2" DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-gnutls/Makefile b/security/linux-f10-gnutls/Makefile index 279b64a7e178..08a59fc0f7db 100644 --- a/security/linux-f10-gnutls/Makefile +++ b/security/linux-f10-gnutls/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${PORTSDIR}/security/gnutls/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-libgcrypt/Makefile b/security/linux-f10-libgcrypt/Makefile index 82ef540f60f2..e0ace90c4114 100644 --- a/security/linux-f10-libgcrypt/Makefile +++ b/security/linux-f10-libgcrypt/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: security/linux-f10-libgcrypt -# Date created: 10 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= libgcrypt PORTVERSION= 1.4.4 @@ -22,6 +19,7 @@ PLIST_FILES= lib/libgcrypt.so.11 lib/libgcrypt.so.11.5.2 PLIST_DIRSTRY= etc/gcrypt DESCR= ${.CURDIR}/../libgcrypt/pkg-descr +NO_STAGE= yes post-install: @${MKDIR} ${PREFIX}/etc/gcrypt diff --git a/security/linux-f10-libgpg-error/Makefile b/security/linux-f10-libgpg-error/Makefile index 392f36f97de8..7c1b1304a4f6 100644 --- a/security/linux-f10-libgpg-error/Makefile +++ b/security/linux-f10-libgpg-error/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: security/linux-f10-libgpg-error -# Date created: 10 Nov 2010 -# Whom: Stas Timoklhin <devel@stasyan.com> +# Created by: Stas Timoklhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= libgpg-error PORTVERSION= 1.6 @@ -22,4 +19,5 @@ BRANDELF_FILES= usr/bin/gpg-error PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../libgpg-error/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-libssh2/Makefile b/security/linux-f10-libssh2/Makefile index 8a63b9a8c522..45fd82173a27 100644 --- a/security/linux-f10-libssh2/Makefile +++ b/security/linux-f10-libssh2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/linux-f10-libssh2 -# Date created: 2009-05-04 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= libssh2 PORTVERSION= 0.18 @@ -28,4 +24,5 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-libtasn1/Makefile b/security/linux-f10-libtasn1/Makefile index c9f0dd99619c..e4343c969989 100644 --- a/security/linux-f10-libtasn1/Makefile +++ b/security/linux-f10-libtasn1/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: security/linux-f10-libtasn1 -# Date created: 10 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= libtasn1 PORTVERSION= 1.5 @@ -23,4 +20,5 @@ DOCSDIR_REL= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf DESCR= ${.CURDIR}/../libtasn1/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-nss/Makefile b/security/linux-f10-nss/Makefile index fff00faeaff1..aaac448a589e 100644 --- a/security/linux-f10-nss/Makefile +++ b/security/linux-f10-nss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/linux-f10-nss -# Date created: 2009-05-04 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= nss PORTVERSION= 3.12.3.99.3 @@ -27,4 +23,5 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-f10-openssl/Makefile b/security/linux-f10-openssl/Makefile index dd825a73f9f0..7c3ca72556df 100644 --- a/security/linux-f10-openssl/Makefile +++ b/security/linux-f10-openssl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/linux-f10-openssl -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= openssl PORTVERSION= 0.9.8g @@ -26,4 +22,5 @@ USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/linux-pam-docs/Makefile b/security/linux-pam-docs/Makefile index 9792e30b8843..74eed18a6403 100644 --- a/security/linux-pam-docs/Makefile +++ b/security/linux-pam-docs/Makefile @@ -20,6 +20,7 @@ NO_BUILD= yes IGNORE= can't be installed when NOPORTDOCS is defined .endif +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR}) diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index e73dc505cb13..5c8d64e3bc40 100644 --- a/security/lockdown/Makefile +++ b/security/lockdown/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lockdown -# Date created: 2004-02-11 -# Whom: Daniel Blankensteiner <db@TruNet.dk> -# +# Created by: Daniel Blankensteiner <db@TruNet.dk> # $FreeBSD$ -# PORTNAME= lockdown PORTVERSION= 2.0.0 @@ -16,6 +12,7 @@ COMMENT= Hardening script for FreeBSD MAN1= editfile.1 editfstab.1 editkernel.1 editlogin.1 editttys.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == amd64 diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index 14d54f66ca8c..54862ec54b58 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -82,4 +82,5 @@ MAN3= Log2Timeline.3 \ Parse::Evtx2.3 \ Parse::Evtx2::Chunk.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index ad36dbefc9f9..10f65393d04e 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -58,6 +58,7 @@ PATCH_LIST= extra-patch-debian__logcheck.cron.d \ extra-patch-src__logtail2 EXTRA_PATCHES= ${PATCH_LIST:C|^|${WRKDIR}/|g} +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/security/lsh/Makefile b/security/lsh/Makefile index f92d432e1e12..9dfd3818072b 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -35,6 +35,7 @@ MAN5= secsh.5 SPKI.5 SHA.5 DSA.5 MAN8= sftp-server.8 lshd.8 INFO= lsh nettle +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|M4)|M4) -g|g" ${WRKSRC}/src/nettle/Makefile.in diff --git a/security/luasec/Makefile b/security/luasec/Makefile index 959be898cb44..f68fa5b00fa6 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -1,6 +1,5 @@ # Created by: Andrew Lewis <freeghb@gmail.com> # $FreeBSD$ -# PORTNAME= luasec PORTVERSION= 0.4 @@ -21,6 +20,7 @@ USE_LUA= 5.1 WANT_LUA_VER= 5.1 USE_OPENSSL= yes +NO_STAGE= yes .include <bsd.port.options.mk> # NOTE: OSVERSION is already defined here, and USE_OPENSSL_PORT diff --git a/security/lynis/Makefile b/security/lynis/Makefile index 3f6c79bb2894..819bced7109a 100644 --- a/security/lynis/Makefile +++ b/security/lynis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Lynis -# Date created: 15 November 2008 -# Whom: Cory McIntire (loon@noncensored.com) -# +# Created by: Cory McIntire (loon@noncensored.com) # $FreeBSD$ -# PORTNAME= lynis PORTVERSION= 1.2.9 @@ -19,6 +15,7 @@ NO_BUILD= yes PORTDOCS= * MAN8= lynis.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \ /tPLUGIN_TARGETS/ s|".*"|"${DATADIR}/plugins"|; \ diff --git a/security/mac-robber/Makefile b/security/mac-robber/Makefile index 039491f527ed..eaa02af04c43 100644 --- a/security/mac-robber/Makefile +++ b/security/mac-robber/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 PLIST_FILES= bin/mac-robber PORTDOCS= CHANGES README +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c diff --git a/security/maia/Makefile b/security/maia/Makefile index a25fb4778ac6..e5ad3a92d7e6 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -90,6 +90,7 @@ SUB_LIST+= MAIAUSER=${USERS} \ MAIAQUARANTINE=${MAIAQUARANTINE} USE_RC_SUBR+= maiad +NO_STAGE= yes .include <bsd.port.options.mk> # Code is a bit fiddly here; we can't use USE variables after pre.mk so we have diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile index 36747e4e145b..96b7871e486e 100644 --- a/security/mailzu/Makefile +++ b/security/mailzu/Makefile @@ -36,6 +36,7 @@ PGSQL_DESC= Use PostgreSQL database/auth storage backend IMAP_DESC= Use IMAP auth backend LDAP_DESC= Use LDAP auth backend +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile index 026865272d55..e505ffb57724 100644 --- a/security/makepasswd/Makefile +++ b/security/makepasswd/Makefile @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= makepasswd.1 DOCS= CHANGES README +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/manipulate_data/Makefile b/security/manipulate_data/Makefile index 2828fdc6c178..026eeeaa2386 100644 --- a/security/manipulate_data/Makefile +++ b/security/manipulate_data/Makefile @@ -17,6 +17,7 @@ PLIST_FILES= ${SBIN_PROGRAMS:S,^,sbin/,} SBIN_PROGRAMS= read_data replace_data search_data write_data +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/massh/Makefile b/security/massh/Makefile index 19eaa070e6db..4352225d3bf2 100644 --- a/security/massh/Makefile +++ b/security/massh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: massh -# Date created: 2011-08-09 -# Whom: Sascha Klauder <sklauder@trimind.de> -# +# Created by: Sascha Klauder <sklauder@trimind.de> # $FreeBSD$ -# PORTNAME= massh PORTVERSION= 2.0.57 @@ -29,6 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= MASSHDIR=${MASSHDIR} +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e "s!/bin/bash!${LOCALBASE}/bin/bash!" \ ${WRKSRC}/usr/bin/massh diff --git a/security/matrixssl/Makefile b/security/matrixssl/Makefile index 68712458edc2..0219f951cb62 100644 --- a/security/matrixssl/Makefile +++ b/security/matrixssl/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: matrixssl -# Date created: 2006-03-17 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= matrixssl @@ -25,6 +22,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" DFLAGS="${CFLAGS}" STRIP="${TEST}" USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index a56240c21fa3..a0ce55f6ec8e 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -35,6 +35,7 @@ PLIST_DIRS= %%EXAMPLESDIR%% PLIST= ${WRKDIR}/pkg-plist +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/src/rfc2440.c diff --git a/security/md4coll/Makefile b/security/md4coll/Makefile index 928053098ffb..080c0e43206c 100644 --- a/security/md4coll/Makefile +++ b/security/md4coll/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: md4 collision generator -# Date created: Wed Nov 23 04:51:32 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= md4coll DISTVERSION= 0.1 @@ -20,6 +16,7 @@ COMMENT= Fast MD4 collision generator NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile index 5b91a75fb114..25981a068232 100644 --- a/security/md5coll/Makefile +++ b/security/md5coll/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: md5 collision generator -# Date created: Wed Nov 23 04:51:32 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= md5coll DISTVERSION= 0.1 @@ -22,6 +18,7 @@ ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index 9d775dc89309..d8471036582c 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: md5deep -# Date created: 15 July 2004 -# Whom: Frank Laszlo <laszlof@vonostingroup.com> -# +# Created by: Frank Laszlo <laszlof@vonostingroup.com> # $FreeBSD$ -# PORTNAME= md5deep PORTVERSION= 4.3 @@ -23,4 +19,5 @@ MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \ PLIST_FILES= bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \ bin/whirlpooldeep bin/tigerdeep +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/mdcrack/Makefile b/security/mdcrack/Makefile index adc046733f64..33e5cf1b4c75 100644 --- a/security/mdcrack/Makefile +++ b/security/mdcrack/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mdcrack -# Date created: Apr 19, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mdcrack PORTVERSION= 1.2 @@ -18,4 +13,5 @@ COMMENT= Bruteforce password MD5 hashes ALL_TARGET= little PLIST_FILES= bin/mdcrack +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/medusa/Makefile b/security/medusa/Makefile index d598e8769288..71a8c33c1b7f 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --enable-module-ncp=no --enable-module-afp=no MAN1= medusa.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 2c57e0644f3b..b55c379c6b37 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -36,6 +36,7 @@ OPTIONS_DEFINE= DB OPTIONS_DEFAULT=DB DB_DESC= Database support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDB} diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 4ad45004341d..880f71684fed 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,6 +1,5 @@ -# Created by: nsayer@freebsd.org +# Created by: nsayer@FreeBSD.org # $FreeBSD$ -# PORTNAME= mhash PORTVERSION= 0.9.9.9 @@ -23,6 +22,7 @@ PORTDOCS= example.c skid2-authentication test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/mindterm-binary/Makefile b/security/mindterm-binary/Makefile index d9eb163c6092..b9396b2e4645 100644 --- a/security/mindterm-binary/Makefile +++ b/security/mindterm-binary/Makefile @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes NO_CDROM= Do not sell for profit +NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC} @${MV} ${WRKSRC}/mindtermfull.jar ${WRKSRC}/mindterm.jar diff --git a/security/monkeysphere/Makefile b/security/monkeysphere/Makefile index 4108ee14d41f..ad782216af45 100644 --- a/security/monkeysphere/Makefile +++ b/security/monkeysphere/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: monkeysphere -# Date created: 2008-09-11 23:38:27-0400 -# Whom: Daniel Kahn Gillmor <dkg@fifthhorseman.net> -# +# Created by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> # $FreeBSD$ -# PORTNAME= monkeysphere PORTVERSION= 0.24 @@ -31,6 +27,7 @@ GROUPS= monkeysphere MAKE_ARGS= ETCPREFIX=${PREFIX} MANPREFIX=${PREFIX}/man ETCSUFFIX=.sample +NO_STAGE= yes # use proper system paths for FreeBSD instead of debian's: post-patch: @${REINPLACE_CMD} -e 's|/etc/monkeysphere|/usr/local/etc/monkeysphere|g' \ diff --git a/security/mosref/Makefile b/security/mosref/Makefile index d41897e5bee5..d1e652d781ed 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -14,6 +14,7 @@ USE_GMAKE= yes PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 diff --git a/security/munge/Makefile b/security/munge/Makefile index cbc1b1e7d4e8..ce96b25668cf 100644 --- a/security/munge/Makefile +++ b/security/munge/Makefile @@ -37,4 +37,5 @@ MLINKS= munge.3 munge_strerror.3 \ munge_ctx.3 munge_ctx_set.3 \ munge_ctx.3 munge_ctx_strerror.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/mussh/Makefile b/security/mussh/Makefile index 43298204120d..ed8076be8f92 100644 --- a/security/mussh/Makefile +++ b/security/mussh/Makefile @@ -1,6 +1,5 @@ # Created by: Yen-Ming Lee <leeym@leeym.com> # $FreeBSD$ -# PORTNAME= mussh PORTVERSION= 1.0 @@ -18,6 +17,7 @@ PORTDOCS= BUGS CHANGES EXAMPLES README PLIST_FILES= bin/mussh WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \ -e "s,seq 1 ,jot 1 ,g" \ diff --git a/security/nacl/Makefile b/security/nacl/Makefile index ee05243a79a8..eda1b0768b00 100644 --- a/security/nacl/Makefile +++ b/security/nacl/Makefile @@ -1,6 +1,5 @@ # Created by: David Thiel <lx@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nacl PORTVERSION= 20110221 @@ -16,6 +15,7 @@ USE_BZIP2= yes USE_BINUTILS= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index e3f9ad312327..0cddf584021b 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nat/nbaudit -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= nbaudit PORTVERSION= 1.0 @@ -21,6 +16,7 @@ COMMENT= NetBIOS Auditing Tool / Security Kit WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= nat.1 nbaudit.1 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/nat ${PREFIX}/bin @${LN} -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile index e78a85837737..0ba46956ddbc 100644 --- a/security/ncrack/Makefile +++ b/security/ncrack/Makefile @@ -1,6 +1,5 @@ # Created by: David E. Thiel <lx@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ncrack PORTVERSION= 0.4 @@ -17,4 +16,5 @@ USE_GMAKE= yes MAN1= ncrack.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index e6f49b8598ee..78f65eea7b9f 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ncrypt -# Date created: 30 Aug 2005 -# Whom: Frank Laszlo <laszlof@vonostingroup.com> -# +# Created by: Frank Laszlo <laszlof@vonostingroup.com> # $FreeBSD$ -# PORTNAME= ncrypt PORTVERSION= 0.7.0 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ncrypt bin/nrm +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \ ${WRKSRC}/Makefile diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index 28d5c42dc605..dd2ec2af7f4e 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -29,4 +29,5 @@ USE_LDCONFIG= YES MAN1= nasl.1 nasl-config.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index f5658abfba7e..7306b93d0d07 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -34,6 +34,7 @@ MAN1= nessus-config.1 .if ! defined(NESSUS_CLIENT_ONLY) && ! defined(PACKAGE_BUILDING) MANUAL_PACKAGE_BUILD= needs /dev/bpf which is not available in pointyhat jail +NO_STAGE= yes pre-configure: @if [ ! -c /dev/bpf ]; then \ ${ECHO} "********************************************************";\ diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index d3d6c027e562..8459d26c7a49 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nessus-plugins -# Date created: 16 October 1999 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= nessus-plugins PORTVERSION= 2.2.9 @@ -32,6 +28,7 @@ CONFIGURE_ARGS= --with-fetchcmd=wget MAN1= nessus-build.1 MAN8= nessus-update-plugins.8 +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 2076b27ce77e..8dd94d7d69f0 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,11 +1,5 @@ # Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# -# If you want to only have the command-line client even if gtk is already -# installed define one of these: -# WITHOUT_GNOME -# WITHOUT_GTK -# WITHOUT_NESSUS_GTK PORTNAME= nessus PORTVERSION= 2.2.9 @@ -35,6 +29,7 @@ WANT_GNOME= yes WITHOUT_GNOME= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgtk20}!="" diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 4cc8b87eac54..dd93eccd9e99 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -22,4 +22,5 @@ MAN1+= netpgp.1 \ MAN3+= libnetpgp.3 \ libmj.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 408a4fd463c2..6aee9c34ec27 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -32,6 +32,7 @@ PORTDOCS= NEWS README TODO nettle.html nettle.pdf PORTEXAMPLES= *.c *.h INFO= nettle +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 207177ed6e79..80759193bc6d 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -25,6 +25,7 @@ USE_PERL5= run MAN1= nikto.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSLEAY} diff --git a/security/nmap/Makefile b/security/nmap/Makefile index dbfb422e6b40..ec08521e5eeb 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -32,6 +32,7 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} SSL_CONFIGURE_OFF= --without-openssl SSL_CFLAGS= -I${OPENSSLINC} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/security/nmapsi4/Makefile b/security/nmapsi4/Makefile index acab93edd3a4..709bd4261c9c 100644 --- a/security/nmapsi4/Makefile +++ b/security/nmapsi4/Makefile @@ -20,6 +20,7 @@ USE_QT4= gui qmake_build uic_build moc_build rcc_build network \ linguist_build webkit dbus CMAKE_ARGS+= -DBUILD_KDELIBS=off +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \ ${WRKSRC}/src/CMakeLists.txt diff --git a/security/nss/Makefile b/security/nss/Makefile index fd71e5c5a905..594256f55109 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -46,6 +46,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == amd64 diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 4ea8dd8c9e3c..2b8b51be7a53 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -34,6 +34,7 @@ DOCS= AUTHORS ChangeLog NEWS README PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPSKC} diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index 8ecdbff4718a..aca67dd22c13 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= obfsproxy PORTVERSION= 0.2.2 @@ -26,6 +25,7 @@ USE_PYDISTUTILS=easy_install SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy +NO_STAGE= yes post-extract: ${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/obfsproxy-${PORTVERSION} diff --git a/security/ocaml-cryptgps/Makefile b/security/ocaml-cryptgps/Makefile index e5b3be32c3ee..65827ace1416 100644 --- a/security/ocaml-cryptgps/Makefile +++ b/security/ocaml-cryptgps/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: ocaml-cryptgps -# Date created: 2006-08-01 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= cryptgps PORTVERSION= 0.2.1 @@ -31,6 +26,7 @@ PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 8d33511f54f5..4fc5d4d5e8eb 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,6 +1,5 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cryptokit PORTVERSION= 1.6 @@ -20,6 +19,7 @@ USE_OCAMLFIND_PLIST= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index e79ffdf69823..19c6fde5258c 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ocaml-ssl -# Date created: March 14, 2007 -# Whom: Jaap Boender <jaapb@kerguelen.org> -# +# Created by: Jaap Boender <jaapb@kerguelen.org> # $FreeBSD$ PORTNAME= ssl @@ -32,6 +29,7 @@ ALL_TARGET= all doc PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index f66980e923a3..8554b51b767d 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFINE= IPV6 MASQ OPTIONS_DEFAULT= MASQ MASQ_DESC= Enable NAT/IP masq support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MIPV6} diff --git a/security/oinkmaster/Makefile b/security/oinkmaster/Makefile index 11dbb24634e8..d06376098cf6 100644 --- a/security/oinkmaster/Makefile +++ b/security/oinkmaster/Makefile @@ -25,6 +25,7 @@ PORTDOCS= README MAN1= oinkmaster.1 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' \ -e 's,"tPf","tf",' \ diff --git a/security/op/Makefile b/security/op/Makefile index 76ee3870cd2c..ae86d3088f6a 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= op.1 +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/etc/op.d ${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \ diff --git a/security/openbsm-devel/Makefile b/security/openbsm-devel/Makefile index 8b30648c19ff..7786f5ebd588 100644 --- a/security/openbsm-devel/Makefile +++ b/security/openbsm-devel/Makefile @@ -39,6 +39,7 @@ MAN5= audit.log.5 auditdistd.conf.5 audit_class.5 audit_control.5 \ audit_event.5 audit_user.5 audit_warn.5 MAN8= auditfilterd.8 audit.8 auditd.8 auditdistd.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800000 diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index 3e8a8f218c7a..079ccbe74018 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: openbsm -# Date created: Jun 13 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= openbsm DISTVERSION= 1.1-p2 @@ -54,4 +49,5 @@ MAN8= auditfilterd.8 \ audit.8 \ auditd.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 5446232ae181..f8716ab2de59 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/src/Makefile.in diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 5fd74010dd98..377cdf0daf92 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -36,6 +36,7 @@ OPTIONS_DEFINE= PROXY GNUTLS PROXY_DESC= Enable automatic proxy configuratio via libproxy GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index 33e1f271877b..4abfe1797248 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -46,6 +46,7 @@ MAN8= pkcsslotd.8 run-autotools: run-autotools-autoreconf +NO_STAGE= yes run-autotools-autoreconf: @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i diff --git a/security/openct/Makefile b/security/openct/Makefile index 1ce1fb20c153..a711320d7982 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -30,6 +30,7 @@ MAN1= openct-tool.1 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800069 diff --git a/security/openfwtk/Makefile b/security/openfwtk/Makefile index 6c152520438d..fb4dbfc5ad3f 100644 --- a/security/openfwtk/Makefile +++ b/security/openfwtk/Makefile @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} diff --git a/security/openpgpsdk/Makefile b/security/openpgpsdk/Makefile index 21049c57dd7d..90b66570e367 100644 --- a/security/openpgpsdk/Makefile +++ b/security/openpgpsdk/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= --without-idea --with-cunit=${LOCALBASE} PLIST_FILES= bin/openpgp lib/libops.a +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/openpgp ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/lib/libops.a ${PREFIX}/lib/ diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 682b0798a2cc..101336933937 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ USES= gmake pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 74e6b0a47901..deeee21f297e 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -47,6 +47,7 @@ MAN1= cardos-tool.1 cryptoflex-tool.1 eidenv.1 iasecc-tool.1 \ sc-hsm-tool.1 westcos-tool.1 MAN5= pkcs15-profile.5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENCT} diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 928ba6778b2d..201265af3251 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openscep -# Date created: May 19 2005 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= openscep PORTVERSION= 0.4.2 @@ -23,6 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_DIRSTRY= www/cgi-bin diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index 0f8cc9e54ede..5a5aaab34f0a 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -26,6 +26,7 @@ MLINKS= x11-ssh-askpass.1 ssh-askpass.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 5b89ac122505..1db8881d34b2 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1049,6 +1049,7 @@ MLINKS= ASN1_OBJECT_new.3 ASN1_OBJECT_free.3 \ ui_compat.3 des_read_pw.3 \ ui_compat.3 des_read_pw_string.3 +NO_STAGE= yes .include <bsd.port.pre.mk> OPENSSL_BASE_SONAME!= readlink ${DESTDIR}/usr/lib/libcrypto.so || true diff --git a/security/openssl_tpm_engine/Makefile b/security/openssl_tpm_engine/Makefile index c3d19258e428..e89b4b8e2ef3 100644 --- a/security/openssl_tpm_engine/Makefile +++ b/security/openssl_tpm_engine/Makefile @@ -26,6 +26,7 @@ PORTEXAMPLES= openssl.cnf.sample OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT=EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile index 497b216da3df..14f5391b56c0 100644 --- a/security/openvas-client/Makefile +++ b/security/openvas-client/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_GNOME= gtk20 +NO_STAGE= yes .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" .include <bsd.port.mk> diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index e8eb8d0eb6e7..30dff59a2b84 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -24,6 +24,7 @@ USES= bison iconv pkgconfig MAN1= openvas-libnasl-config.1 openvas-nasl.1 +NO_STAGE= yes .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" LDFLAGS+= -lgcrypt diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 28e43c692e5e..a3e9673050bd 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= libopenvas-config.1 +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include <bsd.port.mk> diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 06102d9b66bd..cdabe498b05f 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -24,6 +24,7 @@ GNU_CONFIGURE= yes LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config CPPFLAGS+= "`${LIBNET_CONFIG} --cflags`" +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${.CURDIR}/../openvas-libraries/Makefile.common" diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile index 10445c005454..3461b9d87cb6 100644 --- a/security/openvas-server/Makefile +++ b/security/openvas-server/Makefile @@ -20,6 +20,7 @@ USE_RC_SUBR= openvasd MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1 MAN8= openvasd.8 openvas-adduser.8 openvas-rmuser.8 openvas-mkcert.8 +NO_STAGE= yes .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" .include <bsd.port.mk> diff --git a/security/openvpn-admin/Makefile b/security/openvpn-admin/Makefile index 04cb3d09b902..2675d8a4b57a 100644 --- a/security/openvpn-admin/Makefile +++ b/security/openvpn-admin/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 440e04706484..d8f0858f5182 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: openvpn-auth-ldap -# Date created: 06 June 2007 -# Whom: Nick Barkas <snb@threerings.net> -# +# Created by: Nick Barkas <snb@threerings.net> # $FreeBSD$ PORTNAME= openvpn-auth-ldap @@ -27,6 +24,7 @@ PORTDOCS= README PORTEXAMPLES= auth-ldap.conf PLIST_FILES= lib/openvpn-auth-ldap.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 diff --git a/security/openvpn-auth-radius/Makefile b/security/openvpn-auth-radius/Makefile index 0d773a270aec..694d4cb23a4b 100644 --- a/security/openvpn-auth-radius/Makefile +++ b/security/openvpn-auth-radius/Makefile @@ -25,6 +25,7 @@ PORTDOCS= README PORTEXAMPLES= radiusplugin.cnf PLIST_FILES= lib/radiusplugin.so +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/openvpn-beta/Makefile b/security/openvpn-beta/Makefile index d5b2f1e75e27..b622a445c3c4 100644 --- a/security/openvpn-beta/Makefile +++ b/security/openvpn-beta/Makefile @@ -40,6 +40,7 @@ SUB_LIST+= OSVERSION=${OSVERSION} WITHOUT_CHECK= yes .endif +NO_STAGE= yes .include <bsd.port.options.mk> .ifdef (LOG_OPENVPN) diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index d049166aa7db..cb3f6dfa9676 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -42,6 +42,7 @@ SUB_LIST+= OSVERSION=${OSVERSION} WITHOUT_CHECK= yes .endif +NO_STAGE= yes .include <bsd.port.options.mk> .ifdef (LOG_OPENVPN) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 158dd7ec8596..6213730e0c18 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -16,6 +16,7 @@ CONFLICTS_INSTALL= openvpn-2.[!3].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-d GNU_CONFIGURE= yes USE_XZ= yes +NO_STAGE= yes # let OpenVPN's configure script pick up the requisite libraries: CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile index 86254ec7d37b..a57528b03aad 100644 --- a/security/ophcrack/Makefile +++ b/security/ophcrack/Makefile @@ -31,6 +31,7 @@ OPTIONS_DEFAULT= X11 GRAPH X11_DESC= Build Qt 4 GUI frontend GRAPH_DESC= Enable graph rendering via Qwt +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGRAPH} diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index 67115cd2a7ff..7a9d207429bc 100644 --- a/security/opieprint/Makefile +++ b/security/opieprint/Makefile @@ -23,6 +23,7 @@ EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/opieprint diff --git a/security/orthrus/Makefile b/security/orthrus/Makefile index 22ee0375adf2..c6806bf40b23 100644 --- a/security/orthrus/Makefile +++ b/security/orthrus/Makefile @@ -20,6 +20,7 @@ USE_LDCONFIG= yes USES= iconv PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/osiris/Makefile b/security/osiris/Makefile index a58ab73df990..30f6920228aa 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -20,6 +20,7 @@ CLI_DESC= Enable to build the management CLI GNU_CONFIGURE= yes USE_RC_SUBR= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libreadline.so.6) diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile index f7a5b2ea1990..5691a0ab50bd 100644 --- a/security/ossec-hids-client/Makefile +++ b/security/ossec-hids-client/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../ossec-hids-server PLIST= pkg-plist.client +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index ed03e03e280b..fa0fa9c8e6ae 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -7,4 +7,5 @@ LOCAL_ONLY= yes MASTERDIR= ${.CURDIR}/../ossec-hids-server +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile index aab4189ca61c..a0fafa48fea0 100644 --- a/security/ossec-hids-server/Makefile +++ b/security/ossec-hids-server/Makefile @@ -31,6 +31,7 @@ SUB_FILES= pkg-message PLIST_SUB= PORTNAME=${PORTNAME} PORTDOCS= BUGS CONFIG CONTRIBUTORS INSTALL LICENSE README +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800067 # Add string function that didn't exist until 8.x diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index bad8ea9cc6ed..7e7d2b1deca0 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: osslsigncode -# Date created: 9 November 2006 -# Whom: snb@threerings.net -# +# Created by: snb@threerings.net # $FreeBSD$ -# PORTNAME= osslsigncode PORTVERSION= 1.3 @@ -26,4 +22,5 @@ USE_OPENSSL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/outguess/Makefile b/security/outguess/Makefile index 0abc5c65bc4d..88cf827a0afb 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -24,6 +24,7 @@ MAN1= outguess.1 PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/outguess +NO_STAGE= yes pre-install: ${ECHO_CMD} bin/extract > ${PLIST} ${ECHO_CMD} bin/outguess >> ${PLIST} diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 8d85208e6ed6..e93a3f4f8e4d 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -24,6 +24,7 @@ USE_GNOME= ltverhack gnomehack USE_LDCONFIG= yes USE_GMAKE= yes +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e \ 's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \ diff --git a/security/p5-Apache-Htpasswd/Makefile b/security/p5-Apache-Htpasswd/Makefile index 034555c7b9d5..4dbb8b161e7f 100644 --- a/security/p5-Apache-Htpasswd/Makefile +++ b/security/p5-Apache-Htpasswd/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Apache::Htpasswd.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-App-Genpass/Makefile b/security/p5-App-Genpass/Makefile index eb89bc57bad3..28aa91d61fe6 100644 --- a/security/p5-App-Genpass/Makefile +++ b/security/p5-App-Genpass/Makefile @@ -31,6 +31,7 @@ REINPLACE_ARGS= -i '' MAN1= genpass.1 MAN3= App::Genpass.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1 s|.*|#!${PERL}|' ${WRKSRC}/bin/genpass diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index 5bf4de231a2e..7b740b286f64 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -24,4 +24,5 @@ MAN3= App::TLSMe.3 \ App::TLSMe::Connection.3 \ App::TLSMe::Pool.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Auth-YubikeyDecrypter/Makefile b/security/p5-Auth-YubikeyDecrypter/Makefile index 709c2f253f21..999607da69ca 100644 --- a/security/p5-Auth-YubikeyDecrypter/Makefile +++ b/security/p5-Auth-YubikeyDecrypter/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Auth-YubikeyDecrypter -# Date created: Jul 2, 2010 -# Whom: Kurt Jaeger <fbsd-ports@opsec.eu> -# +# Created by: Kurt Jaeger <fbsd-ports@opsec.eu> # $FreeBSD$ PORTNAME= Auth-YubikeyDecrypter @@ -23,4 +20,5 @@ USE_PERL5= configure MAN3= Auth::Yubikey_Decrypter.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile index 6de4df744698..76a988360130 100644 --- a/security/p5-AuthCAS/Makefile +++ b/security/p5-AuthCAS/Makefile @@ -24,4 +24,5 @@ USE_PERL5= configure MAN3= AuthCAS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 19936a06925e..be9242ee8fec 100644 --- a/security/p5-Authen-Bitcard/Makefile +++ b/security/p5-Authen-Bitcard/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Authen::Bitcard.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index 1fab5aff163b..15cf301ccbb0 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Authen::Captcha.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-CyrusSASL/Makefile b/security/p5-Authen-CyrusSASL/Makefile index 5b301f138e3d..32c15ad124bd 100644 --- a/security/p5-Authen-CyrusSASL/Makefile +++ b/security/p5-Authen-CyrusSASL/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Authen::CyrusSASL.3 +NO_STAGE= yes post-patch: @${MKDIR} ${WRKSRC}/lib @${RM} ${WRKSRC}/Authen/*.orig diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile index 8472633ec72a..a0dc1f09cc4f 100644 --- a/security/p5-Authen-DecHpwd/Makefile +++ b/security/p5-Authen-DecHpwd/Makefile @@ -21,4 +21,5 @@ USE_PERL5= modbuild MAN3= Authen::DecHpwd.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile index 38e03a575a11..0ca4206ec01d 100644 --- a/security/p5-Authen-Htpasswd/Makefile +++ b/security/p5-Authen-Htpasswd/Makefile @@ -25,4 +25,5 @@ MAN3= Authen::Htpasswd.3 \ Authen::Htpasswd::User.3 \ Authen::Htpasswd::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index a84918bbe225..91fa6888be3b 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -18,6 +18,7 @@ USE_PERL5= configure MAN3= Authen::Krb5.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL diff --git a/security/p5-Authen-Libwrap/Makefile b/security/p5-Authen-Libwrap/Makefile index d20e7e71ce37..13d364690ab3 100644 --- a/security/p5-Authen-Libwrap/Makefile +++ b/security/p5-Authen-Libwrap/Makefile @@ -17,4 +17,5 @@ USE_PERL5= modbuild MAN3= Authen::Libwrap.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index 3015e502dcd9..cfb3c23ecd6c 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Authen::NTLM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-OATH/Makefile b/security/p5-Authen-OATH/Makefile index 055bf2fc1fb6..6dd868070236 100644 --- a/security/p5-Authen-OATH/Makefile +++ b/security/p5-Authen-OATH/Makefile @@ -24,4 +24,5 @@ USE_PERL5= configure MAN3= Authen::OATH.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-PAAS/Makefile b/security/p5-Authen-PAAS/Makefile index 262448bd2b01..56570f60f6d5 100644 --- a/security/p5-Authen-PAAS/Makefile +++ b/security/p5-Authen-PAAS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-PAAS -# Date created: 22 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-PAAS PORTVERSION= 1.1.1 @@ -34,4 +30,5 @@ MAN3= Authen::PAAS.3 \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index bbdd0f9bfb45..58d8d47b7775 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -18,4 +18,5 @@ CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH MAN3= Authen::PAM.3 \ Authen::PAM::FAQ.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Passphrase/Makefile b/security/p5-Authen-Passphrase/Makefile index a111550e89c3..a2943c7a93c5 100644 --- a/security/p5-Authen-Passphrase/Makefile +++ b/security/p5-Authen-Passphrase/Makefile @@ -49,4 +49,5 @@ MAN3= Authen::Passphrase.3 \ Authen::Passphrase::SaltedDigest.3 \ Authen::Passphrase::VMSPurdy.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-PluggableCaptcha/Makefile b/security/p5-Authen-PluggableCaptcha/Makefile index 60f7659fb873..46d86c575290 100644 --- a/security/p5-Authen-PluggableCaptcha/Makefile +++ b/security/p5-Authen-PluggableCaptcha/Makefile @@ -36,4 +36,5 @@ MAN3= Authen::PluggableCaptcha.3 \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index d32bb2061519..4cf159f42b7c 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -31,6 +31,7 @@ RADDBFILES= dictionary \ dictionary.versanet \ dictionary.xtradius +NO_STAGE= yes pre-configure: @${RM} ${WRKSRC}/install-radius-db.PL @${PERL} -pi -e 's|/etc/raddb|${DATADIR}|' ${WRKSRC}/Radius.pm diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 7bf1c79bc306..98cbe5d63bcc 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -20,4 +20,5 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Authen::SASL::Cyrus.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 4957cf5ae667..54f7ff6eb924 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -30,6 +30,7 @@ MAN3= Authen::SASL.3 \ Authen::SASL::Perl::LOGIN.3 \ Authen::SASL::Perl::PLAIN.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKERBEROS} diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile index d420a88a36f3..767d4c733e0a 100644 --- a/security/p5-Authen-Simple-DBI/Makefile +++ b/security/p5-Authen-Simple-DBI/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::DBI.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-DBM/Makefile b/security/p5-Authen-Simple-DBM/Makefile index 974f107dec49..1baa956a2450 100644 --- a/security/p5-Authen-Simple-DBM/Makefile +++ b/security/p5-Authen-Simple-DBM/Makefile @@ -18,4 +18,5 @@ MAN3= Authen::Simple::DBM.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile index 03379b13f6c9..ccff0c1f8ea6 100644 --- a/security/p5-Authen-Simple-HTTP/Makefile +++ b/security/p5-Authen-Simple-HTTP/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::HTTP.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile index 9f37e9c598dd..26120de9ea27 100644 --- a/security/p5-Authen-Simple-LDAP/Makefile +++ b/security/p5-Authen-Simple-LDAP/Makefile @@ -20,4 +20,5 @@ USES= perl5 MAN3= Authen::Simple::ActiveDirectory.3 \ Authen::Simple::LDAP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-Net/Makefile b/security/p5-Authen-Simple-Net/Makefile index 2f788470d345..b4620c43752b 100644 --- a/security/p5-Authen-Simple-Net/Makefile +++ b/security/p5-Authen-Simple-Net/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-PAM/Makefile b/security/p5-Authen-Simple-PAM/Makefile index 67b2bfc19d5f..52b1b2e5c99a 100644 --- a/security/p5-Authen-Simple-PAM/Makefile +++ b/security/p5-Authen-Simple-PAM/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::PAM.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-Passwd/Makefile b/security/p5-Authen-Simple-Passwd/Makefile index 49fa02936225..09fa13fdea74 100644 --- a/security/p5-Authen-Simple-Passwd/Makefile +++ b/security/p5-Authen-Simple-Passwd/Makefile @@ -18,4 +18,5 @@ MAN3= Authen::Simple::Passwd.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-RADIUS/Makefile b/security/p5-Authen-Simple-RADIUS/Makefile index 108e5c3f640c..f77fd288158c 100644 --- a/security/p5-Authen-Simple-RADIUS/Makefile +++ b/security/p5-Authen-Simple-RADIUS/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::RADIUS.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-SMB/Makefile b/security/p5-Authen-Simple-SMB/Makefile index 2947e99c05eb..ee9c6c801b96 100644 --- a/security/p5-Authen-Simple-SMB/Makefile +++ b/security/p5-Authen-Simple-SMB/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::SMB.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile index a6a96e641e36..1268c9f1e693 100644 --- a/security/p5-Authen-Simple-SSH/Makefile +++ b/security/p5-Authen-Simple-SSH/Makefile @@ -19,4 +19,5 @@ MAN3= Authen::Simple::SSH.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index eaedfabf75cf..83f9195dfb21 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -28,4 +28,5 @@ MAN3= Authen::Simple.3 \ Authen::Simple::Log.3 \ Authen::Simple::Password.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Smb/Makefile b/security/p5-Authen-Smb/Makefile index b059dd12c091..9baed540f79e 100644 --- a/security/p5-Authen-Smb/Makefile +++ b/security/p5-Authen-Smb/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Authen::Smb.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ ${WRKSRC}/smbval/rfcnb-util.c \ diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile index 833032acf17b..b5c20725bd29 100644 --- a/security/p5-Authen-TacacsPlus/Makefile +++ b/security/p5-Authen-TacacsPlus/Makefile @@ -20,6 +20,7 @@ MAKE_ENV+= CCFLAGS="${CFLAGS}" MAN3= Authen::TacacsPlus.3 +NO_STAGE= yes pre-build: ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile index 18f957a4281c..6c4d10a5d8fd 100644 --- a/security/p5-Authen-Ticket/Makefile +++ b/security/p5-Authen-Ticket/Makefile @@ -18,4 +18,5 @@ MAN3= Authen::Ticket.3 \ Authen::Ticket::Server.3 \ Authen::Ticket::Signature.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-TypeKey/Makefile b/security/p5-Authen-TypeKey/Makefile index 7d536049aff7..5184a1f36a50 100644 --- a/security/p5-Authen-TypeKey/Makefile +++ b/security/p5-Authen-TypeKey/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Authen::TypeKey.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Business-PayPal-EWP/Makefile b/security/p5-Business-PayPal-EWP/Makefile index 6d8beb0d7833..b6302d2f4f65 100644 --- a/security/p5-Business-PayPal-EWP/Makefile +++ b/security/p5-Business-PayPal-EWP/Makefile @@ -21,4 +21,5 @@ USE_DOS2UNIX= yes MAN3= Business::PayPal::EWP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-CACertOrg-CA/Makefile b/security/p5-CACertOrg-CA/Makefile index 693bc891cedb..73cbf19c2c29 100644 --- a/security/p5-CACertOrg-CA/Makefile +++ b/security/p5-CACertOrg-CA/Makefile @@ -16,4 +16,5 @@ USES= perl5 MAN3= CACertOrg::CA.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index f24a27a7cca4..47f84dc7fe28 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= CSP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Cisco-Hash/Makefile b/security/p5-Cisco-Hash/Makefile index 4b7147144142..01e3221b3e3c 100644 --- a/security/p5-Cisco-Hash/Makefile +++ b/security/p5-Cisco-Hash/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Cisco::Hash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile index 3a574156a05e..85ec290bb96c 100644 --- a/security/p5-Crypt-Anubis/Makefile +++ b/security/p5-Crypt-Anubis/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Anubis.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile index d13d5e6613f3..02f471b85dfd 100644 --- a/security/p5-Crypt-AppleTwoFish/Makefile +++ b/security/p5-Crypt-AppleTwoFish/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::AppleTwoFish.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index b63828192f9b..97e7d7045895 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Blowfish.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile index f32a1f6509ce..e694de572ada 100644 --- a/security/p5-Crypt-Blowfish_PP/Makefile +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Blowfish_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5/Makefile b/security/p5-Crypt-CAST5/Makefile index a921a2654d64..b6a814decb60 100644 --- a/security/p5-Crypt-CAST5/Makefile +++ b/security/p5-Crypt-CAST5/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Crypt::CAST5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 73daa7ae796c..57ffd269c484 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::CAST5_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 095d75afbdb1..62fcb2834b44 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::CBC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CBCeasy/Makefile b/security/p5-Crypt-CBCeasy/Makefile index 5d48fc69ca8c..876d062c1c69 100644 --- a/security/p5-Crypt-CBCeasy/Makefile +++ b/security/p5-Crypt-CBCeasy/Makefile @@ -28,6 +28,7 @@ BLOWFISH_PP_DESC= Build with Crypt::Blowfish_PP support TWOFISH2_DESC= Build with Crypt::Twofish2 support RIJNDAEL_DESC= Build with Crypt::Rijndael support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDES} diff --git a/security/p5-Crypt-CFB/Makefile b/security/p5-Crypt-CFB/Makefile index f31cc9ad05c7..f20198df27ee 100644 --- a/security/p5-Crypt-CFB/Makefile +++ b/security/p5-Crypt-CFB/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::CFB.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Caesar/Makefile b/security/p5-Crypt-Caesar/Makefile index b42a82efe293..425d568f0c83 100644 --- a/security/p5-Crypt-Caesar/Makefile +++ b/security/p5-Crypt-Caesar/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Caesar.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Camellia_PP/Makefile b/security/p5-Crypt-Camellia_PP/Makefile index 08397b8b7a08..70492da64b91 100644 --- a/security/p5-Crypt-Camellia_PP/Makefile +++ b/security/p5-Crypt-Camellia_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Camellia_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Chimera/Makefile b/security/p5-Crypt-Chimera/Makefile index 7449b4873fe3..74b606d99c89 100644 --- a/security/p5-Crypt-Chimera/Makefile +++ b/security/p5-Crypt-Chimera/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Chimera.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 1e1b017290ad..f5ea90ffb929 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Crypt::CipherSaber.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 28cccfd55b6e..9267ed2bd9bc 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -1,4 +1,4 @@ -# Created by: will +# Created by: will # $FreeBSD$ PORTNAME= Crypt-Cracklib @@ -26,4 +26,5 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${P MAN3= Crypt::Cracklib.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile index bab456c5b276..748bb021327f 100644 --- a/security/p5-Crypt-Ctr/Makefile +++ b/security/p5-Crypt-Ctr/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Crypt::Ctr.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index d1876722f312..fbef573f872a 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::DES.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index c07c36e3415f..18d98c4598a8 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Crypt::DES_EDE3.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES_PP/Makefile b/security/p5-Crypt-DES_PP/Makefile index 40fc92783e36..b99afb952353 100644 --- a/security/p5-Crypt-DES_PP/Makefile +++ b/security/p5-Crypt-DES_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::DES_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index e8cb8a72f33b..306a19b0211e 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -23,4 +23,5 @@ PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \ %%SITE_PERL%%/Crypt +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index bd5cec8d3176..02290a82f242 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -23,4 +23,5 @@ MAN3= Crypt::DSA::Key::SSH2.3 Crypt::DSA.3 Crypt::DSA::Key.3 \ Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \ Crypt::DSA::KeyChain.3 Crypt::DSA::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Dining/Makefile b/security/p5-Crypt-Dining/Makefile index 6e78673710df..8c3c2af369af 100644 --- a/security/p5-Crypt-Dining/Makefile +++ b/security/p5-Crypt-Dining/Makefile @@ -19,4 +19,5 @@ MAN3= Crypt::Dining.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index 0be1dd51c886..f486e8149899 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::ECB.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index fdb84eeb5932..587c6be21bdb 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -25,4 +25,5 @@ MAN3= Crypt::Eksblowfish.3 \ Crypt::Eksblowfish::Subkeyed.3 \ Crypt::Eksblowfish::Uklblowfish.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Enigma/Makefile b/security/p5-Crypt-Enigma/Makefile index 3d4da4fa11e0..53a97091bc08 100644 --- a/security/p5-Crypt-Enigma/Makefile +++ b/security/p5-Crypt-Enigma/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Enigma.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 6d409c71e902..e0fa72b14c88 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ MAN3= Crypt::GCrypt.3 Crypt::GCrypt::MPI.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GOST/Makefile b/security/p5-Crypt-GOST/Makefile index 4b643022f9f6..0846e98605dd 100644 --- a/security/p5-Crypt-GOST/Makefile +++ b/security/p5-Crypt-GOST/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::GOST.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GOST_PP/Makefile b/security/p5-Crypt-GOST_PP/Makefile index 2f5a3d10be15..a17a663f1532 100644 --- a/security/p5-Crypt-GOST_PP/Makefile +++ b/security/p5-Crypt-GOST_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::GOST_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index dd2ca36ebc86..b12c9c437861 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Crypt::GPG.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile index 75c0a906ea60..efeea692ceae 100644 --- a/security/p5-Crypt-GeneratePassword/Makefile +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::GeneratePassword.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-HCE_MD5/Makefile b/security/p5-Crypt-HCE_MD5/Makefile index a5a201c5dfe3..d83c8d8522d7 100644 --- a/security/p5-Crypt-HCE_MD5/Makefile +++ b/security/p5-Crypt-HCE_MD5/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::HCE_MD5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile index 777a7136cfb2..53293c57de6b 100644 --- a/security/p5-Crypt-HCE_SHA/Makefile +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::HCE_SHA.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 79ca038f8177..3f96f03274d5 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::IDEA.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Imail/Makefile b/security/p5-Crypt-Imail/Makefile index 0a7bc126e149..1b7a5ea8c058 100644 --- a/security/p5-Crypt-Imail/Makefile +++ b/security/p5-Crypt-Imail/Makefile @@ -17,4 +17,5 @@ MAN3= Crypt::Imail.3 WRKSRC= ${WRKDIR}/Imail +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Juniper/Makefile b/security/p5-Crypt-Juniper/Makefile index 380c42e032bb..acfaed819600 100644 --- a/security/p5-Crypt-Juniper/Makefile +++ b/security/p5-Crypt-Juniper/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Juniper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Khazad/Makefile b/security/p5-Crypt-Khazad/Makefile index cd339242b4da..34672effc1af 100644 --- a/security/p5-Crypt-Khazad/Makefile +++ b/security/p5-Crypt-Khazad/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Khazad.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-License/Makefile b/security/p5-Crypt-License/Makefile index 7146c543ccfa..6e51cd4d1b20 100644 --- a/security/p5-Crypt-License/Makefile +++ b/security/p5-Crypt-License/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::License.3 Crypt::License::Util.3 Crypt::License::Notice.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Lite/Makefile b/security/p5-Crypt-Lite/Makefile index 4063f496c68f..08c7a248a59a 100644 --- a/security/p5-Crypt-Lite/Makefile +++ b/security/p5-Crypt-Lite/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Lite.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Loki97/Makefile b/security/p5-Crypt-Loki97/Makefile index d4c702a841ff..02ec3068543d 100644 --- a/security/p5-Crypt-Loki97/Makefile +++ b/security/p5-Crypt-Loki97/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Loki97.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-MySQL/Makefile b/security/p5-Crypt-MySQL/Makefile index ef117a2598cf..f7f2994ca309 100644 --- a/security/p5-Crypt-MySQL/Makefile +++ b/security/p5-Crypt-MySQL/Makefile @@ -17,4 +17,5 @@ USE_PERL5= modbuild MAN3= Crypt::MySQL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-NULL/Makefile b/security/p5-Crypt-NULL/Makefile index 372d0162a652..c7250a6b002c 100644 --- a/security/p5-Crypt-NULL/Makefile +++ b/security/p5-Crypt-NULL/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::NULL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OFB/Makefile b/security/p5-Crypt-OFB/Makefile index 4193ee3708fd..26bdf2ca6578 100644 --- a/security/p5-Crypt-OFB/Makefile +++ b/security/p5-Crypt-OFB/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::OFB.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OICQ/Makefile b/security/p5-Crypt-OICQ/Makefile index c2e3c9393f20..15614fc78c7c 100644 --- a/security/p5-Crypt-OICQ/Makefile +++ b/security/p5-Crypt-OICQ/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Crypt::OICQ.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OTP/Makefile b/security/p5-Crypt-OTP/Makefile index 74bed889fcc2..417fab9902b5 100644 --- a/security/p5-Crypt-OTP/Makefile +++ b/security/p5-Crypt-OTP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::OTP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 7744af0686c0..b0f3fe894586 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -46,6 +46,7 @@ MAN3= Crypt::OpenPGP::ErrorHandler.3 Crypt::OpenPGP::Key.3 \ Crypt::OpenPGP::Trust.3 Crypt::OpenPGP::Certificate.3 \ Crypt::OpenPGP::Message.3 Crypt::OpenPGP::KeyServer.3 +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/lib/Crypt/OpenPGP/Ciphertext.pm.orig diff --git a/security/p5-Crypt-OpenSSL-AES/Makefile b/security/p5-Crypt-OpenSSL-AES/Makefile index d47857853948..125c791461c7 100644 --- a/security/p5-Crypt-OpenSSL-AES/Makefile +++ b/security/p5-Crypt-OpenSSL-AES/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Crypt::OpenSSL::AES.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile index 66a46d030ce6..2bc75f0d165d 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/Makefile +++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile @@ -17,4 +17,5 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} MAN3= Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile index 619ea4a04c6f..22f372b01c29 100644 --- a/security/p5-Crypt-OpenSSL-CA/Makefile +++ b/security/p5-Crypt-OpenSSL-CA/Makefile @@ -31,4 +31,5 @@ MAN3= Crypt::OpenSSL::CA.3 \ Crypt::OpenSSL::CA::Inline::C.3 \ Crypt::OpenSSL::CA::Resources.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 910edd63d8b1..325cdbf6b702 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -18,6 +18,7 @@ USE_PERL5= configure MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3 +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 1cc2aa8601b4..3b95898bddab 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -25,4 +25,5 @@ MAN3= Crypt::OpenSSL::RSA.3 regression-test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index a1c24559e321..27d6d8970967 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -18,4 +18,5 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} MAN3= Crypt::OpenSSL::Random.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index 4105a16c033b..8d74a022ef0c 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -16,6 +16,7 @@ USE_PERL5= configure MAN3= Crypt::OpenSSL::X509.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index 0797ce28f6fd..e18e8cb308e9 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -27,4 +27,5 @@ MAN3= Crypt::PBKDF2.3 \ Crypt::PBKDF2::Hash::HMACSHA1.3 \ Crypt::PBKDF2::Hash::HMACSHA2.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile index c6034a0731b7..758827e2b749 100644 --- a/security/p5-Crypt-PGPSimple/Makefile +++ b/security/p5-Crypt-PGPSimple/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Crypt::PGPSimple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-PassGen/Makefile b/security/p5-Crypt-PassGen/Makefile index e54f5daef750..af4f605a6cc9 100644 --- a/security/p5-Crypt-PassGen/Makefile +++ b/security/p5-Crypt-PassGen/Makefile @@ -14,4 +14,5 @@ USE_PERL5= configure MAN3= Crypt::PassGen.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index a316d571caa0..915ec865acb0 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -16,6 +16,7 @@ USE_PERL5= configure MAN3= Crypt::PasswdMD5.3 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 8d3beea5b22f..a7e447391df6 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN1= largeprimes.1 MAN3= Crypt::Primes.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile index 27f7d5c96ab6..c6773e5203b4 100644 --- a/security/p5-Crypt-RC4/Makefile +++ b/security/p5-Crypt-RC4/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::RC4.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile index cff0b7d195b2..906998cfd6b3 100644 --- a/security/p5-Crypt-RC5/Makefile +++ b/security/p5-Crypt-RC5/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::RC5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index b052566e8e79..eb80cfe49561 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Crypt::RC6.3 +NO_STAGE= yes do-patch: ${REINPLACE_CMD} -e 's/
//' ${WRKSRC}/RC6.pm diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index a975f3fd4347..80389eb7cef4 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::RIPEMD160::MAC.3 Crypt::RIPEMD160.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index d3221e5898ef..106d05844cf3 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -42,4 +42,5 @@ MAN3= Crypt::RSA.3 \ Crypt::RSA::SS::PKCS1v15.3 \ Crypt::RSA::SS::PSS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Rabbit/Makefile b/security/p5-Crypt-Rabbit/Makefile index e8f3c7f19885..ac170c7dbcd4 100644 --- a/security/p5-Crypt-Rabbit/Makefile +++ b/security/p5-Crypt-Rabbit/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Rabbit.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile index 685a73971bec..5f2cc86603ac 100644 --- a/security/p5-Crypt-RandPasswd/Makefile +++ b/security/p5-Crypt-RandPasswd/Makefile @@ -16,6 +16,7 @@ USE_PERL5= configure MAN3= Crypt::RandPasswd.3 +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index 14430a7f613d..c86b775b4ade 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -38,4 +38,5 @@ MAN3= Crypt::Random::Source.3 \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index ff002b79e291..49af564f27db 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Crypt::Random.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index 9c15e7b8f788..e88f5f67fbe9 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Rijndael.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Rijndael_PP/Makefile b/security/p5-Crypt-Rijndael_PP/Makefile index a12389e9c2e1..caf823d6dee4 100644 --- a/security/p5-Crypt-Rijndael_PP/Makefile +++ b/security/p5-Crypt-Rijndael_PP/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Rijndael_PP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-SKey/Makefile b/security/p5-Crypt-SKey/Makefile index e451006a4166..dacf92c2c97b 100644 --- a/security/p5-Crypt-SKey/Makefile +++ b/security/p5-Crypt-SKey/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Crypt::SKey.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 11ad28e22cfc..bba1952347da 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -1,4 +1,4 @@ -# Created by: Alfred Perlstein <alfred@freebsd.org> +# Created by: Alfred Perlstein <alfred@FreeBSD.org> # $FreeBSD$ PORTNAME= Crypt-SSLeay @@ -24,6 +24,7 @@ USE_OPENSSL= yes MAN3= Crypt::SSLeay.3 Net::SSL.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/LIBS/ s|-lssl32 -lssleay32 -leay32|-L${OPENSSLLIB}|' \ -e '/is_live_test_wanted()/d' ${WRKSRC}/Makefile.PL diff --git a/security/p5-Crypt-Salt/Makefile b/security/p5-Crypt-Salt/Makefile index 588f1a2545ff..b099ed48a3d6 100644 --- a/security/p5-Crypt-Salt/Makefile +++ b/security/p5-Crypt-Salt/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Salt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile index f4eb56181e43..8471d310e5e9 100644 --- a/security/p5-Crypt-SaltedHash/Makefile +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -16,4 +16,5 @@ USE_PERL5= modbuild MAN3= Crypt::SaltedHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index b627646ee919..862ec2c9bf02 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Serpent.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Shark/Makefile b/security/p5-Crypt-Shark/Makefile index 4e108da6f939..0bc280b8f4d3 100644 --- a/security/p5-Crypt-Shark/Makefile +++ b/security/p5-Crypt-Shark/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Shark.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index 469088b07848..d436fa52db1e 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Crypt::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile index d7bbb02c1c08..b38e14fcca07 100644 --- a/security/p5-Crypt-SmbHash/Makefile +++ b/security/p5-Crypt-SmbHash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-SmbHash -# Date created: Jul 27 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= Crypt-SmbHash PORTVERSION= 0.12 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::SmbHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Solitaire/Makefile b/security/p5-Crypt-Solitaire/Makefile index f1238a83daca..7666ed5dbc86 100644 --- a/security/p5-Crypt-Solitaire/Makefile +++ b/security/p5-Crypt-Solitaire/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Solitaire.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index fbd3947658ad..6c76b433f5d8 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::TEA.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-T_e_a/Makefile b/security/p5-Crypt-T_e_a/Makefile index 21eea642ae1a..d8c35c9b40cf 100644 --- a/security/p5-Crypt-T_e_a/Makefile +++ b/security/p5-Crypt-T_e_a/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Tea.3 MAN1= tea.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile index 38742f19fc70..7d52fe045cb3 100644 --- a/security/p5-Crypt-TripleDES/Makefile +++ b/security/p5-Crypt-TripleDES/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::TripleDES.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index a1b8baf0606b..8a5c1f581e78 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::Twofish.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index 43fa2a7b2346..a76d79eecaf2 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::Twofish2.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish_PP/Makefile b/security/p5-Crypt-Twofish_PP/Makefile index bfaa50e3825f..b0ddd862af7d 100644 --- a/security/p5-Crypt-Twofish_PP/Makefile +++ b/security/p5-Crypt-Twofish_PP/Makefile @@ -23,4 +23,5 @@ MAN3= Crypt::Twofish_PP.3 \ Crypt::Twofish_PP::Key24.3 \ Crypt::Twofish_PP::Key32.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile index 3d7e2dc21047..cb10b446eb38 100644 --- a/security/p5-Crypt-URandom/Makefile +++ b/security/p5-Crypt-URandom/Makefile @@ -14,4 +14,5 @@ USE_PERL5= configure MAN3= Crypt::URandom.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile index 08065cedaab8..58de5a85badb 100644 --- a/security/p5-Crypt-UnixCrypt/Makefile +++ b/security/p5-Crypt-UnixCrypt/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Crypt::UnixCrypt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-UnixCrypt_XS/Makefile b/security/p5-Crypt-UnixCrypt_XS/Makefile index a5de7da1e1f6..88330422dc89 100644 --- a/security/p5-Crypt-UnixCrypt_XS/Makefile +++ b/security/p5-Crypt-UnixCrypt_XS/Makefile @@ -16,4 +16,5 @@ MAKE_JOBS_UNSAFE= yes MAN3= Crypt::UnixCrypt_XS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile index 6aa4db4df5c7..35be2646be00 100644 --- a/security/p5-Crypt-X509/Makefile +++ b/security/p5-Crypt-X509/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Crypt::X509.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-xDBM_File/Makefile b/security/p5-Crypt-xDBM_File/Makefile index 78b9733f8736..09c32171dc40 100644 --- a/security/p5-Crypt-xDBM_File/Makefile +++ b/security/p5-Crypt-xDBM_File/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Crypt::xDBM_File.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index ede9cefc71eb..c792493027d4 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -84,4 +84,5 @@ MAN3= Crypt::AuthEnc::CCM.3 \ regression-test: build @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Dancer-Plugin-Passphrase/Makefile b/security/p5-Dancer-Plugin-Passphrase/Makefile index 4419168973ce..4350205fbc30 100644 --- a/security/p5-Dancer-Plugin-Passphrase/Makefile +++ b/security/p5-Dancer-Plugin-Passphrase/Makefile @@ -29,4 +29,5 @@ USE_PERL5= configure MAN3= Dancer::Plugin::Passphrase.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile index 29c5feb0d6b4..77d8941d1e04 100644 --- a/security/p5-Data-Entropy/Makefile +++ b/security/p5-Data-Entropy/Makefile @@ -26,4 +26,5 @@ MAN3= Data::Entropy.3 \ Data::Entropy::RawSource::RandomnumbersInfo.3 \ Data::Entropy::Source.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Data-Password/Makefile b/security/p5-Data-Password/Makefile index 7c47d76574a3..7639d9abb0c2 100644 --- a/security/p5-Data-Password/Makefile +++ b/security/p5-Data-Password/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Data::Password.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile index 741999046647..1c61bb56dc76 100644 --- a/security/p5-Digest-Adler32/Makefile +++ b/security/p5-Digest-Adler32/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Digest::Adler32.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Bcrypt/Makefile b/security/p5-Digest-Bcrypt/Makefile index 70d9425f51a3..d6b915b19f07 100644 --- a/security/p5-Digest-Bcrypt/Makefile +++ b/security/p5-Digest-Bcrypt/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Digest::Bcrypt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile index beb0bd27e1ea..4b555c75a2e1 100644 --- a/security/p5-Digest-BubbleBabble/Makefile +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Digest::BubbleBabble.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index ef245884db36..60565fb9e965 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::CRC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Crc32/Makefile b/security/p5-Digest-Crc32/Makefile index 123d3f17fb57..a04f26f56706 100644 --- a/security/p5-Digest-Crc32/Makefile +++ b/security/p5-Digest-Crc32/Makefile @@ -17,4 +17,5 @@ MAN3= Digest::Crc32.3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.//} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-DJB/Makefile b/security/p5-Digest-DJB/Makefile index 311ba26cf1e8..3853209d1d77 100644 --- a/security/p5-Digest-DJB/Makefile +++ b/security/p5-Digest-DJB/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::DJB.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-DMAC/Makefile b/security/p5-Digest-DMAC/Makefile index 8a1837e51494..83347ef4975d 100644 --- a/security/p5-Digest-DMAC/Makefile +++ b/security/p5-Digest-DMAC/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Digest::DMAC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-EMAC/Makefile b/security/p5-Digest-EMAC/Makefile index b8f078aff83c..e7cffd646d12 100644 --- a/security/p5-Digest-EMAC/Makefile +++ b/security/p5-Digest-EMAC/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Digest::EMAC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Elf/Makefile b/security/p5-Digest-Elf/Makefile index fbf849b66cb3..4f3fb6e2a9e4 100644 --- a/security/p5-Digest-Elf/Makefile +++ b/security/p5-Digest-Elf/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Elf.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-FNV/Makefile b/security/p5-Digest-FNV/Makefile index bf61c16342e9..b1ba09c8b59d 100644 --- a/security/p5-Digest-FNV/Makefile +++ b/security/p5-Digest-FNV/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Digest::FNV.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 1539a432adbd..22a195b7dfff 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -17,4 +17,5 @@ MAN3= Digest::HMAC.3 \ Digest::HMAC_MD5.3 \ Digest::HMAC_SHA1.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile index 17343fb37c90..98b0a6ea3a61 100644 --- a/security/p5-Digest-Hashcash/Makefile +++ b/security/p5-Digest-Hashcash/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Digest::Hashcash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Haval256/Makefile b/security/p5-Digest-Haval256/Makefile index 87409a977eb3..447dc7c2f6a5 100644 --- a/security/p5-Digest-Haval256/Makefile +++ b/security/p5-Digest-Haval256/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Digest::Haval256.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-JHash/Makefile b/security/p5-Digest-JHash/Makefile index 9fa89295d0ab..37a288f94fbb 100644 --- a/security/p5-Digest-JHash/Makefile +++ b/security/p5-Digest-JHash/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Digest::JHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index 1b6abc12a2ed..f774e79499b3 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::MD2.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 8d8abd46bf5f..63dcd4172c7f 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -21,6 +21,7 @@ USE_PERL5= configure MAN3= Digest::MD4.3 PORTDOCS= Changes rfc1320.txt +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile index 8e237db8e9c3..b2a1f9be232f 100644 --- a/security/p5-Digest-MD5-File/Makefile +++ b/security/p5-Digest-MD5-File/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Digest::MD5::File.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD5-M4p/Makefile b/security/p5-Digest-MD5-M4p/Makefile index f509d664f4b9..d045865248b7 100644 --- a/security/p5-Digest-MD5-M4p/Makefile +++ b/security/p5-Digest-MD5-M4p/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Digest::MD5::M4p.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD5-Reverse/Makefile b/security/p5-Digest-MD5-Reverse/Makefile index 4b0ceb1be5d1..371004724ba9 100644 --- a/security/p5-Digest-MD5-Reverse/Makefile +++ b/security/p5-Digest-MD5-Reverse/Makefile @@ -15,4 +15,5 @@ USE_PERL5= modbuild MAN3= Digest::MD5::Reverse.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 1ce6436310d0..16e25ba9150b 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::MD5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-ManberHash/Makefile b/security/p5-Digest-ManberHash/Makefile index 684007063fbf..f4b99223bf45 100644 --- a/security/p5-Digest-ManberHash/Makefile +++ b/security/p5-Digest-ManberHash/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::ManberHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MurmurHash/Makefile b/security/p5-Digest-MurmurHash/Makefile index 498a92b0550a..96527cec93e5 100644 --- a/security/p5-Digest-MurmurHash/Makefile +++ b/security/p5-Digest-MurmurHash/Makefile @@ -14,4 +14,5 @@ USE_PERL5= configure MAN3= Digest::MurmurHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile index 5371f67ebab6..970d6323c11d 100644 --- a/security/p5-Digest-Nilsimsa/Makefile +++ b/security/p5-Digest-Nilsimsa/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Nilsimsa.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Pearson-PurePerl/Makefile b/security/p5-Digest-Pearson-PurePerl/Makefile index c99ba6c483ee..b03e2a14deaf 100644 --- a/security/p5-Digest-Pearson-PurePerl/Makefile +++ b/security/p5-Digest-Pearson-PurePerl/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Pearson::PurePerl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Pearson/Makefile b/security/p5-Digest-Pearson/Makefile index 26de4c924d02..d3437672d107 100644 --- a/security/p5-Digest-Pearson/Makefile +++ b/security/p5-Digest-Pearson/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Pearson.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Perl-MD4/Makefile b/security/p5-Digest-Perl-MD4/Makefile index 37cc2fd42b37..83a66b77caaf 100644 --- a/security/p5-Digest-Perl-MD4/Makefile +++ b/security/p5-Digest-Perl-MD4/Makefile @@ -18,4 +18,5 @@ MAN3= Digest::Perl::Digest-MD4.3 \ WRKSRC= ${WRKDIR}/MD4 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Perl-MD5/Makefile b/security/p5-Digest-Perl-MD5/Makefile index 2de1fcd994ac..a0f16e8983b7 100644 --- a/security/p5-Digest-Perl-MD5/Makefile +++ b/security/p5-Digest-Perl-MD5/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Perl::MD5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile index 6b7eb960dadc..8c548511cd6a 100644 --- a/security/p5-Digest-SHA-PurePerl/Makefile +++ b/security/p5-Digest-SHA-PurePerl/Makefile @@ -16,6 +16,7 @@ USE_PERL5= configure PORTEXAMPLES= dups MAN3= Digest::SHA::PurePerl.3 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 1faec41c0a6c..57c0699df5eb 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -21,6 +21,7 @@ USE_PERL5= configure MAN3= Digest::SHA.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index c4b088b40cb8..a797dd8d6f47 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::SHA1.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile index ee7a562bc037..3c2eacd2a590 100644 --- a/security/p5-Digest-SV1/Makefile +++ b/security/p5-Digest-SV1/Makefile @@ -18,4 +18,5 @@ USE_PERL5= modbuild MAN3= Digest::SV1.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Tiger/Makefile b/security/p5-Digest-Tiger/Makefile index 017d9afd9837..bb46e7b8722a 100644 --- a/security/p5-Digest-Tiger/Makefile +++ b/security/p5-Digest-Tiger/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest::Tiger.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile index f246fda5b376..08f034606363 100644 --- a/security/p5-Digest-Whirlpool/Makefile +++ b/security/p5-Digest-Whirlpool/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN1= whirlpoolsum.1 MAN3= Digest::Whirlpool.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index de6e6e174cf5..a6e374874a1e 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Digest.3 Digest::base.3 Digest::file.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-KeePass-Agent/Makefile b/security/p5-File-KeePass-Agent/Makefile index f4f6f26c53c7..a962b7410e45 100644 --- a/security/p5-File-KeePass-Agent/Makefile +++ b/security/p5-File-KeePass-Agent/Makefile @@ -26,4 +26,5 @@ MAN3= File::KeePass::Agent.3 \ File::KeePass::Agent::linux.3 \ File::KeePass::Agent::unix.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-KeePass/Makefile b/security/p5-File-KeePass/Makefile index 184f881588c1..5ff10d66abe8 100644 --- a/security/p5-File-KeePass/Makefile +++ b/security/p5-File-KeePass/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= File::KeePass.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-Scan-ClamAV/Makefile b/security/p5-File-Scan-ClamAV/Makefile index 6c4ad518013c..f0b9e888d37b 100644 --- a/security/p5-File-Scan-ClamAV/Makefile +++ b/security/p5-File-Scan-ClamAV/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= File::Scan::ClamAV.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile index 0557aded2882..20735d1af07e 100644 --- a/security/p5-File-Scan/Makefile +++ b/security/p5-File-Scan/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= File::Scan.3 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${DOCSDIR}/docs diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile index 359216502691..7a384696ff8b 100644 --- a/security/p5-Filter-CBC/Makefile +++ b/security/p5-Filter-CBC/Makefile @@ -21,6 +21,7 @@ USE_PERL5= configure MAN3= Filter::CBC.3 +NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index dae1088ccb63..34e1ba2703c1 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -22,4 +22,5 @@ MAN1= crypt_file.1 MAN3= Filter::Crypto.3 Filter::Crypto::CryptFile.3 \ Filter::Crypto::Decrypt.3 PAR::Filter::Crypto.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile index 258bf3fe2905..c908dd6d4ba9 100644 --- a/security/p5-GD-SecurityImage/Makefile +++ b/security/p5-GD-SecurityImage/Makefile @@ -27,6 +27,7 @@ MAN3= GD::SecurityImage.3 \ GD::SecurityImage::Magick.3 \ GD::SecurityImage::Styles.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 1d9ae16f0b3e..c20e108a5322 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -19,6 +19,7 @@ MAN3= GSSAPI.3 \ GSSAPI::OID::Set.3 \ GSSAPI::Status.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 56a542c03d52..d0253cd18681 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -34,4 +34,5 @@ MAN3= GnuPG::Fingerprint.3 \ GnuPG::UserAttribute.3 \ GnuPG::UserId.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-GnuPG/Makefile b/security/p5-GnuPG/Makefile index 422e0ec96815..75b675129bc1 100644 --- a/security/p5-GnuPG/Makefile +++ b/security/p5-GnuPG/Makefile @@ -20,4 +20,5 @@ MAN3= GnuPG.3 \ MAN1= gpgmailtunl.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-HTML-Email-Obfuscate/Makefile b/security/p5-HTML-Email-Obfuscate/Makefile index 1ac9d8558455..c8420cbf9cc5 100644 --- a/security/p5-HTML-Email-Obfuscate/Makefile +++ b/security/p5-HTML-Email-Obfuscate/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= HTML::Email::Obfuscate.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile index c5d52371f99b..f7104af4db5b 100644 --- a/security/p5-IO-Async-SSL/Makefile +++ b/security/p5-IO-Async-SSL/Makefile @@ -27,4 +27,5 @@ USES= perl5 MAN3= IO::Async::SSL.3 \ IO::Async::SSLStream.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 8599bfc9fcdc..50ff59d88e5c 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -25,6 +25,7 @@ MAN3= IO::Socket::SSL.3 IO::Socket::SSL::Intercept.3 \ IO::Socket::SSL::Utils.3 PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIDN} diff --git a/security/p5-Jifty-Plugin-OpenID/Makefile b/security/p5-Jifty-Plugin-OpenID/Makefile index c6b38b589c89..b1f471db959c 100644 --- a/security/p5-Jifty-Plugin-OpenID/Makefile +++ b/security/p5-Jifty-Plugin-OpenID/Makefile @@ -28,4 +28,5 @@ MAN3= Jifty::Plugin::OpenID::View.3 \ Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3 \ Jifty::Plugin::OpenID::Dispatcher.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 87a9c6ad4c90..b9ba82844125 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= MD5.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Mcrypt/Makefile b/security/p5-Mcrypt/Makefile index eeef8a19eabf..1984e59dfcf2 100644 --- a/security/p5-Mcrypt/Makefile +++ b/security/p5-Mcrypt/Makefile @@ -20,4 +20,5 @@ USES= perl5 MAN3= Mcrypt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 9b141871b20c..4296aadf62b7 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -27,6 +27,7 @@ OPTIONS_MULTI_GPG= GPG1 GPG2 GPG1_DESC= Use GnuPG version 1 GPG2_DESC= Use GnuPG version 2 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGPG1} diff --git a/security/p5-Net-Daemon-SSL/Makefile b/security/p5-Net-Daemon-SSL/Makefile index 9bf881394810..c81cf4029ecf 100644 --- a/security/p5-Net-Daemon-SSL/Makefile +++ b/security/p5-Net-Daemon-SSL/Makefile @@ -20,4 +20,5 @@ RUN_DEPENDS+= p5-Net-Daemon>=0:${PORTSDIR}/net/p5-Net-Daemon \ MAN3= Net::Daemon::SSL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-Common/Makefile b/security/p5-Net-OpenID-Common/Makefile index 803d1d047a22..c7e0f5ceacc4 100644 --- a/security/p5-Net-OpenID-Common/Makefile +++ b/security/p5-Net-OpenID-Common/Makefile @@ -40,4 +40,5 @@ regression-test: build cd ${WRKSRC} && ${MAKE} test .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-JanRain/Makefile b/security/p5-Net-OpenID-JanRain/Makefile index 7c53953021d9..160227874883 100644 --- a/security/p5-Net-OpenID-JanRain/Makefile +++ b/security/p5-Net-OpenID-JanRain/Makefile @@ -30,4 +30,5 @@ MAN3= Net::OpenID::JanRain::Consumer.3 \ Net::OpenID::JanRain::Stores::SQLiteStore.3 \ Net::OpenID::JanRain::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-Server/Makefile b/security/p5-Net-OpenID-Server/Makefile index 68b752ed709b..3ef57cef47eb 100644 --- a/security/p5-Net-OpenID-Server/Makefile +++ b/security/p5-Net-OpenID-Server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-OpenID-Server -# Date created: July 25th 2005 -# Whom: Alex Kapranoff <kappa@rambler-co.ru> -# +# Created by: Alex Kapranoff <kappa@rambler-co.ru> # $FreeBSD$ -# PORTNAME= Net-OpenID-Server PORTVERSION= 1.09 @@ -25,4 +21,5 @@ INSTALL_TARGET= pure_install MAN3= Net::OpenID::Server.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-Radius-Server/Makefile b/security/p5-Net-Radius-Server/Makefile index c6178c73ff8a..89ef2673351d 100644 --- a/security/p5-Net-Radius-Server/Makefile +++ b/security/p5-Net-Radius-Server/Makefile @@ -43,4 +43,5 @@ MAN3= Net::Radius::Server.3 \ Net::Radius::Server::Set::Replace.3 \ Net::Radius::Server::Set::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index fe939ac55eb6..4996d23deec4 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Net MAN3= Net::SAML.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL diff --git a/security/p5-Net-SSL-ExpireDate/Makefile b/security/p5-Net-SSL-ExpireDate/Makefile index 46ccf2d3038b..60f3ad606b82 100644 --- a/security/p5-Net-SSL-ExpireDate/Makefile +++ b/security/p5-Net-SSL-ExpireDate/Makefile @@ -28,4 +28,5 @@ USE_PERL5= configure MAN3= Net::SSL::ExpireDate.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 5a54bef9f0ed..cf9f58d9681a 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -25,6 +25,7 @@ USE_OPENSSL= yes MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3 PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile index bd141f303ee9..856378e780b7 100644 --- a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile +++ b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::Server::Mail::ESMTP::AUTH.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 41c01c78d433..04d8c81c3da6 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -59,6 +59,7 @@ MAN3= Net::SinFP.3 \ Net::SinFP::SinFP4.3 \ Net::SinFP::SinFP6.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/security/p5-Nmap-Parser/Makefile b/security/p5-Nmap-Parser/Makefile index 77cb60368f0f..a94e9133f710 100644 --- a/security/p5-Nmap-Parser/Makefile +++ b/security/p5-Nmap-Parser/Makefile @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= Nmap::Parser.3 +NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index 1b9a8003000d..fc6807a2dd1c 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -36,6 +36,7 @@ MAN3= Nmap::Scanner.3 Nmap::Scanner::Address.3 \ Nmap::Scanner::Task.3 Nmap::Scanner::TaskProgress.3 \ Nmap::Scanner::Util::BannerScanner.3 +NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/security/p5-OpenCA-CRL/Makefile b/security/p5-OpenCA-CRL/Makefile index 0f0f77173209..76a11a051810 100644 --- a/security/p5-OpenCA-CRL/Makefile +++ b/security/p5-OpenCA-CRL/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure P5MAN3= OpenCA::CRL.3 +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample diff --git a/security/p5-OpenCA-CRR/Makefile b/security/p5-OpenCA-CRR/Makefile index 6868ce032e15..b646377b1c8f 100644 --- a/security/p5-OpenCA-CRR/Makefile +++ b/security/p5-OpenCA-CRR/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= OpenCA::CRR.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile index 2d4957af1053..7ac3dad3f661 100644 --- a/security/p5-OpenCA-OpenSSL/Makefile +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= OpenCA::OpenSSL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-OpenCA-PKCS7/Makefile b/security/p5-OpenCA-PKCS7/Makefile index 680265a001f7..114bbbf9dedc 100644 --- a/security/p5-OpenCA-PKCS7/Makefile +++ b/security/p5-OpenCA-PKCS7/Makefile @@ -22,4 +22,5 @@ PORTSCOUT= skipv:0.9.13 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-OpenCA-REQ/Makefile b/security/p5-OpenCA-REQ/Makefile index 126fa0050825..3c216f546353 100644 --- a/security/p5-OpenCA-REQ/Makefile +++ b/security/p5-OpenCA-REQ/Makefile @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= OpenCA::REQ.3 +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample diff --git a/security/p5-OpenCA-X509/Makefile b/security/p5-OpenCA-X509/Makefile index 98baefa5c412..f97ca1d83375 100644 --- a/security/p5-OpenCA-X509/Makefile +++ b/security/p5-OpenCA-X509/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure PORTSCOUT= skipv:0.9.47 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index d05e9ef6d460..cd44dc28f07a 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PGP-Sign -# Date created: January 2, 1998 -# Whom: Don Croyle <croyle@gelemna.org> -# +# Created by: Don Croyle <croyle@gelemna.org> # $FreeBSD$ -# PORTNAME= PGP-Sign PORTVERSION= 0.20 @@ -25,6 +21,7 @@ MAN3= PGP::Sign.3 # the values that this process assigns to PGP (or PGPV and PGPS) and # PGPSTYLE, they can be predefined. # +NO_STAGE= yes # Currently useful values for DEFAULTPGP are: # PGP2 - PGP 2.6.* or a reasonable facsimile thereof # PGP5 - PGP 5 or a work-alike diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 72e88f4b9177..7bbfa674c66f 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PGP -# Date created: October 21st 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= PGP PORTVERSION= 0.3a @@ -21,6 +17,7 @@ USE_PERL5= configure MAN3= PGP::Pipe.3 +NO_STAGE= yes pre-configure: @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index b2b39f7d143e..5e2311266f28 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -25,4 +25,5 @@ MAN3= POE::Component::SSLify.3 \ POE::Component::SSLify::ClientHandle.3 \ POE::Component::SSLify::ServerHandle.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile index 865dfac4fbb4..b64e0d96784a 100644 --- a/security/p5-POE-Filter-SSL/Makefile +++ b/security/p5-POE-Filter-SSL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Filter-SSL -# Date created: December 22, 2010 -# Whom: mat -# +# Created by: mat # $FreeBSD$ -# PORTNAME= POE-Filter-SSL PORTVERSION= 0.24 @@ -33,4 +29,5 @@ USE_PERL5= configure MAN3= POE::Filter::SSL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-PerlCryptLib/Makefile b/security/p5-PerlCryptLib/Makefile index 6fb6f9f33ad8..079c4183ca22 100644 --- a/security/p5-PerlCryptLib/Makefile +++ b/security/p5-PerlCryptLib/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= PerlCryptLib.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index 6d48ef4ee549..cf2a27b79fb6 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -18,6 +18,7 @@ USES= perl5 USE_PERL5= configure ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so) diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index 0901576d77de..9a36105f41de 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= SHA.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 42a74e14ca42..4b8a41c8d100 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -15,4 +15,5 @@ USE_PERL5= modbuild MAN3= Safe::Hole.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Snort-Rule/Makefile b/security/p5-Snort-Rule/Makefile index a5e684d905ec..ff9797b908f4 100644 --- a/security/p5-Snort-Rule/Makefile +++ b/security/p5-Snort-Rule/Makefile @@ -22,4 +22,5 @@ PLIST_DIRS= %%SITE_PERL%%/mach/auto/Snort/Rule \ MAN3= Snort::Rule.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-String-MkPasswd/Makefile b/security/p5-String-MkPasswd/Makefile index d395bea9dbde..c96abe78abeb 100644 --- a/security/p5-String-MkPasswd/Makefile +++ b/security/p5-String-MkPasswd/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN1= mkpasswd.pl.1 MAN3= String::MkPasswd.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Sudo/Makefile b/security/p5-Sudo/Makefile index 6f8a4a9541d7..aacf431d5fe1 100644 --- a/security/p5-Sudo/Makefile +++ b/security/p5-Sudo/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Sudo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile index f820ee9cf385..9f35bc31cfdc 100644 --- a/security/p5-Text-Password-Pronounceable/Makefile +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Text::Password::Pronounceable.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index 49a54ad99321..a34d1b9c83ae 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Tie::EncryptedHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Tree-Authz/Makefile b/security/p5-Tree-Authz/Makefile index 0b32bc522142..e293ac39d064 100644 --- a/security/p5-Tree-Authz/Makefile +++ b/security/p5-Tree-Authz/Makefile @@ -21,4 +21,5 @@ MAN3= Tree::Authz.3 Tree::Authz::Role.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile index 3d756768df2c..5eb08995d55c 100644 --- a/security/p5-Yahoo-BBAuth/Makefile +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= Yahoo::BBAuth.3 +NO_STAGE= yes post-install: ${MKDIR} ${WWWDIR}/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin diff --git a/security/p5-dicewaregen/Makefile b/security/p5-dicewaregen/Makefile index 56459fb99041..e5cf27092d00 100644 --- a/security/p5-dicewaregen/Makefile +++ b/security/p5-dicewaregen/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/dicewaregen-${REV} REV= 20c777eac1db +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME} diff --git a/security/p5-openxpki-client-html-mason/Makefile b/security/p5-openxpki-client-html-mason/Makefile index 3156d8632071..d9fa94b94d2e 100644 --- a/security/p5-openxpki-client-html-mason/Makefile +++ b/security/p5-openxpki-client-html-mason/Makefile @@ -27,6 +27,7 @@ USE_GMAKE= yes USES= perl5 USE_PERL5= configure +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/p5-openxpki-client-scep/Makefile b/security/p5-openxpki-client-scep/Makefile index 2e979fdc23b6..6375f28a7243 100644 --- a/security/p5-openxpki-client-scep/Makefile +++ b/security/p5-openxpki-client-scep/Makefile @@ -23,4 +23,5 @@ USE_GMAKE= yes USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-openxpki-client/Makefile b/security/p5-openxpki-client/Makefile index 29e26d885477..8b825e4c218e 100644 --- a/security/p5-openxpki-client/Makefile +++ b/security/p5-openxpki-client/Makefile @@ -22,4 +22,5 @@ USE_GMAKE= yes USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index 3d66dba4fcb0..2b9adc1071cc 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -29,6 +29,7 @@ USE_RC_SUBR= openxpki HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|>/dev/null 2>&1 | |' ${WRKSRC}/configure diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 77fee02cd461..e04727de3203 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -21,4 +21,5 @@ USES= gettext gmake perl5 ### even to use English language. ALL_TARGET= default +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index c644f1834878..935f09c1e030 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -299,6 +299,7 @@ GRAPHVIZ_DESC= With graphical visualization of workflows? # If you want to read OpenXPKI documentation, these tools are not needed. # Just visit http://www.openxpki.org/docs/ +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEVELOPER} diff --git a/security/pad/Makefile b/security/pad/Makefile index 060f74050ab3..8b16d4cd57af 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -19,6 +19,7 @@ MAN1= pad.1 PLIST= ${WRKDIR}/pkg-plist USE_OPENSSL= yes +NO_STAGE= yes pre-install: ${ECHO_CMD} bin/pad > ${PLIST} .if !defined(NOPORTDOCS) diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 9febeb737ee2..7af2c8f466ed 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_mysql -# Date created: 29 August 2000 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= pam_mysql PORTVERSION= 0.7.r1 @@ -30,6 +26,7 @@ PLIST_FILES= lib/pam_mysql.la lib/pam_mysql.so lib/pam_mysql.a PORTDOCS= * .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 68fbefe2cc4d..eed839551eba 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=/usr/lib +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/pam_abl/Makefile b/security/pam_abl/Makefile index 5c9003ed443e..5dc8c19df93d 100644 --- a/security/pam_abl/Makefile +++ b/security/pam_abl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_abl -# Date created: Nov 6 2005 -# Whom: Petr Rehor <prehor@gmail.com> -# +# Created by: Petr Rehor <prehor@gmail.com> # $FreeBSD$ -# PORTNAME= pam_abl PORTVERSION= 0.2.3 @@ -32,6 +28,7 @@ MAN8= pam_abl.8 PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PREFIX} == / || ${PREFIX} == /usr diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index 87191203dfe2..5dde209ce153 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -14,6 +14,7 @@ COMMENT= PAM module based on whether a user is already logged in MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 diff --git a/security/pam_bsdbioapi/Makefile b/security/pam_bsdbioapi/Makefile index 840ca6ce8bed..953e5898e71c 100644 --- a/security/pam_bsdbioapi/Makefile +++ b/security/pam_bsdbioapi/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFAULT= FILEDB PLAIN FILEDB_DESC= Filebacked database backend PLAIN_DESC= Plain ASCII backend +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_FILES= etc/birdb.conf.sample diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index e0ef36766697..589aa7da1e6c 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -29,6 +29,7 @@ PLIST_FILES+= bin/pam_fprint_enroll \ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800069 diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 7ef80ef94e8c..1a8feb49cfa4 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -16,6 +16,7 @@ USE_GMAKE= yes PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator ${PREFIX}/bin/google-authenticator ${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so ${PREFIX}/lib/pam_google_authenticator.so diff --git a/security/pam_helper/Makefile b/security/pam_helper/Makefile index 6c532314157b..ea5b1537ae83 100644 --- a/security/pam_helper/Makefile +++ b/security/pam_helper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_helper -# Date created: 09 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pam_helper PORTVERSION= 1.0 @@ -17,4 +13,5 @@ USE_BZIP2= yes PLIST_FILES= bin/pam_helper +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_jail/Makefile b/security/pam_jail/Makefile index ac2a70b8914f..3633c6a61fdc 100644 --- a/security/pam_jail/Makefile +++ b/security/pam_jail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_jail -# Date created: 28 March 2010 -# Whom: Damien Bobillot -# +# Created by: Damien Bobillot # $FreeBSD$ -# PORTNAME= pam_jail PORTVERSION= 0.3 @@ -18,6 +14,7 @@ MANCOMPRESSED= yes SUB_FILES= pkg-message PLIST_FILES= lib/pam_jail.so lib/pam_jail.so.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/pam_kde/Makefile b/security/pam_kde/Makefile index 0c417af44232..ed88d963e5d6 100644 --- a/security/pam_kde/Makefile +++ b/security/pam_kde/Makefile @@ -17,6 +17,7 @@ OPTIONS_DEFINE= AUTOLOGIN OPTIONS_DEFAULT= AUTOLOGIN AUTOLOGIN_DESC= Install module for automatic login +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUTOLOGIN} diff --git a/security/pam_krb5-rh/Makefile b/security/pam_krb5-rh/Makefile index d82468c6899d..54a1807983c8 100644 --- a/security/pam_krb5-rh/Makefile +++ b/security/pam_krb5-rh/Makefile @@ -27,6 +27,7 @@ MAKE_JOBS_UNSAFE= yes MAN5= pam_krb5.5 MAN8= pam_krb5.8 pam_krb5_cchelper.8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 46b7c6b43587..599e944e0da5 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -37,6 +37,7 @@ MANDIR= ${PREFIX}/share/man KRB5_DIR?= ${LOCALBASE} CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" +NO_STAGE= yes post-install: cd ${WRKSRC} && ${GMAKE} install-man diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 2d55d23a211b..34d87d31385b 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -29,6 +29,7 @@ PORTDATA= *.schema MAN5= pam_ldap.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \ ${WRKSRC}/vers_string diff --git a/security/pam_mkhomedir/Makefile b/security/pam_mkhomedir/Makefile index 975d2378c463..9bfa9cc186b6 100644 --- a/security/pam_mkhomedir/Makefile +++ b/security/pam_mkhomedir/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_mkhomedir -# Date created: 08 June 2005 -# Whom: Martin Mersberger -# +# Created by: Martin Mersberger # $FreeBSD$ -# PORTNAME= pam_mkhomedir PORTVERSION= 0.2 @@ -34,6 +30,7 @@ PLIST_FILES+= lib/libpam_mkhomedir.a MAKE_ARGS+= NO_INSTALLLIB=yes .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_PROFILE) || !defined(WITH_STATIC) diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index c18e7165e077..13bc0ba43156 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ PORTDOCS= * .ifndef(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR}/wiki @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR}) diff --git a/security/pam_per_user/Makefile b/security/pam_per_user/Makefile index 552ae8b0e1f2..d7aa30e5587b 100644 --- a/security/pam_per_user/Makefile +++ b/security/pam_per_user/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_per_user -# Date created: 11 May 2006 -# Whom: Jim Pirzyk <pirzyk@freebsd.org> -# +# Created by: Jim Pirzyk <pirzyk@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pam_per_user PORTVERSION= 0.4 @@ -18,4 +14,5 @@ USE_AUTOTOOLS= libtool MAN5= pam_per_user.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile index b5d99cda0369..f5992f282723 100644 --- a/security/pam_pgina/Makefile +++ b/security/pam_pgina/Makefile @@ -19,6 +19,7 @@ USE_OPENSSL= yes USES= perl5 USE_PERL5= run +NO_STAGE= yes post-patch: # PREFIX safeness # Use correct PAM 'password change' service name diff --git a/security/pam_pseudo/Makefile b/security/pam_pseudo/Makefile index 205a4f2a8fb8..09744bd5bf2b 100644 --- a/security/pam_pseudo/Makefile +++ b/security/pam_pseudo/Makefile @@ -16,4 +16,5 @@ INSTALL_TARGET= install-real MAN5= pam_pseudo.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index 6551181cf8b3..e05a15198a1f 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_pwdfile -# Date created: Aug 31, 2001 -# Whom: Michael Schout <mschout@gkg.net> -# +# Created by: Michael Schout <mschout@gkg.net> # $FreeBSD$ -# PORTNAME= pam_pwdfile PORTVERSION= 0.99 @@ -20,6 +16,7 @@ PLIST_FILES= lib/pam_pwdfile.so PORTDOCS= README INSTALL changelog CFLAGS+= -I${WRKSRC} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c ${CP} ${FILESDIR}/_pam_macros.h ${WRKSRC} diff --git a/security/pam_require/Makefile b/security/pam_require/Makefile index 405de9dc86d0..6aa844cdd04b 100644 --- a/security/pam_require/Makefile +++ b/security/pam_require/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_require -# Date created: 30 March 2006 -# Whom: Chris Cowart <ccowart@rescomp.berkeley.edu> -# +# Created by: Chris Cowart <ccowart@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= pam_require PORTVERSION= 0.7 @@ -21,4 +17,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION} PLIST_FILES= lib/pam_require.so lib/pam_require.so.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_search_list/Makefile b/security/pam_search_list/Makefile index debe90394929..822785be5158 100644 --- a/security/pam_search_list/Makefile +++ b/security/pam_search_list/Makefile @@ -20,4 +20,5 @@ PLIST_FILES= lib/libpam_search_list.a \ lib/pam_search_list.so \ lib/pam_search_list.so.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index bd2d39f556b6..17ebec09026f 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -20,6 +20,7 @@ STARTUP_SCRIPT= pam_smbd.sh.sample WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${WRKSRC}/pamsmbd/pam_read_conf.c @${REINPLACE_CMD} -e "s,-fPIC,-fPIC -DPIC," \ diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 9824665479fb..1da3a61a01eb 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -18,4 +18,5 @@ USES= perl5 MAN8= pam_ssh_agent_auth.8 PLIST_FILES= lib/pam_ssh_agent_auth.so +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 3e2baecc751e..1c42551eac5c 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -32,6 +32,7 @@ OPTIONS_DEFINE= CR LDAP DOCS CR_DESC= Include Challenge/response support OPTIONS_DEFAULT= CR LDAP +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCR} diff --git a/security/pamtester/Makefile b/security/pamtester/Makefile index f80ed2938f86..aa73db0c237d 100644 --- a/security/pamtester/Makefile +++ b/security/pamtester/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: pamtester -# Date created: 24/05/2005 -# Whom: andy@fud.org.nz -# +# Created by: andy@fud.org.nz # $FreeBSD$ -# PORTNAME= pamtester PORTVERSION= 0.1.2 @@ -21,4 +17,5 @@ USE_GMAKE= yes PLIST_FILES= bin/pamtester +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/paperkey/Makefile b/security/paperkey/Makefile index 622bad68e8ba..27dbae679d45 100644 --- a/security/paperkey/Makefile +++ b/security/paperkey/Makefile @@ -21,6 +21,7 @@ PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Setting ALL_TARGET to "all check" is racy and breaks parallel builds diff --git a/security/parano/Makefile b/security/parano/Makefile index 0c8d70009b19..56103bbb8235 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: parano -# Date created: 3 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= parano PORTVERSION= 0.3.5 @@ -22,4 +18,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pbc/Makefile b/security/pbc/Makefile index 8b8fe8c5090d..76b1424ef52e 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -20,6 +20,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=$$|| ; \ diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 1add81d62519..5aafd1c5d12c 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pbnj -# Date created: July 26, 2006 -# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> -# +# Created by: Joshua D. Abraham <jabra@ccs.neu.edu> # $FreeBSD$ -# PORTNAME= pbnj PORTVERSION= 2.04 @@ -31,6 +27,7 @@ MAN1= scanpbnj.1p \ outputpbnj.1p \ genlist.1p +NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 610e5b39114c..341825fe6747 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -18,6 +18,7 @@ USES= gmake pkgconfig MAN1= pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,DESTDIR,PREFIX,g" ${WRKSRC}/Makefile diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile index 9755dd62542f..54145d7ff26d 100644 --- a/security/pdfcrack/Makefile +++ b/security/pdfcrack/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: snoopy -# Date created: 24 October 2007 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# Created by: Philippe Audeoud <jadawin@tuxaco.net> # $FreeBSD$ PORTNAME= pdfcrack @@ -16,6 +14,7 @@ USE_GMAKE= yes PLIST_FILES= bin/pdfcrack PORTDOCS= README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdfcrack ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index 6fa1fffc560b..db08d7506d17 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -28,6 +28,7 @@ PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support PEAR_SOAP_DESC= PEAR::SOAP support PEAR_NET_VPOPMAILD_DESC= PEAR::Net_Vpopmaild support +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index e4a1df4384bb..e1fb442ea6a2 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -12,6 +12,7 @@ RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth 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/security/pear-Auth_OpenID/Makefile b/security/pear-Auth_OpenID/Makefile index 51ba5c5b6456..8b31c5e21baa 100644 --- a/security/pear-Auth_OpenID/Makefile +++ b/security/pear-Auth_OpenID/Makefile @@ -31,6 +31,7 @@ USE_PHP= curl dom USE_PYTHON_BUILD= yes PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" EXTRACT_SUFX= .tar.bz2 diff --git a/security/pear-Auth_PrefManager/Makefile b/security/pear-Auth_PrefManager/Makefile index 8042810386ae..882ca6e7b9a8 100644 --- a/security/pear-Auth_PrefManager/Makefile +++ b/security/pear-Auth_PrefManager/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS:= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB 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/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index d9765830aeb3..4e8c19a5edc2 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth 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/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile index d29f14f68b0b..f0f7041caf30 100644 --- a/security/pear-Crypt_Blowfish/Makefile +++ b/security/pear-Crypt_Blowfish/Makefile @@ -18,6 +18,7 @@ PEAR_AUTOINSTALL= yes USE_PHP=mcrypt .endif +NO_STAGE= yes pre-fetch: @${ECHO_CMD} "" @${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include" diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index 9f775c5eeb8c..bb9c05718777 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_CBC -# Date created: 28 November 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= Crypt_CBC PORTVERSION= 1.0.1 @@ -17,6 +13,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Crypt_CHAP/Makefile b/security/pear-Crypt_CHAP/Makefile index 9acc12d9e1e2..c271f1776cdc 100644 --- a/security/pear-Crypt_CHAP/Makefile +++ b/security/pear-Crypt_CHAP/Makefile @@ -15,6 +15,7 @@ USE_PHP= mcrypt mhash 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/security/pear-Crypt_DiffieHellman/Makefile b/security/pear-Crypt_DiffieHellman/Makefile index b04b375a8b08..e907f990dddb 100644 --- a/security/pear-Crypt_DiffieHellman/Makefile +++ b/security/pear-Crypt_DiffieHellman/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_DiffieHellman -# Date created: 27 Jan 2008 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= Crypt_DiffieHellman PORTVERSION= 0.2.6 @@ -19,6 +15,7 @@ USE_PHP= bcmath mbstring gmp 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/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index 28e98c461a14..a17aaea59220 100644 --- a/security/pear-Crypt_GPG/Makefile +++ b/security/pear-Crypt_GPG/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_GPG -# Date created: 14 Jan 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt_GPG PORTVERSION= 1.3.2 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= posix 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/security/pear-Crypt_HMAC2/Makefile b/security/pear-Crypt_HMAC2/Makefile index 8b2ab8295f40..082fd1a9bcef 100644 --- a/security/pear-Crypt_HMAC2/Makefile +++ b/security/pear-Crypt_HMAC2/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Crypt_MicroID/Makefile b/security/pear-Crypt_MicroID/Makefile index 0f8ba3862780..50f6d820035f 100644 --- a/security/pear-Crypt_MicroID/Makefile +++ b/security/pear-Crypt_MicroID/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile index 09adf8509276..b06739543d5f 100644 --- a/security/pear-Crypt_RC4/Makefile +++ b/security/pear-Crypt_RC4/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile index b07fc70b97cb..407670b185ac 100644 --- a/security/pear-Crypt_RSA/Makefile +++ b/security/pear-Crypt_RSA/Makefile @@ -20,6 +20,7 @@ LATEST_LINK= pear-${PORTNAME} PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.options.mk> .for opt in BCMATH GMP diff --git a/security/pear-Crypt_XXTEA/Makefile b/security/pear-Crypt_XXTEA/Makefile index 13fcfadd1cb3..e7454cacf718 100644 --- a/security/pear-Crypt_XXTEA/Makefile +++ b/security/pear-Crypt_XXTEA/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-File_HtAccess/Makefile b/security/pear-File_HtAccess/Makefile index e1911a88933f..f91a037ac4c1 100644 --- a/security/pear-File_HtAccess/Makefile +++ b/security/pear-File_HtAccess/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-File_Passwd/Makefile b/security/pear-File_Passwd/Makefile index 764fca887353..20a21980af83 100644 --- a/security/pear-File_Passwd/Makefile +++ b/security/pear-File_Passwd/Makefile @@ -17,6 +17,7 @@ PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP} diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile index e44ab869a376..94a1133a55d4 100644 --- a/security/pear-File_SMBPasswd/Makefile +++ b/security/pear-File_SMBPasswd/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP USE_PHP= mhash 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/security/pear-HTML_Crypt/Makefile b/security/pear-HTML_Crypt/Makefile index df0a5554109d..334dcf35b16b 100644 --- a/security/pear-HTML_Crypt/Makefile +++ b/security/pear-HTML_Crypt/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Horde_Auth/Makefile b/security/pear-Horde_Auth/Makefile index c0023eb3493c..3b9a0cd78e82 100644 --- a/security/pear-Horde_Auth/Makefile +++ b/security/pear-Horde_Auth/Makefile @@ -10,6 +10,7 @@ COMMENT= Horde Authentication API USE_HORDE_RUN= Horde_Exception Horde_Util USE_PHP= hash +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Horde_Crypt/Makefile b/security/pear-Horde_Crypt/Makefile index 3fde6de22ae0..d3370dbedcd0 100644 --- a/security/pear-Horde_Crypt/Makefile +++ b/security/pear-Horde_Crypt/Makefile @@ -1,6 +1,5 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Horde_Crypt PORTVERSION= 2.2.2 @@ -20,6 +19,7 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Util USE_PHP= hash openssl +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBCMATH} diff --git a/security/pear-Horde_Crypt_Blowfish/Makefile b/security/pear-Horde_Crypt_Blowfish/Makefile index 581abce08811..72d71cf4f818 100644 --- a/security/pear-Horde_Crypt_Blowfish/Makefile +++ b/security/pear-Horde_Crypt_Blowfish/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Horde_Crypt -# Date created: 12 December 2012 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Horde_Crypt_Blowfish PORTVERSION= 1.0.2 @@ -20,6 +16,7 @@ OPTIONS_DEFINE= MHASH OPENSSL MHASH_DESC= Depend on mhash PHP extension OPENSSL_DESC= Depend on OpenSSL PHP extension +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MMHASH} diff --git a/security/pear-Horde_Group/Makefile b/security/pear-Horde_Group/Makefile index 36640e65e273..741f5006ca44 100644 --- a/security/pear-Horde_Group/Makefile +++ b/security/pear-Horde_Group/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: pear-Horde_Group -# Date created: 7 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= Horde_Group @@ -14,6 +11,7 @@ COMMENT= Horde User Groups System USE_HORDE_RUN= Horde_Exception \ Horde_Util +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Horde_Oauth/Makefile b/security/pear-Horde_Oauth/Makefile index 40842781a48a..bc36625a0de9 100644 --- a/security/pear-Horde_Oauth/Makefile +++ b/security/pear-Horde_Oauth/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: pear-Horde_Oauth -# Date created: 6 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= Horde_Oauth @@ -14,6 +11,7 @@ COMMENT= Horde OAuth client/server USE_HORDE_RUN= Horde_Exception Horde_Http USE_PHP= hash openssl +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Horde_Perms/Makefile b/security/pear-Horde_Perms/Makefile index d81bff03184b..d77aab69e471 100644 --- a/security/pear-Horde_Perms/Makefile +++ b/security/pear-Horde_Perms/Makefile @@ -14,6 +14,7 @@ USE_HORDE_RUN= Horde_Db \ Horde_Util \ Horde_Translation +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Horde_Secret/Makefile b/security/pear-Horde_Secret/Makefile index 55480bf21df6..49bedfbd1c3a 100644 --- a/security/pear-Horde_Secret/Makefile +++ b/security/pear-Horde_Secret/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Horde_Secret -# Date created: 7 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Horde_Secret PORTVERSION= 2.0.2 @@ -18,6 +14,7 @@ USE_HORDE_RUN= Horde_Crypt_Blowfish \ USE_PHP= hash +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Horde_Share/Makefile b/security/pear-Horde_Share/Makefile index 94e094604316..e6bf2015c68d 100644 --- a/security/pear-Horde_Share/Makefile +++ b/security/pear-Horde_Share/Makefile @@ -16,6 +16,7 @@ USE_HORDE_RUN= Horde_Db \ Horde_Url \ Horde_Util +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile index a34bf53174a0..746903945c73 100644 --- a/security/pear-LiveUser/Makefile +++ b/security/pear-LiveUser/Makefile @@ -25,6 +25,7 @@ PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support PEAR_AUTOINSTALL=yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_DB} diff --git a/security/pear-LiveUser_Admin/Makefile b/security/pear-LiveUser_Admin/Makefile index 052b01d80636..9dfc78a343cc 100644 --- a/security/pear-LiveUser_Admin/Makefile +++ b/security/pear-LiveUser_Admin/Makefile @@ -24,6 +24,7 @@ PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_DB} diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile index a0df42e07f8d..c898802d2e0c 100644 --- a/security/pear-Net_Portscan/Makefile +++ b/security/pear-Net_Portscan/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear 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/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index b65b4b63ba75..b0129a50befb 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -12,6 +12,7 @@ USE_PHP= yes PEAR_AUTOINSTALL= yes WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index 7b6fb28d8779..7c7684af10ad 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -25,4 +25,5 @@ IGNORE_WITH_PHP=5 WRKSRC= ${WRKDIR}/crack-0.4 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index af8d72ae76c4..d07940c51632 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= yes USE_PHPEXT= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index ba1e1666697e..158e351277b0 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pecl-pam -# Date created: 1st Dec, 2009 -# Whom: wen@FreeBSD.org -# +# Created by: wen@FreeBSD.org # $FreeBSD$ -# PORTNAME= pam PORTVERSION= 1.0.3 @@ -19,4 +15,5 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index 4e0f78d538c1..2142c73e53d2 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} CONFIGURE_ARGS= --with-ssh2 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile index 322a28ae3e61..adbb69af64ee 100644 --- a/security/pecl-taint/Makefile +++ b/security/pecl-taint/Makefile @@ -19,4 +19,5 @@ USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile index e90d596df6da..02042f359ccb 100644 --- a/security/pecl-tcpwrap/Makefile +++ b/security/pecl-tcpwrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-tcpwrap -# Date created: 2006/08/01 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= tcpwrap PORTVERSION= 1.1.3 @@ -21,6 +17,7 @@ USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4 diff --git a/security/pev/Makefile b/security/pev/Makefile index 3125dd87d9fb..0f323d2a0cdd 100644 --- a/security/pev/Makefile +++ b/security/pev/Makefile @@ -21,4 +21,5 @@ MAN1= readpe.1 pedis.1 pepack.1 pescan.1 \ MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pft/Makefile b/security/pft/Makefile index 2bf0a1a4f6b1..e98c237703ea 100644 --- a/security/pft/Makefile +++ b/security/pft/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pft -# Date created: 21 July 2004 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= pft PORTVERSION= 1.3 @@ -21,6 +17,7 @@ USE_GMAKE= yes PLIST_FILES= bin/pft lib/libPJL.a +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|g++|${CXX} ${CXXFLAGS}|' \ ${WRKSRC}/pft/Makefile diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 0a258c1c6a64..94f6746941ad 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pgp -# Date created: 8 Jul 1995 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= pgp PORTVERSION= 2.6.3i @@ -24,6 +20,7 @@ PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1 ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +NO_STAGE= yes do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 pgp ${PREFIX}/bin cd ${WRKSRC}/../doc; \ diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index aaa8e4cec39e..f1dd85c6ab16 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,6 +1,5 @@ # Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= pgpdump PORTVERSION= 0.28 @@ -16,6 +15,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" MAN1= pgpdump.1 PLIST_FILES= bin/pgpdump +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${MANPREFIX}/man/man1 diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index d85d0142bdc6..e4ab18310f20 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pgpgpg -# Date created: 16 December 1999 -# Whom: Matt Behrens <matt@zigg.com> -# +# Created by: Matt Behrens <matt@zigg.com> # $FreeBSD$ -# PORTNAME= pgpgpg PORTVERSION= 0.13 @@ -28,4 +24,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg PLIST_FILES= bin/pgpgpg +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index fb598b421a28..e517a553a4b7 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -18,6 +18,7 @@ ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/lib/pgpin MAN1= pgpin.1 +NO_STAGE= yes do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 \ pgp ${PREFIX}/bin/pgpin diff --git a/security/php-Auth_OpenID/Makefile b/security/php-Auth_OpenID/Makefile index ea76f48b6b38..4d5345023382 100644 --- a/security/php-Auth_OpenID/Makefile +++ b/security/php-Auth_OpenID/Makefile @@ -23,6 +23,7 @@ BCMATH_DESC= Use bcmath instead of libgmp USE_PHP= curl dom +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBCMATH} diff --git a/security/php-Auth_OpenID2/Makefile b/security/php-Auth_OpenID2/Makefile index ccefc4cf5041..cc7dac1ef923 100644 --- a/security/php-Auth_OpenID2/Makefile +++ b/security/php-Auth_OpenID2/Makefile @@ -23,6 +23,7 @@ BCMATH_DESC= Use bcmath instead of libgmp USE_PHP= curl dom +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBCMATH} diff --git a/security/php-openid-ldap/Makefile b/security/php-openid-ldap/Makefile index cd728197298f..26f912a2e0ab 100644 --- a/security/php-openid-ldap/Makefile +++ b/security/php-openid-ldap/Makefile @@ -44,6 +44,7 @@ PLIST_DIRS= %%WWWDIR%%/images/seatbelt \ %%WWWDIR%%/images \ %%WWWDIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index d7ed64e603aa..995530e4a83a 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: suhosin -# Date created: 4 Sep 2006 -# Whom: ale -# +# Created by: ale # $FreeBSD$ -# PORTNAME= suhosin PORTVERSION= 0.9.33 @@ -22,6 +18,7 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-suhosin +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR} diff --git a/security/php5-filter/Makefile b/security/php5-filter/Makefile index ce107c7ca791..bce3f8587a1b 100644 --- a/security/php5-filter/Makefile +++ b/security/php5-filter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-filter -# Date created: 10 Dec 2008 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -filter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php5-hash/Makefile b/security/php5-hash/Makefile index 17f20d443545..7dcb2ef5f595 100644 --- a/security/php5-hash/Makefile +++ b/security/php5-hash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-hash -# Date created: 10 Dec 2008 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -hash +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile index a91c61ec6947..1cbe22b3b34b 100644 --- a/security/php5-mcrypt/Makefile +++ b/security/php5-mcrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-mcrypt -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -mcrypt +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php5-openssl/Makefile b/security/php5-openssl/Makefile index 2849b599688f..a225f5654cf0 100644 --- a/security/php5-openssl/Makefile +++ b/security/php5-openssl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-openssl -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -openssl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php52-filter/Makefile b/security/php52-filter/Makefile index 42a02c2e1012..3ccd05532aa0 100644 --- a/security/php52-filter/Makefile +++ b/security/php52-filter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-filter -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -filter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php52-hash/Makefile b/security/php52-hash/Makefile index 11f6a504d6b3..186603e6418e 100644 --- a/security/php52-hash/Makefile +++ b/security/php52-hash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-hash -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -hash +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php52-mcrypt/Makefile b/security/php52-mcrypt/Makefile index 5e0fa03441dd..a97732770b38 100644 --- a/security/php52-mcrypt/Makefile +++ b/security/php52-mcrypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-mcrypt -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -mcrypt +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php52-mhash/Makefile b/security/php52-mhash/Makefile index 58bddf731c12..732d3838a20c 100644 --- a/security/php52-mhash/Makefile +++ b/security/php52-mhash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-mhash -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -mhash +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php52-openssl/Makefile b/security/php52-openssl/Makefile index 291cd2dda8b2..56135bae820b 100644 --- a/security/php52-openssl/Makefile +++ b/security/php52-openssl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-openssl -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -openssl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php53-filter/Makefile b/security/php53-filter/Makefile index 68dd012c8460..c75f86f5574c 100644 --- a/security/php53-filter/Makefile +++ b/security/php53-filter/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-filter -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -filter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php53-hash/Makefile b/security/php53-hash/Makefile index fc4b7fc62cc9..49f4bc2fdfa3 100644 --- a/security/php53-hash/Makefile +++ b/security/php53-hash/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-hash -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -hash +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php53-mcrypt/Makefile b/security/php53-mcrypt/Makefile index 24e9f45be88d..9b9ec4907619 100644 --- a/security/php53-mcrypt/Makefile +++ b/security/php53-mcrypt/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-mcrypt -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= security @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -mcrypt +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php53-openssl/Makefile b/security/php53-openssl/Makefile index beb535a486e4..cfd7ad2e4ecc 100644 --- a/security/php53-openssl/Makefile +++ b/security/php53-openssl/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-openssl -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# PORTREVISION= 1 @@ -13,4 +8,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -openssl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php55-filter/Makefile b/security/php55-filter/Makefile index 61f0a4121181..6027d57c2457 100644 --- a/security/php55-filter/Makefile +++ b/security/php55-filter/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -filter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php55-hash/Makefile b/security/php55-hash/Makefile index 16ce618475f4..5c95895650af 100644 --- a/security/php55-hash/Makefile +++ b/security/php55-hash/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -hash +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php55-mcrypt/Makefile b/security/php55-mcrypt/Makefile index be47403f2d36..7ebc5c35e4bd 100644 --- a/security/php55-mcrypt/Makefile +++ b/security/php55-mcrypt/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -mcrypt +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/php55-openssl/Makefile b/security/php55-openssl/Makefile index c663223c4eab..d80cfc450282 100644 --- a/security/php55-openssl/Makefile +++ b/security/php55-openssl/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -openssl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index 9b7bddb5e907..93264f3fe304 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpdeadlock -# Date created: 08 Oct 2007 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= phpdeadlock PORTVERSION= 1.01 @@ -28,6 +24,7 @@ NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= DLURL=${DLURL} DLDIR=${DLDIR} +NO_STAGE= yes post-extract: @cd ${WRKDIR} && ${MV} "Deadlock v1.01" Deadlock-1.01 diff --git a/security/phpsecinfo/Makefile b/security/phpsecinfo/Makefile index 939b510b0a8b..d3003d8b1315 100644 --- a/security/phpsecinfo/Makefile +++ b/security/phpsecinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpsecinfo -# Date created: 2007/04/01 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= phpsecinfo PORTVERSION= 0.2.1 @@ -21,6 +17,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-20070406 TEMP_PLIST= ${WRKDIR}/temp-pkg-plist +NO_STAGE= yes do-install: @${MKDIR} ${WWWDIR} @${CP} -R ${WRKSRC}/ ${WWWDIR}/ diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index f4feaa3d4ae9..47d77ccdd7e5 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidentd -# Date created: 19 Oct 1994 -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME= pidentd PORTVERSION= 3.0.19 @@ -31,6 +27,7 @@ PLIST_FILES= sbin/ibench sbin/identd sbin/idecrypt sbin/ikeygen CFLAGS+= -DINCLUDE_CRYPT -DOPENSSL_DES_LIBDES_COMPATIBILITY LDFLAGS+= -L${OPENSSLLIB} -lcrypto +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/idecrypt.8 ${WRKSRC}/doc/idecrypt.8 diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 8b35878a481a..92e220046b13 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib/nss +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 91fd947d526f..47e784430b6b 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -27,4 +27,5 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \ --with-libotr-inc-prefix=${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile index 3f777362a0d3..c38bffca673a 100644 --- a/security/pinentry-curses/Makefile +++ b/security/pinentry-curses/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ PORTNAME= pinentry @@ -14,4 +14,5 @@ PORT_OPTIONS+= NCURSES MASTERDIR= ${.CURDIR}/../pinentry +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile index fc923b15dadc..bab630a480c9 100644 --- a/security/pinentry-gtk/Makefile +++ b/security/pinentry-gtk/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ PORTNAME= pinentry @@ -14,4 +14,5 @@ PORT_OPTIONS+= GTK MASTERDIR= ${.CURDIR}/../pinentry +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile index a0371f6ace7d..7d5d32e7edb8 100644 --- a/security/pinentry-gtk2/Makefile +++ b/security/pinentry-gtk2/Makefile @@ -14,4 +14,5 @@ PORT_OPTIONS+= GTK2 MASTERDIR= ${.CURDIR}/../pinentry +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile index 6cd5753c16e3..4e4c81349378 100644 --- a/security/pinentry-qt4/Makefile +++ b/security/pinentry-qt4/Makefile @@ -13,4 +13,5 @@ PORT_OPTIONS+= QT4 MASTERDIR= ${.CURDIR}/../pinentry +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 8fc862ffc386..32c7fac77777 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ PORTNAME= pinentry @@ -38,6 +38,7 @@ QT4_DESC= Qt 4 frontend PKGNAMESUFFIX= ${PINENTRY_SLAVE} .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQT4} diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 5624e6898ff1..36a7a6ddd2d4 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -18,6 +18,7 @@ PORTDOCS= README pkzip.ps.gz OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/pkcs11-dump/Makefile b/security/pkcs11-dump/Makefile index 18e48dbfadcf..15fed82c20ee 100644 --- a/security/pkcs11-dump/Makefile +++ b/security/pkcs11-dump/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkcs11-dump -# Date created: 4 Apr 2011 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkcs11-dump PORTVERSION= 0.3.4 @@ -26,6 +22,7 @@ PLIST_FILES= bin/pkcs11-dump MAN1= pkcs11-dump.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in diff --git a/security/pkcs11-gateway/Makefile b/security/pkcs11-gateway/Makefile index c25399127c90..6bf784c47d10 100644 --- a/security/pkcs11-gateway/Makefile +++ b/security/pkcs11-gateway/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkcs11-gateway -# Date created: 1 Apr 2011 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkcs11-gateway PORTVERSION= 1.2 @@ -25,6 +21,7 @@ PLIST_FILES= bin/pkcs11-gateway lib/libpkcs11-gateway.so \ PORTDOCS= README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkcs11-gateway ${PREFIX}/bin/ ${INSTALL_LIB} ${WRKSRC}/libpkcs11-gateway.so.1 ${PREFIX}/lib/ diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 70811235e133..e4e227b7911b 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -31,6 +31,7 @@ MAN8= pkcs11-helper-1.8 PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure diff --git a/security/pks/Makefile b/security/pks/Makefile index 6c238a3a8eca..c49efecc8ea3 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pks -# Date created: 15 Jan 2001 -# Whom: kris@FreeBSD.org -# +# Created by: kris@FreeBSD.org # $FreeBSD$ -# PORTNAME= pks PORTVERSION= 0.9.6.20040312 @@ -18,6 +14,7 @@ COMMENT= PGP Public Key Server USE_BDB= 41 # 42 would be ok WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> GNU_CONFIGURE= yes diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile index f21748520458..3f561e6a5263 100644 --- a/security/pktsuckers/Makefile +++ b/security/pktsuckers/Makefile @@ -12,6 +12,7 @@ COMMENT= Log contents of unwanted UDP packets and TCP connections PLIST_FILES= libexec/tcpsuck libexec/udpsuck +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^void main|int main|' ${WRKSRC}/tcpsuck.c ${WRKSRC}/udpsuck.c diff --git a/security/please/Makefile b/security/please/Makefile index 07a1af368a0d..ff936658f4b8 100644 --- a/security/please/Makefile +++ b/security/please/Makefile @@ -20,4 +20,5 @@ GH_COMMIT= 71c64bc PLIST_FILES= bin/please MAN1= please.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index cd97f040ad55..025dc2bb79b4 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -30,6 +30,7 @@ BINFILES= aescrypt2 benchmark dh_client dh_genprime dh_server hello \ ssl_server ssl_test # cmake install is broken, so we do it by hand +NO_STAGE= yes do-install: @${TAR} -C ${WRKSRC}/include -cf - polarssl | ${TAR} -C ${PREFIX}/include -xf - ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.a ${PREFIX}/lib/ diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile index dedb202e2da4..20a4e49e6a17 100644 --- a/security/poly1305aes/Makefile +++ b/security/poly1305aes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poly1305aes -# Date created: 18 February 2005 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= poly1305aes PORTVERSION= 20050218 @@ -19,6 +15,7 @@ ALL_TARGET= default REPLACE_HDRS= aes.h cpucycles.h poly1305aes.h PROGRAM_FILES= poly1305aes-speed test-aes test-poly1305aes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/include/poly1305 ${INSTALL_DATA} ${WRKSRC}/*_*.h ${PREFIX}/include/poly1305/ diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index dfc944dfda32..736e3b5ed546 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sentry -# Date created: 3 January 1998 -# Whom: chris@still.whet.org -# +# Created by: chris@still.whet.org # $FreeBSD$ -# PORTNAME= portsentry PORTVERSION= 1.2 @@ -19,6 +15,7 @@ CFLAGS+= -DPREFIX=\"${PREFIX}\" MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" WRKSRC= ${WRKDIR}/portsentry_beta +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/local/psionic/portsentry,${PREFIX}/etc,g' \ ${WRKSRC}/portsentry.conf ${WRKSRC}/portsentry_config.h diff --git a/security/ppars/Makefile b/security/ppars/Makefile index e869631161d0..9b98c309433a 100644 --- a/security/ppars/Makefile +++ b/security/ppars/Makefile @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index dcca3900b6f5..9a36c35c1b21 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -29,6 +29,7 @@ USES= charsetfix gettext iconv pkgconfig OPTIONS_DEFINE= FAM +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFAM} diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 8c8d3a377779..1b5c8cf4f094 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -45,6 +45,7 @@ OPTIONS_DEFAULT=XML XML_DESC= XML plugin +NO_STAGE= yes .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MXML} diff --git a/security/prelude-pflogger/Makefile b/security/prelude-pflogger/Makefile index 3f3d0d0be5b8..ba45785642e0 100644 --- a/security/prelude-pflogger/Makefile +++ b/security/prelude-pflogger/Makefile @@ -16,4 +16,5 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= prelude-pflogger +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile index a2c5da26856e..f73922fab897 100644 --- a/security/proxycheck/Makefile +++ b/security/proxycheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: proxycheck -# Date created: Fri Jun 13 02:26:04 EDT 2003 -# Whom: Paul Chvostek <paul@it.ca> -# +# Created by: Paul Chvostek <paul@it.ca> # $FreeBSD$ -# PORTNAME= proxycheck PORTVERSION= 0.49a @@ -20,6 +16,7 @@ MAN1= proxycheck.1 HAS_CONFIGURE= yes +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/ diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index b22fcacc85f9..f991f499fcec 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -17,6 +17,7 @@ ALL_TARGET= ${PORTNAME} MAN1= proxytunnel.1 PLIST_FILES= bin/proxytunnel +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 diff --git a/security/pscan/Makefile b/security/pscan/Makefile index cedee7537dfc..49720dffdab4 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pscan -# Date created: 02 September 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pscan PORTVERSION= 1.3 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/pscan \ bin/find_formats +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats diff --git a/security/pssh/Makefile b/security/pssh/Makefile index 8517bfc0e208..af667dc1bb7c 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -1,9 +1,4 @@ -# Ports collection makefile for: pssh -# Date created: Mon Jul 2, 2007 -# Whom: Brooks Davis <brooks@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pssh PORTVERSION= 2.3.1 @@ -26,4 +21,5 @@ USE_PYDISTUTILS= yes PROJECTHOST= parallel-ssh +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pulledpork/Makefile b/security/pulledpork/Makefile index 5b8da4f22b21..e9740bd0d238 100644 --- a/security/pulledpork/Makefile +++ b/security/pulledpork/Makefile @@ -33,6 +33,7 @@ PLIST_FILES= bin/pulledpork.pl \ SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index 98a380d12e78..2fb7a2878df6 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -21,6 +21,7 @@ PORTDOCS= ReadMe.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/putty/Makefile b/security/putty/Makefile index cf36ef60ef4c..00b454b31464 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFAULT=GSSAPI GTK2 CONFLICTS= pssh-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 diff --git a/security/pvk/Makefile b/security/pvk/Makefile index e14cc40f7f58..1195c5627da5 100644 --- a/security/pvk/Makefile +++ b/security/pvk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pvk -# Date created: 6 June 2007 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pvk PORTVERSION= 20070406 @@ -17,6 +13,7 @@ COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa WRKSRC= ${WRKDIR} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pvk ${PREFIX}/bin ${MKDIR} ${DOCSDIR} diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile index d24d7cc911fb..3cabfa7d7e09 100644 --- a/security/pwauth/Makefile +++ b/security/pwauth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwauth -# Date created: Oct 14 2004 -# Whom: clement -# +# Created by: clement # $FreeBSD$ -# PORTNAME= pwauth PORTVERSION= 2.3.10 @@ -19,6 +15,7 @@ PLIST_FILES= bin/pwauth bin/checkfaillog ALL_TARGET= pwauth checkfaillog MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 66f3031b6bfc..63dc27e28089 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwman -# Date created: 23 June 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pwman PORTVERSION= 0.4.0 @@ -24,6 +20,7 @@ PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman PORTDOCS= AUTHORS COPYING ChangeLog README TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c diff --git a/security/pwman3/Makefile b/security/pwman3/Makefile index ed2720641f9e..6ff45c03deb3 100644 --- a/security/pwman3/Makefile +++ b/security/pwman3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwman3 -# Date created: 29 March 2008 -# Whom: Yarodin <yarodin@gmail.com> -# +# Created by: Yarodin <yarodin@gmail.com> # $FreeBSD$ -# PORTNAME= pwman3 PORTVERSION= 0.0.6 @@ -23,4 +19,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Pwman3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pxytest/Makefile b/security/pxytest/Makefile index 5260c2e84efe..c727b94d2362 100644 --- a/security/pxytest/Makefile +++ b/security/pxytest/Makefile @@ -21,6 +21,7 @@ USES= perl5 MAN1= pxytest.1 PLIST_FILES= bin/pxytest +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's:^#!.*:#!${PERL}:' ${WRKSRC}/${PORTNAME} diff --git a/security/py-PF/Makefile b/security/py-PF/Makefile index 27c61da410a6..e798a269424e 100644 --- a/security/py-PF/Makefile +++ b/security/py-PF/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-PF -# Date created: 2009-02-07 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= PF PORTVERSION= 0.0.6 @@ -25,6 +21,7 @@ PYDISTUTILS_PKGNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}_${PORTNAME} SUB_FILES= pkg-message +NO_STAGE= yes post-install: .if !defined(BATCH) @${CAT} ${PKGMESSAGE} diff --git a/security/py-Products.PlonePAS/Makefile b/security/py-Products.PlonePAS/Makefile index b016cf05d3ae..269b5d48cbd6 100644 --- a/security/py-Products.PlonePAS/Makefile +++ b/security/py-Products.PlonePAS/Makefile @@ -24,4 +24,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-Products.PluggableAuthService/Makefile b/security/py-Products.PluggableAuthService/Makefile index ed5fc9ea98ce..de563407b7a3 100644 --- a/security/py-Products.PluggableAuthService/Makefile +++ b/security/py-Products.PluggableAuthService/Makefile @@ -19,4 +19,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile index 30c7e222fbb0..c615b1280562 100644 --- a/security/py-RestrictedPython/Makefile +++ b/security/py-RestrictedPython/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-RestrictedPython -# Date created: 10 October, 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= RestrictedPython PORTVERSION= 3.6.0 @@ -22,6 +17,7 @@ USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS=easy_install USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 270 diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index 955b4e2c9d24..69eafbab865d 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -17,4 +17,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 76c5fe9feb89..149657a6b3c0 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PROJECTHOST= py-bcrypt +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-borg.localrole/Makefile b/security/py-borg.localrole/Makefile index 590727a60fb8..07482c5f49a1 100644 --- a/security/py-borg.localrole/Makefile +++ b/security/py-borg.localrole/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-borg.localrole -# Date created: 02 January 2012 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= borg.localrole PORTVERSION= 3.0.2 @@ -33,4 +28,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes #USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-cerealizer/Makefile b/security/py-cerealizer/Makefile index 717755a1142d..eab67a4a8ef3 100644 --- a/security/py-cerealizer/Makefile +++ b/security/py-cerealizer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-cerealizer -# Date created: 2006-05-07 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= cerealizer PORTVERSION= 0.7 @@ -21,4 +17,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Cerealizer +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-certify/Makefile b/security/py-certify/Makefile index f628566dac5d..efe091ee5769 100644 --- a/security/py-certify/Makefile +++ b/security/py-certify/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-certifi -# Date created: 2012-01-02 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# +# Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -# PORTNAME= certifi PORTVERSION= 0.0.8 @@ -17,4 +13,5 @@ COMMENT= Mozilla's SSL certificates USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile index 2d86bac35283..b08b32b4b8e5 100644 --- a/security/py-clamav/Makefile +++ b/security/py-clamav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-clamav -# Date created: 26 Dec 2004 -# Whom: Marcus Alves Grando <mnag@FreeBSD.org> -# +# Created by: Marcus Alves Grando <mnag@FreeBSD.org> # $FreeBSD$ -# PORTNAME= clamav PORTVERSION= 0.4.1 @@ -30,6 +26,7 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/py-cracklib/Makefile b/security/py-cracklib/Makefile index 32bb8dab1dd3..f14b9c67cd33 100644 --- a/security/py-cracklib/Makefile +++ b/security/py-cracklib/Makefile @@ -14,6 +14,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} PYTHON_SLAVEPORT= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "{s#__version__ = '[^']*'#__version__ = '${PORTVERSION}'#;}" \ diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 3a66524089bb..e68cc8efc9c2 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-cryptkit -# Date created: Mar 16, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cryptkit PORTVERSION= 0.9 @@ -18,4 +13,5 @@ COMMENT= A Cryptographic Toolkit for Python USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index f5f927477a32..0fd91af59f98 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -18,4 +18,5 @@ USE_PYDISTUTILS= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-ed25519ll/Makefile b/security/py-ed25519ll/Makefile index e7dc012e8b6c..9b6aca6ac352 100644 --- a/security/py-ed25519ll/Makefile +++ b/security/py-ed25519ll/Makefile @@ -18,4 +18,5 @@ PYEASYINSTALL_ARCHDEP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index 1baf4aabeb7c..912fb72d846b 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -1,4 +1,3 @@ -# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= fail2ban @@ -36,6 +35,7 @@ FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/client/configreader.py \ ${WRKSRC}/fail2ban-client +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 6aabda51b3a2..f2f8668b3aa2 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: py-gnupg -# Date created: Jul 11, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gnupg PORTVERSION= 0.3.2 @@ -20,4 +15,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GnuPGInterface +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index ec4a17570342..e54e71a5276c 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -20,6 +20,7 @@ PYDISTUTILS_PKGNAME= python_gnutls EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|include_dirs=.*|include_dirs=\['${LOCALBASE}/include'\],|" ${WRKSRC}/setup.py ${REINPLACE_CMD} -e "s|library_dirs=.*|library_dirs=\['${LOCALBASE}/lib'\],|" ${WRKSRC}/setup.py diff --git a/security/py-htpasswd/Makefile b/security/py-htpasswd/Makefile index 2e08a366fe49..30c56376a445 100644 --- a/security/py-htpasswd/Makefile +++ b/security/py-htpasswd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-htpasswd -# Date created: 2011-08-26 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# +# Created by: Aldis Berjoza <aldis@bsdroot.lv> # $FreeBSD$ -# PORTNAME= htpasswd PORTVERSION= 2008.03.05 @@ -23,6 +19,7 @@ PLIST_FILES= bin/${PORTNAME}.py NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-patch: ${SED} -I.orig -e 's|^#!/usr/bin/python|#!/usr/bin/env python|' ${WRKDIR}/${PORTNAME}.py diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index e9719f7b776e..5e780b51764b 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,6 +1,5 @@ # Created by: Olivier Duchateau # $FreeBSD$ -# PORTNAME= itsdangerous PORTVERSION= 0.23 @@ -17,6 +16,7 @@ USE_PYDISTUTILS= easy_install OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= JSON +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile index 708a50e00388..e44da0baa5a3 100644 --- a/security/py-kerberos/Makefile +++ b/security/py-kerberos/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-kerberos -# Date created: April 23, 2011 -# Whom: Roland van Laar <roland@micite.net> -# +# Created by: Roland van Laar <roland@micite.net> # $FreeBSD$ -# PORTNAME= kerberos PORTVERSION= 1.1.1 @@ -23,6 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|krb5|${PREFIX}/bin/krb5|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|split|replace("/usr/lib:", "").split|g' ${WRKSRC}/setup.py diff --git a/security/py-keyczar/Makefile b/security/py-keyczar/Makefile index 6037cfe73ad0..52fc4f7b0424 100644 --- a/security/py-keyczar/Makefile +++ b/security/py-keyczar/Makefile @@ -19,4 +19,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 3d6b8839373e..fbf14fe3181b 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -29,6 +29,7 @@ KEYCZAR_DESC= Install keyczar to support keyring encryption PYFS_DESC= Install pyfilesystem to support the pyfs backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCRYPT_FILE} diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 966222d7662e..babaf8292eb8 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -21,6 +21,7 @@ USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}" PYDISTUTILS_PKGNAME= M2Crypto +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|; /test_suite/d' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|$$(PYVER)|${PYTHON_VER}|' ${WRKSRC}/SWIG/Makefile diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index de5a16d219d9..f85024ef6bf2 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-mcrypt -# Date created: Jul 21, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mcrypt PORTVERSION= 1.1 @@ -26,6 +21,7 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= %%PYTHON_SITELIBDIR%%/mcrypt.so +NO_STAGE= yes pre-patch: # put a missed terminating quote ${REINPLACE_CMD} -e '1136s,$$,\\,g' -e '1678s,$$,\\,g' ${WRKSRC}/mcrypt.c diff --git a/security/py-mhash/Makefile b/security/py-mhash/Makefile index 722fdb8932ea..225496b1e5c4 100644 --- a/security/py-mhash/Makefile +++ b/security/py-mhash/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-mhash -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mhash PORTVERSION= 1.4 @@ -29,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib test: install ${PYTHON_CMD} ${WRKSRC}/test.py +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 001cf6d794c7..1b299352e461 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -22,6 +22,7 @@ USE_PYDISTUTILS= easy_install GH_ACCOUNT= idan GH_COMMIT= 1ea510c +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 300 diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 3a027a05cbd0..2a4f61c0a817 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-openid -# Date created: Dec 19, 2006 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openid PORTVERSION= 2.2.5 @@ -20,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= python-openid +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 087d6fdfbace..dab8ffe7e827 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-openssl -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= openssl PORTVERSION= 0.13 @@ -27,6 +22,7 @@ USE_OPENSSL= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes pre-configure: @${ECHO_CMD} "[build_ext]" >> ${WRKSRC}/setup.cfg @${ECHO_CMD} "include-dirs = ${OPENSSLINC}" >> ${WRKSRC}/setup.cfg diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile index 01f579a97172..96f0bca0afbd 100644 --- a/security/py-otr/Makefile +++ b/security/py-otr/Makefile @@ -22,4 +22,5 @@ PYDISTUTILS_PKGNAME= python-otr CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index a53979e0bc3c..4e2ba9b2b929 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -19,6 +19,7 @@ USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/py-passlib/Makefile b/security/py-passlib/Makefile index 22cffcfda648..27cfe0cace68 100644 --- a/security/py-passlib/Makefile +++ b/security/py-passlib/Makefile @@ -15,4 +15,5 @@ LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index e8b9b8f53b54..062b146ee5aa 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -43,6 +43,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTEXAMPLES= README.tools image_export.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/py-plone.app.openid/Makefile b/security/py-plone.app.openid/Makefile index f79edbde20d6..5e8ebb45c632 100644 --- a/security/py-plone.app.openid/Makefile +++ b/security/py-plone.app.openid/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-plone.app.openid -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= plone.app.openid PORTVERSION= 2.0.2 @@ -31,4 +26,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install #USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-plone.keyring/Makefile b/security/py-plone.keyring/Makefile index 5ebef633c21d..45a1d9581dca 100644 --- a/security/py-plone.keyring/Makefile +++ b/security/py-plone.keyring/Makefile @@ -21,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index 40813a7353de..cec27b896dda 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -23,4 +23,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes #USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 2223c849af46..59c38fdfd460 100644 --- a/security/py-plone.protect/Makefile +++ b/security/py-plone.protect/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes #USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index e9b26443c746..1d2fbf8957dd 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -22,4 +22,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes #USE_ZOPE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-posix1e/Makefile b/security/py-posix1e/Makefile index dc18be30750f..54996357ac06 100644 --- a/security/py-posix1e/Makefile +++ b/security/py-posix1e/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-posix1e -# Date created: 2 January 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ -# PORTNAME= posix1e PORTVERSION= 0.5.0 @@ -25,6 +21,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% PORTDOCS= COPYING IMPLEMENTATION NEWS PLATFORMS README DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index 441d643856c1..fec2abc070d1 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Python OpenSSL Wrappers -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pow PORTVERSION= 0.7 @@ -23,6 +18,7 @@ USE_OPENSSL= yes PORTDOCS= POW.pdf +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py diff --git a/security/py-pyclamd/Makefile b/security/py-pyclamd/Makefile index bc03fc411540..41dac6dfb3c2 100644 --- a/security/py-pyclamd/Makefile +++ b/security/py-pyclamd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyClamd -# Date created: Jan 7, 2009 -# Whom: Milan Obuch -# +# Created by: Milan Obuch # $FreeBSD$ -# PORTNAME= pyclamd PORTVERSION= 0.2.2 @@ -17,6 +13,7 @@ COMMENT= Python ClamD interface module USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-extract: diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index 7090043e4736..f433900cd3ad 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -24,6 +24,7 @@ GMP_DESC= Use GMP for faster DSA/RSA operations OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGMP} diff --git a/security/py-pycryptopp/Makefile b/security/py-pycryptopp/Makefile index 597e30aa45b3..06affb8600b2 100644 --- a/security/py-pycryptopp/Makefile +++ b/security/py-pycryptopp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pycryptopp -# Date created: 30 August 2008 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pycryptopp PORTVERSION= 0.5.29 @@ -22,6 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYEASYINSTALL_ARCHDEP= yes +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \ ${WRKSRC}/embeddedcryptopp/rijndael.cpp \ diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile index eec189c56579..e92138aac993 100644 --- a/security/py-pylibacl/Makefile +++ b/security/py-pylibacl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pylibacl -# Date created: 18 april 2009 -# Whom: joris -# +# Created by: joris # $FreeBSD$ -# PORTNAME= pylibacl PORTVERSION= 0.5.0 @@ -20,4 +16,5 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-pyme/Makefile b/security/py-pyme/Makefile index 904f16b9f463..ba40c6c7c5a1 100644 --- a/security/py-pyme/Makefile +++ b/security/py-pyme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/py-pyme -# Date created: 28 December 2008 -# Whom: Johan van Selst <johans@stack.nl> -# +# Created by: Johan van Selst <johans@stack.nl> # $FreeBSD$ -# PORTNAME= pyme PORTVERSION= 0.8.1 @@ -23,6 +19,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pygpgme +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/py-pyptlib/Makefile b/security/py-pyptlib/Makefile index d93be2bca7bd..dcd16b295e18 100644 --- a/security/py-pyptlib/Makefile +++ b/security/py-pyptlib/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= pyptlib PORTVERSION= 0.0.3 @@ -17,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-pysha3/Makefile b/security/py-pysha3/Makefile index bb70b7b1dd2b..0e64e6c07ca2 100644 --- a/security/py-pysha3/Makefile +++ b/security/py-pysha3/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/_sha3.so \ %%PYTHON_SITELIBDIR%%/sha3.pyc \ %%PYTHON_SITELIBDIR%%/sha3.pyo +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 320 diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile index adaf26bf9906..f6ab3877df1d 100644 --- a/security/py-python-registry/Makefile +++ b/security/py-python-registry/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index 1a9dcc204b76..ae5d8e95ca78 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -17,4 +17,5 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1 USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile index f8346ef05dd0..9988d9a221d2 100644 --- a/security/py-slowaes/Makefile +++ b/security/py-slowaes/Makefile @@ -18,4 +18,5 @@ PYDISTUTILS_PKGVERSION= ${DISTVERSION} PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index 965134e8eed8..77d8867c1980 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -17,4 +17,5 @@ USE_PYDISTUTILS= easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile index 51a68b515215..55ce0fbde250 100644 --- a/security/py-sslstrip/Makefile +++ b/security/py-sslstrip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sslstrip -# Date created: 2009-04-17 -# Whom: User & <dragon@njord.localdomain> -# +# Created by: User & <dragon@njord.localdomain> # $FreeBSD$ -# PORTNAME= sslstrip PORTVERSION= 0.9 @@ -18,4 +14,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= sslstrip RUN_DEPENDS = ${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index ef5600efe070..2226f4ee9e81 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -13,4 +13,5 @@ COMMENT= Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1 USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-trustedpickle/Makefile b/security/py-trustedpickle/Makefile index b4df445bb45b..1bdce2d042bb 100644 --- a/security/py-trustedpickle/Makefile +++ b/security/py-trustedpickle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-trustedpickle -# Date created: 02 May 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -# PORTNAME= trustedpickle PORTVERSION= 0.02 @@ -25,6 +21,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/TrustedPickle.py \ WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-build: @cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import TrustedPickle' && \ ${PYTHON_CMD} -c 'import TrustedPickle' diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile index 06875249eb16..0cd75cfc6678 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -23,4 +23,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index d4c909dada42..43bdae2cdbf7 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-twofish -# Date created: Feb 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= twofish PORTVERSION= 0.7 @@ -21,6 +16,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CFLAGS+= -fPIC +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/_twofish.so ${PYTHON_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR} diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile index ef117a7f76cd..fabedcc55d91 100644 --- a/security/py-volatility/Makefile +++ b/security/py-volatility/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt README.txt DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 12feccbb15b7..f78d889c359c 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pyxmlsec -# Date created: Feb 3, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= xmlsec PORTVERSION= 0.3.0 @@ -27,6 +22,7 @@ PYDISTUTILS_PKGNAME= pyxmlsec DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/py-yara-editor/Makefile b/security/py-yara-editor/Makefile index c4689b09bc7c..f40fdd246ebb 100644 --- a/security/py-yara-editor/Makefile +++ b/security/py-yara-editor/Makefile @@ -28,6 +28,7 @@ PORTDOCS= README MANLANG= "" fr MAN8= yara-editor.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/config_dir/d' \ -e '/en\/man8/d' \ diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 9a113fc8e41d..b8c044bb1188 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -20,6 +20,7 @@ PYDISTUTILS_EGGINFO= yara_python-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-i PLIST_FILES= %%PYTHON_SITELIBDIR%%/yara.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/security/py-zope.app.authentication/Makefile b/security/py-zope.app.authentication/Makefile index b00a911802b8..11252b13dec2 100644 --- a/security/py-zope.app.authentication/Makefile +++ b/security/py-zope.app.authentication/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.app.authentication -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.app.authentication PORTVERSION= 3.9 @@ -40,4 +35,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.app.localpermission/Makefile b/security/py-zope.app.localpermission/Makefile index dd7e09cc8ab9..c9fb2fa37b7a 100644 --- a/security/py-zope.app.localpermission/Makefile +++ b/security/py-zope.app.localpermission/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.app.localpermission -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.app.localpermission PORTVERSION= 3.7.2 @@ -27,4 +22,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.app.principalannotation/Makefile b/security/py-zope.app.principalannotation/Makefile index 093fde0d45e2..53ec4fa5cf57 100644 --- a/security/py-zope.app.principalannotation/Makefile +++ b/security/py-zope.app.principalannotation/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.app.principalannotation -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.app.principalannotation PORTVERSION= 3.7.0 @@ -25,4 +20,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.app.security/Makefile b/security/py-zope.app.security/Makefile index f39300b1eaef..c4d23f815f6e 100644 --- a/security/py-zope.app.security/Makefile +++ b/security/py-zope.app.security/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.app.security -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.app.security PORTVERSION= 3.7.5 @@ -33,4 +28,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.app.securitypolicy/Makefile b/security/py-zope.app.securitypolicy/Makefile index 17ac8104dce2..df6098f56d99 100644 --- a/security/py-zope.app.securitypolicy/Makefile +++ b/security/py-zope.app.securitypolicy/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.app.securitypolicy -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.app.securitypolicy PORTVERSION= 3.6.1 @@ -36,4 +31,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.authentication/Makefile b/security/py-zope.authentication/Makefile index 3794d3cee561..afe420490f33 100644 --- a/security/py-zope.authentication/Makefile +++ b/security/py-zope.authentication/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.authentication -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.authentication PORTVERSION= 3.7.1 @@ -28,4 +23,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.login/Makefile b/security/py-zope.login/Makefile index e7d0eeda4243..7c5e67d43266 100644 --- a/security/py-zope.login/Makefile +++ b/security/py-zope.login/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.login -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.login PORTVERSION= 1.0.0 @@ -26,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.password/Makefile b/security/py-zope.password/Makefile index c0c41031bb90..746621a54417 100644 --- a/security/py-zope.password/Makefile +++ b/security/py-zope.password/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.password -# Date created: Nov 9, 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.password PORTVERSION= 3.6.1 @@ -24,4 +19,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.pluggableauth/Makefile b/security/py-zope.pluggableauth/Makefile index 9a05c4338a63..e069f1e109e9 100644 --- a/security/py-zope.pluggableauth/Makefile +++ b/security/py-zope.pluggableauth/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.pluggableauth -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.pluggableauth PORTVERSION= 1.3 @@ -35,4 +30,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.principalannotation/Makefile b/security/py-zope.principalannotation/Makefile index f4777ff705aa..8f1102554fea 100644 --- a/security/py-zope.principalannotation/Makefile +++ b/security/py-zope.principalannotation/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.principalannotation -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.principalannotation PORTVERSION= 3.6.1 @@ -28,4 +23,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.principalregistry/Makefile b/security/py-zope.principalregistry/Makefile index 919fa33160cc..7ece5b7f4ca8 100644 --- a/security/py-zope.principalregistry/Makefile +++ b/security/py-zope.principalregistry/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.principalregistry -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.principalregistry PORTVERSION= 3.7.1 @@ -26,4 +21,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.security/Makefile b/security/py-zope.security/Makefile index ff074d9538a1..4230711f5fec 100644 --- a/security/py-zope.security/Makefile +++ b/security/py-zope.security/Makefile @@ -27,4 +27,5 @@ PYEASYINSTALL_ARCHDEP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.securitypolicy/Makefile b/security/py-zope.securitypolicy/Makefile index c500e807ca9b..174112a871c8 100644 --- a/security/py-zope.securitypolicy/Makefile +++ b/security/py-zope.securitypolicy/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.securitypolicy -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.securitypolicy PORTVERSION= 3.7.0 @@ -32,4 +27,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-zope.session/Makefile b/security/py-zope.session/Makefile index d342302f80c7..23358ae1f00b 100644 --- a/security/py-zope.session/Makefile +++ b/security/py-zope.session/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zope.session -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope.session PORTVERSION= 3.9.5 @@ -28,4 +23,5 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/qca-cyrus-sasl/Makefile b/security/qca-cyrus-sasl/Makefile index d892f9ef304e..e53dd05b74cc 100644 --- a/security/qca-cyrus-sasl/Makefile +++ b/security/qca-cyrus-sasl/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: qca-cyrus-sasl -# Date created: 2009-03-19 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= qca-cyrus-sasl DISTVERSION= 2.0.0-beta3 @@ -33,6 +28,7 @@ CONFIGURE_ARGS+=--debug PLIST_SUB+= DEBUG="" .endif +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-cyrus-sasl.so diff --git a/security/qca-gnupg/Makefile b/security/qca-gnupg/Makefile index a55d7fed43f3..1b2d5198ffb7 100644 --- a/security/qca-gnupg/Makefile +++ b/security/qca-gnupg/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: qca-gnupg -# Date created: 2009-03-19 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= qca-gnupg DISTVERSION= 2.0.0-beta3 @@ -30,6 +25,7 @@ CONFIGURE_ARGS+=--debug PLIST_SUB+= DEBUG="" .endif +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-gnupg.so diff --git a/security/qca-ossl/Makefile b/security/qca-ossl/Makefile index cf4ea93a9223..64127ec33479 100644 --- a/security/qca-ossl/Makefile +++ b/security/qca-ossl/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: qca-ossl -# Date created: 2008-07-13 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= qca-ossl @@ -33,6 +30,7 @@ CONFIGURE_ARGS+=--debug PLIST_SUB+= DEBUG="" .endif +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-ossl.so diff --git a/security/qtkeychain/Makefile b/security/qtkeychain/Makefile index f275675a8b5d..cd237898f234 100644 --- a/security/qtkeychain/Makefile +++ b/security/qtkeychain/Makefile @@ -20,4 +20,5 @@ USE_QT4= corelib dbus moc_build qmake_build rcc_build USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile index 2d4cac22dd52..be9fd65a503c 100644 --- a/security/quantis-kmod/Makefile +++ b/security/quantis-kmod/Makefile @@ -32,6 +32,7 @@ PLIST_FILES= "@cwd ${KMODDIR}" \ "@unexec kldxref ${KMODDIR}" \ "@cwd ${PREFIX}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/security/quantis/Makefile b/security/quantis/Makefile index ffe88f899813..77848398ff19 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -40,6 +40,7 @@ KMODDIR?= /boot/modules PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPCI} diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index aaa771474ca2..2b054583eff4 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ENV= YACC=/usr/bin/yacc OPTIONS_DEFINE= KINK DOCS KINK_DESC= Enable KINK support +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/security/radiusniff/Makefile b/security/radiusniff/Makefile index b7c3421ab6e7..99f50a76732f 100644 --- a/security/radiusniff/Makefile +++ b/security/radiusniff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: radiusniff -# Date created: 21 April 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= radiusniff PORTVERSION= 0.2 @@ -16,6 +12,7 @@ COMMENT= Sniffer for RADIUS traffic WRKSRC= ${WRKDIR}/radiusniff-0.2 +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -DOPENBSD -DCLIENTS_FILENAME=\"${PREFIX}/share/radiusniff/clients\" -DDICTIONARY_FILENAME=\"${PREFIX}/share/radiusniff/dictionary\" -o radiusniff radiusniff.c md5.c -lpcap diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 6a9fc9359181..2d8b6d6303b4 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rainbowcrack -# Date created: 8 May 2006 -# Whom: bryan@freshdns.net -# +# Created by: bryan@freshdns.net # $FreeBSD$ -# PORTNAME= rainbowcrack PORTVERSION= 1.2 @@ -15,6 +11,7 @@ COMMENT= Hash cracker that precomputes plaintext - ciphertext pairs in advance USE_DOS2UNIX= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/security/ranpwd/Makefile b/security/ranpwd/Makefile index ddb732cbc0a9..8c562db16789 100644 --- a/security/ranpwd/Makefile +++ b/security/ranpwd/Makefile @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes MAN1= ranpwd.1 PLIST_FILES= bin/ranpwd +NO_STAGE= yes do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1) diff --git a/security/rarcrack/Makefile b/security/rarcrack/Makefile index c65f5e9acb6c..ead1098c67aa 100644 --- a/security/rarcrack/Makefile +++ b/security/rarcrack/Makefile @@ -21,6 +21,7 @@ USE_GNOME= libxml2 USE_CSTD= gnu89 MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/ratproxy/Makefile b/security/ratproxy/Makefile index 541cb890e5ae..f65d2e5ccd07 100644 --- a/security/ratproxy/Makefile +++ b/security/ratproxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ratproxy -# Date created: 3 July 2008 -# Whom: Steven Kreuzer <skreuzer@exit2shell.com> -# +# Created by: Steven Kreuzer <skreuzer@exit2shell.com> # $FreeBSD$ -# PORTNAME= ratproxy PORTVERSION= 1.58 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/ratproxy \ bin/ratproxy-report.sh +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' ${WRKSRC}/Makefile diff --git a/security/rats/Makefile b/security/rats/Makefile index 49d3fb25d62d..b1dad7ec79be 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: rats -# Date created: 22 August 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rats PORTVERSION= 2.3 @@ -24,6 +20,7 @@ CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ ALL_TARGET= ${PORTNAME} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index 101d1e9ba2a6..444b1a8e32aa 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -1,4 +1,3 @@ -# Created: Tom Judge <tom@tomjudge.com> # $FreeBSD$ PORTNAME= api @@ -32,6 +31,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MDEBUG) diff --git a/security/razorback-archiveInflate/Makefile b/security/razorback-archiveInflate/Makefile index 0fc8c2be7293..82d2edae4e06 100644 --- a/security/razorback-archiveInflate/Makefile +++ b/security/razorback-archiveInflate/Makefile @@ -29,6 +29,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-clamavNugget/Makefile b/security/razorback-clamavNugget/Makefile index aae90213d583..38f88787ebf1 100644 --- a/security/razorback-clamavNugget/Makefile +++ b/security/razorback-clamavNugget/Makefile @@ -30,6 +30,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-dispatcher/Makefile b/security/razorback-dispatcher/Makefile index 7209d1d71b93..db80347b72c5 100644 --- a/security/razorback-dispatcher/Makefile +++ b/security/razorback-dispatcher/Makefile @@ -35,6 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USERS?= razorback GROUPS?= razorback +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-fileInject/Makefile b/security/razorback-fileInject/Makefile index 57e9733700d8..bd232659fa20 100644 --- a/security/razorback-fileInject/Makefile +++ b/security/razorback-fileInject/Makefile @@ -24,6 +24,7 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MDEBUG) diff --git a/security/razorback-fsMonitor/Makefile b/security/razorback-fsMonitor/Makefile index 3f5659c0df0b..954a95e738b3 100644 --- a/security/razorback-fsMonitor/Makefile +++ b/security/razorback-fsMonitor/Makefile @@ -21,6 +21,7 @@ USES= pkgconfig OPTIONS_DEFINE= DEBUG ASSERT +NO_STAGE= yes .include <bsd.port.options.mk> GNU_CONFIGURE= yes diff --git a/security/razorback-fsWalk/Makefile b/security/razorback-fsWalk/Makefile index d3cb2ec61204..2d3707e049b5 100644 --- a/security/razorback-fsWalk/Makefile +++ b/security/razorback-fsWalk/Makefile @@ -24,6 +24,7 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MDEBUG) diff --git a/security/razorback-masterNugget/Makefile b/security/razorback-masterNugget/Makefile index cd9a8414eeb1..fb7e928aef53 100644 --- a/security/razorback-masterNugget/Makefile +++ b/security/razorback-masterNugget/Makefile @@ -21,6 +21,7 @@ ASSERT_DESC= Enable Asserts USES= pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> GNU_CONFIGURE= yes diff --git a/security/razorback-officeCat/Makefile b/security/razorback-officeCat/Makefile index 1cb275ed8184..845f19798e10 100644 --- a/security/razorback-officeCat/Makefile +++ b/security/razorback-officeCat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-officeCat -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= officeCat PORTVERSION= 0.5.0 @@ -30,6 +26,7 @@ ONLY_FOR_ARCHS_REASON= only supported under i386 due to wine requirements OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts +NO_STAGE= yes .include <bsd.port.options.mk> RB_LIBDIR?= ${PREFIX}/lib/razorback diff --git a/security/razorback-pdfFox/Makefile b/security/razorback-pdfFox/Makefile index 672ba8dbd138..856da3286e72 100644 --- a/security/razorback-pdfFox/Makefile +++ b/security/razorback-pdfFox/Makefile @@ -29,6 +29,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-scriptNugget/Makefile b/security/razorback-scriptNugget/Makefile index 27681e25d2ab..63d731874573 100644 --- a/security/razorback-scriptNugget/Makefile +++ b/security/razorback-scriptNugget/Makefile @@ -32,6 +32,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-swfScanner/Makefile b/security/razorback-swfScanner/Makefile index d074f0cb4f4f..79104f047a04 100644 --- a/security/razorback-swfScanner/Makefile +++ b/security/razorback-swfScanner/Makefile @@ -29,6 +29,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-syslogNugget/Makefile b/security/razorback-syslogNugget/Makefile index d49e18b35e41..3dd867c40064 100644 --- a/security/razorback-syslogNugget/Makefile +++ b/security/razorback-syslogNugget/Makefile @@ -29,6 +29,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-virusTotal/Makefile b/security/razorback-virusTotal/Makefile index c4ad17d93347..72a2b575705e 100644 --- a/security/razorback-virusTotal/Makefile +++ b/security/razorback-virusTotal/Makefile @@ -30,6 +30,7 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/razorback-yaraNugget/Makefile b/security/razorback-yaraNugget/Makefile index ab0bd0d5eafb..52a593181637 100644 --- a/security/razorback-yaraNugget/Makefile +++ b/security/razorback-yaraNugget/Makefile @@ -29,6 +29,7 @@ USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/security/rcracki_mt/Makefile b/security/rcracki_mt/Makefile index 72d1dd864ae6..bb932f8b0f63 100644 --- a/security/rcracki_mt/Makefile +++ b/security/rcracki_mt/Makefile @@ -24,6 +24,7 @@ EXTRACT_AFTER_ARGS= PLIST_FILES= bin/${PORTNAME} PORTDOCS= ChangeLog.txt README.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,CC = g++,CXX ?= g++, ; s,CFLAGS =,CXXFLAGS +=, ; \ s,-lpthread,${PTHREAD_LIBS}, ; s,CC,CXX, ; s,CFLAGS,CXXFLAGS,' \ diff --git a/security/rdigest/Makefile b/security/rdigest/Makefile index bba61eded707..37e3a438fe39 100644 --- a/security/rdigest/Makefile +++ b/security/rdigest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rdigest -# Date created: 2004-06-24 -# Whom: eik -# +# Created by: eik # $FreeBSD$ -# PORTNAME= rdigest @@ -19,4 +15,5 @@ PATCHDIR= ${.CURDIR}/files MASTERDIR= ${.CURDIR}/../digest +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/regripper/Makefile b/security/regripper/Makefile index fbc7df90d801..ef65c9317240 100644 --- a/security/regripper/Makefile +++ b/security/regripper/Makefile @@ -22,6 +22,7 @@ USES= perl5 USE_PERL5= run PLIST_FILES= bin/rip.pl +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \ s|plugindir = $$str|plugindir = "${DATADIR}"| ; \ diff --git a/security/regripperplugins/Makefile b/security/regripperplugins/Makefile index d01e54879534..7e443e351a6d 100644 --- a/security/regripperplugins/Makefile +++ b/security/regripperplugins/Makefile @@ -21,6 +21,7 @@ USE_DOS2UNIX= yes NO_BUILD= yes PORTDATA= * +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/* ${DATADIR} diff --git a/security/retranslator/Makefile b/security/retranslator/Makefile index 479ffc787958..d0e005cd9411 100644 --- a/security/retranslator/Makefile +++ b/security/retranslator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: retranslator -# Date created: 2010-05-25 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= retranslator PORTVERSION= 5.0.0 @@ -22,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LIB_DEPENDS+= m.4:${PORTSDIR}/misc/compat6x +NO_STAGE= yes do-configure: .for f in 's,./backup/,/var/db/${PORTNAME}/backup,g' \ diff --git a/security/revealrk/Makefile b/security/revealrk/Makefile index 8d353c109ca7..ab1b6810b8bf 100644 --- a/security/revealrk/Makefile +++ b/security/revealrk/Makefile @@ -24,4 +24,5 @@ SCONS_ARGS= --prefix=${PREFIX} SCONS_ARGS= --prefix=${LOCALBASE} .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/revelation/Makefile b/security/revelation/Makefile index f535f612a1da..2787881297bd 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -38,6 +38,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DICTPATH= ${LOCALBASE}/libdata/cracklib/pw_dict +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPPLET} diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile index 9faad1ece14b..97e653ba8b85 100644 --- a/security/rifiuti2/Makefile +++ b/security/rifiuti2/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= AUTHORS COPYING ChangeLog NEWS README THANKS TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index 796e8493474d..8e8c0d7dbd7d 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -26,6 +26,7 @@ MANCOMPRESSED= no PORTDOCS= ACKNOWLEDGMENTS CHANGELOG FAQ LICENSE README +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLSOF} diff --git a/security/rndpassw/Makefile b/security/rndpassw/Makefile index 623793d466ef..6f7f18d47ba8 100644 --- a/security/rndpassw/Makefile +++ b/security/rndpassw/Makefile @@ -16,4 +16,5 @@ FETCH_ARGS= -Fpr MAN1= rndpassw.1 PLIST_FILES= bin/rndpassw +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 1af26a3e71e4..705effb24d4a 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -20,6 +20,7 @@ NO_BUILD= yes RUBY_RD_FILES= doc/acl.rd doc/ja/acl.rd.ja +NO_STAGE= yes post-extract: ${MKDIR} ${WRKSRC}/doc/ja ${MV} ${WRKSRC}/README ${WRKSRC}/doc/ diff --git a/security/ruby-camellia/Makefile b/security/ruby-camellia/Makefile index 30c43d4e1c0c..dc7d8cd066ab 100644 --- a/security/ruby-camellia/Makefile +++ b/security/ruby-camellia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: camellia-rb -# Date created: 9 August 2008 -# Whom: Yoshisato YANAGISAWA <osho@pcc-software.org> -# +# Created by: Yoshisato YANAGISAWA <osho@pcc-software.org> # $FreeBSD$ -# PORTNAME= camellia PORTVERSION= 1.2 @@ -24,6 +20,7 @@ INSTALL_TARGET= site-install DOCS= README.txt History.txt License.txt EXAMPLES= ext/camellia-example.rb +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/security/ruby-crypt/Makefile b/security/ruby-crypt/Makefile index 7524e567be1a..7d41e925fd97 100644 --- a/security/ruby-crypt/Makefile +++ b/security/ruby-crypt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-crypt -# Date created: 2006-08-10 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= crypt PORTVERSION= 1.1.4 @@ -20,6 +16,7 @@ USE_RUBY= yes NO_BUILD= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes do-install: @cd ${WRKSRC}; ${RUBY} install.rb diff --git a/security/ruby-gpgme/Makefile b/security/ruby-gpgme/Makefile index 3c0c8cdcad07..129bf6036c61 100644 --- a/security/ruby-gpgme/Makefile +++ b/security/ruby-gpgme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby-GPGME -# Date created: 29 September 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= gpgme PORTVERSION= 1.0.8 @@ -32,6 +28,7 @@ EXAMPLES= examples/* LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +NO_STAGE= yes post-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${RUBY_RDOC} lib diff --git a/security/ruby-hmac/Makefile b/security/ruby-hmac/Makefile index 95f9826823bf..ec4781c0076c 100644 --- a/security/ruby-hmac/Makefile +++ b/security/ruby-hmac/Makefile @@ -16,4 +16,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes GEM_NAME= ${DISTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 1261ce90de98..863ccacc1ca3 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -29,6 +29,7 @@ MANCOMPRESSED= no DOCS_EN= CHANGES README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e 's,([^[:alpha:]]+)crack.h,\1packer.h,g' \ ${WRKSRC}/rbcrack.c ${WRKSRC}/extconf.rb diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 9fe037c041f6..696a85a8988f 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -29,6 +29,7 @@ INSTALL_TARGET= site-install DOCS_EN= README.en doc/tcpwrap.html.en DOCS_JA= README.ja doc/tcpwrap.html.ja +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/security/rubygem-bcrypt-ruby/Makefile b/security/rubygem-bcrypt-ruby/Makefile index d10d8fce506b..a5f606fe0839 100644 --- a/security/rubygem-bcrypt-ruby/Makefile +++ b/security/rubygem-bcrypt-ruby/Makefile @@ -14,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-ezcrypto/Makefile b/security/rubygem-ezcrypto/Makefile index df7deacad3a4..882df79fe39a 100644 --- a/security/rubygem-ezcrypto/Makefile +++ b/security/rubygem-ezcrypto/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ezcrypto -# Date created: 15 April 2008 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= ezcrypto PORTVERSION= 0.7.2 @@ -17,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-gpgr/Makefile b/security/rubygem-gpgr/Makefile index 7c583ab488d1..c82e23a05495 100644 --- a/security/rubygem-gpgr/Makefile +++ b/security/rubygem-gpgr/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: gpgr -# Date created: 15 February 2011 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gpgr PORTVERSION= 0.0.4 @@ -20,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-hmac/Makefile b/security/rubygem-hmac/Makefile index 6443ba2b2583..0db9c75ebd78 100644 --- a/security/rubygem-hmac/Makefile +++ b/security/rubygem-hmac/Makefile @@ -15,4 +15,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes GEM_NAME= ${DISTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-jugyo-twitter_oauth/Makefile b/security/rubygem-jugyo-twitter_oauth/Makefile index a19f534e6547..9875654c5520 100644 --- a/security/rubygem-jugyo-twitter_oauth/Makefile +++ b/security/rubygem-jugyo-twitter_oauth/Makefile @@ -18,4 +18,5 @@ USE_RUBYGEMS= yes GEM_NAME= ${PORTNAME}-${DISTVERSION} RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-metasploit_data_models/Makefile b/security/rubygem-metasploit_data_models/Makefile index d7dea41d9d7c..276668728952 100644 --- a/security/rubygem-metasploit_data_models/Makefile +++ b/security/rubygem-metasploit_data_models/Makefile @@ -19,4 +19,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes PLIST_FILES= bin/mdm_console +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index 5485bd2c215b..e61a43c97e1f 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -1,4 +1,3 @@ -# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= net-scp @@ -15,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index d89cf47f5e6b..cee9db399c00 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-net-sftp -# Date created: 14 January 2006 -# Whom: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> -# +# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> # $FreeBSD$ -# PORTNAME= net-sftp PORTVERSION= 2.0.5 @@ -20,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index 27c260679cb4..ea013dc5a18e 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: rubygem-net-ssh-gateway -# Date created: June 27, 2008 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ -# PORTNAME= net-ssh-gateway PORTVERSION= 1.1.0 @@ -20,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-net-ssh-multi/Makefile b/security/rubygem-net-ssh-multi/Makefile index 35674664b54d..0968a26f6a05 100644 --- a/security/rubygem-net-ssh-multi/Makefile +++ b/security/rubygem-net-ssh-multi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-net-ssh-multi -# Date created: 02 May 2011 -# Whom: Renaud Chaput <renchap@cocoa-x.com> -# +# Created by: Renaud Chaput <renchap@cocoa-x.com> # $FreeBSD$ -# PORTNAME= net-ssh-multi PORTVERSION= 1.1 @@ -20,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 36ec31b24dc2..54326ca08a09 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -1,7 +1,5 @@ # Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> # $FreeBSD$ -# -# Remeber to check sysutils/rubygem-chef PORTNAME= net-ssh PORTVERSION= 2.6.5 @@ -23,6 +21,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPROMPT_PASSPHRASES} diff --git a/security/rubygem-nmap-parser/Makefile b/security/rubygem-nmap-parser/Makefile index d66020cb25bc..55147904a88e 100644 --- a/security/rubygem-nmap-parser/Makefile +++ b/security/rubygem-nmap-parser/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-origami/Makefile b/security/rubygem-origami/Makefile index f2ae8779ace0..51f647cfd6ef 100644 --- a/security/rubygem-origami/Makefile +++ b/security/rubygem-origami/Makefile @@ -14,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-razorback-scriptNugget/Makefile b/security/rubygem-razorback-scriptNugget/Makefile index 71d658b6c5b6..e0f8be29b4c4 100644 --- a/security/rubygem-razorback-scriptNugget/Makefile +++ b/security/rubygem-razorback-scriptNugget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-scriptNugget-ruby -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= razorback-scriptNugget PORTVERSION= 0.5.0 @@ -19,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-rc4/Makefile b/security/rubygem-rc4/Makefile index 268a11d817e6..892de92c13cf 100644 --- a/security/rubygem-rc4/Makefile +++ b/security/rubygem-rc4/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-roauth/Makefile b/security/rubygem-roauth/Makefile index f0c9ae396507..4834d329f934 100644 --- a/security/rubygem-roauth/Makefile +++ b/security/rubygem-roauth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-roauth -# Date created: 2010-11-03 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= roauth PORTVERSION= 0.0.8 @@ -17,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/rubygem-twitter_oauth/Makefile b/security/rubygem-twitter_oauth/Makefile index 3a56e5c5706d..84d75fe16812 100644 --- a/security/rubygem-twitter_oauth/Makefile +++ b/security/rubygem-twitter_oauth/Makefile @@ -17,4 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/safesh/Makefile b/security/safesh/Makefile index 50d548ef00d8..936f68ca9249 100644 --- a/security/safesh/Makefile +++ b/security/safesh/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: safesh -# Date created: 26 January 2002 -# Whom: eivind -# +# Created by: eivind # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= safesh PORTVERSION= 1.5 @@ -25,6 +19,7 @@ SRC= ${.CURDIR}/src # contact me. MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-fetch: @${DO_NADA} diff --git a/security/saint/Makefile b/security/saint/Makefile index ff09dc9f5c7f..357a09cf6cc7 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -25,6 +25,7 @@ MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t INSTALL_TARGET= all MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/security/samba-virusfilter/Makefile b/security/samba-virusfilter/Makefile index 5c8ba2ec6b53..5ecd67cc16d6 100644 --- a/security/samba-virusfilter/Makefile +++ b/security/samba-virusfilter/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: samba-virusfilter -# Date created: 06 Dec 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= samba-virusfilter PORTVERSION= 0.1.3 @@ -26,4 +21,5 @@ SAMBA_PORT?= samba36 USE_AUTOTOOLS= autoconf autoheader # for net/${SAMBA_PORT} configure MAKE_ARGS= SAMBA_DATADIR=${PREFIX} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/samhain-client/Makefile b/security/samhain-client/Makefile index 8aa79c00cab1..ef4321f3a40c 100644 --- a/security/samhain-client/Makefile +++ b/security/samhain-client/Makefile @@ -1,12 +1,5 @@ # Created by: David Thiel # $FreeBSD$ -# -# This port recognizes the following non-boolean tunables: -# -# WITH_LOG_SERVER, WITH_ALT_LOG_SERVER. When "WITH_CLIENT" is defined, -# these specify what server the client will fetch configuration -# and database files from. This can also be defined at runtime. -# PKGNAMESUFFIX= -client @@ -19,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../../security/samhain CONFLICTS= samhain-2* +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/samhain-server/Makefile b/security/samhain-server/Makefile index 417320538145..a8b7ba860e91 100644 --- a/security/samhain-server/Makefile +++ b/security/samhain-server/Makefile @@ -1,7 +1,7 @@ # Created by: David Thiel # $FreeBSD$ -# +NO_STAGE= yes # This port recognizes the following non-boolean tunables: # # WITH_RUNAS_USER: diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 39c4fd963e6e..4291361b525f 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFLICTS= samhain-client-2* +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/security/sancp/Makefile b/security/sancp/Makefile index 8774aaf48bfe..e524939334d1 100644 --- a/security/sancp/Makefile +++ b/security/sancp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sancp -# Date created: 10 Feb 2005 -# Whom: Paul Schmehl <pauls@utdallas.edu> -# +# Created by: Paul Schmehl <pauls@utdallas.edu> # $FreeBSD$ -# PORTNAME= sancp PORTVERSION= 1.6.1 @@ -25,6 +21,7 @@ GROUPS= sancp PORTDOCS= CHANGES INSTALL ISSUES README \ SETUP fields.LIST LICENSE +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${MV} LICENSE docs/ diff --git a/security/sasp/Makefile b/security/sasp/Makefile index fc764b9ede71..3c3e49a9cbfb 100644 --- a/security/sasp/Makefile +++ b/security/sasp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sasp -# Date created: 2 September 2004 -# Whom: sviat -# +# Created by: sviat # $FreeBSD$ -# PORTNAME= sasp PORTVERSION= 0.1 @@ -24,4 +20,5 @@ PLIST_FILES= sbin/sasp LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/scamp/Makefile b/security/scamp/Makefile index b3d847665162..031d191d198a 100644 --- a/security/scamp/Makefile +++ b/security/scamp/Makefile @@ -29,6 +29,7 @@ MAN1= scamp.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/scanhill/Makefile b/security/scanhill/Makefile index a6165ce53073..ae7afc02fe8f 100644 --- a/security/scanhill/Makefile +++ b/security/scanhill/Makefile @@ -19,6 +19,7 @@ PORTDOCS= README.txt INSTALL.txt mysql.sql OPTIONS_DEFINE= MYSQL DOCS +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/security/scanlogd/Makefile b/security/scanlogd/Makefile index 908a0b5cc1b4..cc09c803003a 100644 --- a/security/scanlogd/Makefile +++ b/security/scanlogd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scanlogd -# Date created: 10 May 2004 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= scanlogd PORTVERSION= 2.2.6 @@ -29,6 +25,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c" LD="${CC}" MAN8= scanlogd.8 PLIST_FILES= bin/scanlogd +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${MANPREFIX}/man/man8 diff --git a/security/scannedonly/Makefile b/security/scannedonly/Makefile index 80a8955a1c3a..52b1fda70bee 100644 --- a/security/scannedonly/Makefile +++ b/security/scannedonly/Makefile @@ -23,6 +23,7 @@ USE_RC_SUBR= ${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/sbin/smbd) diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 0e95d96461a8..6e8095d47915 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= bin/scanssh MAN1= scanssh.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1 diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index 38fd158cc2aa..dda239045f89 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -20,6 +20,7 @@ MAN1= scrypt.1 OPTIONS_DEFINE= SSE2 SSE2_DESC= Use SSE2-optimized code +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSE2} diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 782c9d08b06d..9af57adc87fb 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -33,6 +33,7 @@ APPLET_DESC= Clipboard encryption applet GCONF_SCHEMAS= seahorse-plugins.schemas MAN1= seahorse-agent.1 seahorse-tool.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGEDIT} diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 162008ee6995..9b2d3eb44a8d 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -41,6 +41,7 @@ OPTIONS_DEFINE= LDAP NOTIFY MDNS OPTIONS_DEFAULT=LDAP NOTIFY MDNS MDNS_DESC= mDNS key sharing +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/security/seccure/Makefile b/security/seccure/Makefile index e45090c452c8..3cc4f250c7a4 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -15,4 +15,5 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 6ad93fdc47fa..54bdedfec13e 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -28,6 +28,7 @@ USE_TK_WRAPPER= yes DESKTOP_ENTRIES="SecPanel" "${COMMENT}" "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "" "false" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|\[file dirname \[info script\]\]/../lib/secpanel|${DATADIR}|' \ diff --git a/security/sectok/Makefile b/security/sectok/Makefile index 6209bf56c084..00802866e093 100644 --- a/security/sectok/Makefile +++ b/security/sectok/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sectok -# Date created: 28 September 2003 -# Whom: Bruce M. Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M. Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sectok PORTVERSION= 20030825 @@ -25,4 +21,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= sectok.1 PLIST_FILES= bin/sectok +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/secure_delete/Makefile b/security/secure_delete/Makefile index 58d3b59b72d8..e8c309985baa 100644 --- a/security/secure_delete/Makefile +++ b/security/secure_delete/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= ${BIN_PROGRAMS:S,^,bin/,} ${BIN_SCRIPTS:S,^,bin/,} bin/sdel BIN_PROGRAMS= srm sfill sswap smem BIN_SCRIPTS= the_cleaner.sh +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/sguil-client/Makefile b/security/sguil-client/Makefile index 32bcf808fabe..2f3f3a633ba1 100644 --- a/security/sguil-client/Makefile +++ b/security/sguil-client/Makefile @@ -42,6 +42,7 @@ PORTDOCS2= CHANGES FAQ INSTALL INSTALL.openbsd OPENSSL.README TODO UPGRADE USAGE LIBFILES= SguilUtil.tcl dkffont.tcl email17.tcl extdata.tcl sellib.tcl sancp.tcl \ sound.tcl guilib.tcl qrybuild.tcl qrylib.tcl report.tcl stdquery.tcl whois.tcl +NO_STAGE= yes .include <bsd.port.options.mk> .if $(PORT_OPTIONS:MAUDIO) diff --git a/security/sguil-sensor/Makefile b/security/sguil-sensor/Makefile index c52c88e41e3d..a48356241d52 100644 --- a/security/sguil-sensor/Makefile +++ b/security/sguil-sensor/Makefile @@ -41,6 +41,7 @@ PORTDOCS2= README.daemonlogger PORTDOCS3= CHANGES FAQ INSTALL INSTALL.openbsd OPENSSL.README \ TODO UPGRADE USAGE sguildb.dia +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSANCP} diff --git a/security/sguil-server/Makefile b/security/sguil-server/Makefile index 0ef35fc8adaa..05a0db3b2bdd 100644 --- a/security/sguil-server/Makefile +++ b/security/sguil-server/Makefile @@ -39,6 +39,7 @@ CONFS= autocat.conf sguild.access sguild.email sguild.reports sguild.conf sguild PORTDOCS1= README PORTDOCS2= CHANGES FAQ INSTALL INSTALL.openbsd OPENSSL.README TODO UPGRADE USAGE sguildb.dia +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/security/sha/Makefile b/security/sha/Makefile index 7686de6fd450..83c26cdfe107 100644 --- a/security/sha/Makefile +++ b/security/sha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sha -# Date created: 20 August 2001 -# Whom: asaddi@philosophysw.com -# +# Created by: asaddi@philosophysw.com # $FreeBSD$ -# PORTNAME= sha PORTVERSION= 1.0.4 @@ -19,4 +15,5 @@ USE_GMAKE= yes MAN1= sha.1 PLIST_FILES= bin/sha +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index d39992377558..8fe892a3368e 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -27,6 +27,7 @@ GROUPS= shibd USE_APACHE= 22-24 USE_OPENSSL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${APACHE_VERSION} == 22 diff --git a/security/shimmer/Makefile b/security/shimmer/Makefile index 35a0d770a26b..de32924d3f31 100644 --- a/security/shimmer/Makefile +++ b/security/shimmer/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/shimmer \ bin/shimmerd \ etc/shimmer.conf +NO_STAGE= yes do-install: .if !defined(WITHOUT_CLIENT) ${INSTALL_SCRIPT} ${WRKSRC}/shimmer ${PREFIX}/bin/shimmer diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 5920a6758227..4e7fb37e9a64 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -29,6 +29,7 @@ SUB_FILES= pkg-message CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.options.mk> diff --git a/security/shttpscanner/Makefile b/security/shttpscanner/Makefile index 79844a82cb5d..1b56b94fbb21 100644 --- a/security/shttpscanner/Makefile +++ b/security/shttpscanner/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: shttpscanner -# Date created: 25 September 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= shttpscanner PORTVERSION= 0.4 @@ -20,6 +16,7 @@ USE_DOS2UNIX= yes PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/requests.txt %%DATADIR%%/subdomains.txt PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E '/^#define/s!([a-z]*\.txt)!${DATADIR}/\1!' ${WRKSRC}/${DISTNAME:L}.c diff --git a/security/sig2dot/Makefile b/security/sig2dot/Makefile index e09450cf0550..d01067ee6b9c 100644 --- a/security/sig2dot/Makefile +++ b/security/sig2dot/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes USES= shebangfix perl5 SHEBANG_FILES= sig2dot.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${PREFIX}/bin/sig2dot diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile index 85a8844d6dc7..f2597fe89af5 100644 --- a/security/signing-party/Makefile +++ b/security/signing-party/Makefile @@ -45,6 +45,7 @@ PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= * MAN1= ${MANUALS1:T} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/doc/signing-party/caff/caffrc\.sample|${EXAMPLESDIR}/caffrc.sample|' \ ${WRKSRC}/caff/caff diff --git a/security/silktools/Makefile b/security/silktools/Makefile index 8069296504c7..1a5755c4cfd6 100644 --- a/security/silktools/Makefile +++ b/security/silktools/Makefile @@ -47,6 +47,7 @@ MAN8= flowcap.8 rwflowappend.8 rwflowpack.8 rwguess.8 \ rwpackchecker.8 rwpollexec.8 rwreceiver.8 \ rwsender.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index ed86c8b8c260..e5e8fe2507eb 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sinfp -# Date created: 26 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sinfp PORTREVISION= ${DBDATE} @@ -22,6 +18,7 @@ NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP DBDATE= 20110125 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 4d02ebe9d814..befb47baffd8 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: skipfish -# Date created: 2010-03-25 -# Whom: rpsfa@rit.edu -# +# Created by: rpsfa@rit.edu # $FreeBSD$ PORTNAME= skipfish @@ -28,6 +25,7 @@ MAN1= skipfish.1 PORTDOCS= README COPYING ChangeLog .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/sks/Makefile b/security/sks/Makefile index e7595ec67b59..70b9993090b0 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -29,6 +29,7 @@ MAN8= sks.8 MANCOMPRESSED= yes PORTDOCS= BUGS README.md TODO UPGRADING +NO_STAGE= yes post-extract: @: > ${WRKSRC}/Makefile.local @${REINPLACE_CMD} 's/-ccopt -pg //' ${WRKSRC}/Makefile diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile index 126f937ace5e..c2a57dee4aa8 100644 --- a/security/slurpie/Makefile +++ b/security/slurpie/Makefile @@ -15,6 +15,7 @@ COMMENT= A passwd file cracker (supports distributed nodes) PLIST_FILES= sbin/slurp sbin/slurpie PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/slush/Makefile b/security/slush/Makefile index 7260cf9a0508..482a309ca63d 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: slush -# Date created: Sun May 3, 1999 -# Whom: shipley@dis.org -# +# Created by: shipley@dis.org # $FreeBSD$ -# PORTNAME= slush PORTVERSION= 0.1.1 @@ -18,6 +14,7 @@ COMMENT= A telnet-like application which uses a secure SSL channel GNU_CONFIGURE= yes USE_OPENSSL= yes +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/smap/Makefile b/security/smap/Makefile index 79021af88b97..abc87c94f76a 100644 --- a/security/smap/Makefile +++ b/security/smap/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: smap -# Date created: May 25, 2007 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= smap PORTVERSION= 0.5.0 @@ -20,6 +15,7 @@ PLIST_DIRS= share/smap USE_GMAKE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/smap diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index fa4507646912..bd3b3408ffb0 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/smtpscan \ %%DATADIR%%/tests PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^#!.*|#!${PERL}| ; \ diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index ac487cb444c8..c9ff608d2f47 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= sbin/smurflog +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure diff --git a/security/sniff/Makefile b/security/sniff/Makefile index 5e60882a549b..7922f3a9adc7 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sniff -# Date created: 7 December 1998 -# Whom: Rick & Samu -# +# Created by: Rick & Samu # $FreeBSD$ -# PORTNAME= sniff PORTVERSION= 1.0 @@ -20,6 +16,7 @@ CONFIGURE_SCRIPT= configure PLIST_FILES= sbin/sniff +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile.in diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile index 7eba931e6e55..a6c43be27fd1 100644 --- a/security/snoopy/Makefile +++ b/security/snoopy/Makefile @@ -18,6 +18,7 @@ PORTDOCS= README USES= gmake GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index df04593844c0..f2dc4592c606 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -14,6 +14,7 @@ MAN1= snort-rep.1 USES= shebangfix perl5 SHEBANG_FILES= snort-rep snort-rep-mail +NO_STAGE= yes do-build: cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1 diff --git a/security/snort/Makefile b/security/snort/Makefile index a8b41b57fb25..02ac897b2e75 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -43,6 +43,7 @@ DBGSNORT_DESC= Enable debugging symbols+core dumps BARNYARD_DESC= Depend on Barnyard2 PULLEDPORK_DESC= Depend on pulledpork +NO_STAGE= yes .include <bsd.port.options.mk> USE_RC_SUBR= snort diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile index 272fda5c8eef..7f6edde828ff 100644 --- a/security/snortreport/Makefile +++ b/security/snortreport/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snortreport -# Date created: 18 Jan 2004 -# Whom: Andrea Venturoli <freebsd@netfence.it> -# +# Created by: Andrea Venturoli <freebsd@netfence.it> # $FreeBSD$ -# PORTNAME= snortreport PORTVERSION= 1.3.3 @@ -26,6 +22,7 @@ WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message NO_BUILD= yes +NO_STAGE= yes pre-everything:: @${ECHO} "" @${ECHO} "You have to configure PHP either with MySQL or PostgreSQL" diff --git a/security/snortsam/Makefile b/security/snortsam/Makefile index f065363b3e73..a1601c82daff 100644 --- a/security/snortsam/Makefile +++ b/security/snortsam/Makefile @@ -16,6 +16,7 @@ OPTIONS_DEFAULT= IPFW SAMTOOL IPFW_DESC= checks if configured tables are available SAMTOOL_DESC= install samtool +NO_STAGE= yes .include <bsd.port.pre.mk> USE_RC_SUBR= snortsam diff --git a/security/snortsms/Makefile b/security/snortsms/Makefile index 672438403c13..1ca0abeabe68 100644 --- a/security/snortsms/Makefile +++ b/security/snortsms/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snortsms -# Date created: Mon May 28 16:05:01 CST 2005 -# Whom: J Randolph <snortsms@servangle.net> -# +# Created by: J Randolph <snortsms@servangle.net> # $FreeBSD$ -# PORTNAME= snortsms PORTVERSION= 1.7.8 @@ -25,6 +21,7 @@ SUB_LIST= PORTNAME=${PORTNAME} \ WRKSRC=${WRKSRC} \ PORTSDIR=${PORTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${WWWDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}) diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 596acd43fbfb..b65c9bc0a207 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snortsnarf -# Date created: 29 July 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= snortsnarf PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USES= perl5 NO_BUILD= yes USE_PERL5= run +NO_STAGE= yes post-patch: @${SED} -e 's|\./include|${PREFIX}/libdata/${PORTNAME}|' \ < ${WRKSRC}/snortsnarf.pl > ${WRKSRC}/snortsnarf diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index beb1dee09386..64c1573d8f53 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes MAN1= softhsm.1 softhsm-keyconv.1 MAN5= softhsm.conf.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/spass/Makefile b/security/spass/Makefile index 1077a8324d80..8f518a40b803 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -25,4 +25,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/spass +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile index ed378f2b46b8..6d30b5a6170e 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: spike-proxy -# Date created: 2 Aug 2004 -# Whom: Yonatan <Yonatan@xpert.com> -# +# Created by: Yonatan <Yonatan@xpert.com> # $FreeBSD$ -# PORTNAME= spike-proxy PORTVERSION= 1.4.8 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/spkproxy USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s|\#\!/usr/bin/python|\#\!${LOCALBASE}/bin/python|" ${WRKSRC}/*.py diff --git a/security/spybye/Makefile b/security/spybye/Makefile index 1f8b1b7c8612..67252f703dba 100644 --- a/security/spybye/Makefile +++ b/security/spybye/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAN1= spybye.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCLAMAV} diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index a6378dcecadf..84e1cfa695f8 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -23,6 +23,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ OPTIONS_DEFINE= MSF MSF_DESC= Enable Metasploit Framework integration +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMSF} diff --git a/security/sqlninja/Makefile b/security/sqlninja/Makefile index ef39a412e12e..9e7c9c5a10cf 100644 --- a/security/sqlninja/Makefile +++ b/security/sqlninja/Makefile @@ -22,6 +22,7 @@ USES= perl5 NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${ETCDIR} ${MKDIR} ${ETCDIR}/scripts diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 2af2b723fa9b..0ae387086c5b 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: squidclamav -# Date created: 2008-06-02 -# Whom: Laurent LEVIER <llevier@argosnet.com> -# +# Created by: Laurent LEVIER <llevier@argosnet.com> # $FreeBSD$ -# PORTNAME= squidclamav PORTVERSION= 5.7 @@ -26,6 +22,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.dist MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E 's|^(LDFLAGS = ).*|\1-L${LOCALBASE}/lib|' \ ${WRKSRC}/Makefile diff --git a/security/srm/Makefile b/security/srm/Makefile index fd72b1ee3d40..73e3521ddea7 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srm -# Date created: 25 Oct 2000 -# Whom: Keith J. Jones <kjones@antihackertoolkit.com> -# +# Created by: Keith J. Jones <kjones@antihackertoolkit.com> # $FreeBSD$ -# PORTNAME= srm PORTVERSION= 1.2.11 @@ -22,4 +18,5 @@ GNU_CONFIGURE= yes MAN1= srm.1 PLIST_FILES= bin/srm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/srp/Makefile b/security/srp/Makefile index b16eb1ebc169..96cb2d2f120a 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srp -# Date created: 07/25/2001 -# Whom: nectar@FreeBSD.org -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= srp PORTVERSION= 2.1.2 @@ -21,6 +17,7 @@ CONFIGURE_ARGS= --with-openssl=/usr \ --with-zlib \ --enable-loginf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile index a51126ef9269..bfbbb0c5c4b8 100644 --- a/security/ssdeep/Makefile +++ b/security/ssdeep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssdeep -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani <nobutaka@FreeBSD.org> -# +# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ssdeep PORTVERSION= 2.9 @@ -23,4 +19,5 @@ USE_LDCONFIG= yes MAN1= ssdeep.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ssh-copy-id/Makefile b/security/ssh-copy-id/Makefile index 32667edf8144..feb32d6d0e92 100644 --- a/security/ssh-copy-id/Makefile +++ b/security/ssh-copy-id/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes MAN1= ssh-copy-id.1 PLIST_FILES= bin/ssh-copy-id +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 1000024 diff --git a/security/ssh-gui/Makefile b/security/ssh-gui/Makefile index 33199f6e0d1f..d23613685789 100644 --- a/security/ssh-gui/Makefile +++ b/security/ssh-gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssh-gui -# Date created: Fri Nov 30 22:14:14 BRST 2001 -# Whom: Hammurabi Mendes <hmendes@brturbo.com> -# +# Created by: Hammurabi Mendes <hmendes@brturbo.com> # $FreeBSD$ -# PORTNAME= ssh-gui PORTVERSION= 0.7.1 @@ -21,6 +17,7 @@ ALL_TARGET= ssh-gui PLIST_FILES= bin/ssh-gui PORTDOCS= README +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(/usr/bin/ssh) && !exists(${LOCALBASE}/bin/ssh) diff --git a/security/ssh-multiadd/Makefile b/security/ssh-multiadd/Makefile index 9bbdfc484178..8f1857c3fa2f 100644 --- a/security/ssh-multiadd/Makefile +++ b/security/ssh-multiadd/Makefile @@ -14,6 +14,7 @@ NO_BUILD= yes MAN1= ssh-multiadd.1 PLIST_FILES= bin/ssh-multiadd +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/python2|${PYTHON_CMD}| ; \ diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile index cdf3355c98cc..24329682ff65 100644 --- a/security/ssh_askpass_gtk2/Makefile +++ b/security/ssh_askpass_gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssh_askpass_gtk2 -# Date created: 21 Aug 2003 -# Whom: mig -# +# Created by: mig # $FreeBSD$ -# PORTNAME= ssh_askpass_gtk2 PORTVERSION= 0.4 @@ -23,6 +19,7 @@ USES= pkgconfig PLIST_FILES= bin/ssh-askpass-fullscreen +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile diff --git a/security/sshblock/Makefile b/security/sshblock/Makefile index e2a738f9fe13..b243ca0d8fab 100644 --- a/security/sshblock/Makefile +++ b/security/sshblock/Makefile @@ -25,6 +25,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} SUB_FILES+= pkg-message #SUB_FILES= sshblock.sh +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -e "s@/usr/bin/perl@${PERL}@" \ ${WRKSRC}/sshblock-${PORTVERSION}.pl diff --git a/security/sshguard-ipfilter/Makefile b/security/sshguard-ipfilter/Makefile index 72d72a4764dc..ca327962024e 100644 --- a/security/sshguard-ipfilter/Makefile +++ b/security/sshguard-ipfilter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshguard-ipfilter -# Date created: 26 Jul 2008 -# Whom: Mij <mij@bitchx.it> -# +# Created by: Mij <mij@bitchx.it> # $FreeBSD$ -# PKGNAMESUFFIX= -ipfilter CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.* @@ -13,4 +9,5 @@ COMMENT= Protect hosts from brute force attacks against ssh and other ser SSHGUARDFW= ipfilter MASTERDIR= ${.CURDIR}/../sshguard +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/sshguard-ipfw/Makefile b/security/sshguard-ipfw/Makefile index ef43ef00778c..7af049945acd 100644 --- a/security/sshguard-ipfw/Makefile +++ b/security/sshguard-ipfw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshguard-ipfw -# Date created: 17 May 2007 -# Whom: Mij <mij@bitchx.it> -# +# Created by: Mij <mij@bitchx.it> # $FreeBSD$ -# PKGNAMESUFFIX= -ipfw @@ -14,4 +10,5 @@ CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* SSHGUARDFW= ipfw MASTERDIR= ${.CURDIR}/../sshguard +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile index 2172b57938c1..9fcae77fec5a 100644 --- a/security/sshguard-pf/Makefile +++ b/security/sshguard-pf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshguard-pf -# Date created: 17 May 2007 -# Whom: Mij <mij@bitchx.it> -# +# Created by: Mij <mij@bitchx.it> # $FreeBSD$ -# PKGNAMESUFFIX= -pf @@ -14,4 +10,5 @@ CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* SSHGUARDFW= pf MASTERDIR= ${.CURDIR}/../sshguard +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index d09341625bc3..1745d421178c 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshguard -# Date created: 2007-02-22 -# Whom: Mij <mij@bitchx.it> -# +# Created by: Mij <mij@bitchx.it> # $FreeBSD$ -# PORTNAME= sshguard PORTVERSION= 1.5 @@ -31,6 +27,7 @@ SUB_FILES= pkg-message # backend type in { hosts, ipfw, pf } SSHGUARDFW?= hosts +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(PREFIX) diff --git a/security/sshit/Makefile b/security/sshit/Makefile index 148733a4ed14..e57be62b047a 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/sshit diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index 7ce30d6c096d..af9c2fcd397c 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshpass -# Date created: 2012-02-04 -# Whom: Hung-Yi Chen <gaod@hychen.org> -# +# Created by: Hung-Yi Chen <gaod@hychen.org> # $FreeBSD$ -# PORTNAME= sshpass PORTVERSION= 1.05 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/sshpass MAN1= sshpass.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index 967437f06c18..7e664aef3d9b 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -23,6 +23,7 @@ MANCOMPRESSED= no MAKE_ENV= ETCDIR=${PREFIX}/etc BINDIR=${PREFIX}/bin \ MANDIR=${MANPREFIX}/man +NO_STAGE= yes post-install: ${CAT} ${PKGMESSAGE} diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile index 8f9e38d7be3d..02fb819febfe 100644 --- a/security/sslscan/Makefile +++ b/security/sslscan/Makefile @@ -15,4 +15,5 @@ MAKE_ARGS= CC="${CC}" CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/li MAN1= sslscan.1 PLIST_FILES= bin/sslscan +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/sslsniffer/Makefile b/security/sslsniffer/Makefile index 29fd38986ceb..2fe2951e1fbf 100644 --- a/security/sslsniffer/Makefile +++ b/security/sslsniffer/Makefile @@ -18,6 +18,7 @@ USE_OPENSSL= yes PORTDOCS= README PLIST_FILES= bin/sslsniffer +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 7d824aefbb0f..4284a1c298d1 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -18,6 +18,7 @@ USE_OPENSSL= yes PORTDOCS= README docs.html PLIST_FILES= bin/sslwrap +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/sssd/Makefile b/security/sssd/Makefile index f6a821a1191e..752f2a8a1321 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -63,6 +63,7 @@ MAN8_NL= sss_groupmod.8 MAN8_UK= sss_groupadd.8 sss_groupdel.8 sss_groupmod.8 sss_groupshow.8 \ sss_userdel.8 sss_usermod.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800107 diff --git a/security/ssss/Makefile b/security/ssss/Makefile index c5ea8f0fffad..cd4bddb41e54 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seccure -# Date created: 30 August 2007 -# Whom: Lukasz Komsta -# +# Created by: Lukasz Komsta # $FreeBSD$ -# PORTNAME= ssss PORTVERSION= 0.5 @@ -20,4 +16,5 @@ PLIST_FILES= bin/ssss-combine bin/ssss-split MAN1= ssss.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/sst/Makefile b/security/sst/Makefile index 2721a2d63d5c..d36ec86a2708 100644 --- a/security/sst/Makefile +++ b/security/sst/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sst -# Date created: Nov 7, 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# +# Created by: Mikhail Teterin <mi@aldan.algebra.com> # $FreeBSD$ -# PORTNAME= sst PORTVERSION= 1.0 @@ -26,4 +22,5 @@ PLIST_FILES= sbin/sst MAKEFILE= ${FILESDIR}/Makefile +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/starttls/Makefile b/security/starttls/Makefile index dd7ffafaac53..630785c5f717 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: starttls -# Date created: Dec 20, 2003 -# Whom: kuriyama@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= starttls PORTVERSION= 0.10 @@ -18,4 +13,5 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_EMACS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 554272b04cf9..8caa233111e4 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -15,6 +15,7 @@ COMMENT= Automated tool for detecting steganographic content in JPEGs OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 15bc6fbe3e6c..5d701c33973f 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: steghide -# Date created: 26 February 2001 -# Whom: RaRa Rasputin <rasputin@submonkey.net> -# +# Created by: RaRa Rasputin <rasputin@submonkey.net> # $FreeBSD$ -# PORTNAME= steghide PORTVERSION= 0.5.1 @@ -29,6 +25,7 @@ CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive MAN1= steghide.1 +NO_STAGE= yes post-patch: .ifdef(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ diff --git a/security/stem/Makefile b/security/stem/Makefile index cb643085162a..4e4048c73b17 100644 --- a/security/stem/Makefile +++ b/security/stem/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= stem PORTVERSION= 1.0.1 @@ -21,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/strobe/Makefile b/security/strobe/Makefile index d491dad36688..e57ecf6bf939 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: strobe -# Date created: 23 Sep 1996 -# Whom: proff -# +# Created by: proff # $FreeBSD$ -# PORTNAME= strobe PORTVERSION= 1.06 @@ -22,4 +18,5 @@ MAN1= strobe.1 PLIST_FILES= bin/strobe lib/strobe.services +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index a6d4ca4685fa..9c73792283ce 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -50,6 +50,7 @@ EAPAKA3GPP2_DESC= Enable EAP AKA with 3gpp2 backend EAPSIMFILE_DESC= Enable EAP SIM with file backend IKEv1_DESC= Enable IKEv1 support (Experimental) +NO_STAGE= yes .include <bsd.port.options.mk> # Extra options diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 01069b813420..f05dd95cef38 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -44,6 +44,7 @@ FORK_DESC= Use the fork(3) threading model PTHREAD_DESC= Use the pthread(3) threading model UCONTEXT_DESC= Use the ucontext(3) threading model +NO_STAGE= yes .include <bsd.port.options.mk> STUNNEL_USER?= stunnel diff --git a/security/subweb/Makefile b/security/subweb/Makefile index 492aa8441846..1ab6424ed778 100644 --- a/security/subweb/Makefile +++ b/security/subweb/Makefile @@ -10,6 +10,7 @@ COMMENT= SubWeb is a (reverse) proxy to inspect HTTP flows on the fly NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/subweb ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/security/sud/Makefile b/security/sud/Makefile index 64153e5fbc09..776eb02b83de 100644 --- a/security/sud/Makefile +++ b/security/sud/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sud -# Date created: 20 Sep 2004 -# Whom: bugghy <bugghy@SAFe-mail.net> -# +# Created by: bugghy <bugghy@SAFe-mail.net> # $FreeBSD$ -# PORTNAME= sud PORTVERSION= 1.3 @@ -17,6 +13,7 @@ COMMENT= Execute processes with special privileges in a nosuid environment GNU_CONFIGURE= yes MAN1= sud.1 suz.1 ilogin.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 88bbfcd91db3..181faaab4e9b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -47,6 +47,7 @@ CONFIGURE_ARGS+= --with-logfac=${LOGFAC} CONFIGURE_ARGS+= --with-secure-path="${SUDO_SECURE_PATH}" .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "arm" diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 25e59dd026c5..4944a8247fc0 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -17,6 +17,7 @@ MANCOMPRESSED= no USE_GMAKE= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \ ${WRKSRC}/Makefile diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 5a383520fb9e..2fbcd789a3fd 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: sudosh -# Date created: 10/28/2004 -# Whom: cy@FreeBSD.org -# +# Created by: cy@FreeBSD.org # $FreeBSD$ -# PORTNAME= sudosh PORTVERSION= 1.8.2 @@ -32,4 +28,5 @@ MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index 895fc03df16c..4550172cd177 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: sudosh -# Date created: 10/28/2004 -# Whom: cy@FreeBSD.org -# +# Created by: cy@FreeBSD.org # $FreeBSD$ -# PORTNAME= sudosh2 PORTVERSION= 1.0.4 @@ -34,6 +30,7 @@ MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 408e23a54f4e..911720ed34ee 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: sudosh -# Date created: 10/28/2004 -# Whom: cy@FreeBSD.org -# +# Created by: cy@FreeBSD.org # $FreeBSD$ -# PORTNAME= sudosh3 PORTVERSION= 3.2.0 @@ -34,6 +30,7 @@ MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/security/super/Makefile b/security/super/Makefile index 07a14669bde9..e170ec7367d1 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes MAN1= super.1 setuid.1 MAN5= super.5 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 9910cf451c69..212a491f77ac 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -35,6 +35,7 @@ PRELUDE_DESC= Enable Prelude NIDS integration PORTS_PCAP_DESC=Use libpcap from ports DAG_DESC= Enable Endace DAG Support +NO_STAGE= yes .include <bsd.port.options.mk> SUB_FILES= pkg-message diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 913b6d05b0d1..608fbc9eefd0 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -25,6 +25,7 @@ USE_RC_SUBR= ${PORTNAME} MAN1= swatch.1 MAN3= Swatch::Actions.3 Swatch::Throttle.3 Swatch::Threshold.3 +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/security/switzerland/Makefile b/security/switzerland/Makefile index 379ebc6dfe00..31643830ae96 100644 --- a/security/switzerland/Makefile +++ b/security/switzerland/Makefile @@ -14,6 +14,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/symbion-sslproxy/Makefile b/security/symbion-sslproxy/Makefile index 348146ad4b8f..64a37b587378 100644 --- a/security/symbion-sslproxy/Makefile +++ b/security/symbion-sslproxy/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: symbion-sslproxy -# Date created: 10 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= symbion-sslproxy @@ -18,6 +16,7 @@ USE_GMAKE= YES PLIST_FILES= sbin/ssl_proxy SUB_FILES+= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) diff --git a/security/tclsasl/Makefile b/security/tclsasl/Makefile index 5e8f1f619b35..3e782a3fdcf3 100644 --- a/security/tclsasl/Makefile +++ b/security/tclsasl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclsasl -# Date created: Wed Apr 26 12:42:16 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= tclsasl PORTVERSION= 1.0 @@ -29,6 +25,7 @@ CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" PORTDOCS= tclsasl.html +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/termlog/Makefile b/security/termlog/Makefile index 9b0c64d2b8de..7825a4d27160 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: termlog -# Date created: 20 August 2002 -# Whom: C.S. Peron <bugs@sqrt.ca> -# +# Created by: C.S. Peron <bugs@sqrt.ca> # $FreeBSD$ -# PORTNAME= termlog PORTVERSION= 2.5 @@ -21,6 +17,7 @@ USE_RC_SUBR= ${PORTNAME} MAN1= termlog.1 PLIST_FILES= bin/termlog +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 43fea779e541..3100db9ff88c 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -27,4 +27,5 @@ MAN5= tinc.conf.5 MAN8= tincd.8 INFO= tinc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index b3d1d4fd39b7..0b672ed043be 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -25,6 +25,7 @@ DOC_FILES= INSTALL LIB_FILES= CA.pm CERT.pm GUI.pm HELPERS.pm KEY.pm OpenSSL.pm REQ.pm TCONFIG.pm LIB2_FILES= CALLBACK.pm HELPERS.pm TCONFIG.pm WORDS.pm X509_browser.pm X509_infobox.pm +NO_STAGE= yes do-install: @${MKDIR} ${SITE_PERL}/${PORTNAME}/ @${MKDIR} ${SITE_PERL}/${PORTNAME}/GUI diff --git a/security/tinysu/Makefile b/security/tinysu/Makefile index 778ada6100c1..dd8729dbddae 100644 --- a/security/tinysu/Makefile +++ b/security/tinysu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tinysu -# Date created: 5 May 2005 -# Whom: zakj@nox.cx -# +# Created by: zakj@nox.cx # $FreeBSD$ -# PORTNAME= tinysu PORTVERSION= 0.9 @@ -18,6 +14,7 @@ PLIST_FILES= bin/tinysu ALL_TARGET= it INSTALL_TARGET= setup check +NO_STAGE= yes post-extract: @${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index 35d7531864b3..1bf7312652b4 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -17,6 +17,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/tlswrap PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index d05180f19282..c05394170842 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -83,6 +83,7 @@ CONFLICTS= tor-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGMAKE} diff --git a/security/tor/Makefile b/security/tor/Makefile index c3750864c9f6..26c745813543 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -85,6 +85,7 @@ CONFLICTS= tor-devel-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGMAKE} diff --git a/security/tpm-tools/Makefile b/security/tpm-tools/Makefile index ccca71147c5b..45c85226d00d 100644 --- a/security/tpm-tools/Makefile +++ b/security/tpm-tools/Makefile @@ -38,4 +38,5 @@ MAN8= tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \ tpm_setclearable.8 tpm_setenable.8 tpm_setoperatorauth.8 \ tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/tpmmanager/Makefile b/security/tpmmanager/Makefile index 5a15118b0ae9..60abb0803152 100644 --- a/security/tpmmanager/Makefile +++ b/security/tpmmanager/Makefile @@ -24,6 +24,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.pre.mk> do-configure: diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile index 434c29b4437e..71a04cd73d8e 100644 --- a/security/trinokiller/Makefile +++ b/security/trinokiller/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: trinokiller -# Date created: Sun Feb 12, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= trinokiller PORTVERSION= 1.0 @@ -20,6 +15,7 @@ COMMENT= Remotely kill trino nodes NO_WRKSUBDIR= yes PLIST_FILES= sbin/trinokiller +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index 15f673e2789a..e0d9bacfe938 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index dbcf78893a3a..476a662ca032 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -45,6 +45,7 @@ TW_PROMPT_DESC= Interactive install (ignored when PACKAGE_BUILDING) SW_ONLY_DESC= Install software only, do not post-configure (ignored when PACKAGE_BUILDING) DB_BUILD_DESC= Build database during post-install (ignored when PACKAGE_BUILDING) +NO_STAGE= yes .include <bsd.port.pre.mk> # Tripwire config files are stored in TWCFG diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index 67d4c18b0313..e8d4b667e692 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -20,6 +20,7 @@ USE_PERL5= build TWCONFIG?= ${FILESDIR}/tw.conf.freebsd8 +NO_STAGE= yes post-extract: @ (cd ${WRKDIR}; tar xpf T1.2.tar) diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 6d49b4ed8a08..d9da3ed2522b 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -33,6 +33,7 @@ GROUPS= _tss OPTIONS_DEFINE= EMULATOR DEBUG EMULATOR_DESC= Build for use with the tpm-emulator +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.options.mk> diff --git a/security/truecrack/Makefile b/security/truecrack/Makefile index d51f55f0ea2a..914f72c9ff30 100644 --- a/security/truecrack/Makefile +++ b/security/truecrack/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: truecrack -# Date created: 23 May 2012 -# Whom: Ryan Steinmetz <zi@FreeBSD.org> -# +# Created by: Ryan Steinmetz <zi@FreeBSD.org> # $FreeBSD$ PORTNAME= truecrack @@ -26,6 +23,7 @@ DICTIONARIES= dictionary_100k.txt dictionary_10k.txt dictionary.txt PORTDATA= ${DICTIONARIES} .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's/return ;/return 0;/g' ${WRKSRC}/Main/Utils.c diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index e59ce4afc425..35f256f4b328 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -38,6 +38,7 @@ PLIST_FILES= bin/truecrypt OPTIONS_DEFINE= X11 DOCS X11_DESC= With GUI (depends on X) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/tsshbatch/Makefile b/security/tsshbatch/Makefile index 45d701016d57..eafa6bf4c988 100644 --- a/security/tsshbatch/Makefile +++ b/security/tsshbatch/Makefile @@ -28,6 +28,7 @@ PORTDOCS= WHATSNEW.txt \ tsshbatch.ps \ tsshbatch.rst +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index cf6b69f921a4..3abe63b71ca2 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -25,4 +25,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME} regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile index e7df551543f1..8862520554a4 100644 --- a/security/tuntun/Makefile +++ b/security/tuntun/Makefile @@ -20,4 +20,5 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers USE_GNOME= gnomehier intlhack gnomeprefix gnomepanel glib20 libgnomeui +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/umit/Makefile b/security/umit/Makefile index 1fd9f09b367a..6fe4e9ce741e 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -20,6 +20,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" || ${PYTHON_REL} > 260 diff --git a/security/unhide/Makefile b/security/unhide/Makefile index bb49f05f5ce3..f4b37ff148a8 100644 --- a/security/unhide/Makefile +++ b/security/unhide/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unhide -# Date created: 26 February 2009 -# Whom: ntarmos@cs.uoi.gr -# +# Created by: ntarmos@cs.uoi.gr # $FreeBSD$ -# PORTNAME= unhide PORTVERSION= 20121229 @@ -20,6 +16,7 @@ PLIST_FILES= sbin/unhide sbin/unhide-tcp MAN8= unhide.8 unhide-tcp.8 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/security/unicornscan/Makefile b/security/unicornscan/Makefile index bac0de7b6f33..cd9eea85d72b 100644 --- a/security/unicornscan/Makefile +++ b/security/unicornscan/Makefile @@ -23,6 +23,7 @@ SUB_FILES= pkg-message MAN1= unicornscan.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${WRKSRC}/src/scan_progs/Makefile ${WRKSRC}/src/tools/Makefile diff --git a/security/unssh/Makefile b/security/unssh/Makefile index 4f03d2583b23..44106b8e6d5d 100644 --- a/security/unssh/Makefile +++ b/security/unssh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unssh -# Date created: 30 July 2009 -# Whom: Dax Labrador <semprix@bsdmail.org> -# +# Created by: Dax Labrador <semprix@bsdmail.org> # $FreeBSD$ -# PORTNAME= unssh PORTVERSION= 1.5 @@ -18,6 +14,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes PLIST_FILES= bin/unssh +NO_STAGE= yes do-install: @${INSTALL} -d ${PREFIX}/bin @${CP} ${WRKSRC}/unssh.sh ${PREFIX}/bin/unssh diff --git a/security/vida/Makefile b/security/vida/Makefile index 059fa7514985..26bff486659f 100644 --- a/security/vida/Makefile +++ b/security/vida/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vida -# Date created: Thu Apr 17 11:22:35 GMT 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= vida PORTVERSION= 0.7.1 @@ -22,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} `${LIBNET_CONFIG} --defines --cflags` ${CFLAGS} \ diff --git a/security/vinetto/Makefile b/security/vinetto/Makefile index f42183c2962c..0e11aeaa1a22 100644 --- a/security/vinetto/Makefile +++ b/security/vinetto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vinetto -# Date created: 2006-12-26 -# Whom: Aleksander Fafula <alex@BSDGuru.org> -# +# Created by: Aleksander Fafula <alex@BSDGuru.org> # $FreeBSD$ -# PORTNAME= vinetto PORTVERSION= 0.07 @@ -23,6 +19,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 0.06alpha +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGING} diff --git a/security/vlock/Makefile b/security/vlock/Makefile index 4297973c3de6..380dfd449ca0 100644 --- a/security/vlock/Makefile +++ b/security/vlock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vlock -# Date created: 08 Oct 2000 -# Whom: George Reid <services@nevernet.net> -# +# Created by: George Reid <services@nevernet.net> # $FreeBSD$ -# PORTNAME= vlock PORTVERSION= 2.2.3 @@ -43,6 +39,7 @@ MAN8= vlock-main.8 VLOCKSCRIPTS= VLOCKMODULES= all.so new.so +NO_STAGE= yes # Vlock group = vlock:*:129: VLOCKGRP= vlock VLOCKGID= 129 diff --git a/security/vlog/Makefile b/security/vlog/Makefile index f1dd9d679a22..11b71a4cd6ba 100644 --- a/security/vlog/Makefile +++ b/security/vlog/Makefile @@ -22,6 +22,7 @@ MAN1= vlog.1 MANCOMPRESSED= no PLIST_FILES= bin/vlog +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile diff --git a/security/vnccrack/Makefile b/security/vnccrack/Makefile index 76f6d1aefba2..5573d8a8352b 100644 --- a/security/vnccrack/Makefile +++ b/security/vnccrack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vnccrack -# Date created: 2006-08-19 -# Whom: Pankov Pavel <pankov_p@mail.ru> -# +# Created by: Pankov Pavel <pankov_p@mail.ru> # $FreeBSD$ -# PORTNAME= vnccrack PORTVERSION= 1.0.0 @@ -20,6 +16,7 @@ USE_OPENSSL= yes SUB_FILES+= pkg-message +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${PREFIX}/bin/vnccrack diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 5dcd3d84e63e..1613d33b95b7 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -33,6 +33,7 @@ CISCOVERSION_DESC= Mask linux presentation string OPTIONS_DEFAULT=DECRYPT +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDECRYPT} diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 286216a673c5..b7347f5a654b 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -46,6 +46,7 @@ PLIST= ${WRKDIR}/PLIST VUXML_FILE?= ${PKGDIR}/vuln.xml +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile index e632f076d688..0145d027bf17 100644 --- a/security/vxquery/Makefile +++ b/security/vxquery/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vxquery -# Date created: 2004/02/11 -# Whom: nectar@FreeBSD.org -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= vxquery PORTVERSION= 0.2.1 @@ -16,6 +12,7 @@ COMMENT= VuXML Query Tool USE_BZIP2= YES GNU_CONFIGURE= YES +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${PREFIX}/bin/vxquery diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 7224a6943582..19e83aa923f9 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -39,6 +39,7 @@ USE_PYTHON= yes OPTIONS_DEFINE= GUI +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile index b88907146057..f6316ba190d2 100644 --- a/security/wapiti/Makefile +++ b/security/wapiti/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: wapiti -# Date created: 3 October 2007 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# Created by: Philippe Audeoud <jadawin@tuxaco.net> # $FreeBSD$ PORTNAME= wapiti @@ -24,6 +22,7 @@ PLIST_FILES= bin/wapiti.py \ bin/cookie.py \ bin/BeautifulSoup.py +NO_STAGE= yes do-install: .for i in wapiti.py lswww.py getcookie.py cookie.py BeautifulSoup.py ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/ diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile index 31e6cbb6b225..61f31832e135 100644 --- a/security/webfwlog/Makefile +++ b/security/webfwlog/Makefile @@ -30,6 +30,7 @@ PORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL \ README ReleaseNotes PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/security/webscarab/Makefile b/security/webscarab/Makefile index 4cd3806e50cd..0cf77aa6be59 100644 --- a/security/webscarab/Makefile +++ b/security/webscarab/Makefile @@ -20,6 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= README LICENSE ChangeLog +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile index 0d37029c11d4..5ce73f85169d 100644 --- a/security/whatweb/Makefile +++ b/security/whatweb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whatweb -# Date created: 2010-04-11 -# Whom: Niels Heinen -# +# Created by: Niels Heinen # $FreeBSD$ -# PORTNAME= whatweb PORTVERSION= 0.4.7 @@ -23,6 +19,7 @@ MAN1= ${PORTNAME}.1 MANCOMPRESSED= no USE_RUBY_FEATURES= iconv +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/security/wipe/Makefile b/security/wipe/Makefile index 7270589f625f..b90de20aab59 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/wipe MAN1= wipe.1 PORTDOCS= CHANGES INSTALL LICENSE README TESTING TODO copyright +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in diff --git a/security/xca/Makefile b/security/xca/Makefile index 7a44305fdfae..ec755ea05a56 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -20,6 +20,7 @@ USES= gmake shared-mime-info MAN1= xca.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index da3af7f36d76..85e5a1bd4162 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xinetd -# Date created: 28 June 1996 -# Whom: markm -# +# Created by: markm # $FreeBSD$ -# PORTNAME= xinetd PORTVERSION= 2.3.15 @@ -24,6 +20,7 @@ CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-ipv6 MAN5= xinetd.conf.5 MAN8= xconv.8 xinetd.8 xinetd.log.8 +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!' diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 59aa45a0dd6c..2ba66b088381 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -33,6 +33,7 @@ PORTEXAMPLES= * PLIST_FILES= %%JAVAJARDIR%%/xmlsec.jar +NO_STAGE= yes do-install: @${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/xmlsec.jar..." @${INSTALL_DATA} ${WRKSRC}/build/xmlsec-${PORTVERSION}.jar ${JAVAJARDIR}/xmlsec.jar diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 5322a672cb1f..64ac763e4f5d 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -33,6 +33,7 @@ MAKE_ARGS+= -EABS_BUILDDIR .endif USE_AUTOTOOLS= libltdl +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/security/xorsearch/Makefile b/security/xorsearch/Makefile index 5dbf80241025..76b2dc01e68a 100644 --- a/security/xorsearch/Makefile +++ b/security/xorsearch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xorsearch -# Date created: 18 December 2007 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= xorsearch PORTVERSION= 1.2.0 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/xorsearch +NO_STAGE= yes do-build: ${CC} -o ${WRKDIR}/XORSearch ${WRKDIR}/XORSearch.c diff --git a/security/xspy/Makefile b/security/xspy/Makefile index 6ef685165443..d4d7cdf69f12 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -16,6 +16,7 @@ USE_XORG= x11 ALL_TARGET= xspy +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index 2a5ef87389c7..da39e323adbb 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -20,6 +20,7 @@ PORTDOCS= ChangeLog WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/yafic/Makefile b/security/yafic/Makefile index d9e26a174500..94b9f33a23b5 100644 --- a/security/yafic/Makefile +++ b/security/yafic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yafic -# Date created: 20 August 2001 -# Whom: allan@saddi.com -# +# Created by: allan@saddi.com # $FreeBSD$ -# PORTNAME= yafic PORTVERSION= 1.2.2 @@ -31,6 +27,7 @@ MLINKS= yafic-sign.1 yafic-check.1 .endif MAN5= yafic.conf.5 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yafic ${PREFIX}/bin .if !defined(WITHOUT_OPENSSL) diff --git a/security/yapet/Makefile b/security/yapet/Makefile index e0b4c77513a5..a6d2d0b3fb94 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -21,6 +21,7 @@ TTITLE_DESC= Enable Terminal Title PWGEN_DESC= Enable Password Generator CSV2YAPET_DESC= Build csv2yapet +NO_STAGE= yes .include <bsd.port.options.mk> # --enable-silent-rules: will make the build quiet diff --git a/security/yara/Makefile b/security/yara/Makefile index 14cedf485f0e..a72d77bba798 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -20,4 +20,5 @@ USE_CSTD= gnu89 MAN1= yara.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/yassl/Makefile b/security/yassl/Makefile index eb6d485bb582..12f1b5c233e7 100644 --- a/security/yassl/Makefile +++ b/security/yassl/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes post-configure: @${REINPLACE_CMD} \ -e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \ diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index b0f1ff429c54..ba48cc6d0923 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -35,6 +35,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config MAN8= yersinia.8 PLIST_FILES= sbin/yersinia +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${WRKSRC}/src/Makefile.in diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index da1c70e1f090..4ce114b4c479 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -32,4 +32,5 @@ MAKE_JOBS_UNSAFE= yes regression-test: build @(cd ${WRKSRC}; ${MAKE} check) +NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index a65dea5a4fd8..bcac2a0aef4f 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -41,6 +41,7 @@ MAKE_JOBS_UNSAFE=yes LDFLAGS+= -L/usr/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^pkgconfigdir = .*|pkgconfigdir = /usr/local/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile index 9429a6890388..6e695983a340 100644 --- a/security/zebedee/Makefile +++ b/security/zebedee/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zebedee -# Date created: 4 January 2000 -# Whom: Greg Hewgill <greg@hewgill.com> -# +# Created by: Greg Hewgill <greg@hewgill.com> # $FreeBSD$ -# PORTNAME= zebedee PORTVERSION= 2.5.3 @@ -26,6 +22,7 @@ EXAMPLES= vncviewer.zbd vncserver.zbd server.key server.id client1.key \ client2.key clients.id DOCS= README.txt LICENCE.txt CHANGES.txt zebedee.html ftpgw.tcl.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's| gcc| ${CC}|' \ diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index ceb90325c012..008aa444c729 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -32,6 +32,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index 0021dfe07fb8..a72746731f4e 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= $$(${LIBNET_CONFIG} --libs) PORTDOCS= USAGE tekpaper.txt PLIST_FILES= bin/zz +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 1cb702750ee3..55a126b2bf2a 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -27,6 +27,7 @@ ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxid zxidhlo \ zxidhlowsf zxidhrxmlwsc zxidhrxmlwsp zxididp zxidsimple \ zxidwsctool zxlogview zxpasswd +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile index 53eac5d6410f..ede99a1ce754 100644 --- a/security/zzuf/Makefile +++ b/security/zzuf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zzuf -# Date created: 2007-03-03 -# Whom: Peter Johnson <johnson.peter@gmail.com> -# +# Created by: Peter Johnson <johnson.peter@gmail.com> # $FreeBSD$ -# PORTNAME= zzuf PORTVERSION= 0.13 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes MAN1= zzuf.1 zzcat.1 MAN3= libzzuf.3 +NO_STAGE= yes post-install: @${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la |