From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:57:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4083D3D5; Fri, 20 Sep 2013 22:57:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F62A2788; Fri, 20 Sep 2013 22:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMvWc4084186; Fri, 20 Sep 2013 22:57:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMvOvx084129; Fri, 20 Sep 2013 22:57:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202257.r8KMvOvx084129@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327770 - in head/shells: 44bsd-csh ambit bash bash-completion bash-devel bash-static bash-static-devel bashc ch dash es esh fd fish flash heirloom-sh ibsh jailkit ksh93 lshell mksh nol... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 22:57:33 -0000 Author: bapt Date: Fri Sep 20 22:57:23 2013 New Revision: 327770 URL: http://svnweb.freebsd.org/changeset/ports/327770 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: shells) Modified: head/shells/44bsd-csh/Makefile head/shells/ambit/Makefile head/shells/bash-completion/Makefile head/shells/bash-devel/Makefile head/shells/bash-static-devel/Makefile head/shells/bash-static/Makefile head/shells/bash/Makefile head/shells/bashc/Makefile head/shells/ch/Makefile head/shells/dash/Makefile head/shells/es/Makefile head/shells/esh/Makefile head/shells/fd/Makefile head/shells/fish/Makefile head/shells/flash/Makefile head/shells/heirloom-sh/Makefile head/shells/ibsh/Makefile head/shells/jailkit/Makefile head/shells/ksh93/Makefile head/shells/lshell/Makefile head/shells/mksh/Makefile head/shells/nologinmsg/Makefile head/shells/osh/Makefile head/shells/p5-Bash-Completion/Makefile head/shells/p5-Shell-Perl/Makefile head/shells/p5-Term-ShellUI/Makefile head/shells/pdksh/Makefile head/shells/pear-PHP_Shell/Makefile head/shells/psh/Makefile head/shells/rc/Makefile head/shells/rssh/Makefile head/shells/sash/Makefile head/shells/scponly/Makefile head/shells/shell-include/Makefile head/shells/tcsh_nls/Makefile head/shells/tcshrc/Makefile head/shells/v7sh/Makefile head/shells/viewglob/Makefile head/shells/vshnu/Makefile head/shells/wapsh/Makefile head/shells/zoidberg/Makefile head/shells/zsh/Makefile Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/44bsd-csh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: csh -# Date created: 23 January 2000 -# Whom: David O'Brien -# +# Created by: David O'Brien # $FreeBSD$ -# PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 3 @@ -20,6 +15,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 PORTDOCS= paper.ascii.gz +NO_STAGE= yes post-extract: cd ${WRKSRC} ; co RCS/*,v; chmod u+w * cd ${WRKSRC}/USD.doc ; co RCS/*,v Modified: head/shells/ambit/Makefile ============================================================================== --- head/shells/ambit/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ambit/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ambit -# Date created: 2011-08-09 -# Whom: Sascha Klauder -# +# Created by: Sascha Klauder # $FreeBSD$ -# PORTNAME= ambit PORTVERSION= 2.0.39 @@ -27,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PLIST_SUB= AMBITDIR=${AMBITDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e "s!/bin/bash!${LOCALBASE}/bin/bash!" \ Modified: head/shells/bash-completion/Makefile ============================================================================== --- head/shells/bash-completion/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-completion/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,7 +1,5 @@ -# Created by: kirk@strauser.com -# +# Created by: kirk@strauser.com # $FreeBSD$ -# PORTNAME= bash-completion PORTVERSION= 2.1 @@ -29,6 +27,7 @@ SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/shells/bash-devel/Makefile ============================================================================== --- head/shells/bash-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-devel/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -33,6 +33,7 @@ HELP_DESC= Enable builtin help USES= bison +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMPLICITCD} Modified: head/shells/bash-static-devel/Makefile ============================================================================== --- head/shells/bash-static-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-static-devel/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../../shells/bash- OPTIONS_SLAVE= STATIC +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/shells/bash-static/Makefile ============================================================================== --- head/shells/bash-static/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-static/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,8 +1,9 @@ -# Created by: Emanuel Haupt +# Created by: Emanuel Haupt # $FreeBSD$ MASTERDIR= ${.CURDIR}/../../shells/bash OPTIONS_SLAVE= STATIC +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -34,6 +34,7 @@ HELP_DESC= Install the help files USES+= bison +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMPLICITCD} Modified: head/shells/bashc/Makefile ============================================================================== --- head/shells/bashc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bashc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ PLIST_FILES= bin/bashc \ etc/bash_commander \ etc/bash_dialog +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in Modified: head/shells/ch/Makefile ============================================================================== --- head/shells/ch/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ch/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ch -# Date created: 2 August 2006 -# Whom: conrads@cox.net -# +# Created by: conrads@cox.net # $FreeBSD$ -# PORTNAME= ch PORTVERSION= 7.0.0 @@ -27,6 +23,7 @@ MAN1= installpkg.1 strconcat.1 strjoin. MAN1PREFIX= ${PREFIX}/${PORTNAME}/docs MANCOMPRESSED= no +NO_STAGE= yes .include post-extract: Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/dash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -16,6 +16,7 @@ USES= gmake PLIST_FILES= bin/dash MAN1= dash.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in Modified: head/shells/es/Makefile ============================================================================== --- head/shells/es/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/es/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,4 +20,5 @@ ALL_TARGET= es MAN1= es.1 PLIST_FILES= bin/es +NO_STAGE= yes .include Modified: head/shells/esh/Makefile ============================================================================== --- head/shells/esh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/esh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" INFO= esh +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's||| ; \ Modified: head/shells/fd/Makefile ============================================================================== --- head/shells/fd/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/fd/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: FDclone -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi -# +# Created by: Nobuhiro Yasutomi # $FreeBSD$ -# PORTNAME= fd PORTVERSION= 3.01a @@ -32,6 +28,7 @@ DOCS_JA= FAQ \ TECHKNOW \ ToAdmin +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h Modified: head/shells/fish/Makefile ============================================================================== --- head/shells/fish/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/fish/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread MAN1= fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/shells/flash/Makefile ============================================================================== --- head/shells/flash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/flash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flash -# Date created: 11 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= flash PORTVERSION= 0.9.5 @@ -29,6 +25,7 @@ DATA= system.bg.Netsoc.3 system.bg.Nets system.maillogin system.module system.module.9798 system.rc \ system.rc.mailshell +NO_STAGE= yes post-patch: .for file in ${SCRIPT} @${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/heirloom-sh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# Ports collection makefile for: heirloom-sh -# Date created: 2008-03-28 -# Whom: Danijel Tasov -# +# Created by: Danijel Tasov # $FreeBSD$ -# PORTNAME= heirloom-sh PORTVERSION= 050706 @@ -21,6 +17,7 @@ PORTDOCS= CALDERA.LICENSE OPENSOLARIS.LI PKGINSTALL= pkg-install PKGDEINSTALL= pkg-deinstall +NO_STAGE= yes do-build: cd ${WRKSRC} && make Modified: head/shells/ibsh/Makefile ============================================================================== --- head/shells/ibsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ibsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibsh -# Date created: 1 Oct 2005 -# Whom: Vaida Bogdan -# +# Created by: Vaida Bogdan # $FreeBSD$ -# PORTNAME= ibsh PORTVERSION= 0.3e @@ -21,6 +17,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \ INSTALL README TODO VERSION +NO_STAGE= yes .include post-patch: Modified: head/shells/jailkit/Makefile ============================================================================== --- head/shells/jailkit/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/jailkit/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -32,6 +32,7 @@ MANCOMPRESSED= yes PORTDOCS= COPYRIGHT README.txt +NO_STAGE= yes .include post-install: Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ksh93/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -36,6 +36,7 @@ MAN1= ksh93.1 INITVERSION= 2013-05-24 KSHVERSION= 2012-08-01 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} Modified: head/shells/lshell/Makefile ============================================================================== --- head/shells/lshell/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/lshell/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lshell -# Date created: 2009-08-01 -# Whom: Sylvio Cesar -# +# Created by: Sylvio Cesar # $FreeBSD$ -# PORTNAME= lshell PORTVERSION= 0.9.15.1 @@ -22,6 +18,7 @@ MAN1= lshell.1 PORTDOCS= CHANGES COPYING README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g; \ s|share/man|${LOCALBASE}/man|g; 45d' ${WRKSRC}/setup.py Modified: head/shells/mksh/Makefile ============================================================================== --- head/shells/mksh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/mksh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= mksh.1 +NO_STAGE= yes .include do-build: Modified: head/shells/nologinmsg/Makefile ============================================================================== --- head/shells/nologinmsg/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/nologinmsg/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,10 +1,5 @@ -# Ports collection makefile for: nologinmsg -# Whom: Richard Rose -# Date created: 20020710 -# +# Created by: Richard Rose # $FreeBSD$ -# -# The port is self contained in the src directory PORTNAME= nologinmsg PORTVERSION= 1.0 @@ -18,6 +13,7 @@ COMMENT= More functional native binary r MAN8= nologinmsg.8 MANCOMPRESSED= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h Modified: head/shells/osh/Makefile ============================================================================== --- head/shells/osh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/osh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAN1= fd2.1 goto.1 if.1 osh.1 sh6.1 glo PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include post-patch: Modified: head/shells/p5-Bash-Completion/Makefile ============================================================================== --- head/shells/p5-Bash-Completion/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Bash-Completion/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -31,6 +31,7 @@ MAN3= App::BashComplete.3 \ Bash::Completion::Request.3 \ Bash::Completion::Utils.3 +NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/shells/p5-Shell-Perl/Makefile ============================================================================== --- head/shells/p5-Shell-Perl/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Shell-Perl/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -27,4 +27,5 @@ USE_PERL5= configure MAN1= pirl.1 MAN3= Shell::Perl.3 Shell::Perl::Dumper.3 +NO_STAGE= yes .include Modified: head/shells/p5-Term-ShellUI/Makefile ============================================================================== --- head/shells/p5-Term-ShellUI/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Term-ShellUI/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= Term::ShellUI.3 \ Text::Shellwords::Cursor.3 +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ Modified: head/shells/pdksh/Makefile ============================================================================== --- head/shells/pdksh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/pdksh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -22,6 +22,7 @@ LICENSE= BSD GNU_CONFIGURE= yes MAN1= ksh.1 +NO_STAGE= yes .include .if ${OSVERSION} >= 1000039 Modified: head/shells/pear-PHP_Shell/Makefile ============================================================================== --- head/shells/pear-PHP_Shell/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/pear-PHP_Shell/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-PHP_Shell -# Date created: 05 August 2007 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= PHP_Shell PORTVERSION= 0.3.2 @@ -19,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/shells/psh/Makefile ============================================================================== --- head/shells/psh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/psh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -84,6 +84,7 @@ MAN3= Psh::Builtins::Alias.3 \ Psh::Strategy::Perlfunc_heavy.3 \ Psh::Strategy::Perlscript.3 +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/rc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAN1= history.1 rc.1 OPTIONS_DEFINE= READLINE +NO_STAGE= yes .include .if ${PORT_OPTIONS:MREADLINE} Modified: head/shells/rssh/Makefile ============================================================================== --- head/shells/rssh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/rssh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -17,6 +17,7 @@ MAN5= rssh.conf.5 OPTIONS_DEFINE= RDIST RDIST_DESC= rdist support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRDIST} Modified: head/shells/sash/Makefile ============================================================================== --- head/shells/sash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/sash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,4 +1,4 @@ -# Created by: Patrick Gardella +# Created by: Patrick Gardella # $FreeBSD$ PORTNAME= sash @@ -11,6 +11,7 @@ COMMENT= A Stand-Alone shell combining m MAN1= sash.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash ${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1 Modified: head/shells/scponly/Makefile ============================================================================== --- head/shells/scponly/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/scponly/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -32,6 +32,7 @@ SVNSERVE_DESC= Suversion support for svn UNISON_DESC= Unisson support WINSCP_DESC= WinSCP support +NO_STAGE= yes .include .if(!exists(/usr/bin/sftp)) Modified: head/shells/shell-include/Makefile ============================================================================== --- head/shells/shell-include/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/shell-include/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -21,6 +21,7 @@ MAN7= shell-include.7 WRKSRC= ${WRKDIR}/${DISTNAME} #nothing to configure +NO_STAGE= yes do-configure: @${ECHO} -n Modified: head/shells/tcsh_nls/Makefile ============================================================================== --- head/shells/tcsh_nls/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/tcsh_nls/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcsh_nls -# Date created: 14 Feb 2006 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= tcsh_nls PORTVERSION= 1.0 @@ -61,6 +57,7 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF- uk_UA.KOI8-U:uk_UA.ISO8859-5 \ uk_UA.KOI8-U:uk_UA.UTF-8 \ +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/shells/tcshrc/Makefile ============================================================================== --- head/shells/tcshrc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/tcshrc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcshrc -# Date created: 2003-09-09 -# Whom: Sean Chittenden -# +# Created by: Sean Chittenden # $FreeBSD$ -# PORTNAME= tcshrc PORTVERSION= 1.6.2 @@ -20,6 +16,7 @@ NO_BUILD= yes INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ ${WRKSRC}/tcshrc_config Modified: head/shells/v7sh/Makefile ============================================================================== --- head/shells/v7sh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/v7sh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: v7sh -# Date created: 4 June 2004 -# Whom: Cyrille.Lefevre@laposte.net -# +# Created by: Cyrille.Lefevre@laposte.net # $FreeBSD$ -# PORTNAME= v7sh PORTVERSION= 1.0 @@ -37,6 +33,7 @@ SYSIII_DESC= System III enhancements RENO_DESC= 4.3BSD-Reno enhancements ULTRIX_DESC= Ultrix 3.1 enhancements +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSYSIII} Modified: head/shells/viewglob/Makefile ============================================================================== --- head/shells/viewglob/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/viewglob/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes MAN1= vgd.1 vgseer.1 viewglob.1 +NO_STAGE= yes .include Modified: head/shells/vshnu/Makefile ============================================================================== --- head/shells/vshnu/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/vshnu/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -16,4 +16,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/shells/wapsh/Makefile ============================================================================== --- head/shells/wapsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/wapsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wapsh -# Date created: 13 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= wapsh PORTVERSION= 1.0.1 @@ -42,6 +38,7 @@ HTDOCS= command.php command_html.inc co login_html.php login_wml.php scroll_wml.php \ shortcuts_wml.php index.html +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/shells/zoidberg/Makefile ============================================================================== --- head/shells/zoidberg/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/zoidberg/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -51,6 +51,7 @@ MAN3= Bundle::Zoidberg.3 \ Zoidberg::Utils::GetOpt.3 \ Zoidberg::Utils::Output.3 +NO_STAGE= yes post-install: @${ECHO_CMD} ${PREFIX}/bin/zoid >> /etc/shells Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/zsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -71,6 +71,7 @@ STATIC_CONFIGURE_OFF= --enable-dynamic DEBUG_CONFIGURE_ENABLE= zsh-debug MULTIBYTE_CONFIGURE_ENABLE= multibyte +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC}