svn commit: r327762 - in head/ports-mgmt: bpkg bpm bxpkg chucky dialog4ports dialog4ports-static distilator fastest_sites fbsdmon genplist gnome-packagekit hs-porte jailaudit kpackagekit kports-qt4...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 20 22:37:04 UTC 2013
Author: bapt
Date: Fri Sep 20 22:36:49 2013
New Revision: 327762
URL: http://svnweb.freebsd.org/changeset/ports/327762
Log:
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Modified:
head/ports-mgmt/bpkg/Makefile
head/ports-mgmt/bpm/Makefile
head/ports-mgmt/bxpkg/Makefile
head/ports-mgmt/chucky/Makefile
head/ports-mgmt/dialog4ports-static/Makefile
head/ports-mgmt/dialog4ports/Makefile
head/ports-mgmt/distilator/Makefile
head/ports-mgmt/fastest_sites/Makefile
head/ports-mgmt/fbsdmon/Makefile
head/ports-mgmt/genplist/Makefile
head/ports-mgmt/gnome-packagekit/Makefile
head/ports-mgmt/hs-porte/Makefile
head/ports-mgmt/jailaudit/Makefile
head/ports-mgmt/kpackagekit/Makefile
head/ports-mgmt/kports-qt4/Makefile
head/ports-mgmt/lsknobs/Makefile
head/ports-mgmt/managepkg/Makefile
head/ports-mgmt/mkreadmes/Makefile
head/ports-mgmt/p5-App-Pm2Port/Makefile
head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile
head/ports-mgmt/p5-FreeBSD-Portindex/Makefile
head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
head/ports-mgmt/p5-FreeBSD-Ports/Makefile
head/ports-mgmt/packagekit-qt4/Makefile
head/ports-mgmt/packagekit/Makefile
head/ports-mgmt/pbi-manager/Makefile
head/ports-mgmt/pchecker/Makefile
head/ports-mgmt/pib/Makefile
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-orphan/Makefile
head/ports-mgmt/pkg-plist/Makefile
head/ports-mgmt/pkg-rmleaf/Makefile
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg_add_it/Makefile
head/ports-mgmt/pkg_cleanup/Makefile
head/ports-mgmt/pkg_cutleaves/Makefile
head/ports-mgmt/pkg_install/Makefile
head/ports-mgmt/pkg_jail/Makefile
head/ports-mgmt/pkg_remove/Makefile
head/ports-mgmt/pkg_replace/Makefile
head/ports-mgmt/pkg_rmleaves/Makefile
head/ports-mgmt/pkg_search/Makefile
head/ports-mgmt/pkg_trackinst/Makefile
head/ports-mgmt/pkg_tree/Makefile
head/ports-mgmt/pkgfe/Makefile
head/ports-mgmt/pkgs_which/Makefile
head/ports-mgmt/pkgsearch/Makefile
head/ports-mgmt/port-authoring-tools/Makefile
head/ports-mgmt/port-maintenance-tools/Makefile
head/ports-mgmt/portaudit-db/Makefile
head/ports-mgmt/portaudit/Makefile
head/ports-mgmt/portbuilder/Makefile
head/ports-mgmt/portcheckout/Makefile
head/ports-mgmt/portconf/Makefile
head/ports-mgmt/portdowngrade/Makefile
head/ports-mgmt/porteasy/Makefile
head/ports-mgmt/portell/Makefile
head/ports-mgmt/portless/Makefile
head/ports-mgmt/portlint/Makefile
head/ports-mgmt/portrac/Makefile
head/ports-mgmt/portscout/Makefile
head/ports-mgmt/portsearch/Makefile
head/ports-mgmt/portshaker-config/Makefile
head/ports-mgmt/portshaker/Makefile
head/ports-mgmt/portsopt/Makefile
head/ports-mgmt/portsreinstall/Makefile
head/ports-mgmt/porttools/Makefile
head/ports-mgmt/porttree/Makefile
head/ports-mgmt/portupdate-scan/Makefile
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/prhistory/Makefile
head/ports-mgmt/psearch/Makefile
head/ports-mgmt/pver/Makefile
head/ports-mgmt/symports/Makefile
head/ports-mgmt/tinderbox-devel/Makefile
head/ports-mgmt/tinderbox/Makefile
head/ports-mgmt/vulnerability-test-port/Makefile
head/ports-mgmt/wanted-ports/Makefile
head/ports-mgmt/xps/Makefile
Modified: head/ports-mgmt/bpkg/Makefile
==============================================================================
--- head/ports-mgmt/bpkg/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/bpkg/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,11 +1,5 @@
-# New ports collection makefile for: bpkg
-# Date created: 24 June 2007
-# Whom: Andy Kosela <akosela at andykosela.com>
-#
+# Created by: Andy Kosela <akosela at andykosela.com>
# $FreeBSD$
-#
-# This port is self contained in the files directory.
-#
PORTNAME= bpkg
PORTVERSION= 2.1.7
@@ -23,6 +17,7 @@ PLIST_FILES= bin/bpkg
MAN8= bpkg.8
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8
Modified: head/ports-mgmt/bpm/Makefile
==============================================================================
--- head/ports-mgmt/bpm/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/bpm/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -22,6 +22,7 @@ MAKE_ENV+= OSTYPE="${OPSYS}"
SUB_FILES= bpm.desktop
+NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g"
Modified: head/ports-mgmt/bxpkg/Makefile
==============================================================================
--- head/ports-mgmt/bxpkg/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/bxpkg/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -20,6 +20,7 @@ USE_BZIP2= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
Modified: head/ports-mgmt/chucky/Makefile
==============================================================================
--- head/ports-mgmt/chucky/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/chucky/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -32,6 +32,7 @@ SUB_FILES= pkg-message
SUB_LIST= MAN7PREFIX="${MAN7PREFIX}"
PORTDOCS= *
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
Modified: head/ports-mgmt/dialog4ports-static/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports-static/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/dialog4ports-static/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -11,6 +11,7 @@ D4P_SLAVE= yes
PLIST_FILES= bin/dialog4ports-static
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
${PREFIX}/bin/dialog4ports-static
Modified: head/ports-mgmt/dialog4ports/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/dialog4ports/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -27,6 +27,7 @@ MAN1= ${PORTNAME}.1
PLIST_FILES= bin/dialog4ports
.endif
+NO_STAGE= yes
.include <bsd.port.pre.mk>
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
Modified: head/ports-mgmt/distilator/Makefile
==============================================================================
--- head/ports-mgmt/distilator/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/distilator/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -17,4 +17,5 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/fastest_sites/Makefile
==============================================================================
--- head/ports-mgmt/fastest_sites/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/fastest_sites/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -15,6 +15,7 @@ NO_BUILD= yes
PLIST_FILES= bin/fastest_sites
+NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
Modified: head/ports-mgmt/fbsdmon/Makefile
==============================================================================
--- head/ports-mgmt/fbsdmon/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/fbsdmon/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -16,6 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
SUB_FILES= 600.fbsdmon pkg-message
USE_RC_SUBR= fbsdmon
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${PREFIX}/sbin
${MKDIR} /var/db/fbsdmon
Modified: head/ports-mgmt/genplist/Makefile
==============================================================================
--- head/ports-mgmt/genplist/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/genplist/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,4 +1,4 @@
-# Created by: Jason Bacon
+# Created by: Jason Bacon
# $FreeBSD$
PORTNAME= genplist
@@ -16,6 +16,7 @@ PLIST_FILES= bin/genplist
MAN1= genplist.1
+NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1
Modified: head/ports-mgmt/gnome-packagekit/Makefile
==============================================================================
--- head/ports-mgmt/gnome-packagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/gnome-packagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -35,6 +35,7 @@ MAN1= gpk-application.1 gpk-backend-stat
gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \
gpk-update-viewer.1
+NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \
-e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
Modified: head/ports-mgmt/hs-porte/Makefile
==============================================================================
--- head/ports-mgmt/hs-porte/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/hs-porte/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -15,5 +15,6 @@ USE_CABAL= extensible-exceptions strings
EXECUTABLE= porte
+NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
Modified: head/ports-mgmt/jailaudit/Makefile
==============================================================================
--- head/ports-mgmt/jailaudit/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/jailaudit/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -21,4 +21,5 @@ PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S
REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/kpackagekit/Makefile
==============================================================================
--- head/ports-mgmt/kpackagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/kpackagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,4 +1,3 @@
-# Created by: Alberto Villa <avilla at FreeBSD.org>
# $FreeBSD$
PORTNAME= KPackageKit
@@ -25,4 +24,5 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/kports-qt4/Makefile
==============================================================================
--- head/ports-mgmt/kports-qt4/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/kports-qt4/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -33,6 +33,7 @@ KDEBASE_DESC= Pull in kdebase-runtime fo
IGNORE= only works with traditional pkg-tools
.endif
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOXYGEN}
Modified: head/ports-mgmt/lsknobs/Makefile
==============================================================================
--- head/ports-mgmt/lsknobs/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/lsknobs/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,11 +1,5 @@
-# New ports collection makefile for: lsknobs
-# Date created: 5 Sep 2007
-# Whom: Gabriel Linder <linder.gabriel at gmail.com>
-#
+# Created by: Gabriel Linder <linder.gabriel at gmail.com>
# $FreeBSD$
-#
-# This port is self contained in the files directory.
-#
PORTNAME= lsknobs
PORTVERSION= 1.0
@@ -23,6 +17,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= sbin/${PORTNAME}
+NO_STAGE= yes
do-fetch:
@${DO_NADA}
Modified: head/ports-mgmt/managepkg/Makefile
==============================================================================
--- head/ports-mgmt/managepkg/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/managepkg/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}
NO_BUILD= yes
PLIST_FILES= sbin/managepkg
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
Modified: head/ports-mgmt/mkreadmes/Makefile
==============================================================================
--- head/ports-mgmt/mkreadmes/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/mkreadmes/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mkreadmes
-# Date created: 2012-03-01
-# Whom: Conrad J. Sabatier <conrads at cox.net>
-#
+# Created by: Conrad J. Sabatier <conrads at cox.net>
# $FreeBSD$
-#
PORTNAME= mkreadmes
DISTVERSION= 1.3
@@ -21,6 +17,7 @@ MANCOMPRESSED= maybe
PLIST_FILES= sbin/${PORTNAME}
PORTDATA= *
+NO_STAGE= yes
post-extract:
# adjust definition of PREFIX in mkreadmes.h only if it differs from
# the current setting of ${PREFIX}
Modified: head/ports-mgmt/p5-App-Pm2Port/Makefile
==============================================================================
--- head/ports-mgmt/p5-App-Pm2Port/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-App-Pm2Port/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -23,4 +23,5 @@ USE_PERL5= configure
MAN1= pm2port.1
MAN3= App::Pm2Port.3
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-FreeBSD-Pkgs-Findupdates
-# Date created: 2009-04-01
-# Whom: Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
# $FreeBSD$
-#
PORTNAME= FreeBSD-Pkgs-FindUpdates
PORTVERSION= 0.3.0
@@ -26,4 +22,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Pkgs::FindUpdates.3
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-FreeBSD-Pkgs
-# Date created: 2008-07-02
-# Whom: Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
# $FreeBSD$
-#
PORTNAME= FreeBSD-Pkgs
PORTVERSION= 0.2.0
@@ -22,4 +18,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Pkgs.3
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= GRAPHVIZ
GRAPHVIS_DESCR= Add GraphViz run-time dependency
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRAPHVIZ}
Modified: head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-FreeBSD-Ports-INDEXhash
-# Date created: 2008-03-23
-# Whom: Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
# $FreeBSD$
-#
PORTNAME= FreeBSD-Ports-INDEXhash
PORTVERSION= 1.2.2
@@ -19,4 +15,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Ports::INDEXhash.3
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/p5-FreeBSD-Ports/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Ports/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/p5-FreeBSD-Ports/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-FreeBSD-Ports
-# Date created: 12 September 2001
-# Whom: Tom Hukins <tom at FreeBSD.org>
-#
+# Created by: Tom Hukins <tom at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= FreeBSD-Ports
PORTVERSION= 0.04
@@ -21,4 +17,5 @@ USES= perl5
USE_PERL5= configure
MAN3= FreeBSD::Ports::Port.3 \
FreeBSD::Ports.3
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/packagekit-qt4/Makefile
==============================================================================
--- head/ports-mgmt/packagekit-qt4/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/packagekit-qt4/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,10 +1,6 @@
-# New ports collection makefile for: PackageKit-qt
-# Date created: 5 jan 2009
-# Whom: Koop Mast <kwm at FreeBSD.org>
-#
+# Created by: Koop Mast <kwm at FreeBSD.org>
# $FreeBSD$
# $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $
-#
PORTREVISION= 1
PKGNAMESUFFIX= -qt4
@@ -19,4 +15,5 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit
SLAVEPORT= qt4
PLIST= ${.CURDIR}/pkg-plist
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/packagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -47,6 +47,7 @@ OPTIONS_DEFINE= PORTS MANPAGES
OPTIONS_DEFAULT=PORTS
PORTS_DESC=Use portupgrade for management, dummy if disabled
+NO_STAGE= yes
.include <bsd.port.options.mk>
. if ${PORT_OPTIONS:MMANPAGES}
Modified: head/ports-mgmt/pbi-manager/Makefile
==============================================================================
--- head/ports-mgmt/pbi-manager/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pbi-manager/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: pbi-manager
-# Date created: 27 May 2010
-# Whom: Kris Moore <kmoore at FreeBSD.org>
-#
+# Created by: Kris Moore <kmoore at FreeBSD.org>
# $FreeBSD$
PORTNAME= pbi-manager
@@ -30,6 +27,7 @@ MAN5= pbi.conf.5
MAN8= pbi_addrepo.8 pbi_autobuild.8 pbi_deleterepo.8 \
pbi_makepatch.8 pbi_makeport.8 pbi_makerepo.8 pbid.8
+NO_STAGE= yes
do-install:
cd ${WRKSRC} && ./install.sh ${LOCALBASE}
Modified: head/ports-mgmt/pchecker/Makefile
==============================================================================
--- head/ports-mgmt/pchecker/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pchecker/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -16,6 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
Modified: head/ports-mgmt/pib/Makefile
==============================================================================
--- head/ports-mgmt/pib/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pib/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pib
-# Date created: 30 December 1996
-# Whom: Mike Smith <msmith at freebsd.org>
-#
+# Created by: Mike Smith <msmith at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pib
PORTVERSION= 1.2
@@ -18,6 +14,7 @@ COMMENT= GUI Ports Collection management
USE_TK= 84
USE_TK_BUILD= 84
+NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg-devel/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \
pkg-lock.8 pkg-unlock.8 \
pkg.8 pkg-static.8
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_PKGNG)
Modified: head/ports-mgmt/pkg-orphan/Makefile
==============================================================================
--- head/ports-mgmt/pkg-orphan/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg-orphan/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg-orphan
-# Date created: 26 November 2005
-# Whom: Victor Semionov <semionov at mail.bg>
-#
+# Created by: Victor Semionov <semionov at mail.bg>
# $FreeBSD$
-#
PORTNAME= pkg-orphan
PORTVERSION= 1.0.1
@@ -20,6 +16,7 @@ MAN1= pkg-orphan.1
PLIST_FILES= sbin/pkg-orphan
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan
${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1
Modified: head/ports-mgmt/pkg-plist/Makefile
==============================================================================
--- head/ports-mgmt/pkg-plist/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg-plist/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -17,6 +17,7 @@ PLIST_FILES= bin/pkg-plist
NO_BUILD= yes
FETCH_ARGS= -Fpr
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${MAN1PREFIX}/man/man1/
Modified: head/ports-mgmt/pkg-rmleaf/Makefile
==============================================================================
--- head/ports-mgmt/pkg-rmleaf/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg-rmleaf/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}
PLIST_FILES= sbin/pkg-rmleaf
+NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \
pkg-lock.8 pkg-unlock.8 \
pkg.8 pkg-static.8
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_PKGNG)
Modified: head/ports-mgmt/pkg_add_it/Makefile
==============================================================================
--- head/ports-mgmt/pkg_add_it/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_add_it/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_add_it
-# Date created: 05 October 2008
-# Whom: Marin Atanasov <dnaeon at gmail.com>
-#
+# Created by: Marin Atanasov <dnaeon at gmail.com>
# $FreeBSD$
-#
PORTNAME= pkg_add_it
PORTVERSION= 1.3.2
@@ -17,6 +13,7 @@ MAN1= pkg_add_it.1
MAN5= pkg_add_it.conf.5
PLIST_FILES= etc/pkg_add_it.conf sbin/pkg_add_it
+NO_STAGE= yes
.include <bsd.port.pre.mk>
PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|'
Modified: head/ports-mgmt/pkg_cleanup/Makefile
==============================================================================
--- head/ports-mgmt/pkg_cleanup/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_cleanup/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_cleanup
-# Date created: 02 November 2007
-# Whom: Stephen Hurd <shurd at sasktel.net>
-#
+# Created by: Stephen Hurd <shurd at sasktel.net>
# $FreeBSD$
-#
PORTNAME= pkg_cleanup
PORTVERSION= 1.1
@@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/pkg_cleanup
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038
Modified: head/ports-mgmt/pkg_cutleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_cutleaves
-# Date created: 27 July 2003
-# Whom: Stefan Walter <sw at gegenunendlich.de>
-#
+# Created by: Stefan Walter <sw at gegenunendlich.de>
# $FreeBSD$
-#
PORTNAME= pkg_cutleaves
PORTVERSION= 20090810
@@ -28,6 +24,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-
${FILESDIR}/extra-patch-pkg_cutleaves.1
.endif
+NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg_cutleaves ${FILESDIR}/pkg_cutleaves.1 ${WRKSRC}
Modified: head/ports-mgmt/pkg_install/Makefile
==============================================================================
--- head/ports-mgmt/pkg_install/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_install/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_install
-# Date created: 14 Jul 2003
-# Whom: Oliver Eikemeier
-#
+# Created by: Oliver Eikemeier
# $FreeBSD$
-#
PORTNAME= pkg_install
PORTVERSION= 20120822
@@ -26,6 +22,7 @@ OPTIONS_DEFINE= WRAPPER
OPTIONS_DEFAULT= WRAPPER
WRAPPER_DESC= Use ports version instead of base if more recent
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWRAPPER}
Modified: head/ports-mgmt/pkg_jail/Makefile
==============================================================================
--- head/ports-mgmt/pkg_jail/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_jail/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -15,6 +15,7 @@ PLIST_FILES= bin/pkg_jail bin/pkg_update
PORTDOCS= README
MAN1= pkg_jail.1 pkg_update.1
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/pkg_jail ${FILESDIR}/pkg_update ${PREFIX}/bin/
${INSTALL_MAN} ${FILESDIR}/pkg_jail.1 ${FILESDIR}/pkg_update.1 ${PREFIX}/man/man1/
Modified: head/ports-mgmt/pkg_remove/Makefile
==============================================================================
--- head/ports-mgmt/pkg_remove/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_remove/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_remove
-# Date created: 8 Jan 2000
-# Whom: NAKAJI Hiroyuki <nakaji at tutrp.tut.ac.jp>
-#
+# Created by: NAKAJI Hiroyuki <nakaji at tutrp.tut.ac.jp>
# $FreeBSD$
-#
PORTNAME= pkg_remove
PORTVERSION= 1.1
@@ -20,6 +16,7 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/pkg_remove
SRC= ${.CURDIR}/src
+NO_STAGE= yes
do-fetch:
@${DO_NADA}
Modified: head/ports-mgmt/pkg_replace/Makefile
==============================================================================
--- head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -27,6 +27,7 @@ PKGDB_FIX_DESC= Fixing tool of installe
OPTIONS_SUB= yes
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPKGDB_FIX}
Modified: head/ports-mgmt/pkg_rmleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_rmleaves/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -17,6 +17,7 @@ MAN1= pkg_rmleaves.1
PLIST_FILES= sbin/pkg_rmleaves
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1
Modified: head/ports-mgmt/pkg_search/Makefile
==============================================================================
--- head/ports-mgmt/pkg_search/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_search/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_search
-# Date created: 3 December 2007
-# Whom: Matthias Schmidt
-#
+# Created by: Matthias Schmidt
# $FreeBSD$
-#
PORTNAME= pkg_search
PORTVERSION= 1.3
@@ -18,6 +14,7 @@ PLIST_FILES= bin/pkg_search
MAN1= pkg_search.1
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
Modified: head/ports-mgmt/pkg_trackinst/Makefile
==============================================================================
--- head/ports-mgmt/pkg_trackinst/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_trackinst/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -14,6 +14,7 @@ USE_PYTHON= 2.5+
INSTALLS_EGGINFO= yes
MAKE_ENV= PYTHON_CMD=${PYTHON_CMD}
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
${WRKSRC}/PkgTrackInst/cmd_support.py
Modified: head/ports-mgmt/pkg_tree/Makefile
==============================================================================
--- head/ports-mgmt/pkg_tree/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkg_tree/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_tree
-# Date created: 24 September 2001
-# Whom: Edwin Groothuis (edwin at mavetju.org)
-#
+# Created by: Edwin Groothuis (edwin at mavetju.org)
# $FreeBSD$
-#
PORTNAME= pkg_tree
PORTVERSION= 1.1
@@ -19,6 +15,7 @@ USES= perl5
MAN7= pkg_tree.7
PLIST_FILES= bin/pkg_tree
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \
s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
Modified: head/ports-mgmt/pkgfe/Makefile
==============================================================================
--- head/ports-mgmt/pkgfe/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkgfe/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkgfe
-# Date created: 2006-01-14
-# Whom: Sulev-Madis Silber <madis555 at hot.ee>
-#
+# Created by: Sulev-Madis Silber <madis555 at hot.ee>
# $FreeBSD$
-#
PORTNAME= pkgfe
PORTVERSION= 20090228
@@ -21,6 +17,7 @@ MAN8= pkgfe.8
NO_BUILD= yes
+NO_STAGE= yes
do-install:
${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
Modified: head/ports-mgmt/pkgs_which/Makefile
==============================================================================
--- head/ports-mgmt/pkgs_which/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkgs_which/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -16,6 +16,7 @@ USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
Modified: head/ports-mgmt/pkgsearch/Makefile
==============================================================================
--- head/ports-mgmt/pkgsearch/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/pkgsearch/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkgsearch
-# Date created: 14 September 2007
-# Whom: Diego_Rocha <diegorocha1987 at gmail.com>
-#
+# Created by: Diego_Rocha <diegorocha1987 at gmail.com>
# $FreeBSD$
-#
PORTNAME= pkgsearch
PORTVERSION= 1.1.0
@@ -15,4 +11,5 @@ COMMENT= Find your packages in ports and
PLIST_FILES= bin/pkgsearch
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/port-authoring-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-authoring-tools/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/port-authoring-tools/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,4 +1,3 @@
-# Created by: Mark Linimon <linimon at FreeBSD.org>
# $FreeBSD$
PORTNAME= port-authoring-tools
@@ -22,4 +21,5 @@ NO_BUILD= yes
do-install: # empty
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/port-maintenance-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-maintenance-tools/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/port-maintenance-tools/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,4 +1,3 @@
-# Created by: Mark Linimon <linimon at FreeBSD.org>
# $FreeBSD$
PORTNAME= port-maintenance-tools
@@ -25,4 +24,5 @@ NO_BUILD= yes
do-install: # empty
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/portaudit-db/Makefile
==============================================================================
--- head/ports-mgmt/portaudit-db/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portaudit-db/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portaudit-db
-# Date created: 12 Jun 2004
-# Whom: Oliver Eikemeier
-#
+# Created by: Oliver Eikemeier
# $FreeBSD$
-#
PORTNAME= portaudit-db
PORTVERSION= 0.2.3
@@ -29,6 +25,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g
-e "s|%%PORTVERSION%%|${PORTVERSION}|g" \
-e "s|%%DATABASEDIR%%|${DATABASEDIR}|g"
+NO_STAGE= yes
do-build:
@for f in packaudit.sh packaudit.conf; do \
${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/$$f"; \
Modified: head/ports-mgmt/portaudit/Makefile
==============================================================================
--- head/ports-mgmt/portaudit/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portaudit/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portaudit
-# Date created: 25 Jan 2004
-# Whom: Oliver Eikemeier
-#
+# Created by: Oliver Eikemeier
# $FreeBSD$
-#
PORTNAME= portaudit
PORTVERSION= 0.6.1
@@ -36,6 +32,7 @@ SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g
-e "s|%%REQPKGVER%%|${REQPKGVER}|g" \
-e "s|%%BZIP2_CMD%%|${BZIP2_CMD}|g" \
+NO_STAGE= yes
do-build:
.for f in portaudit-cmd.sh portaudit.sh portaudit.1 portaudit.conf
@${SED} ${SED_SCRIPT} ${FILESDIR}/${f} >${WRKDIR}/${f}
Modified: head/ports-mgmt/portbuilder/Makefile
==============================================================================
--- head/ports-mgmt/portbuilder/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portbuilder/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -18,6 +18,7 @@ USE_XZ= yes
PORTDOCS= BUGS ChangeLog COPYRIGHT README
+NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
Modified: head/ports-mgmt/portcheckout/Makefile
==============================================================================
--- head/ports-mgmt/portcheckout/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portcheckout/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -16,4 +16,5 @@ MAN1= portcheckout.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/portcheckout
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/portconf/Makefile
==============================================================================
--- head/ports-mgmt/portconf/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portconf/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,11 +1,5 @@
-# New ports collection makefile for: portconf
-# Date created: 7 Jun 2006
-# Whom: Alex Dupre <ale at FreeBSD.org>
-#
+# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-#
-# This port is self contained in the files directory.
-#
PORTNAME= portconf
PORTVERSION= 1.6
@@ -21,6 +15,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= libexec/${PORTNAME}
+NO_STAGE= yes
do-fetch:
@${DO_NADA}
Modified: head/ports-mgmt/portdowngrade/Makefile
==============================================================================
--- head/ports-mgmt/portdowngrade/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portdowngrade/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -15,6 +15,7 @@ RUN_DEPENDS= svn:${PORTSDIR}/devel/subve
NO_BUILD= yes
PLIST_FILES= sbin/portdowngrade
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${PREFIX}/sbin/
Modified: head/ports-mgmt/porteasy/Makefile
==============================================================================
--- head/ports-mgmt/porteasy/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/porteasy/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -17,6 +17,7 @@ SRC= ${.CURDIR}/src
MAN8= porteasy.8
+NO_STAGE= yes
do-fetch:
@${DO_NADA}
Modified: head/ports-mgmt/portell/Makefile
==============================================================================
--- head/ports-mgmt/portell/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portell/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portell
-# Date created: Wed Jan 08 13:25:35 GMT 2003
-# Whom: mich at freebsdcluster.org
-#
+# Created by: mich at freebsdcluster.org
# $FreeBSD$
-#
PORTNAME= portell
PORTVERSION= 0.2
@@ -21,6 +17,7 @@ NO_BUILD= yes
PLIST_FILES= bin/portell
PORTDOCS= README.txt
+NO_STAGE= yes
post-extract:
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py
${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py
Modified: head/ports-mgmt/portless/Makefile
==============================================================================
--- head/ports-mgmt/portless/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portless/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portless
-# Date created: 8 June 2006
-# Whom: Martin Kammerhofer
-#
+# Created by: Martin Kammerhofer
# $FreeBSD$
-#
PORTNAME= portless
PORTVERSION= 0.2.7
@@ -23,6 +19,7 @@ MANCOMPRESSED= no
PLIST_FILES= bin/portless
+NO_STAGE= yes
do-build:
${SED} -e 's;@BASH@;${LOCALBASE}/bin/bash;g' \
${FILESDIR}/portless.sh >${WRKDIR}/portless
Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portlint/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,8 +1,5 @@
# Created by: Jun-ichiro itojun Hagino <itojun at itojun.org>
# $FreeBSD$
-#
-# This port is self contained in the src directory.
-#
PORTNAME= portlint
PORTVERSION= 2.14.4
@@ -28,6 +25,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/portlintgr
PLIST_DIRS= %%EXAMPLESDIR%%
.endif
+NO_STAGE= yes
do-fetch:
@${DO_NADA}
Modified: head/ports-mgmt/portrac/Makefile
==============================================================================
--- head/ports-mgmt/portrac/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portrac/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portrac
-# Date created: 12 Sep 2009
-# Whom: mgp
-#
+# Created by: mgp
# $FreeBSD$
-#
PORTNAME= portrac
PORTVERSION= 0.4
@@ -28,6 +24,7 @@ USE_BZIP2= yes
USE_QT4= gui moc_build qmake_build
+NO_STAGE= yes
do-configure:
@cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro
Modified: head/ports-mgmt/portscout/Makefile
==============================================================================
--- head/ports-mgmt/portscout/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portscout/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -29,6 +29,7 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/datab
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQLITE3}
Modified: head/ports-mgmt/portsearch/Makefile
==============================================================================
--- head/ports-mgmt/portsearch/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portsearch/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portsearch
-# Date created: 22 Nov 2005
-# Whom: Vasil Dimov <vd at datamax.bg>
-#
+# Created by: Vasil Dimov <vd at datamax.bg>
# $FreeBSD$
-#
PORTNAME= portsearch
PORTVERSION= 1.3.2
@@ -18,4 +14,5 @@ COMMENT= Port searching tool that suppor
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
PLIST_DIRS= %%DATADIR%%
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/ports-mgmt/portshaker-config/Makefile
==============================================================================
--- head/ports-mgmt/portshaker-config/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portshaker-config/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portshaker-config
-# Date created: 2010-04-29
-# Whom: Romain Tartiere <romain at FreeBSD.org>
-#
+# Created by: Romain Tartiere <romain at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= portshaker-config
CATEGORIES= ports-mgmt
@@ -20,4 +16,5 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/ports-mgmt/portshaker/Makefile
==============================================================================
--- head/ports-mgmt/portshaker/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portshaker/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -33,6 +33,7 @@ TEXLIVE_DESC= Enable TeXLive ports (Exp
XORG_DESC= Enable Xorg development ports
.endif
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORTNAME} == "portshaker"
Modified: head/ports-mgmt/portsopt/Makefile
==============================================================================
--- head/ports-mgmt/portsopt/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portsopt/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: portsopt
-# Date created: 25 Dec 2006
-# Whom: Beat Gaetzi <beat at chruetertee.ch>
-#
+# Created by: Beat Gaetzi <beat at chruetertee.ch>
# $FreeBSD$
-#
PORTNAME= portsopt
PORTVERSION= 1.5
@@ -17,6 +13,7 @@ NO_BUILD= yes
PLIST_FILES= sbin/portsopt
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
Modified: head/ports-mgmt/portsreinstall/Makefile
==============================================================================
--- head/ports-mgmt/portsreinstall/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/portsreinstall/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -15,6 +15,7 @@ LICENSE= BSD
MAN8= ${PORTNAME}.8
MANCOMPRESSED= yes
+NO_STAGE= yes
post-install:
@${ECHO_MSG} "====================================================================="
@${ECHO_MSG} "This software invokes some installed files of portupgrade(1)"
Modified: head/ports-mgmt/porttools/Makefile
==============================================================================
--- head/ports-mgmt/porttools/Makefile Fri Sep 20 22:34:42 2013 (r327761)
+++ head/ports-mgmt/porttools/Makefile Fri Sep 20 22:36:49 2013 (r327762)
@@ -36,6 +36,7 @@ OPTIONS_DEFAULT= NEWFILE
NEWFILE_DESC= Enable newfile support
+NO_STAGE= yes
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list