diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
commit | 75949a996e39878559ea48f6a2aacba0821c3f90 (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel | |
parent | a8e75368f3d8ed37ad064f089d86ee2af734e271 (diff) | |
download | freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.gz freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.zst freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Diffstat (limited to 'devel')
379 files changed, 525 insertions, 717 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile index 19e8a886b055..317dd760a0b6 100644 --- a/devel/aap/Makefile +++ b/devel/aap/Makefile @@ -20,6 +20,7 @@ USE_ZIP= yes USE_PYTHON= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 8beff0523874..096cb76c1f09 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -30,6 +30,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt diff --git a/devel/ace+tao-doc/Makefile b/devel/ace+tao-doc/Makefile index 75b2075c1e6a..bd4e55d04407 100644 --- a/devel/ace+tao-doc/Makefile +++ b/devel/ace+tao-doc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ace+tao-doc -# Date created: 9 January 2004 -# Whom: Sergey Matveychuk <sem@ciam.ru> -# +# Created by: Sergey Matveychuk <sem@ciam.ru> # $FreeBSD$ -# PORTNAME= ace+tao-doc PORTVERSION= 5.5.0 @@ -23,6 +19,7 @@ PLIST= ${WRKDIR}/pkg-plist DIRLIST= ${WRKDIR}/dir-list INSTALL_DIR= share/doc/${PORTNAME} +NO_STAGE= yes pre-install: @${ECHO_MSG} "--> Generating a directories list"; \ cd ${WRKSRC}; \ diff --git a/devel/ace/Makefile b/devel/ace/Makefile index b0fe22f3438b..8903996a6506 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/devel/acme/Makefile b/devel/acme/Makefile index 78e2dae97e66..230801e27259 100644 --- a/devel/acme/Makefile +++ b/devel/acme/Makefile @@ -34,6 +34,7 @@ PLIST_DIRSTRY= %%DATADIR%%/6502 \ %%DATADIR%%/Own \ %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/devel/activitymail/Makefile b/devel/activitymail/Makefile index bac9ee263df6..bb40d5e64ea8 100644 --- a/devel/activitymail/Makefile +++ b/devel/activitymail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: activitymail -# Date created: 11 Nov 2003 -# Whom: Joseph Scott <joseph@randomnetworks.com> -# +# Created by: Joseph Scott <joseph@randomnetworks.com> # $FreeBSD$ -# PORTNAME= activitymail PORTVERSION= 1.26 @@ -20,4 +16,5 @@ USE_PERL5= modbuild PLIST_FILES= bin/activitymail MAN1= activitymail.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/adabooch-doc-html/Makefile b/devel/adabooch-doc-html/Makefile index 71c6857470db..c108b6411189 100644 --- a/devel/adabooch-doc-html/Makefile +++ b/devel/adabooch-doc-html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adabooch -# Date created: 21 December 2002 -# Whom: David Holm <david@realityrift.com> -# +# Created by: David Holm <david@realityrift.com> # $FreeBSD$ -# PORTNAME= adabooch-doc PORTVERSION= 20030309 @@ -23,6 +19,7 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/adabooch-doc-html EXTRACT_AFTER_ARGS= -d ${WRKSRC} +NO_STAGE= yes pre-extract: @${MKDIR} ${WRKSRC} diff --git a/devel/adabooch/Makefile b/devel/adabooch/Makefile index bc7b919001d4..9041768fe316 100644 --- a/devel/adabooch/Makefile +++ b/devel/adabooch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adabooch -# Date created: 21 December 2002 -# Whom: David Holm <david@realityrift.com> -# +# Created by: David Holm <david@realityrift.com> # $FreeBSD$ -# PORTNAME= adabooch PORTVERSION= 20030309 @@ -19,6 +15,7 @@ LICENSE= GPLv2 NO_BUILD= yes +NO_STAGE= yes do-install: @${ECHO} Installing library files @${MKDIR} ${PREFIX}/lib/adabooch diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index 48612d651d24..27b8ff06579b 100644 --- a/devel/adacurses/Makefile +++ b/devel/adacurses/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adacurses -# Date created: 19 June 2002 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= adacurses PORTVERSION= 5.9 @@ -27,6 +23,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ CONFIGURE_ENV= ac_cv_path_LDCONFIG="${LDCONFIG} -m ${PREFIX}/lib" \ ADA_SUBDIRS="gen src" +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/adacurses @${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.ads ${PREFIX}/lib/adacurses diff --git a/devel/adasdl/Makefile b/devel/adasdl/Makefile index 50b48a388836..f93d5a23521d 100644 --- a/devel/adasdl/Makefile +++ b/devel/adasdl/Makefile @@ -17,6 +17,7 @@ USE_SDL= mixer image sdl USES= ada gmake GMAKE= ${SETENV} ${MAKE_ENV} gmake +NO_STAGE= yes do-patch: for i in `${FIND} ${WRKSRC} -name 'Makefile'`; do \ ${REINPLACE_CMD} -e '/gnatmake/!s/make\ /gmake\ /' $${i}; \ diff --git a/devel/adime/Makefile b/devel/adime/Makefile index c6266be772e2..4debd22418dd 100644 --- a/devel/adime/Makefile +++ b/devel/adime/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro USES= gmake +NO_STAGE= yes .include "Makefile.man" MAKEFILE= makefile diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index a7dab029a664..d76e05d34fa9 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aegis -# Date created: 2007-12-20 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= aegis PORTVERSION= 4.24.3 @@ -52,6 +48,7 @@ MAN5= aecattr.5 aecstate.5 aedir.5 aefattr.5 aefstate.5 aegis.5 \ PORTDATA= * PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/devel/afay/Makefile b/devel/afay/Makefile index 0df2e219b228..d319d846bc6e 100644 --- a/devel/afay/Makefile +++ b/devel/afay/Makefile @@ -19,6 +19,7 @@ MAN1= aflex.1 ayacc.1 NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/devel/ahven/Makefile b/devel/ahven/Makefile index e57955105920..f23d03c305d8 100644 --- a/devel/ahven/Makefile +++ b/devel/ahven/Makefile @@ -19,6 +19,7 @@ MAKE_ENV+= DESTDIR=${DESTINY} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile index 62de324e6663..385469d77f88 100644 --- a/devel/aifad/Makefile +++ b/devel/aifad/Makefile @@ -27,6 +27,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile index 28d3be146dcb..f1caa1f308fd 100644 --- a/devel/alabastra/Makefile +++ b/devel/alabastra/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= Alabastra PLIST_FILES= bin/alabastra +NO_STAGE= yes do-configure: @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) diff --git a/devel/ald/Makefile b/devel/ald/Makefile index a6de672243e8..496431a1adee 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ald -# Date created: 11 July 2003 -# Whom: Patrick Alken <alken@colorado.edu> -# +# Created by: Patrick Alken <alken@colorado.edu> # $FreeBSD$ -# PORTNAME= ald PORTVERSION= 0.1.7 @@ -20,4 +16,5 @@ PLIST_FILES= bin/ald ONLY_FOR_ARCHS= i386 NOPRECIOUSMAKEVARS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/alf/Makefile b/devel/alf/Makefile index bbbdd35473a3..25d691e3e641 100644 --- a/devel/alf/Makefile +++ b/devel/alf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: alf -# Date created: Sep 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= alf PORTVERSION= 0.1 @@ -20,4 +15,5 @@ USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index 9aae5fbb3f5e..612e11699aa4 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -1,7 +1,5 @@ -# Created by: nemysis@gmx.ch -# +# Created by: nemysis@gmx.ch # $FreeBSD$ -# PORTNAME= allegro DISTVERSION= 5.0.7 @@ -47,6 +45,7 @@ OPTIONS_DEFINE= DEMOS OPTIONS_DEFAULT= DEMOS DEMOS_DESC= Install Demos programs +NO_STAGE= yes .include <bsd.port.options.mk> .include "Makefile.man" diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index ac59b82da518..0645601f9fb8 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -33,6 +33,7 @@ LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib \ jack.0:${PORTSDIR}/audio/jack \ png15:${PORTSDIR}/graphics/png +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile index d50400f3833c..261fe0d8d0b2 100644 --- a/devel/android-tools-adb/Makefile +++ b/devel/android-tools-adb/Makefile @@ -24,4 +24,5 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/adb +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile index 5df097a7b336..bd2d459d64d7 100644 --- a/devel/anjuta-extras/Makefile +++ b/devel/anjuta-extras/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: anjuta-extras -# Date created: 8 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/anjuta-extras/Makefile,v 1.11 2010/09/29 12:14:23 kwm Exp $ -# PORTNAME= anjuta-extras PORTVERSION= 2.32.1.1 @@ -29,4 +25,5 @@ CONFIGURE_ARGS+=--disable-plugin-valgrind \ GCONF_SCHEMAS= anjuta-editor-scintilla.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index adf1167dd142..0b7d5cd9586e 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -65,6 +65,7 @@ OPTIONS_DEFINE= SVN DEVHELP OPTIONS_DEFAULT=DEVHELP DEVHELP_DESC= Devhelp support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSVN} diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 10cde2e5a4a7..723a7f8767a6 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -27,6 +27,7 @@ PORT_CLASSPATH= ${WRKSRC}/antlrall.jar:. EXAMPLES= cpp java +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \ diff --git a/devel/antlrworks/Makefile b/devel/antlrworks/Makefile index 3d3bd140c10e..24870358d465 100644 --- a/devel/antlrworks/Makefile +++ b/devel/antlrworks/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/antlrworks \ ${JAVAJARDIR:C,${PREFIX}/?,,}/${PORTNAME}.jar \ share/pixmaps/antlrworks.png +NO_STAGE= yes do-install: ${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index bd63ee3dbcff..b49c5e3fe70b 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,4 +1,4 @@ -# Created by: Ernst de Haan <znerd@FreeBSD.org> +# Created by: Ernst de Haan <znerd@FreeBSD.org> # $FreeBSD$ PORTNAME= apache-ant @@ -45,6 +45,7 @@ MAN5= build.xml.5 SUB_FILES= ant.sh +NO_STAGE= yes post-extract: @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${MANPAGE_DISTFILE} diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 870115949301..f671ba2c1de6 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -31,6 +31,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt diff --git a/devel/apiextractor/Makefile b/devel/apiextractor/Makefile index 76faa93876e2..24ff44e90e8c 100644 --- a/devel/apiextractor/Makefile +++ b/devel/apiextractor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apiextractor -# Date created: 2011-03-21 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= apiextractor PORTVERSION= 0.10.10 @@ -29,4 +25,5 @@ USE_BZIP2= yes USES= cmake USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index fffd062cf18f..e214dcdbb54d 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -46,6 +46,7 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} +NO_STAGE= yes .include <bsd.port.options.mk> ########## APR Options diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index d3ad98d4a0cf..97803d3fd5be 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: apr -# Date created: 19 February 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# +# Created by: Garrett Rooney <rooneg@electricjellyfish.net> # $FreeBSD$ PORTNAME= apr @@ -29,6 +26,7 @@ NDBM_DESC= NDBM support in apr-util DEVRANDOM_DESC= Use /dev/random or compatible DEVELOPER_ONLY_DESC= I want to test apr2 not the maintainer +NO_STAGE= yes .include <bsd.port.options.mk> USES= iconv perl5 diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index 22059ba7f0a2..4a243ac8cbb8 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-lib-glcd -# Date created: 03 Apr 2011 -# Whom: Craig Leres <leres@ee.lbl.gov> -# +# Created by: Craig Leres <leres@ee.lbl.gov> # $FreeBSD$ -# PORTNAME= arduino-glcd PORTVERSION= 3.20111205 @@ -38,6 +34,7 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ +NO_STAGE= yes include \ readme.txt diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 132a7836e54b..0eab8ed7dec6 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-irremote -# Date created: 02 Apr 2011 -# Whom: Craig Leres <leres@ee.lbl.gov> -# +# Created by: Craig Leres <leres@ee.lbl.gov> # $FreeBSD$ -# PORTNAME= arduino-irremote PORTVERSION= 0.1 @@ -30,6 +26,7 @@ PLIST_FILES= arduino/libraries/IRremote/IRremote.cpp \ arduino/libraries/IRremote/keywords.txt PLIST_DIRS= arduino/libraries/IRremote +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/arduino-mk/Makefile b/devel/arduino-mk/Makefile index 0d19d3ba514d..147a89db39f8 100644 --- a/devel/arduino-mk/Makefile +++ b/devel/arduino-mk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-mk -# Date created: 27 Feb 2011 -# Whom: Craig Leres <leres@ee.lbl.gov> -# +# Created by: Craig Leres <leres@ee.lbl.gov> # $FreeBSD$ -# PORTNAME= arduino-mk PORTVERSION= 0.10 @@ -28,6 +24,7 @@ NO_BUILD= yes OPTIONS_DEFINE+= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDOCS) diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 1a7094e30cd8..7dbb66d58642 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -39,6 +39,7 @@ DOCS_DESC= Install the reference documents INSLIST= arduino hardware lib libraries logo.png revisions.txt tools +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MATMEGA644P} diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile index 69e9db820c91..dcff3cb66fbf 100644 --- a/devel/argouml/Makefile +++ b/devel/argouml/Makefile @@ -34,6 +34,7 @@ PORTDOCS= manual-${PORTVERSION}.pdf quickguide-${PORTVERSION}.pdf OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> DESKTOP_ENTRIES= "ArgoUML" \ diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index 46f96e478f88..9508716bbba7 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= lib/libargp.la lib/libargp.a \ lib/libargp.so lib/libargp.so.0 \ include/argp.h +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/devel/argtable/Makefile b/devel/argtable/Makefile index bffcb7b3580f..3cb7bb8ef10d 100644 --- a/devel/argtable/Makefile +++ b/devel/argtable/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: argtable -# Date created: Dec 17, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= argtable PORTVERSION= 2.13 @@ -21,6 +16,7 @@ USE_LDCONFIG= yes MAN3= argtable2.3 MLINKS= argtable2.3 argtable.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g ; \ s|^install-data-am: |install-data-am: #|g' ${WRKSRC}/Makefile.in diff --git a/devel/arm-eabi-binutils/Makefile b/devel/arm-eabi-binutils/Makefile index 23afe7c37f23..1a7bbe216d20 100644 --- a/devel/arm-eabi-binutils/Makefile +++ b/devel/arm-eabi-binutils/Makefile @@ -33,6 +33,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ ${PKGNAMEPREFIX}elfedit.1 ${PKGNAMEPREFIX}windmc.1 \ ${PKGNAMEPREFIX}gprof.1 +NO_STAGE= yes post-install: .for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings ${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ diff --git a/devel/arm-eabi-gcc/Makefile b/devel/arm-eabi-gcc/Makefile index 9e7d04c4bfc0..dc3fd4ce5bbd 100644 --- a/devel/arm-eabi-gcc/Makefile +++ b/devel/arm-eabi-gcc/Makefile @@ -10,4 +10,5 @@ BUILD_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils RUN_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils MASTERDIR= ${.CURDIR}/../cross-gcc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index 7a28f3f521d5..eafc6683574e 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -29,6 +29,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ ${PKGNAMEPREFIX}gprof.1 +NO_STAGE= yes post-install: .for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings ${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ diff --git a/devel/aros-sdk/Makefile b/devel/aros-sdk/Makefile index 7eeec89f3e54..b60960f31b03 100644 --- a/devel/aros-sdk/Makefile +++ b/devel/aros-sdk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aros-sdk -# Date created: 11 Jan 2007 -# Whom: Jona Joachim <walkingshadow@grummel.net> -# +# Created by: Jona Joachim <walkingshadow@grummel.net> # $FreeBSD$ -# PORTNAME= aros-sdk PORTVERSION= 0.20060207 @@ -17,6 +13,7 @@ COMMENT= The Software development kit (SDK) for the AROS Operating System USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> LD!= ${CC} -print-prog-name=ld diff --git a/devel/art/Makefile b/devel/art/Makefile index 897b9d339e87..03c6c5e710e7 100644 --- a/devel/art/Makefile +++ b/devel/art/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26 USES= gmake pkgconfig +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${PREFIX}/bin diff --git a/devel/as31/Makefile b/devel/as31/Makefile index d4a6ada4a709..4aef58fff62e 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/as31 %%X11%%bin/as31_gtk OPTIONS_DEFINE= X11 OPTIONS_SUB= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/devel/asdlgen/Makefile b/devel/asdlgen/Makefile index e11661c83ca2..47ae980b2850 100644 --- a/devel/asdlgen/Makefile +++ b/devel/asdlgen/Makefile @@ -20,6 +20,7 @@ CII_DESC= libcii for use by generated C and C++ code OPTIONS_DEFAULT= CII +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCII} diff --git a/devel/asl/Makefile b/devel/asl/Makefile index 4424432faa09..8694d9aefb43 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asl -# Date created: 18 June 1997 -# Whom: Thomas Gellekum <tg@freebsd.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asl PORTVERSION= 1.41r8 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= i386 alpha amd64 MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1 +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile.def ${WRKSRC} diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index 155c78d013e3..a208ee7bb772 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmutils -# Date created: 22 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# +# Created by: George Reid <greid@ukug.uk.freebsd.org> # $FreeBSD$ -# PORTNAME= asmutils PORTVERSION= 0.18 @@ -45,6 +41,7 @@ PLIST_FILES= ${BINS:S/^/bin\/asmutils\//:S/bonus\///} \ PLIST_DIRS= bin/asmutils lib/asmutils PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^static ,,' ${WRKSRC}/lib/libm.c diff --git a/devel/asmx/Makefile b/devel/asmx/Makefile index 9360ee326aaf..32269aba3b16 100644 --- a/devel/asmx/Makefile +++ b/devel/asmx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmx -# Date created: 28 October 2008 -# Whom: elbarto -# +# Created by: elbarto # $FreeBSD$ -# PORTNAME= asmx PORTVERSION= 1.8.2 @@ -34,6 +30,7 @@ USE_ZIP= yes PORTDOCS= README.txt +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:M1802} diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index fa8296b53b95..17cf33e64e94 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -42,6 +42,7 @@ REINPLACE_ARGS= -i "" OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 58aed754df9b..69e721a7584d 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -19,6 +19,7 @@ USE_GCC= yes WRKSRC= ${WRKDIR}/astyle/build/gcc +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 9be621504628..33febfdcc2dd 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= TOOLS OPTIONS_DEFAULT=TOOLS TOOLS_DESC= Enable deprecated tools +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 1000021 diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index 5f3d36e2dc9d..db22b9622c61 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Atlas -# Date created: 3 February 2005 -# Whom: Janni <jannisan@t-online.de> -# +# Created by: Janni <jannisan@t-online.de> # $FreeBSD$ -# PORTNAME= Atlas PORTVERSION= 0.6.2 @@ -22,6 +18,7 @@ NO_LATEST_LINK= YES CONFIGURE_ARGS+=--program-transform-name= +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index e96c8ab2b8dc..fca72c6f197b 100644 --- a/devel/atlas/Makefile +++ b/devel/atlas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Atlas -# Date created: 29 March 2001 -# Whom: Oliver Lehmann <lehmann@ans-netz.de> -# +# Created by: Oliver Lehmann <lehmann@ans-netz.de> # $FreeBSD$ -# PORTNAME= Atlas PORTVERSION= 0.5.2 @@ -20,6 +16,7 @@ USE_LDCONFIG= YES USE_BZIP2= YES USES= pathfix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in diff --git a/devel/ats-contrib-testing/Makefile b/devel/ats-contrib-testing/Makefile index 84f037ea6bd7..71ea46b5bdab 100644 --- a/devel/ats-contrib-testing/Makefile +++ b/devel/ats-contrib-testing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ats-contrib-testing -# Date created: 2011-10-11 -# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> -# +# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= testing PORTVERSION= ${ATS_VER} @@ -17,5 +13,6 @@ COMMENT= Facilitating construction of testing code for ATS language NO_BUILD= yes ATS_CTRB= testing +NO_STAGE= yes .include "${.CURDIR}/../../lang/ats/bsd.ats.mk" .include <bsd.port.mk> diff --git a/devel/autobook/Makefile b/devel/autobook/Makefile index e220f27e9c7e..2d159faa2334 100644 --- a/devel/autobook/Makefile +++ b/devel/autobook/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autobook -# Date created: 13 December 2001 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= autobook PORTVERSION= 1.5 @@ -15,6 +11,7 @@ COMMENT= GNU autoconf, automake, and libtool - The Book NO_BUILD= yes # it's only text! +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/doc/autobook ${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index 20fa6d6eaf9e..b7125378dcc3 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autoconf-archive -# Date Created: 18 October 2006 -# Whom: Martin Kammerhofer -# +# Created by: Martin Kammerhofer # $FreeBSD$ -# PORTNAME= autoconf-archive PORTVERSION= 0.${DISTDATE:C/-/./g} @@ -21,4 +17,5 @@ INFO= ${PORTNAME} PLIST_SUB= MACRODIR=share/aclocal +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/autoconf-wrapper/Makefile b/devel/autoconf-wrapper/Makefile index 59582858e4d6..4f53dcc9a2cd 100644 --- a/devel/autoconf-wrapper/Makefile +++ b/devel/autoconf-wrapper/Makefile @@ -15,6 +15,7 @@ NO_BUILD= YES TOOL?= AUTOCONF WRAPPED_TOOLS?= autoconf autoheader autom4te autoreconf autoscan \ autoupdate ifnames +NO_STAGE= yes .include <bsd.port.pre.mk> TOOLS_CASE!= ${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|' diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index fc6cac135706..c1d3dcf44420 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -35,6 +35,7 @@ GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} +NO_STAGE= yes post-patch: @(cd ${WRKSRC}/man && \ for file in *.[1x]; do \ diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 05024953efc2..e81515547682 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -32,6 +32,7 @@ INFO= autoconf-${BUILD_VERSION} STRIP= # none +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true diff --git a/devel/autodia/Makefile b/devel/autodia/Makefile index acf1e4ef453d..126fce7fb315 100644 --- a/devel/autodia/Makefile +++ b/devel/autodia/Makefile @@ -46,6 +46,7 @@ MAN3= Autodia.3 autodia.3 \ Autodia::Handler::umbrello.3 PORTDOCS= CHANGES CREDITS DEVELOP FAQ INSTALL MANIFEST README TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGRAPHVIZ} diff --git a/devel/autodist/Makefile b/devel/autodist/Makefile index 0c27854a60e2..23dcb8eae8b2 100644 --- a/devel/autodist/Makefile +++ b/devel/autodist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autodist -# Date created: 2007-02-21 -# Whom: Peter Johnson <johnson.peter@gmail.com> -# +# Created by: Peter Johnson <johnson.peter@gmail.com> # $FreeBSD$ -# PORTNAME= autodist PORTVERSION= 1.5 @@ -21,6 +17,7 @@ USE_GMAKE= yes MAN1= autodist.1 INFO= autodist +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 6046ff81f2ba..c4eb019fffa7 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -35,4 +35,5 @@ MAN3= ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \ INFO= autogen +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/automake-wrapper/Makefile b/devel/automake-wrapper/Makefile index 24a075255b02..b8a0ce420fc8 100644 --- a/devel/automake-wrapper/Makefile +++ b/devel/automake-wrapper/Makefile @@ -10,4 +10,5 @@ PKGDIR= ${.CURDIR} TOOL= AUTOMAKE WRAPPED_TOOLS= aclocal automake +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 16aaea2ae8b6..ecd1dff46a56 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -28,6 +28,7 @@ MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \ automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \ automake-${BUILD_VERSION}.1 +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/doc/*.info diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 0bc009897e0f..2024967105ce 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -30,6 +30,7 @@ INFO= automake-${BUILD_VERSION} STRIP= # none +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/*.info* @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi diff --git a/devel/automoc4/Makefile b/devel/automoc4/Makefile index bbd896227d3b..f20bb83a19ba 100644 --- a/devel/automoc4/Makefile +++ b/devel/automoc4/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: automoc4 -# Date created: today -# Whom: miwi -# +# Created by: miwi # $FreeBSD$ PORTNAME= automoc4 @@ -20,4 +17,5 @@ USE_BZIP2= yes USES= cmake iconv MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 92fec5030eed..4a8e559b5dae 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: autotools -# Date created: 14th April 2007 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ PORTNAME= autotools @@ -26,6 +23,7 @@ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes +NO_STAGE= yes do-install: @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES} diff --git a/devel/avalon-framework/Makefile b/devel/avalon-framework/Makefile index ceeeb6656273..0d491bad6d31 100644 --- a/devel/avalon-framework/Makefile +++ b/devel/avalon-framework/Makefile @@ -27,6 +27,7 @@ PORTDOCS= api basics.html cop cvs-usage.html dependencies.html images \ JARFILES= ${PORTNAME}.jar ${PORTNAME}-api.jar ${PORTNAME}-impl.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..." .for jarfile in ${JARFILES} diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index 727ace683d1a..f5b7a64a55b9 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -22,4 +22,5 @@ GNU_CONFIGURE= yes MAN1= avarice.1 ice-gdb.1 ice-insight.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/avce00/Makefile b/devel/avce00/Makefile index 0b3e4cd45004..e86bc82708a1 100644 --- a/devel/avce00/Makefile +++ b/devel/avce00/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/avcimport bin/avcexport bin/avcdelete \ PORTDOCS= avce00.html +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/devel/avltree/Makefile b/devel/avltree/Makefile index 4f485453c8aa..37efcdc4607a 100644 --- a/devel/avltree/Makefile +++ b/devel/avltree/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: avltree -# Date created: 13 January 2000 -# Whom: Bill Ross <bross@nas.nasa.gov> -# +# Created by: Bill Ross <bross@nas.nasa.gov> # $FreeBSD$ PORTNAME= avltree @@ -16,4 +13,5 @@ COMMENT= An in-memory index w/ binary and string keys and key counts MAN3= avltree.3 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index c251dcf4ea4b..1d666c8f86e4 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# Created by: Joerg Wunsch <joerg@freebsd.org> +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ PORTNAME= binutils @@ -47,6 +47,7 @@ MAN1= \ INFO= as binutils gprof ld bfd standards configure INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info +NO_STAGE= yes add-plist-post: @${ECHO_CMD} "@unexec rm %D/${INFO_PATH}/dir 2> /dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir %D/${INFO_PATH} 2> /dev/null || true" >> ${TMPPLIST} diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 3896989e87ed..e6346966d8dc 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# Created by: Joerg Wunsch <joerg@freebsd.org> +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ PORTNAME= gcc @@ -38,6 +38,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USES= bison gettext gmake perl5 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index 92f5aa696a82..2c402370c896 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: avr-gdb -# Date created: 3 Sep 2002 -# Whom: Joerg Wunsch <joerg@FreeBSD.org> -# +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gdb PORTVERSION= 7.3.1 @@ -22,6 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls +NO_STAGE= yes pre-configure: cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index e1f34cb265e5..d38360001046 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -1,4 +1,4 @@ -# Created by: Joerg Wunsch <joerg@freebsd.org> +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ PORTNAME= avr-libc @@ -23,6 +23,7 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/devel/avra/Makefile b/devel/avra/Makefile index 9b0cc63414f9..e3c54c08980a 100644 --- a/devel/avra/Makefile +++ b/devel/avra/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tavrasm -# Date created: 12 December 2003 -# Whom: Wes Peters <@FreeBSD.org> -# +# Created by: Wes Peters <@FreeBSD.org> # $FreeBSD$ -# PORTNAME= avra PORTVERSION= 1.3.0 @@ -27,6 +23,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/avra +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/avra ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile index ff55d68f32ca..910094259cf5 100644 --- a/devel/avrdude/Makefile +++ b/devel/avrdude/Makefile @@ -20,4 +20,5 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/avro-c/Makefile b/devel/avro-c/Makefile index 984cfdf58458..51b5b2e65ee5 100644 --- a/devel/avro-c/Makefile +++ b/devel/avro-c/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: @${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \ diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index bd0eb797b614..ac68982c96f1 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -21,4 +21,5 @@ USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/avro/Makefile b/devel/avro/Makefile index 24bb91d9494d..a2679cecb826 100644 --- a/devel/avro/Makefile +++ b/devel/avro/Makefile @@ -20,6 +20,7 @@ PYTHON_DESC= Install Python library OPTIONS_DEFAULT=C CPP PYTHON +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MC} diff --git a/devel/awscli/Makefile b/devel/awscli/Makefile index 0988a832114e..112d7549c4b9 100644 --- a/devel/awscli/Makefile +++ b/devel/awscli/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.9.0:${PORTSDIR}/devel/py-bcdoc \ USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 270 diff --git a/devel/bam/Makefile b/devel/bam/Makefile index f803c83ab6d0..7c73c06b1c71 100644 --- a/devel/bam/Makefile +++ b/devel/bam/Makefile @@ -17,6 +17,7 @@ USE_BZIP2= yes PLIST_FILES= bin/bam +NO_STAGE= yes do-build: .if defined(CC) && ${CC:T:Mclang} @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh diff --git a/devel/baz/Makefile b/devel/baz/Makefile index 86e77a9a0f06..9804c7c84646 100644 --- a/devel/baz/Makefile +++ b/devel/baz/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: baz -# Date created: 11 October 2005 -# Whom: Ulf Lilleengen -# +# Created by: Ulf Lilleengen # $FreeBSD$ -# PORTNAME= baz PORTVERSION= 1.4.2 @@ -38,6 +34,7 @@ PATCH_WRKSRC= ${BASEWRKDIR} LDFLAGS+= -L ${LOCALBASE}/lib CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS} +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index f923ca614918..ebf6a42f0aa4 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bcc -# Date created: 26 March 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= bcc PORTVERSION= 1995.03.12 @@ -19,4 +15,5 @@ MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1 MANCOMPRESSED= yes .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bcpp/Makefile b/devel/bcpp/Makefile index ad716fd0f5ec..2789e74f73cf 100644 --- a/devel/bcpp/Makefile +++ b/devel/bcpp/Makefile @@ -17,6 +17,7 @@ MAKEFILE= makefile CFLAGS+= -DBCPP_CONFIG_DIR=\\\"${PREFIX}/etc/${PORTNAME}\\\" +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/beautifyphp/Makefile b/devel/beautifyphp/Makefile index 67009f650d93..4894c003e834 100644 --- a/devel/beautifyphp/Makefile +++ b/devel/beautifyphp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: beautifyphp -# Date created: 03 August 2005 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= beautifyphp PORTVERSION= 0.5.0 @@ -23,6 +19,7 @@ PLIST_FILES= bin/beautify_php share/${PORTNAME}/beautify_php.php \ share/pear/beautify_php.class.inc PLIST_DIRS= share/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's,/usr/bin/php,${LOCALBASE}/bin/php,g' ${WRKSRC}/beautify_php @${FIND} ${WRKSRC} -name "*.bak" -or -name "*.orig" -delete diff --git a/devel/bennugd-core/Makefile b/devel/bennugd-core/Makefile index f51ccef7398d..c71e6d072afc 100644 --- a/devel/bennugd-core/Makefile +++ b/devel/bennugd-core/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/bgdc bin/bgdi \ libexec/bgdc libexec/bgdi \ lib/libbgdrtm.a lib/libbgdrtm.la lib/libbgdrtm.so +NO_STAGE= yes post-extract: @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index 9ba90ada2eba..047232aad281 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -26,6 +26,7 @@ USE_DOS2UNIX= *.c WRKSRC= ${WRKDIR}/bennugd/${PORTNAME} +NO_STAGE= yes post-extract: @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index 53b7ebf25222..ebf7966b75a5 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -28,6 +28,7 @@ MAN1= cli-generate.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/bicyclerepair/Makefile b/devel/bicyclerepair/Makefile index 13975b7d66ef..7d128191e454 100644 --- a/devel/bicyclerepair/Makefile +++ b/devel/bicyclerepair/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cuecat -# Date created: 18 October 2000 -# Whom: mwm@mired.org -# +# Created by: mwm@mired.org # $FreeBSD$ -# PORTNAME= bicyclerepair PORTVERSION= 0.9 @@ -22,6 +18,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/pymacs-services:${PORTSDIR}/devel/pymacs .endif .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${DOCSDIR} diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile index 15653b01c5bd..c9a572a7081b 100644 --- a/devel/bin86/Makefile +++ b/devel/bin86/Makefile @@ -20,6 +20,7 @@ CONFLICTS= bcc-[0-9]* dev86-[0-9]* BINS= as/as86 ld/ld86 ld/objchop ld/catimage ld/objdump86 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index e805ff956259..964dc9ea27f2 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -64,6 +64,7 @@ INFO= as \ configure \ ld +NO_STAGE= yes .include <bsd.port.options.mk> # Actual earliest version may differ slightly diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 2b380d770c63..74e9ab3099e4 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--disable-yacc MAN1= bison.1 INFO= bison +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index 8d0205f62dc5..79889aa19921 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} USE_GCC= 4.6 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/blame/Makefile b/devel/blame/Makefile index 39ff1f028497..89cdbf84b0f0 100644 --- a/devel/blame/Makefile +++ b/devel/blame/Makefile @@ -14,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= blame.1 PLIST_FILES= bin/blame +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index f1bec35becd8..ea3e7100e99a 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -22,6 +22,7 @@ MAN1= bmake.1 post-patch: .SILENT ${REINPLACE_CMD} 's/^\.Nx/NetBSD/' ${WRKDIR}/bmake/bmake.1 +NO_STAGE= yes do-build: ${SETENV} ${MAKE_ENV} ${SH} ${WRKDIR}/bmake/boot-strap \ --with-default-sys-path='.../share/mk:${PREFIX}/share/mk' \ diff --git a/devel/bmkdep/Makefile b/devel/bmkdep/Makefile index b473d1046a7d..12f3909fc8f2 100644 --- a/devel/bmkdep/Makefile +++ b/devel/bmkdep/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: bmkdep -# Date created: 29 November 2011 -# Whom: trociny -# +# Created by: trociny # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= bmkdep PORTVERSION= 20120114 @@ -22,4 +16,5 @@ MAN1= bmkdep.1 MANCOMPRESSED= yes PLIST_FILES= bin/bmkdep +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bncsutil-ghost++/Makefile b/devel/bncsutil-ghost++/Makefile index 4aa828c20696..facd8e4d9f25 100644 --- a/devel/bncsutil-ghost++/Makefile +++ b/devel/bncsutil-ghost++/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bncsutil -# Date created: 2011-02-13 -# Whom: <ports@c0decafe.net> -# +# Created by: <ports@c0decafe.net> # $FreeBSD$ -# PORTNAME= bncsutil PORTVERSION= 1.3.2 @@ -27,4 +23,5 @@ WRKSRC= ${WRKDIR}/ghost/bncsutil/src/bncsutil USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile index 7e84b1bb8256..75a3fb41d729 100644 --- a/devel/bnf/Makefile +++ b/devel/bnf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bnf -# Date created: 22 May 2003 -# Whom: Frerich Raabe <frerich.raabe@gmx.de> -# +# Created by: Frerich Raabe <frerich.raabe@gmx.de> # $FreeBSD$ -# PORTNAME= bnf PORTVERSION= 1.6.10 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes INFO= bnf PLIST_FILES= bin/bnf +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index c7dddd974cf4..d32cc6024cf9 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boa-constructor -# Date created: 15 December 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= boaconstructor PORTVERSION= 0.6.1 @@ -25,6 +21,7 @@ USE_WX= 2.6 WX_COMPS= python DATADIR= ${PREFIX}/share/Boa +NO_STAGE= yes do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -x zoa ${WRKSRC} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -x zoa ${WRKSRC} diff --git a/devel/boehm-gc-redirect/Makefile b/devel/boehm-gc-redirect/Makefile index 0ea869b0d67b..c7eeb631de23 100644 --- a/devel/boehm-gc-redirect/Makefile +++ b/devel/boehm-gc-redirect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boehm-gc-redirect -# Date created: 12/17/2009 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= boehm-gc PORTVERSION= 7.1 @@ -32,6 +28,7 @@ OPTIONS_DEFINE= DEBUG PLIST_FILES= ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so.${SOVER},g} \ ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so,g} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/devel/boehm-gc-threaded/Makefile b/devel/boehm-gc-threaded/Makefile index d215c9c7870c..227e1e106de0 100644 --- a/devel/boehm-gc-threaded/Makefile +++ b/devel/boehm-gc-threaded/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boehm-gc-redirect -# Date created: 12/17/2009 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= boehm-gc PORTVERSION= 7.1 @@ -35,6 +31,7 @@ PLIST_FILES= ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so.${SOVER},g} \ ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so,g} \ libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index f2b86a3d5108..a3ceee2283e1 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boehm-gc -# Date created: 15 November 1996 -# Whom: Mike McGaughey <mmcg@cs.monash.edu.au> -# +# Created by: Mike McGaughey <mmcg@cs.monash.edu.au> # $FreeBSD$ -# PORTNAME= boehm-gc PORTVERSION= 7.1 @@ -22,6 +18,7 @@ CONFIGURE_ARGS= --enable-cplusplus --disable-static --disable-threads MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 92ee2eba8af9..c62ffa0ad0dc 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: bonobo -# Date created: 8th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# +# Created by: Ade Lovett <ade@lovett.com> # $FreeBSD$ # $MCom: ports/devel/bonobo/Makefile,v 1.5 2007/05/19 21:36:04 marcus Exp $ -# PORTNAME= bonobo PORTVERSION= 1.0.22 @@ -25,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure \ diff --git a/devel/boost-all/Makefile b/devel/boost-all/Makefile index d59be43e7f00..60b5dade4a0f 100644 --- a/devel/boost-all/Makefile +++ b/devel/boost-all/Makefile @@ -17,6 +17,7 @@ PYTHON_DESC= Boost.Python - interfacing Python and C++ NO_BUILD= yes +NO_STAGE= yes .include "common.mk" LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index b576eefb5f20..c675478dd1e6 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -9,6 +9,7 @@ UNIQ= /usr/bin/uniq NO_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/..//boost-all/common.mk" do-install: diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index a54161cf54a2..09a1e4ec49ce 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -10,6 +10,7 @@ PLIST_FILES= bin/bjam EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine +NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" do-build: diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 129d0211ef6e..99990e931cee 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -13,6 +13,7 @@ OPTIONS_DEFAULT= ICU VERBOSE_BUILD_DESC= Show compiler messages ICU_DESC= Boost.Regex with ICU unicode support +NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" .include <bsd.port.pre.mk> diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index ca9e97863a3e..5b61b9675466 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -9,6 +9,7 @@ USE_PYTHON= yes OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS VERBOSE_BUILD_DESC= Show compiler messages +NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" .include <bsd.port.pre.mk> diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile index a16cefa15b7f..e18ecdb94fbb 100644 --- a/devel/boost_build/Makefile +++ b/devel/boost_build/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: boost_build -# Date Created: 13 February 2008 -# Whom: Bruce M. Simpson -# +# Created by: Bruce M. Simpson # $FreeBSD$ PORTNAME= boost_build @@ -334,6 +331,7 @@ PLIST_DIRS+= ${BOOST_BUILD_EXAMPLE_DIRS:C/^/${EXAMPLESDIR_REL}\//} \ PLIST_FILES+= ${BOOST_BUILD_EXAMPLE_FILES:C/^/${EXAMPLESDIR_REL}\//} .endif +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} .for _dir in ${BOOST_BUILD_DIRS} diff --git a/devel/bouml-doc/Makefile b/devel/bouml-doc/Makefile index 75d243dc00d0..216d719835be 100644 --- a/devel/bouml-doc/Makefile +++ b/devel/bouml-doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bouml-doc -# Date created: 23 December 2007 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= bouml-doc PORTVERSION= 4.23 @@ -18,6 +14,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/doc DOCSDIR= ${PREFIX}/share/doc/bouml +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR}) diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 76e9872a68a5..5524002ffefc 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -26,6 +26,7 @@ MAN1= bpython.1 MAN5= bpython-config.5 PORTEXAMPLES= light.theme sample-config sample.theme +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/bsdbuild/Makefile b/devel/bsdbuild/Makefile index bdd0ba721eb1..d107dd0e9f75 100644 --- a/devel/bsdbuild/Makefile +++ b/devel/bsdbuild/Makefile @@ -28,4 +28,5 @@ MAN5= build.www.mk.5 \ build.dep.mk.5 \ build.common.mk.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bsdcflow/Makefile b/devel/bsdcflow/Makefile index 0221c315b219..25037058f9d9 100644 --- a/devel/bsdcflow/Makefile +++ b/devel/bsdcflow/Makefile @@ -24,4 +24,5 @@ MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/${DISTNAME}/gnu +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bsdlibdwarf/Makefile b/devel/bsdlibdwarf/Makefile index 170e35ab14ed..7588aab8d142 100644 --- a/devel/bsdlibdwarf/Makefile +++ b/devel/bsdlibdwarf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: BSD licenced libdwarf -# Date created: 16 June 2011 -# Whom: Niclas Zeising -# +# Created by: Niclas Zeising # $FreeBSD$ -# PORTNAME= bsdlibdwarf PORTVERSION= 0.20110616 @@ -185,6 +181,7 @@ MLINKS+= dwarf_attrval_signed.3 dwarf_attrval_flag.3 \ dwarf_set_frame_cfa_value.3 dwarf_set_frame_same_value.3 \ dwarf_set_frame_cfa_value.3 dwarf_set_frame_undefined_value.3 +NO_STAGE= yes do-install: ${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.so.3 ${PREFIX}/lib/ ${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.a ${PREFIX}/lib/ diff --git a/devel/bufferpool/Makefile b/devel/bufferpool/Makefile index 12c8cca34634..0e418b637fda 100644 --- a/devel/bufferpool/Makefile +++ b/devel/bufferpool/Makefile @@ -15,4 +15,5 @@ USE_BZIP2= yes USE_LDCONFIG= yes USES= pathfix pkgconfig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index 557003dd98d4..caf6a8814169 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -29,6 +29,7 @@ GCONF_SCHEMAS= bug-buddy.schemas MAN1= bug-buddy.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ ${WRKSRC}/src/bugzilla.c diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index fd01b36e5518..978e014a3d3b 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -36,6 +36,7 @@ DATA_DIRS_LIST= images js skins # checksetup will fail if these directories are not present! EMPTY_DIRS_LIST=data graphs contrib lib t xt +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include "${.CURDIR}/Makefile.options" .include <bsd.port.options.mk> diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile index 89d0f8c3ec40..4624c446110f 100644 --- a/devel/bugzilla42/Makefile +++ b/devel/bugzilla42/Makefile @@ -39,6 +39,7 @@ DATA_DIRS_LIST= images js skins # checksetup will fail if these directories are not present! EMPTY_DIRS_LIST=data graphs contrib lib t xt +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include "${.CURDIR}/Makefile.options" .include <bsd.port.options.mk> diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index ab08c85eb527..e51b95c7596f 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -39,6 +39,7 @@ DATA_DIRS_LIST= images js skins # checksetup will fail if these directories are not present! EMPTY_DIRS_LIST=data graphs contrib lib t xt +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include "${.CURDIR}/Makefile.options" .include <bsd.port.options.mk> diff --git a/devel/build/Makefile b/devel/build/Makefile index c16b8088c2d1..741ac0cb84c9 100644 --- a/devel/build/Makefile +++ b/devel/build/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: build -# Date created: 14 June 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= build PORTVERSION= 0.3.9 @@ -25,4 +21,5 @@ MAKE_ARGS= install_prefix=${PREFIX} PLIST_SUB= BUILD_VER=${PORTVERSION:R} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/buildapp/Makefile b/devel/buildapp/Makefile index 1018b533a45b..1f91588fa2fa 100644 --- a/devel/buildapp/Makefile +++ b/devel/buildapp/Makefile @@ -26,6 +26,7 @@ PORTDOCS= * post-patch: .SILENT ${REINPLACE_CMD} 's|sbcl|${SBCL}|' ${WRKSRC}/Makefile +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/devel/buildbot-slave/Makefile b/devel/buildbot-slave/Makefile index b1a62fd72b1a..dfeb41f092d1 100644 --- a/devel/buildbot-slave/Makefile +++ b/devel/buildbot-slave/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTESTS} diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile index ef9b8dc71419..8d814a0aa49f 100644 --- a/devel/buildbot/Makefile +++ b/devel/buildbot/Makefile @@ -34,6 +34,7 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTESTS} diff --git a/devel/buildtool-doc/Makefile b/devel/buildtool-doc/Makefile index f2c3f42a3016..2fb48a580ccc 100644 --- a/devel/buildtool-doc/Makefile +++ b/devel/buildtool-doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: buildtool-doc -# Date created: 2003-07-24 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= buildtool-doc PORTVERSION= 0.16 @@ -32,6 +28,7 @@ DOCBOOK_XSL= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl DOCS= CHANGES COPYING PEOPLE README README.bt +NO_STAGE= yes do-configure: cd ${WRKSRC} && \ CATALOG_FILE=${LOCALBASE}/share/xml/catalog.ports \ diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile index 5bcece8b5754..7b279bed815e 100644 --- a/devel/buildtool/Makefile +++ b/devel/buildtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: buildtool -# Date created: Tue Aug 27 22:11:08 PDT 2002 -# Whom: Jos Backus <jos@catnook.com> -# +# Created by: Jos Backus <jos@catnook.com> # $FreeBSD$ -# PORTNAME= buildtool PORTVERSION= 0.16 @@ -18,4 +14,5 @@ CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} MAN1= buildtool.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index b412bf5530a2..8d91cd385134 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bullet -# Date created: 2008-01-09 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bullet PORTVERSION= 2.77 @@ -28,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") || (${ARCH} == "ia64") diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 6bd3b10340f0..7835f593e16f 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -22,6 +22,7 @@ ONLY_FOR_ARCHS_REASON= Fails to compile: invokes i386 asm OPTIONS_DEFINE=DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/busybee/Makefile b/devel/busybee/Makefile index 152aea819bcd..c45ae0625caa 100644 --- a/devel/busybee/Makefile +++ b/devel/busybee/Makefile @@ -20,4 +20,5 @@ USES= pathfix pkgconfig ONLY_FOR_ARCHS= amd64 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/byaccj/Makefile b/devel/byaccj/Makefile index caabdf1b36f9..188420c0ee82 100644 --- a/devel/byaccj/Makefile +++ b/devel/byaccj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: byacc -# Date created: 28 Jun 2002 -# Whom: David Xu -# +# Created by: David Xu # $FreeBSD$ -# PORTNAME= byaccj PORTVERSION= 1.15 @@ -17,6 +13,7 @@ COMMENT= Java extension of BSD YACC-compatible parser generator PLIST_FILES= bin/byaccj WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/src +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c diff --git a/devel/bzapi/Makefile b/devel/bzapi/Makefile index 7b4652be4b7c..e0aa84b5d392 100644 --- a/devel/bzapi/Makefile +++ b/devel/bzapi/Makefile @@ -32,6 +32,7 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/script/*.pl ${PREFIX}/bin @(cd ${WRKSRC}/extension/BzAPI; ${COPYTREE_SHARE} . ${PREFIX}/www/bugzilla/extensions/BzAPI) diff --git a/devel/bzr-builder/Makefile b/devel/bzr-builder/Makefile index 63d07a54e8b4..40401e938a6c 100644 --- a/devel/bzr-builder/Makefile +++ b/devel/bzr-builder/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-builder -# Date created: 22 Aug 2010 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= bzr-builder PORTVERSION= 0.7.3 @@ -26,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_builder +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-colo/Makefile b/devel/bzr-colo/Makefile index 78ae89101b20..9cdc3aa825b4 100644 --- a/devel/bzr-colo/Makefile +++ b/devel/bzr-colo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-colo -# Date created: 2010-10-18 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-colo PORTVERSION= 0.4.0 @@ -25,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_colo +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index d0a1df9fd2bc..f36b5c07db29 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-git -# Date created: 25 May 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-explorer PORTVERSION= 1.3.0 @@ -25,4 +21,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= explorer USES= gettext +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-externals/Makefile b/devel/bzr-externals/Makefile index 8768f57aab55..0c90737e9f12 100644 --- a/devel/bzr-externals/Makefile +++ b/devel/bzr-externals/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bzr-externals -# Date created: 2010-08-30 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-externals PORTVERSION= 1.3.3 @@ -25,4 +21,5 @@ WRKSRC= ${WRKDIR}/externals USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-fastimport/Makefile b/devel/bzr-fastimport/Makefile index f169ef993fc2..8b9b3f835ee9 100644 --- a/devel/bzr-fastimport/Makefile +++ b/devel/bzr-fastimport/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-fastimport PORTVERSION= 0.13.0 @@ -24,4 +23,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_fastimport PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index 8f27918e7b10..4f099ecb0b40 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -23,4 +23,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_git +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-grep/Makefile b/devel/bzr-grep/Makefile index 2186e22b7995..bea6380ef858 100644 --- a/devel/bzr-grep/Makefile +++ b/devel/bzr-grep/Makefile @@ -25,4 +25,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_grep PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index ef41879b4f4f..b98dd1bfb4c5 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -25,6 +25,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= GTKSOURCE GTKSOURCE_DESC= GTKSourceview support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTKSOURCE} diff --git a/devel/bzr-loom/Makefile b/devel/bzr-loom/Makefile index a331b25541bc..4c6a1840c972 100644 --- a/devel/bzr-loom/Makefile +++ b/devel/bzr-loom/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-loom -# Date created: 22 Aug 2010 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= bzr-loom PORTVERSION= 2.2.0 @@ -27,4 +23,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Loom PYDISTUTILS_PKGVERSION= 2.2.1dev0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-pipeline/Makefile b/devel/bzr-pipeline/Makefile index c3bb0ed44dfb..93449cf75b7b 100644 --- a/devel/bzr-pipeline/Makefile +++ b/devel/bzr-pipeline/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-pipeline -# Date created: 2010-11-16 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= bzr-pipeline PORTVERSION= 1.4 @@ -25,4 +21,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BzrPipeline WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-rewrite/Makefile b/devel/bzr-rewrite/Makefile index 08bbc59a1f57..d5a4a145a528 100644 --- a/devel/bzr-rewrite/Makefile +++ b/devel/bzr-rewrite/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-rewrite -# Date created: 2010-11-10 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= bzr-rewrite PORTVERSION= 0.6.3 @@ -25,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_rewrite +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-scmproj/Makefile b/devel/bzr-scmproj/Makefile index de2cb6bd8901..7afa2b15ee5a 100644 --- a/devel/bzr-scmproj/Makefile +++ b/devel/bzr-scmproj/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-scmproj -# Date created: 2012-04-13 -# Whom: Carlo Strub <cs@FreeBSD.org> -# +# Created by: Carlo Strub <cs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bzr-scmproj PORTVERSION= 0.6.2 @@ -23,4 +19,5 @@ RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-stats/Makefile b/devel/bzr-stats/Makefile index 3f24c696543e..0244dd6025ee 100644 --- a/devel/bzr-stats/Makefile +++ b/devel/bzr-stats/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-stats -# Date created: 2011-02-27 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-stats PORTVERSION= 0.1.0 @@ -26,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_stats +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 834ba5fc8c69..f3da64b9af02 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-svn -# Date created: 8 August 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-svn PORTVERSION= 1.2.2 @@ -26,4 +22,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_svn +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr-upload/Makefile b/devel/bzr-upload/Makefile index d85aab820588..043ebdc0a73d 100644 --- a/devel/bzr-upload/Makefile +++ b/devel/bzr-upload/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-upload -# Date created: 2010-12-11 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= bzr-upload PORTVERSION= 1.1.0 @@ -26,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_upload +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 937d4a7aaf8e..136cf054ff15 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -25,6 +25,7 @@ USES= gettext MAN1= bzr.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSFTP} diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index d33b859649c9..fcd229cedc91 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -23,6 +23,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 2.5.0 PYDISTUTILS_PKGNAME= BzrTools +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGRAPHVIZ} diff --git a/devel/c-unit/Makefile b/devel/c-unit/Makefile index a8616e2d3f37..5f363236a89e 100644 --- a/devel/c-unit/Makefile +++ b/devel/c-unit/Makefile @@ -30,6 +30,7 @@ MEM_DESC= Internal memory tracking OPTIONS_DEFAULT= AUT BAS CON +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ 's|/@PACKAGE@/Examples/Automated|/examples/@PACKAGE@/Automated|g' \ diff --git a/devel/c4/Makefile b/devel/c4/Makefile index c3bbe756d387..080f43e31e7f 100644 --- a/devel/c4/Makefile +++ b/devel/c4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: C4 -# Date created: 2 September 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= c4 PORTVERSION= 1.10 @@ -19,6 +15,7 @@ ALL_TARGET= c4 MAN1= c4.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/c4.1 ${MAN1PREFIX}/man/man1/ diff --git a/devel/calibrator/Makefile b/devel/calibrator/Makefile index 6271e8293a34..51c8cf8e6a9e 100644 --- a/devel/calibrator/Makefile +++ b/devel/calibrator/Makefile @@ -14,6 +14,7 @@ COMMENT= Cache Profiling Tool NO_WRKSUBDIR= yes PLIST_FILES= bin/calibrator +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/devel/cbind/Makefile b/devel/cbind/Makefile index bfbb66dd809d..1d30be264b31 100644 --- a/devel/cbind/Makefile +++ b/devel/cbind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cbind -# Date created: 23 December 2002 -# Whom: David Holm <david@realityrift.com> -# +# Created by: David Holm <david@realityrift.com> # $FreeBSD$ -# PORTNAME= cbind PORTVERSION= 6 @@ -22,6 +18,7 @@ MAN1= cbind.1 ${WRKSRC}= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cbind ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/cbfe ${PREFIX}/bin diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile index 4f847aeb7173..39178ac98ad5 100644 --- a/devel/cbrowser/Makefile +++ b/devel/cbrowser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cbrowser -# Date created: 20 April 2000 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= cbrowser PORTVERSION= 0.8 @@ -20,6 +16,7 @@ USE_TK= 84+ USE_TK_RUN= yes NO_BUILD= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -i "" -e '3s|wish|${WISH}|' ${WRKSRC}/cbrowser diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 69d444adba44..e6df5f72f8af 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -27,6 +27,7 @@ SHEBANG_FILES= src/ca65html/ca65html \ SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/cccc/Makefile b/devel/cccc/Makefile index ba3d5f157986..4185a2039615 100644 --- a/devel/cccc/Makefile +++ b/devel/cccc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: cccc -# Date created: 12 September 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= cccc PORTVERSION= 3.1.4 @@ -24,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= readme.txt changes.txt PLIST_FILES= bin/cccc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|=g++|=${CXX}|' ${WRKSRC}/*/posix*.mak diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile index 976e6c932c09..51bb3350efae 100644 --- a/devel/ccdoc/Makefile +++ b/devel/ccdoc/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= bin/ccdoc PORTDOCS= * .endif +NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e "s:%%PERL%%:${PERL}:" \ -e "s:%%CXX%%:${CXX}:" \ diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile index 777b29e742e6..22ed943e9a6c 100644 --- a/devel/ccons/Makefile +++ b/devel/ccons/Makefile @@ -34,6 +34,7 @@ WRKSRC= ${WRKDIR}/ccons MAN1= ccons.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900044 diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index 9363b434864f..a3d5b1ff0d9a 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -22,6 +22,7 @@ INFO= ccrtp BROKEN= does not build +NO_STAGE= yes post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index 71f1319f797f..5e5cc9a54539 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cdash -# Date created: 12 August 2011 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= cdash PORTVERSION= 2.0.2 @@ -32,6 +28,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g} SUB_FILES= pkg-message SUB_LIST+= DB_TYPE=${DB_TYPE} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index a342ab026541..01b707c8f164 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= bin/cdecl bin/c++decl CONFLICTS= cutils-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 5171853ea0ed..e2164bfa157b 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: ncdialog -# Date created: 2003-01-11 -# Whom: AlanE <alane@freebsd.org> -# -# $Carpetsmoker: ports/cdialog/Makefile,v 1.4 2007/04/22 11:30:53 carpetsmoker Exp $ +# Created by: AlanE <alane@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cdialog PORTVERSION= 1.1.20120215 @@ -35,6 +30,7 @@ MANCOMPRESSED= no INSTALL_TARGET= install-strip install-man install-lib +NO_STAGE= yes .if !defined(NOPORTEXAMPLES) post-patch: @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \; diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index ff71a84ad6f3..7cc92cfb3445 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS+=--with-ncurses diff --git a/devel/cedet/Makefile b/devel/cedet/Makefile index 4afc39fa5e72..8c19633b88ae 100644 --- a/devel/cedet/Makefile +++ b/devel/cedet/Makefile @@ -28,6 +28,7 @@ SEMANTIC_INFOS= bovine-cedet.info grammar-fw.info semantic-appdev.info \ CONFLICTS= eieio-[0-9]* semantic-[0-9]* speedbar-[0-9]* +NO_STAGE= yes pre-build: #cleanup info ${RM} -f ${WRKSRC}/ede/ede.info diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index 9434cbd244b3..0252a0463ece 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cflow -# Date created: 28 Sept 1995 -# Whom: dchapes@zeus.leitch.com -# +# Created by: dchapes@zeus.leitch.com # $FreeBSD$ -# PORTNAME= cflow PORTVERSION= 2.0 @@ -21,4 +17,5 @@ USE_GMAKE= yes MAN1= cflow.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cflow2vcg/Makefile b/devel/cflow2vcg/Makefile index 9bfdd8baafb0..bbbeed454f32 100644 --- a/devel/cflow2vcg/Makefile +++ b/devel/cflow2vcg/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cflow2vcg -# Date created: May 14, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cflow2vcg PORTVERSION= 0.5 @@ -17,6 +12,7 @@ COMMENT= Convert the result of the cflow utility in a VCG format GNU_CONFIGURE= yes +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 66c59c32bf39..a5c70b434891 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -20,6 +20,7 @@ MAKE_JOBS_UNSAFE= yes # we have to specify the full path. LDFLAGS+= /usr/lib/libutil.so +NO_STAGE= yes .include <bsd.port.pre.mk> # at this time we can not use LIB_DEPENDS, please read ports/99327 diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile index 3e89dd85bf76..1e95bea305ac 100644 --- a/devel/cgilib/Makefile +++ b/devel/cgilib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgilib -# Date created: 8 May 2005 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cgilib PORTVERSION= 0.7 @@ -24,6 +20,7 @@ MAN3= cgiDebug.3 cgiFree.3 cgiFreeList.3 cgiGetCookie.3 cgiEscape.3 \ cgiGetVariables.3 cgiHeader.3 cgiInit.3 cgiRedirect.3 \ cgiSetHeader.3 cgiSetType.3 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/cgi.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/*.3 ${PREFIX}/man/man3 diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index ad8a1755191e..8b025f6961ea 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ PORTNAME= cgit @@ -32,6 +31,7 @@ SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} PLIST_SUB+= PORTNAME=${PORTNAME} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/devel/cgprof/Makefile b/devel/cgprof/Makefile index c327dd2d2e32..5606675b8318 100644 --- a/devel/cgprof/Makefile +++ b/devel/cgprof/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgprof -# Date created: 16 December 2004 -# Whom: Adam McLaurin -# +# Created by: Adam McLaurin # $FreeBSD$ -# PORTNAME= cgprof PORTVERSION= 1.2 @@ -23,4 +19,5 @@ MAKE_ENV= prefix=${PREFIX} MAN1= cgprof.1 PLIST_FILES= bin/cgprof +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/charva/Makefile b/devel/charva/Makefile index 5dc784d1ad49..4046f8228c99 100644 --- a/devel/charva/Makefile +++ b/devel/charva/Makefile @@ -1,7 +1,5 @@ # Created by: Alex Dupre <ale@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= charva PORTVERSION= 1.1.4 @@ -31,6 +29,7 @@ PLIST_SUB= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ %%JAVA_HOME%%/jre/lib/${MACHINE_ARCH}/libTerminal.so +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/java/dist/lib/${PORTNAME}.jar \ diff --git a/devel/checkheaders/Makefile b/devel/checkheaders/Makefile index 40961e01fb67..7730f6a3636a 100644 --- a/devel/checkheaders/Makefile +++ b/devel/checkheaders/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: checkheaders -# Date created: August 18, 2010 -# Whom: bf <bf@FreeBSD.org> -# +# Created by: bf <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= checkheaders PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ PLIST_FILES= bin/${PORTNAME} LICENSE= GPLv3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CXX.*=/d' ${WRKSRC}/Makefile diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index d68773837d28..405995e77251 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -25,6 +25,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/devel/chruby/Makefile b/devel/chruby/Makefile index 619b42672d07..a236a820668a 100644 --- a/devel/chruby/Makefile +++ b/devel/chruby/Makefile @@ -27,6 +27,7 @@ GH_TAGNAME= v${PORTVERSION} NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/chruby-exec ${PREFIX}/bin ( cd ${WRKSRC}/share/chruby && ${COPYTREE_BIN} \* ${PREFIX}/share/chruby ) diff --git a/devel/cil/Makefile b/devel/cil/Makefile index c1e2626ef178..4a2f720ad4ec 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -39,6 +39,7 @@ LIBFILES= App/Cilly/KeptFile.pm \ App/Cilly/TempFile.pm LIBBINS= patcher +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile index 39c0eaef6d2f..774bb4a0dca9 100644 --- a/devel/cityhash/Makefile +++ b/devel/cityhash/Makefile @@ -14,4 +14,5 @@ LICENSE= MIT GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cl-alexandria-clisp/Makefile b/devel/cl-alexandria-clisp/Makefile index dbd1a88af9e9..e855c6748d4b 100644 --- a/devel/cl-alexandria-clisp/Makefile +++ b/devel/cl-alexandria-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/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 58a3396ccad0..69ef7061d23e 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-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/devel/cl-alexandria/Makefile b/devel/cl-alexandria/Makefile index e815502bd471..8e91d547276b 100644 --- a/devel/cl-alexandria/Makefile +++ b/devel/cl-alexandria/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} diff --git a/devel/cl-asdf-clisp/Makefile b/devel/cl-asdf-clisp/Makefile index b8ccd26a2d4c..1837785092e6 100644 --- a/devel/cl-asdf-clisp/Makefile +++ b/devel/cl-asdf-clisp/Makefile @@ -18,6 +18,7 @@ USE_ASDF= yes FASL_TARGET= clisp FASL_BUILD= yes +NO_STAGE= yes post-extract: @${MKDIR} ${WRKSRC} diff --git a/devel/cl-asdf/Makefile b/devel/cl-asdf/Makefile index 73445d87e241..99beaece3354 100644 --- a/devel/cl-asdf/Makefile +++ b/devel/cl-asdf/Makefile @@ -1,6 +1,7 @@ # Created by: Henrik Motakef <henrik.motakef@web.de> # $FreeBSD$ +NO_STAGE= yes # The source tarball was obtained from the project's GIT repository: # wget -O asdf-2.017.tar.gz "http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=snapshot;h=db16d0cc1a15697f831bcacc9429cc578304b6cb;sf=tgz" diff --git a/devel/cl-cffi-clisp/Makefile b/devel/cl-cffi-clisp/Makefile index e240d1acaddd..bfd88a67aff3 100644 --- a/devel/cl-cffi-clisp/Makefile +++ b/devel/cl-cffi-clisp/Makefile @@ -23,5 +23,6 @@ FASL_TARGET= clisp FASL_BUILD= yes ASDF_MODULES= cffi cffi-grovel cffi-uffi-compat +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/devel/cl-cffi-sbcl/Makefile b/devel/cl-cffi-sbcl/Makefile index 990ce2034276..d94e66df0253 100644 --- a/devel/cl-cffi-sbcl/Makefile +++ b/devel/cl-cffi-sbcl/Makefile @@ -24,5 +24,6 @@ FASL_TARGET= sbcl FASL_BUILD= yes ASDF_MODULES= cffi cffi-grovel cffi-uffi-compat +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/devel/cl-cffi/Makefile b/devel/cl-cffi/Makefile index 0ce705c5d7b5..9eb6ab068fc4 100644 --- a/devel/cl-cffi/Makefile +++ b/devel/cl-cffi/Makefile @@ -31,6 +31,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/devel/cl-infix-clisp/Makefile b/devel/cl-infix-clisp/Makefile index a58c5d5071b6..afae7732f917 100644 --- a/devel/cl-infix-clisp/Makefile +++ b/devel/cl-infix-clisp/Makefile @@ -19,5 +19,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/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 8a2dc38cca53..22ac8a58cbbe 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -20,5 +20,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/devel/cl-infix/Makefile b/devel/cl-infix/Makefile index 60f9b9a36f96..0baeb7795d9b 100644 --- a/devel/cl-infix/Makefile +++ b/devel/cl-infix/Makefile @@ -21,6 +21,7 @@ NO_CDROM= No fees or compensation can be charged USE_ASDF= yes +NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/infix.cl ${WRKSRC}/infix.lisp diff --git a/devel/cl-port-clisp/Makefile b/devel/cl-port-clisp/Makefile index e32e1a07b902..7da7dd6ebc95 100644 --- a/devel/cl-port-clisp/Makefile +++ b/devel/cl-port-clisp/Makefile @@ -18,5 +18,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/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index d0aba684dcf0..ba02f894e2aa 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -18,5 +18,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/devel/cl-port/Makefile b/devel/cl-port/Makefile index f1f784eea516..6f6533302f6d 100644 --- a/devel/cl-port/Makefile +++ b/devel/cl-port/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/clocc-port.asd ${ASDF_PATHNAME}/port.asd diff --git a/devel/cl-split-sequence-clisp/Makefile b/devel/cl-split-sequence-clisp/Makefile index 43ff01fd9620..6ed5b05267f3 100644 --- a/devel/cl-split-sequence-clisp/Makefile +++ b/devel/cl-split-sequence-clisp/Makefile @@ -18,5 +18,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/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 9ad4f6fa63ca..db515f433e79 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -18,5 +18,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/devel/cl-split-sequence/Makefile b/devel/cl-split-sequence/Makefile index bf0f33e8618a..6dd5b1006caf 100644 --- a/devel/cl-split-sequence/Makefile +++ b/devel/cl-split-sequence/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/split-sequence.lisp ${ASDF_PATHNAME} diff --git a/devel/cl-trivial-features-clisp/Makefile b/devel/cl-trivial-features-clisp/Makefile index cfa9c80ab78e..9cc04046861f 100644 --- a/devel/cl-trivial-features-clisp/Makefile +++ b/devel/cl-trivial-features-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/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 4b66d0fbb746..cfb3748aaeec 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-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/devel/cl-trivial-features/Makefile b/devel/cl-trivial-features/Makefile index 66997d298c11..76f243eafd5e 100644 --- a/devel/cl-trivial-features/Makefile +++ b/devel/cl-trivial-features/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${MKDIR} ${ASDF_PATHNAME}/src diff --git a/devel/cl-trivial-gray-streams-clisp/Makefile b/devel/cl-trivial-gray-streams-clisp/Makefile index 172920f788d0..5277b62a26a9 100644 --- a/devel/cl-trivial-gray-streams-clisp/Makefile +++ b/devel/cl-trivial-gray-streams-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/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index d3105de5cc7c..14d2a0e37565 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-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/devel/cl-trivial-gray-streams/Makefile b/devel/cl-trivial-gray-streams/Makefile index c2c1983b02c8..4b91661f068f 100644 --- a/devel/cl-trivial-gray-streams/Makefile +++ b/devel/cl-trivial-gray-streams/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile index 125b681c96a2..f6f512e68ea1 100644 --- a/devel/cl-uffi-sbcl/Makefile +++ b/devel/cl-uffi-sbcl/Makefile @@ -18,5 +18,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/devel/cl-uffi/Makefile b/devel/cl-uffi/Makefile index 28f9c98b7ac9..6b97b4b2ab40 100644 --- a/devel/cl-uffi/Makefile +++ b/devel/cl-uffi/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${MKDIR} ${ASDF_PATHNAME}/src diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 2b647912b8e4..7907998ade46 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -52,6 +52,7 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index a969160fd849..c50760720903 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -43,6 +43,7 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} +NO_STAGE= yes post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' diff --git a/devel/clanlib22/Makefile b/devel/clanlib22/Makefile index 836d56079589..507c39badab6 100644 --- a/devel/clanlib22/Makefile +++ b/devel/clanlib22/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \ ${WRKSRC}/configure diff --git a/devel/cld/Makefile b/devel/cld/Makefile index bb06c96136c9..fa8843477ec9 100644 --- a/devel/cld/Makefile +++ b/devel/cld/Makefile @@ -14,4 +14,5 @@ COMMENT= Chromium compact language detector library GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile index a6f42d2216f2..a4f1094971f9 100644 --- a/devel/clewn/Makefile +++ b/devel/clewn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clewn -# Date created: 21 Oct 2008 -# Whom: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> -# +# Created by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> # $FreeBSD$ -# PORTNAME= clewn PORTVERSION= 1.14 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/clig/Makefile b/devel/clig/Makefile index eb4f2b8b63a6..07e2d6070cc7 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clig -# Date created: 27 July 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= clig PORTVERSION= 1.9.11.1 @@ -25,6 +21,7 @@ MANN= clig_Commandline.n clig_Description.n clig_Double.n clig_Flag.n \ clig_Float.n clig_Int.n clig_Long.n clig_Name.n clig_Rest.n \ clig_String.n clig_Usage.n clig_Version.n clig_parseCmdline.n +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/example/.cvsignore @${FIND} -d ${WRKSRC} -type d -and -name CVS -exec ${RM} -r {} \; diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 9cfdcc7fdd4c..bf81f0563566 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -24,6 +24,7 @@ USES= gmake INFO= clint +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ldl||g' diff --git a/devel/clisp-hyperspec/Makefile b/devel/clisp-hyperspec/Makefile index d76f1ec762b7..c7bcb7f4cc8b 100644 --- a/devel/clisp-hyperspec/Makefile +++ b/devel/clisp-hyperspec/Makefile @@ -14,6 +14,7 @@ NO_CDROM= Commercial redistribution prohibited WRKSRC= ${WRKDIR} NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR} @${CP} -r ${WRKSRC}/* ${DOCSDIR} diff --git a/devel/cmake-fedora/Makefile b/devel/cmake-fedora/Makefile index 8c1477f93519..7b36c3861fcd 100644 --- a/devel/cmake-fedora/Makefile +++ b/devel/cmake-fedora/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmake-fedora -# Date created: 2 Jan, 2012 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= cmake-fedora PORTVERSION= 1.0.3 @@ -19,6 +15,7 @@ LICENSE= BSD WRKSRC= ${WRKDIR}/Modules NO_BUILD= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 1e26923358ca..190e051fa577 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -21,6 +21,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo +NO_STAGE= yes post-patch: @(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \ ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \ diff --git a/devel/cmake-modules/Makefile b/devel/cmake-modules/Makefile index 4f798321e29b..2a1a1a2000d6 100644 --- a/devel/cmake-modules/Makefile +++ b/devel/cmake-modules/Makefile @@ -9,6 +9,7 @@ COMMENT= Modules and Templates for CMake CMAKE_MODULES= yes +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/Modules ${MKDIR} ${DATADIR}/Templates diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 4d980f4f6cc3..423252b0be16 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -37,6 +37,7 @@ MAN1= ccmake.1 \ ctest.1 .endif +NO_STAGE= yes post-patch: @(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \ ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \ diff --git a/devel/cmph/Makefile b/devel/cmph/Makefile index 341fd895751c..f5974f26026e 100644 --- a/devel/cmph/Makefile +++ b/devel/cmph/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: cmph -# Date created: 30 Jul 2010 -# Whom: Jesse Kempf (jessekempf@gmail.com) +# Created by: Jesse Kempf (jessekempf@gmail.com) # $FreeBSD$ -# PORTNAME= cmph PORTVERSION= 2.0 @@ -18,4 +15,5 @@ USE_LDCONFIG= yes MAN1= cmph.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cmunge/Makefile b/devel/cmunge/Makefile index a3cd46b96980..0ce853219354 100644 --- a/devel/cmunge/Makefile +++ b/devel/cmunge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmunge -# Date created: October 26th 2005 -# Whom: Frerich Raabe <frerich.raabe@gmx.de> -# +# Created by: Frerich Raabe <frerich.raabe@gmx.de> # $FreeBSD$ -# PORTNAME= cmunge PORTVERSION= 1.0 @@ -22,6 +18,7 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/cmunge bin/ctran bin/proc-incl PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/vcpc_users/jhm/bin/cmunger|${PREFIX}|; \ s|/usr/ccs/lib/cpp|/usr/bin/cpp|' ${WRKSRC}/cmunge diff --git a/devel/cobf/Makefile b/devel/cobf/Makefile index 782a842f9ef7..2f0b2d3bfb35 100644 --- a/devel/cobf/Makefile +++ b/devel/cobf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cobf -# Date created: 14 May 2006 -# Whom: Ed Schouten <ed@fxq.nl> -# +# Created by: Ed Schouten <ed@fxq.nl> # $FreeBSD$ -# PORTNAME= cobf PORTVERSION= 1.06 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR} PORTDOCS= COPYING README cobf.pdf PLIST_FILES= bin/cobf +NO_STAGE= yes do-build: @${MAKE} -C ${WRKSRC}/src/cpp diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile index 7ee7118b9f6e..b17fc6072c9e 100644 --- a/devel/cocaine-core/Makefile +++ b/devel/cocaine-core/Makefile @@ -30,6 +30,7 @@ GH_TAGNAME= ${GH_COMMIT} CONFLICTS= json-c-[0-9]* +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,boost_thread,boost_thread,g" \ ${WRKSRC}/CMakeLists.txt diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 1fb6814fe569..8ea9573ae4ba 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -19,6 +19,7 @@ SHEBANG_FILES= configure MAN1= spatch.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ ${WRKSRC}/pycaml/pycaml_ml.c diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index d69fdd746105..fd41ce3e45d1 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -37,4 +37,5 @@ CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/codeworker/Makefile b/devel/codeworker/Makefile index cea1e407dff3..ac72bf19fa05 100644 --- a/devel/codeworker/Makefile +++ b/devel/codeworker/Makefile @@ -24,6 +24,7 @@ CFLAGS+= -Dstricmp=strcasecmp PLIST_FILES= bin/codeworker +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ ${REINPLACE_CMD} -e \ diff --git a/devel/colorgcc/Makefile b/devel/colorgcc/Makefile index 3c579554284d..91daf3d69723 100644 --- a/devel/colorgcc/Makefile +++ b/devel/colorgcc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: colorgcc -# Date created: 2009-07-21 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= colorgcc PORTVERSION= 1.3.2 @@ -26,6 +22,7 @@ SUB_FILES= pkg-message NO_BUILD=yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}/${PORTNAME} diff --git a/devel/colormake/Makefile b/devel/colormake/Makefile index d6498156d6d5..edcd457bffaa 100644 --- a/devel/colormake/Makefile +++ b/devel/colormake/Makefile @@ -17,6 +17,7 @@ USE_PERL5= run PLIST_FILES= bin/colormake bin/colormake.pl bin/colormake-short bin/clmake \ bin/clmake-short +NO_STAGE= yes post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s,make ,gmake ,g;s,/bin/bash,${LOCALBASE}/bin/bash,g" \ diff --git a/devel/combat/Makefile b/devel/combat/Makefile index f823c044e4e5..a0c165f63a24 100644 --- a/devel/combat/Makefile +++ b/devel/combat/Makefile @@ -20,6 +20,7 @@ NO_BUILD= yes PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/devel/commit-patch/Makefile b/devel/commit-patch/Makefile index c2bb5008da08..015261757445 100644 --- a/devel/commit-patch/Makefile +++ b/devel/commit-patch/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/commit-partial bin/commit-patch \ MAN1= commit-partial.1 commit-patch.1 PORTDOCS= * +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/share[/]man/man/' \ -e 's/PREFIX=/PREFIX?=/' ${WRKSRC}/Makefile diff --git a/devel/common_lib/Makefile b/devel/common_lib/Makefile index 1d79b9bd5c61..557007429445 100644 --- a/devel/common_lib/Makefile +++ b/devel/common_lib/Makefile @@ -30,6 +30,7 @@ MAN3= cl_application.3 cl_binary.3 cl_calendar.3 cl_consumer.3 \ cl_csv.3 cl_dqueue.3 cl_lists.3 cl_math.3 cl_pool.3 cl_queue.3 \ cl_queue_srv.3 cl_queue_tab.3 cl_stats.3 cl_string.3 cl_timer.3 +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index d583dfe83f86..fd9a5959eb7e 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CommonC++ -# Date created: 25 July 2000 -# Whom: David Sugar <dyfet@gnu.org> -# +# Created by: David Sugar <dyfet@gnu.org> # $FreeBSD$ -# PORTNAME= commoncpp PORTVERSION= 1.8.1 @@ -27,4 +23,5 @@ INFO= commoncpp2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index b33b4f898a3d..d533e543e05d 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: compiler-rt -# Date created: 8 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= compiler-rt DISTVERSION= 0.r${SVN_REV} @@ -42,6 +38,7 @@ PLIST_FILES= include/Block.h \ include/Block_private.h \ lib/libBlocksRuntime.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile index 8df796c7eb95..9c530b056f6f 100644 --- a/devel/compiz-bcop/Makefile +++ b/devel/compiz-bcop/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USES= pkgconfig USE_GNOME= libxslt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile index d3f42d85e5ee..df03fdd10ff9 100644 --- a/devel/concurrencykit/Makefile +++ b/devel/concurrencykit/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes PLIST_SUB+= VERSION=${PORTVERSION} +NO_STAGE= yes .include "${.CURDIR}/Makefile.man" post-extract: diff --git a/devel/configkit/Makefile b/devel/configkit/Makefile index 1e09b6658bc1..61f53d5c3f70 100644 --- a/devel/configkit/Makefile +++ b/devel/configkit/Makefile @@ -19,4 +19,5 @@ WRKSRC= ${WRKDIR}/ConfigKit MAKE_ARGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index 7f859875bc05..e1183248b8e2 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -35,6 +35,7 @@ DOCS= CHANGES COPYRIGHT README TODO Tests.txt TESTS= 1..83,101..147 TEST_LIBS= Cmd.pm Cons.pm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's:/usr/lib:${PREFIX}/lib:g' \ ${WRKSRC}/cons-test diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 061637b018ac..968a570ed467 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cons -# Date created: 11 December 1998 -# Whom: rv@gnu.org -# +# Created by: rv@gnu.org # $FreeBSD$ -# PORTNAME= cons PORTVERSION= 2.2.0 @@ -28,6 +24,7 @@ DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \ cons.html TODO DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 9f1d097d9997..acec6addbb82 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cook -# Date created: 31 January 2000 -# Whom: jasone -# +# Created by: jasone # $FreeBSD$ -# PORTNAME= cook PORTVERSION= 2.30 @@ -28,6 +24,7 @@ MANCOMPRESSED= no USES= gettext # Make sure that the whole directory tree exists. +NO_STAGE= yes pre-install: ${MKDIR} ${PREFIX}/share/cook/en/man1 ${MKDIR} ${PREFIX}/lib/cook/en/LC_MESSAGES diff --git a/devel/covtool/Makefile b/devel/covtool/Makefile index 70ca334923f1..c0bd2b5765ac 100644 --- a/devel/covtool/Makefile +++ b/devel/covtool/Makefile @@ -21,6 +21,7 @@ MAN1= cov++.1 \ covtool.1 \ gen_html.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/cov++ diff --git a/devel/cpan-upload-http/Makefile b/devel/cpan-upload-http/Makefile index 1c7ab56f6887..c9f7a518b70e 100644 --- a/devel/cpan-upload-http/Makefile +++ b/devel/cpan-upload-http/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN1= cpan-upload-http.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cpan-upload/Makefile b/devel/cpan-upload/Makefile index 7fa801f09395..7f75b3ae4788 100644 --- a/devel/cpan-upload/Makefile +++ b/devel/cpan-upload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpan-upload -# Date created: Nov 30 2003 -# Whom: Lars Thegler <lars@thegler.dk> -# +# Created by: Lars Thegler <lars@thegler.dk> # $FreeBSD$ -# PORTNAME= cpan-upload PORTVERSION= 2.2 @@ -25,4 +21,5 @@ USE_PERL5= configure MAN1= cpan-upload.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index fc1746b8c9b0..556a1cd8c8df 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -29,6 +29,7 @@ RULES_DESC= User-defined rule support (requires PCRE) PLIST_FILES= bin/cppcheck +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index 75dca8322d15..4765ec65399f 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -21,6 +21,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 5fd2c41f60c2..077c4dc94760 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# ports collection makefile for: cproto -# Date created: 2000 Feb. 13 -# Whom: Abel Chow <abel_chow@yahoo.com> -# +# Created by: Abel Chow <abel_chow@yahoo.com> # $FreeBSD$ -# PORTNAME= cproto PORTVERSION= 4.7j @@ -20,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= cproto.1 PLIST_FILES= bin/cproto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 883dc57dec28..b248afbc5270 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpuflags -# Date created: 2010/02/28 -# Whom: Quentin Stievenart <acieroid@awesom.eu> -# +# Created by: Quentin Stievenart <acieroid@awesom.eu> # $FreeBSD$ -# $NetBSD: Makefile,v 1.149 2009/11/12 05:38:58 obache Exp $ PORTNAME= cpuflags PORTVERSION= 1.41 @@ -13,6 +9,7 @@ MASTER_SITES= http://awesom.eu/~acieroid/files/ports/${PORTNAME}/ MAINTAINER= acieroid@awesom.eu COMMENT= Determine compiler flags to best target current cpu +NO_STAGE= yes post-install: ${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${PREFIX}/bin/cpuflags diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile index fe09cc32c1cf..677e2a150928 100644 --- a/devel/creduce/Makefile +++ b/devel/creduce/Makefile @@ -29,4 +29,5 @@ GNU_CONFIGURE= yes USES= gmake perl5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index b1f4148f2cd5..dfe2a0d1905c 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= RTEMS_PATCHES RTEMS_PATCHES_DESC= Apply RTEMS patches +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS+= --disable-nls \ diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index 6ded5fdc7cfb..c84f8817bfbe 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -137,6 +137,7 @@ OPTIONS_DEFAULT= CXX OBJC RTEMS_PATCHES_DESC= Apply RTEMS patches +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(TGTARCH) diff --git a/devel/cross-gdb/Makefile b/devel/cross-gdb/Makefile index e505a47dfc44..358317dbf49b 100644 --- a/devel/cross-gdb/Makefile +++ b/devel/cross-gdb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cross-gdb -# Date created: 11 June 2007 -# Whom: Stanislav Sedov <stas@FreeBSD.org> -# +# Created by: Stanislav Sedov <stas@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gdb PORTVERSION= 7.2 @@ -72,6 +68,7 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \ -e "s,$$0\.(texi|info),${OURTARGET}-$$0.\1,g" \ -e "s,(@file)\{$$0\},\1\{${OURTARGET}-$$0\},g" $$*' -- +NO_STAGE= yes post-patch: # # Patch and rename info files diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index e5130f311635..0c327609d070 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXCSCOPE} diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile index 449e694c8c7c..46117a202dd1 100644 --- a/devel/cscout/Makefile +++ b/devel/cscout/Makefile @@ -21,6 +21,7 @@ USE_PERL5= run MAN1= cscout.1 cswc.1 +NO_STAGE= yes post-patch: .if exists(/usr/include/g++/) ${REINPLACE_CMD} -i "" -e 's:g++-3:g++:g' \ diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index 7883eb747c79..5189a64824fa 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -21,4 +21,5 @@ USES= gmake ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/csoap/Makefile b/devel/csoap/Makefile index afc2f701c34e..86c4bfbaf8f5 100644 --- a/devel/csoap/Makefile +++ b/devel/csoap/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: csoap -# Date created: 10 November 2009 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= csoap PORTVERSION= 1.1.0 @@ -20,4 +16,5 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index 64daf28dfa11..466b48661242 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CSSC -# Date created: 31 Mar 1999 -# Whom: Oliver Fromme -# +# Created by: Oliver Fromme # $FreeBSD$ -# PORTNAME= cssc PORTVERSION= 0.15a.0 @@ -22,4 +18,5 @@ INFO= cssc WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index e10e3939c1bb..2ec03ce111cb 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cStringBuffer -# Date created: 10 July 2004 -# Whom: Mooneer Salem <mooneer@translator.cx> -# +# Created by: Mooneer Salem <mooneer@translator.cx> # $FreeBSD$ -# PORTNAME= cstringbuffer PORTVERSION= 0.1.6 @@ -22,4 +18,5 @@ MANCOMPRESSED= no PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \ lib/libcsb.so.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index 726e2c17c297..3b9701375bba 100644 --- a/devel/ctags/Makefile +++ b/devel/ctags/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Exuberant Ctags -# Date created: 4 June 1996 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= ctags PORTVERSION= 5.8 @@ -21,6 +17,7 @@ MAN1= exctags.1 SUB_FILES+= pkg-message +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 6ea61a5e9a4c..6a8bd982d48e 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -34,6 +34,7 @@ MEM_DESC= Internal memory tracking OPTIONS_DEFAULT= AUT BAS CON +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/doc/@PACKAGE@|/share/doc/@PACKAGE@|g' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|/doc/@PACKAGE@|/share/doc/@PACKAGE@|g' ${WRKSRC}/doc/headers/Makefile.in diff --git a/devel/cut/Makefile b/devel/cut/Makefile index 70b85b07d39a..df3130c0003b 100644 --- a/devel/cut/Makefile +++ b/devel/cut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cut -# Date created: December 5 2004 -# Whom: Sergei Gnezdov <sergeiga@yahoo.com> -# +# Created by: Sergei Gnezdov <sergeiga@yahoo.com> # $FreeBSD$ -# PORTNAME= cut PORTVERSION= 2.6 @@ -16,6 +12,7 @@ COMMENT= Unit Testing Framework for C, C++, and Objective-C USE_PYTHON_RUN= yes ALL_TARGET= build +NO_STAGE= yes post-patch: .for FILE in common.py cutgen.py options.py parser.py @${REINPLACE_CMD} -e 's|/usr/bin/python|${PREFIX}/bin/python|' \ diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index 4a255790bdce..a5acb9d24372 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cutils -# Date created: 26 November 1996 -# Whom: Sandro Sigala -# +# Created by: Sandro Sigala # $FreeBSD$ -# PORTNAME= cutils PORTVERSION= 1.6 @@ -24,4 +20,5 @@ MAKE_JOBS_UNSAFE= yes CONFLICTS= cdecl-[0-9]* +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index f95432f5ab84..387c303e2f7e 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -32,6 +32,7 @@ LCOV_DESC= Force dependency on lcov regression-test: build @${SETENV} LC_ALL=C ${GMAKE} -C ${WRKSRC} check +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile index d4173f1f2632..d3c42a5337a4 100644 --- a/devel/cvs+ipv6/Makefile +++ b/devel/cvs+ipv6/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs+ipv6 -# Date created: Tue Jul 23 11:24:24 JST 2002 -# Whom: sumikawa -# +# Created by: sumikawa # $FreeBSD$ -# PORTNAME= cvs PORTVERSION= 1.11.17 @@ -36,6 +32,7 @@ INFO= cvs cvsclient CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs CVS_VER?= v${PORTVERSION:S/./_/g} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&+IPv6/g' ${WRKSRC}/configure @${CP} ${FILESDIR}/missing ${WRKSRC} diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index b65cee39bb74..3fcb942867fb 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs-devel -# Date created: Wed, 14 Nov 2007 00:21:45 +0530 -# Whom: Balwinder S Dheeman <bdheeman@gmail.com> -# +# Created by: Balwinder S Dheeman <bdheeman@gmail.com> # $FreeBSD$ -# PORTNAME= cvs PORTVERSION= 1.12.13 @@ -32,6 +28,7 @@ INFO= cvs cvsclient CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs CVS_VER?= v${PORTVERSION:S//_/g} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \ ${WRKSRC}/configure diff --git a/devel/cvs-syncmail/Makefile b/devel/cvs-syncmail/Makefile index 693388a9c851..5b0252fffd36 100644 --- a/devel/cvs-syncmail/Makefile +++ b/devel/cvs-syncmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs-syncmail -# Date created: 13 August 2007 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cvs-syncmail PORTVERSION= 2.1 @@ -26,6 +22,7 @@ USE_PYTHON= 2.0+ PLIST_FILES= bin/${DISTNAME} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index c7db2d65e8a0..64ca88adb8ed 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -23,6 +23,7 @@ INFO= cvs cvsclient MAKE_ENV+= DESTDIR=${PREFIX} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index 0c9c7159f3a3..446c164603ab 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME} diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile index d159c16c223e..29db9f439d8f 100644 --- a/devel/cvs2darcs/Makefile +++ b/devel/cvs2darcs/Makefile @@ -26,4 +26,5 @@ PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \ share/cvs2darcs/branch_detect.pl PLIST_DIRS= share/cvs2darcs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 27440dccc38c..18d314d2b51b 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/cvs2html USES= perl5 NO_BUILD= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR} diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile index 618478c16641..d93acc9b5c68 100644 --- a/devel/cvs2p4/Makefile +++ b/devel/cvs2p4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs2p4 -# Date created: 2 September 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= cvs2p4 PORTVERSION= 3.1 @@ -23,6 +19,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PERFORCE_PORT?= 1666 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's,!!PREFIX!!,${PREFIX},g;' \ diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index d5d8ebcdaf96..27c22451299f 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -32,6 +32,7 @@ SUBVERSION_DESC= Build with subversion support GIT_DESC= Build with git support BAZAAR_DESC= Build with Bazaar support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} > 1000000 diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile index c1c6a3603bae..0ebb28050127 100644 --- a/devel/cvsadmin/Makefile +++ b/devel/cvsadmin/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsadmin -# Date Created: Jun 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cvsadmin PORTVERSION= 1.0.3 @@ -20,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= cvsadmin.1 PLIST_FILES= bin/cvsadmin +NO_STAGE= yes post-configure: ${ECHO_CMD} "#define HAVE_MKDTEMP 1" >> ${WRKSRC}/config.h diff --git a/devel/cvsbook/Makefile b/devel/cvsbook/Makefile index 6aeb9aa24e16..9185e3513caf 100644 --- a/devel/cvsbook/Makefile +++ b/devel/cvsbook/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsbook -# Date created: 2002/02/28 -# Whom: Alan Eldridge <alane@geeksrus.net> -# +# Created by: Alan Eldridge <alane@geeksrus.net> # $FreeBSD$ -# PORTNAME= cvsbook PORTVERSION= 1.21 @@ -26,6 +22,7 @@ OPTIONS_DEFAULT= INFO SINGLE_HTML POSTSCRIPT PDF WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSPLIT_HTML} diff --git a/devel/cvschangelogbuilder/Makefile b/devel/cvschangelogbuilder/Makefile index b5d2ba405f48..055a5d7665ce 100644 --- a/devel/cvschangelogbuilder/Makefile +++ b/devel/cvschangelogbuilder/Makefile @@ -19,6 +19,7 @@ USES= perl5 PLIST_FILES= bin/cvschangelogbuilder PORTDOCS= * +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '1s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}.pl diff --git a/devel/cvschk/Makefile b/devel/cvschk/Makefile index 41a79151fbae..1b6b3b5c1bf1 100644 --- a/devel/cvschk/Makefile +++ b/devel/cvschk/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes MAN1= cvschk.1 +NO_STAGE= yes do-configure: ${SED} -e "s,^#!/usr/bin/perl -w,#! ${PERL} -w," \ <${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME} diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index c550a1654539..7893632066ea 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -27,6 +27,7 @@ PLIST_DIRSTRY= etc/cvsd USE_RC_SUBR= cvsd OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} > 1000000 diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile index 70ff2ea8a1be..a88c4a5cb8a6 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/cvsdadm MAN1= cvsdadm.1 +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/devel/cvsdelta/Makefile b/devel/cvsdelta/Makefile index 3f7fa9a75e84..00b5ea25f1a0 100644 --- a/devel/cvsdelta/Makefile +++ b/devel/cvsdelta/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsdelta -# Date created: Thu Jul 25, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= cvsdelta PORTVERSION= 1.7.0 @@ -19,6 +14,7 @@ COMMENT= Cvsdelta summarizes differences between local and in-cvs files USE_RUBY= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/ diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile index 1472b521e5f0..9fdeafc5f6e5 100644 --- a/devel/cvsdiff2patch/Makefile +++ b/devel/cvsdiff2patch/Makefile @@ -1,4 +1,4 @@ -# Created by: alfred@freebsd.org +# Created by: alfred@FreeBSD.org # $FreeBSD$ PORTNAME= cvsdiff2patch @@ -13,6 +13,7 @@ COMMENT= Turn cvs diff output into patch input PLIST_FILES= bin/cvsdiff2patch +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 955e734f1182..b55f2bbc5246 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ LDFLAGS="-L${PREFIX}/lib" REINPLACE_ARGS= -i "" +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e "s:/home/bertho/tmp/cvstest:/home/ncvs:g" ${WRKSRC}/cvsgraph.conf diff --git a/devel/cvslines/Makefile b/devel/cvslines/Makefile index 3535b02db25d..128d1609de90 100644 --- a/devel/cvslines/Makefile +++ b/devel/cvslines/Makefile @@ -19,6 +19,7 @@ PLIST_FILES+= bin/cvsline${ii} MAN1= cvslines.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -i '' -e 's|the the|the|' ${WRKSRC}/cvslines.1 diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile index d978dbd94979..3411dc8c0a60 100644 --- a/devel/cvsmonitor/Makefile +++ b/devel/cvsmonitor/Makefile @@ -67,6 +67,7 @@ FILES_DATA= README setup.conf CVSMONITOR_ROOT= ${PREFIX}/${CGIDIR}/cvsmonitor +NO_STAGE= yes post-patch: @${PERL} -pi -e '$$_=q{ my $$solaris=1;} if $$.==270' \ ${WRKSRC}/modules/CVSMonitor/MetaData/Module.pm diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index c4c20af4df81..49379974569c 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/cvsplot USES= shebangfix perl5 SHEBANG_FILES= cvsplot.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${PREFIX}/bin/cvsplot diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index 5c69f8fd3253..4d2ccce5d8ba 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsps -# Date Created: Feb 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cvsps DISTVERSION= 2.2b1 @@ -27,6 +22,7 @@ PLIST_FILES= bin/cvsps PORTDOCS= README .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1 diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index 72b904665452..6fbac424e225 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -15,6 +15,7 @@ CONFLICTS= cvsps-devel-[0-9]* MAN1= cvsps.1 PLIST_FILES= bin/cvsps +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/cvsspam/Makefile b/devel/cvsspam/Makefile index 79d4264787ea..fe1ce3867f7c 100644 --- a/devel/cvsspam/Makefile +++ b/devel/cvsspam/Makefile @@ -19,6 +19,7 @@ PORTDOCS= COPYING CREDITS TODO cvsspam-doc.html cvsspam-doc.pdf OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/cvsstat/Makefile b/devel/cvsstat/Makefile index b9eda7ed908f..0c32d449e8c0 100644 --- a/devel/cvsstat/Makefile +++ b/devel/cvsstat/Makefile @@ -17,6 +17,7 @@ USES= perl5 NO_BUILD= yes PLIST_FILES= bin/cvsstat +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} diff --git a/devel/cvstrac/Makefile b/devel/cvstrac/Makefile index 0ae12d2be83a..aac2de44db27 100644 --- a/devel/cvstrac/Makefile +++ b/devel/cvstrac/Makefile @@ -20,6 +20,7 @@ MAKE_JOBS_UNSAFE= yes NOMAN= PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${CAT} ${PKGMESSAGE} diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile index db4398b06fbc..bb42bc9de964 100644 --- a/devel/cvsutils/Makefile +++ b/devel/cvsutils/Makefile @@ -19,6 +19,7 @@ MAN1= cvsutils.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index a72e4b872a4f..63dcc97a607e 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -19,6 +19,7 @@ CONFLICTS= cvsweb-3.* NO_BUILD= yes USES= perl5 +NO_STAGE= yes .include <bsd.port.pre.mk> # Specify where your repository belongs. diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index f7f7641847b8..2c1d7785e1d4 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -33,6 +33,7 @@ CONFLICTS= cvsweb-2.* USES= perl5 NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> # Specify where your repository belongs. diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile index 81f64794c7ee..834bae852619 100644 --- a/devel/cvswrap/Makefile +++ b/devel/cvswrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rioutil -# Date created: 25 December 2001 -# Whom: alfred -# +# Created by: alfred # $FreeBSD$ -# PORTNAME= cvswrap PORTVERSION= 0.2 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= cvswrap.1 MAN5= cvswrap.conf.5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 395241c0da13..36e0a93320f0 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cweb -# Date created: 10 Feb 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cweb PORTVERSION= 3.64a.a @@ -24,6 +20,7 @@ MAKE_ARGS= CWEBINPUTS="${DATADIR}" \ MAN1= cweb.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cweb.1 diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index 62e44a239152..edf769d8a460 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -11,4 +11,5 @@ COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile index 9ab1c6cf2d7c..c5b8f947cf41 100644 --- a/devel/cxmon/Makefile +++ b/devel/cxmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cxmon -# Date created: 10 September 2003 -# Whom: Joachim Strombergson -# +# Created by: Joachim Strombergson # $FreeBSD$ -# PORTNAME= cxmon PORTVERSION= 3.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= cxmon.1 PLIST_FILES= bin/cxmon +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index 100456117259..4c632963e7f9 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -1,4 +1,4 @@ -# Created by: Thomas Gellekum <tg@freebsd.org> +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ PORTNAME= cxref @@ -20,6 +20,7 @@ ALL_TARGET= programs MAN1= cxref.1 cxref-query.1 +NO_STAGE= yes post-install: @${MKDIR} ${DATADIR} @${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR} diff --git a/devel/cxxtest/Makefile b/devel/cxxtest/Makefile index 59de089a4ff9..682356fe7ea5 100644 --- a/devel/cxxtest/Makefile +++ b/devel/cxxtest/Makefile @@ -19,6 +19,7 @@ DOCS= README TODO docs/*.html docs/*.png EXAMPLES= sample/*.cpp sample/*.h sample/*.tpl sample/Construct \ sample/Makefile.unix sample/gui/GreenYellowRed.h +NO_STAGE= yes do-install: # scripts @${MKDIR} ${PREFIX}/include/cxxtest diff --git a/devel/cxxtools/Makefile b/devel/cxxtools/Makefile index 8366c7fcf0ec..bf83bbb47cb2 100644 --- a/devel/cxxtools/Makefile +++ b/devel/cxxtools/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/devel/czmq/Makefile b/devel/czmq/Makefile index ac710dd8203a..397625ea189f 100644 --- a/devel/czmq/Makefile +++ b/devel/czmq/Makefile @@ -37,4 +37,5 @@ MAN3= zbeacon.3 \ MAN7= czmq.7 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/d-feet/Makefile b/devel/d-feet/Makefile index 97744b92bf97..e4880863b358 100644 --- a/devel/d-feet/Makefile +++ b/devel/d-feet/Makefile @@ -27,4 +27,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_NOEGGINFO= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/darts/Makefile b/devel/darts/Makefile index 7b1371116140..4362faa6847a 100644 --- a/devel/darts/Makefile +++ b/devel/darts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: darts -# Date created: 2 April 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= darts PORTVERSION= 0.32 @@ -18,6 +14,7 @@ GNU_CONFIGURE= yes EXAMPLES= darts.cpp mkdarts.cpp DOCS= AUTHORS ChangeLog README doc +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/devel/dasm/Makefile b/devel/dasm/Makefile index 1f3a9e128e9b..71156e03199f 100644 --- a/devel/dasm/Makefile +++ b/devel/dasm/Makefile @@ -22,6 +22,7 @@ PORTDOCS= * PLIST_FILES= bin/dasm \ bin/ftohex +NO_STAGE= yes do-install: .for filename in dasm ftohex ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${filename} ${PREFIX}/bin diff --git a/devel/datadraw/Makefile b/devel/datadraw/Makefile index 65188064db30..fefde522aa1a 100644 --- a/devel/datadraw/Makefile +++ b/devel/datadraw/Makefile @@ -16,6 +16,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= # empty +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} < 1000013 diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile index d906b671e72e..e75e51c65586 100644 --- a/devel/dbus-glib/Makefile +++ b/devel/dbus-glib/Makefile @@ -28,4 +28,5 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN1= dbus-binding-tool.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile index 5d13872b5ed6..96ffbc721604 100644 --- a/devel/dbus-qt4/Makefile +++ b/devel/dbus-qt4/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= dbus @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes .include <bsd.port.pre.mk> # Without this workaround, qdbus crashes. diff --git a/devel/dbus-sharp-glib/Makefile b/devel/dbus-sharp-glib/Makefile index a166f866e416..33a0a4a45c79 100644 --- a/devel/dbus-sharp-glib/Makefile +++ b/devel/dbus-sharp-glib/Makefile @@ -15,4 +15,5 @@ USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index 224398d5515b..499412703ed9 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -1,7 +1,5 @@ # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# # $FreeBSD$ -# PORTNAME= dbus-sharp PORTVERSION= 0.7.0 @@ -19,5 +17,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USES= pathfix pkgconfig +NO_STAGE= yes .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index d8e1cb41e95c..d5fecdfb07d7 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -43,6 +43,7 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 X11_DESC= Support X11 Desktop Environments +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile index f22e06719697..e70822a956c9 100644 --- a/devel/dcmtk/Makefile +++ b/devel/dcmtk/Makefile @@ -28,6 +28,7 @@ PLIST_SUB= SHLIBVER=${SHLIBVER} PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index b2c5ac81f065..b84f76f28704 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -14,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../dconf PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes do-build: @cd ${WRKSRC}/editor && ${GMAKE} diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 98d09191f55a..8ebb519ed867 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -42,6 +42,7 @@ MAN1= dconf-editor.1 dconf-service.1 dconf.1 MAN7= dconf.7 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/engine/dconf-engine.c \ diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index d3009bb22a07..1d2131804a10 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -39,6 +39,7 @@ LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/-L//g' | ${AWK} '{print $$1}' LIBXMDIR= ${LOCALBASE} .endif +NO_STAGE= yes pre-patch: @${RM} -fv ${WRKSRC}/ddd/ddd.info* @${RM} -fv ${WRKSRC}/ddd/ddd-themes.info* diff --git a/devel/deforaos-libsystem/Makefile b/devel/deforaos-libsystem/Makefile index d387749d4f40..112a3b908568 100644 --- a/devel/deforaos-libsystem/Makefile +++ b/devel/deforaos-libsystem/Makefile @@ -18,6 +18,7 @@ USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh diff --git a/devel/deheader/Makefile b/devel/deheader/Makefile index 55e991448603..9f626db96723 100644 --- a/devel/deheader/Makefile +++ b/devel/deheader/Makefile @@ -18,6 +18,7 @@ MAN1= deheader.1 PLIST_FILES= bin/deheader +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/deheader ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/deheader.1 ${PREFIX}/man/man1 diff --git a/devel/delta/Makefile b/devel/delta/Makefile index ce3012df3a0f..732a4475ef60 100644 --- a/devel/delta/Makefile +++ b/devel/delta/Makefile @@ -14,6 +14,7 @@ PLIST_FILES= bin/delta bin/multidelta bin/topformflat USES= gmake +NO_STAGE= yes do-install: .for file in delta multidelta ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 687706071560..567cc34fbced 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -31,6 +31,7 @@ MIMEDIRS= ${PORT_MIMEDIRS} RMDIRS= ${PORT_MIMEDIRS} +NO_STAGE= yes post-patch: @${SED} -e 's|%%MIMEDIRS%%|${MIMEDIRS}| ;\ s|%%RMDIRS%%|${RMDIRS}| ; \ diff --git a/devel/dev86/Makefile b/devel/dev86/Makefile index c152ee4fe91e..2fabbd83faf8 100644 --- a/devel/dev86/Makefile +++ b/devel/dev86/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dev86 -# Date created: 25 October 2007 -# Whom: Philip Schulz <phs@deadc0.de> -# +# Created by: Philip Schulz <phs@deadc0.de> # $FreeBSD$ -# PORTNAME= dev86 PORTVERSION= 0.16.18 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= as86.1 bcc.1 elks.1 elksemu.1 ld86.1 +NO_STAGE= yes post-patch: # Respect CFLAGS in Makefiles. @${GREP} -Rl 'CFLAGS=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -i "" \ diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 4b24996182d8..beddea6d5484 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -33,6 +33,7 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib OPTIONS_DEFINE= GEDIT GEDIT_DESC= Enable GEdit plug-in support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGEDIT} diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile index 3b14f99b6861..d83cbf4c83f5 100644 --- a/devel/devtodo/Makefile +++ b/devel/devtodo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devtodo -# Date Created: 26 May 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= devtodo PORTVERSION= 0.1.20 @@ -28,6 +24,7 @@ MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdl.1 \ devtodo.1 tdr.1 devtodo.1 todo.1 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in diff --git a/devel/dfuife-curses/Makefile b/devel/dfuife-curses/Makefile index 412ed6c6f069..5ca5183c7ab2 100644 --- a/devel/dfuife-curses/Makefile +++ b/devel/dfuife-curses/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dfuife-curses -# Date created: 20 April 2006 -# Whom: Andrew Turner <andrew+ports@fubar.geek.nz> -# +# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> # $FreeBSD$ -# PORTNAME= dfuife-curses PORTVERSION= 1.5.1.20050829 @@ -20,6 +16,7 @@ USE_BZIP2= yes PLIST_FILES= bin/dfuife_curses +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dfuife_curses ${PREFIX}/bin diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile index 55d19e54bf79..1ad95538f403 100644 --- a/devel/dia2code/Makefile +++ b/devel/dia2code/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dia2code -# Date created: Mar 7, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dia2code PORTVERSION= 0.8.5 @@ -29,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= dia2code.1 PLIST_FILES= bin/dia2code +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${MANPREFIX}/man/man1 diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index 211f53aa380a..20e831422bf9 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -29,6 +29,7 @@ MENU_DESC= Enable a desktop program menu entry OPTIONS_DEFAULT=DATA MENU +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDATA} diff --git a/devel/ding-libs/Makefile b/devel/ding-libs/Makefile index 8c2ec9a337de..36ea7f8cade9 100644 --- a/devel/ding-libs/Makefile +++ b/devel/ding-libs/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CONFIGURE_ARGS= --docdir=/dev/null .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \ diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 4bfec917e1bd..5f6282183fae 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -47,6 +47,7 @@ CONFIGURE_ARGS= --disable-osx --disable-extra-warnings --disable-profiling \ --with-inputdrivers=all --with-smooth-scaling \ --with-dither-rgb16=advanced +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/dissy/Makefile b/devel/dissy/Makefile index fbb2a3c9f7ba..e8ddfac5a685 100644 --- a/devel/dissy/Makefile +++ b/devel/dissy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dissy -# Date created: 2010-10-19 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= dissy PORTVERSION= 10 @@ -31,6 +27,7 @@ USE_PYDISTUTILS= yes PORTDOCS= COPYING ChangeLog README UPGRADE +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index b2d5ca9efca0..436b0f926d62 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -35,6 +35,7 @@ COMPILER_LINKS= Create symlinks to distcc OPTIONS_DEFAULT= COMPILER_LINKS +NO_STAGE= yes .include <bsd.port.pre.mk> .include <bsd.port.options.mk> diff --git a/devel/distel/Makefile b/devel/distel/Makefile index 0e25e4136b3b..cc981e00efb2 100644 --- a/devel/distel/Makefile +++ b/devel/distel/Makefile @@ -22,6 +22,7 @@ USE_EMACS= yes DISTEL_DOCS= AUTHORS ChangeLog INSTALL INSTALL.WIN32 NEWS README README.ie-session DISTEL_ROOT= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-build: @${MKDIR} ${WRKSRC}/ebin @cd ${WRKSRC} && erlc -W0 -o ebin/ +debug_info src/*.erl diff --git a/devel/distorm/Makefile b/devel/distorm/Makefile index 04d39532c13a..903ba5248ac1 100644 --- a/devel/distorm/Makefile +++ b/devel/distorm/Makefile @@ -55,6 +55,7 @@ PLIST_FILES= bin/disasm \ lib/libdistorm3.so.1 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/devel/ditrack/Makefile b/devel/ditrack/Makefile index 68aefe102ec8..f9110eeec780 100644 --- a/devel/ditrack/Makefile +++ b/devel/ditrack/Makefile @@ -20,6 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= DITrack +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/devel/dits/Makefile b/devel/dits/Makefile index 6684dd03aba3..034a796812b4 100644 --- a/devel/dits/Makefile +++ b/devel/dits/Makefile @@ -17,4 +17,5 @@ PLIST_FILES= bin/dits MAN1= dits.1 MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/djgpp-binutils/Makefile b/devel/djgpp-binutils/Makefile index 90a60f4058f8..9cdd653a7412 100644 --- a/devel/djgpp-binutils/Makefile +++ b/devel/djgpp-binutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: djgpp-binutils -# Date created: 27 Jan 2007 -# Whom: Peter Johnson <johnson.peter@gmail.com> -# +# Created by: Peter Johnson <johnson.peter@gmail.com> # $FreeBSD$ -# PORTNAME= binutils PORTVERSION= ${BINUTILVERSION} @@ -50,6 +46,7 @@ INFO_PATH= ${TARGET}/info BINARIES= addr2line ar as c++filt ld nm objcopy objdump ranlib \ readelf size strings strip +NO_STAGE= yes pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} diff --git a/devel/djgpp-crx/Makefile b/devel/djgpp-crx/Makefile index 710856486794..91a1226f1296 100644 --- a/devel/djgpp-crx/Makefile +++ b/devel/djgpp-crx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: djgpp-crx -# Date created: 27 Jan 2007 -# Whom: Peter Johnson <johnson.peter@gmail.com> -# +# Created by: Peter Johnson <johnson.peter@gmail.com> # $FreeBSD$ -# PORTNAME= crx PORTVERSION= 2.03 @@ -22,6 +18,7 @@ USE_ZIP= yes NO_MTREE= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile ${WRKDIR} diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index 9d237afe7dac..f1b291fb681a 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmake -# Date created: 31 July 1995 -# Whom: nils@guru.ims.uni-stuttgart.de -# +# Created by: nils@guru.ims.uni-stuttgart.de # $FreeBSD$ -# PORTNAME= dmake PORTVERSION= 4.12.2 @@ -22,6 +18,7 @@ CONFIGURE_ARGS+= --datarootdir=${DATADIR} MAN1= dmake.1 +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1 diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index a8a2646c819a..0e5d83985313 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: dmalloc -# Date created: 7 December 2000 -# Whom: Jeremy Shaffner <jeremy@external.org> -# +# Created by: Jeremy Shaffner <jeremy@external.org> # $FreeBSD$ PORTNAME= dmalloc @@ -27,6 +24,7 @@ INSTALL_TARGET= install INSTALL_TARGET+=installdocs .endif +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|\.@shlibext@|\.@shlibext@.1|' ${WRKSRC}/Makefile.in diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile index 06792dc906c7..c83bb835002f 100644 --- a/devel/dmucs/Makefile +++ b/devel/dmucs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmucs -# Date created: 26 Nov 2007 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dmucs PORTVERSION= 0.6.1 @@ -19,4 +15,5 @@ USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/doctorj/Makefile b/devel/doctorj/Makefile index fb9b6b5e786a..8b4fa223ee15 100644 --- a/devel/doctorj/Makefile +++ b/devel/doctorj/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= jarfile MAN1= doctorj.1 PLIST_FILES= %%JAVAJARDIR%%/doctorj.jar +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/doctorj.jar..." @${MKDIR} ${JAVAJARDIR} diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index dc2c73de44ef..59f27ff5b455 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dotconf++ -# Date created: 7 July 2005 -# Whom: Mark Starovoytov <mark_sf@kikg.ifmo.ru> -# +# Created by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> # $FreeBSD$ -# PORTNAME= dotconfpp PORTVERSION= 0.0.5 @@ -19,6 +15,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ ${WRKSRC}/src/dotconfpp.h ${WRKSRC}/src/mempool.h diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index f9fecba84ab8..b8183d807386 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -15,6 +15,7 @@ USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIR/s|=.*|= src|' ${WRKSRC}/Makefile.in diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 5e46a045a624..15691e778dd2 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -41,6 +41,7 @@ QT4_DESC= Install Doxywizard GUI HTMLDOCS_DESC= Install documentation in HTML format PDFDOCS_DESC= Install documentation in PDF format +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTMLDOCS} diff --git a/devel/dparser/Makefile b/devel/dparser/Makefile index 6c53e8fd6067..bdb12382b092 100644 --- a/devel/dparser/Makefile +++ b/devel/dparser/Makefile @@ -24,6 +24,7 @@ PORTDOCS= * PLIST_FILES= bin/make_dparser include/dparse.h include/dparse_tables.h \ include/dparse_tree.h include/dsymtab.h lib/${LIBDPARSE} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBOEHM} diff --git a/devel/dprog/Makefile b/devel/dprog/Makefile index 10f2f5154454..b98069c10398 100644 --- a/devel/dprog/Makefile +++ b/devel/dprog/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dprog -# Date created: Apr 6, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dprog PORTVERSION= 0.3.1 @@ -25,6 +20,7 @@ OPTIONS_DEFINE= EMACS OPTIONS_DEFAULT= EMACS EMACS_DESC= Install emacs syntax files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMACS} diff --git a/devel/dragon/Makefile b/devel/dragon/Makefile index 5674434c0549..c01c80f9ae5e 100644 --- a/devel/dragon/Makefile +++ b/devel/dragon/Makefile @@ -17,4 +17,5 @@ PLIST_FILES= bin/dragon MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/dreampie/Makefile b/devel/dreampie/Makefile index a43a466c1e77..102b9e40200a 100644 --- a/devel/dreampie/Makefile +++ b/devel/dreampie/Makefile @@ -17,6 +17,7 @@ USE_PYDISTUTILS=yes MAN1= dreampie.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index 13b8347020b1..261395e412c8 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -27,6 +27,7 @@ DESKTOP_ENTRIES= "DrPython" "Python editor and IDE" \ "${PYTHONPREFIX_SITELIBDIR}/drpython/bitmaps/drpython.png" \ "drpython" "Development;IDE;" "false" +NO_STAGE= yes post-install: @${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/drpython.sh @${ECHO_CMD} '(cd ${PYTHONPREFIX_SITELIBDIR}/drpython && ${PYTHON_CMD} drpython.py)' >> ${WRKDIR}/drpython.sh diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index f355cdedf832..5fa215239367 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -24,6 +24,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/devel/duplo/Makefile b/devel/duplo/Makefile index f3015c15de79..9fd1e2f1cb49 100644 --- a/devel/duplo/Makefile +++ b/devel/duplo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: duplo -# Date created: Oct 5, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= duplo PORTVERSION= 0.2.0 @@ -20,6 +15,7 @@ USE_GMAKE= yes PLIST_FILES= bin/duplo %%DATADIR%%/duplo.xsl PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC," \ -e "s,^CXXFLAGS,#CXXFLAGS," \ diff --git a/devel/dwarfdump/Makefile b/devel/dwarfdump/Makefile index c9b40eaf0a88..6335ec7188d3 100644 --- a/devel/dwarfdump/Makefile +++ b/devel/dwarfdump/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dwarfdump -# Date created: 11 Feb 2005 -# Whom: joerg@FreeBSD.org -# +# Created by: joerg@FreeBSD.org # $FreeBSD$ -# PORTNAME= dwarfdump PORTVERSION= 20130207 @@ -24,6 +20,7 @@ CFLAGS+= -I${LOCALBASE}/include MAN1= dwarfdump.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") diff --git a/devel/dxa65/Makefile b/devel/dxa65/Makefile index 0d8838dba9f4..0d3a00e80a6a 100644 --- a/devel/dxa65/Makefile +++ b/devel/dxa65/Makefile @@ -20,6 +20,7 @@ MLINKS= dxa.1 dxa65.1 PLIST_FILES= bin/dxa65 PORTDOCS= INSTALL +NO_STAGE= yes .include <bsd.port.options.mk> post-patch-script: diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index 3b1a21683596..4abe2500cbbd 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dyncall -# Date created: 05 April 2008 -# Whom: Tassilo Philipp <tphilipp@potion-studios.com> -# +# Created by: Tassilo Philipp <tphilipp@potion-studios.com> # $FreeBSD$ -# PORTNAME= dyncall PORTVERSION= 0.7 @@ -22,6 +18,7 @@ MAKEFILE= BSDmakefile # There is no install target in the BSD makefile for this version of the dyncall # library, so install it manually. +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/devel/e00compr/Makefile b/devel/e00compr/Makefile index efa1364d75d5..e9b509776b09 100644 --- a/devel/e00compr/Makefile +++ b/devel/e00compr/Makefile @@ -15,6 +15,7 @@ PLIST_FILES= bin/e00conv include/e00compr.h \ lib/e00compr.a PORTDOCS= e00compr.html +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/devel/e2fsprogs-libss/Makefile b/devel/e2fsprogs-libss/Makefile index 17c0d17f4c01..e9ea88b2444e 100644 --- a/devel/e2fsprogs-libss/Makefile +++ b/devel/e2fsprogs-libss/Makefile @@ -25,6 +25,7 @@ MAN1= mk_cmds.1 PKGDIR= ${.CURDIR} +NO_STAGE= yes pre-build: @(cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \ ${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h) diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index a16316eefad0..875cdd1e6c1b 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: e4graph -# Date created: Jul 16, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= e4graph PORTVERSION= 1.0a11 @@ -43,6 +38,7 @@ PLIST_SUB+= PYTHON="@comment " TCL_VER?= 8.4 TCLVND= ${TCL_VER:S/.//} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \ s|gcc -shared|$$(CC) -shared|g ; \ diff --git a/devel/e_dbus/Makefile b/devel/e_dbus/Makefile index ab1dd2f1bd46..d015a5a87087 100644 --- a/devel/e_dbus/Makefile +++ b/devel/e_dbus/Makefile @@ -30,4 +30,5 @@ CONFIGURE_ARGS= --enable-ehal \ --disable-eofono \ --disable-ebluez +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/easygit/Makefile b/devel/easygit/Makefile index cf9284773cc2..fe7c60e435f6 100644 --- a/devel/easygit/Makefile +++ b/devel/easygit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/easygit -# Date created: 11 March 2009 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= easygit PORTVERSION= 0.98 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/eg bin/easygit +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${_DISTDIR}/eg ${PREFIX}/bin/ ${LN} -s ${PREFIX}/bin/eg ${PREFIX}/bin/easygit diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile index 9a85170d30c2..a5a43e43e053 100644 --- a/devel/eblob/Makefile +++ b/devel/eblob/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= ASSERT PYTHON SNAPPY EXAMPLES TESTS OPTIONS_DEFAULT=PYTHON SNAPPY EXAMPLES TESTS TESTS_DESC= Build tests +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASSERT} diff --git a/devel/ebnf2yacc/Makefile b/devel/ebnf2yacc/Makefile index 8fbfa9b9ba81..f213d8c8b713 100644 --- a/devel/ebnf2yacc/Makefile +++ b/devel/ebnf2yacc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: ebnf2yacc -# Date created: Jul 3, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ebnf2yacc PORTVERSION= 0.1.1 @@ -18,4 +13,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ebnf2yacc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index a56408d8beaf..2317b8fff359 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -31,6 +31,7 @@ CEDET_DESC= Use the Cedet library PORTDOCS= NEWS README RELEASE_NOTES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCEDET} diff --git a/devel/eclipse-eclemma/Makefile b/devel/eclipse-eclemma/Makefile index b0df9891b63c..07825248fce3 100644 --- a/devel/eclipse-eclemma/Makefile +++ b/devel/eclipse-eclemma/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclemma -# Date created: 18 Mar 2010 -# Whom: kamikaze@bsdforen.de -# +# Created by: kamikaze@bsdforen.de # $FreeBSD$ -# PORTNAME= eclemma PORTVERSION= 1.5.3 @@ -26,6 +22,7 @@ ECLIPSE= lib/eclipse PLIST_SUB= VER=${PORTVERSION} \ ECLIPSE=${ECLIPSE} +NO_STAGE= yes do-install: .for _path in ${PLUGIN_PATHS} @${MKDIR} ${PREFIX}/${ECLIPSE}/${_path} diff --git a/devel/ecore-file/Makefile b/devel/ecore-file/Makefile index 54a949badd4b..7b7a640f4da5 100644 --- a/devel/ecore-file/Makefile +++ b/devel/ecore-file/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+=--enable-ecore-file diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile index ee46b65e78ec..486c60001cb2 100644 --- a/devel/ecore-ipc/Makefile +++ b/devel/ecore-ipc/Makefile @@ -28,6 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile index c56fc2d664d0..5fdfef77b250 100644 --- a/devel/ecore-main/Makefile +++ b/devel/ecore-main/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes EXAMPLESDIR= ${PREFIX}/share/examples/ecore +NO_STAGE= yes .include "Makefile.inc" .include <bsd.port.options.mk> diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile index d9b664ad062c..5c46cde60872 100644 --- a/devel/ecore/Makefile +++ b/devel/ecore/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFAULT=CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC X11 ${NODE}_DESC= Install ${NODE:L} module .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .for NODE in ${OPTIONS_DEFINE} diff --git a/devel/edb/Makefile b/devel/edb/Makefile index 4d866b372cf5..571d39c33a90 100644 --- a/devel/edb/Makefile +++ b/devel/edb/Makefile @@ -29,6 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 STRIP_FILES= bin/${PORTNAME} libexec/${PORTNAME}/*.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 diff --git a/devel/eet/Makefile b/devel/eet/Makefile index c8f7e566c3b3..48be3ac8faf9 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile index f0e1dec1e0e3..9bd253c6ab9a 100644 --- a/devel/eggdbus/Makefile +++ b/devel/eggdbus/Makefile @@ -32,6 +32,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/text MAN1= eggdbus-binding-tool.1 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wl,--as-needed||' \ ${WRKSRC}/configure diff --git a/devel/egypt/Makefile b/devel/egypt/Makefile index 4a7f80a59e36..e08bd628df4b 100644 --- a/devel/egypt/Makefile +++ b/devel/egypt/Makefile @@ -20,4 +20,5 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index e2ae730eda81..a80f4da37a66 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eieio -# Date created: 10 December 2001 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# +# Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= eieio PORTVERSION= 0.17 @@ -33,6 +29,7 @@ INFO= eieio LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eieio +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "New version of eieio is now in devel/cedet." diff --git a/devel/eiffelstudio/Makefile b/devel/eiffelstudio/Makefile index 551c69f5439f..72eae3f7cd07 100644 --- a/devel/eiffelstudio/Makefile +++ b/devel/eiffelstudio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eiffelstudio -# Date created: 2007-01-01 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= eiffelstudio PORTVERSION= 5.7 @@ -38,6 +34,7 @@ EIFFEL_HOST= ${OPSYS:L}-${EIFFEL_ARCH} PLIST_SUB+= EIFFEL_HOST="${EIFFEL_HOST}" SUB_LIST+= EIFFEL_HOST="${EIFFEL_HOST}" +NO_STAGE= yes .include <bsd.port.pre.mk> # Try native version first, then try i386 compatibility framework. diff --git a/devel/eina/Makefile b/devel/eina/Makefile index fccc0626ac2a..d24c7f271028 100644 --- a/devel/eina/Makefile +++ b/devel/eina/Makefile @@ -21,6 +21,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-amalgamation +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/eio/Makefile b/devel/eio/Makefile index d790faf6409d..33f7b7e87fd1 100644 --- a/devel/eio/Makefile +++ b/devel/eio/Makefile @@ -19,4 +19,5 @@ USES= pathfix pkgconfig USE_EFL= eina eet ecore libtool_hack USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/elf/Makefile b/devel/elf/Makefile index 7e9c23593171..4a1a60a77097 100644 --- a/devel/elf/Makefile +++ b/devel/elf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elf -# Date created: December 31 2002 (HAPPY NEW YEAR!) -# Whom: Samy Al Bahra <samy@kerneled.org> -# +# Created by: Samy Al Bahra <samy@kerneled.org> # $FreeBSD$ -# PORTNAME= elf PORTVERSION= 0.5.4p1 @@ -21,6 +17,7 @@ PLIST_FILES= bin/elf USE_GMAKE= yes GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/gcc/${CC}/g' ${WRKSRC}/src/Makefile.in diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index 0b7d0100bfab..d6f826b00839 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: elfio -# Date created: Jul 26, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= elfio PORTVERSION= 1.0.3 @@ -28,6 +23,7 @@ OPTIONE_DEFINE= EXAMPLES DOCS PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/elfkickers/Makefile b/devel/elfkickers/Makefile index 5d82ee1f3f21..97f0f17a27c5 100644 --- a/devel/elfkickers/Makefile +++ b/devel/elfkickers/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elfkickers -# Date created: 2010-11-16 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= elfkickers PORTVERSION= 3.0 @@ -32,6 +28,7 @@ PORTDOCS= COPYING Changelog README MAN1= ebfc.1 elfls.1 elftoc.1 infect.1 objres.1 rebind.1 sstrip.1 +NO_STAGE= yes post-patch: @${GREP} -lR "\/elf.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's,linux/,,g' -e 's,asm/,,g' diff --git a/devel/elfrc/Makefile b/devel/elfrc/Makefile index 515b74f16e62..37cb4b8e54ab 100644 --- a/devel/elfrc/Makefile +++ b/devel/elfrc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elfrc -# Date created: 13 July 2007 -# Whom: Ed Schouten <ed@fxq.nl> -# +# Created by: Ed Schouten <ed@fxq.nl> # $FreeBSD$ -# PORTNAME= elfrc PORTVERSION= 0.7 @@ -16,6 +12,7 @@ COMMENT= Resource compiler for ELF systems PLIST_FILES= bin/elfrc PORTDOCS= README +NO_STAGE= yes do-build: @${ECHO} '#define ELFRC_VERSION "${PORTVERSION}"' > ${WRKSRC}/config.h ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/elfrc ${WRKSRC}/elfrc.c diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile index f59f2ff3f5d8..e9342b0823ff 100644 --- a/devel/elfsh/Makefile +++ b/devel/elfsh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elfsh -# Date created: May 02 2003 -# Whom: Samy Al Bahra <samy@kerneled.com> -# +# Created by: Samy Al Bahra <samy@kerneled.com> # $FreeBSD$ -# PORTNAME= elfsh PORTVERSION= 0.51b3 @@ -20,4 +16,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile index 5839b5507646..dae5e819e46d 100644 --- a/devel/elftoaout/Makefile +++ b/devel/elftoaout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elftoaout -# Date created: 3 Jul 1998 -# Whom: kchowksey@hss.hns.com -# +# Created by: kchowksey@hss.hns.com # $FreeBSD$ -# PORTNAME= elftoaout PORTVERSION= 2.3 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= elftoaout.1 PLIST_FILES= bin/elftoaout +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/elftoaout.1 ${PREFIX}/man/man1 diff --git a/devel/elib-emacs21/Makefile b/devel/elib-emacs21/Makefile index 20f2033aa03a..8caa1247fe9e 100644 --- a/devel/elib-emacs21/Makefile +++ b/devel/elib-emacs21/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Elib for GNU Emacs 21 -# Date created: 4 August 2007 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= ports@FreeBSD.org @@ -16,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../../devel/elib USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/elib/Makefile b/devel/elib/Makefile index 090193d7f2c5..bf92dfd9686b 100644 --- a/devel/elib/Makefile +++ b/devel/elib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Elib for GNU Emacs 21 -# Date created: 24 Feb 2000 -# Whom: OKAZAKI Tetsurou -# +# Created by: OKAZAKI Tetsurou # $FreeBSD$ -# PORTNAME= elib PORTVERSION= 1.0 @@ -32,6 +28,7 @@ ALL_TARGET?= all INFO= elib +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) diff --git a/devel/entity/Makefile b/devel/entity/Makefile index f97264de2e4c..46b8ebaeda56 100644 --- a/devel/entity/Makefile +++ b/devel/entity/Makefile @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= entity.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 918f2d773522..748d9edcee98 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: epm -# Date created: 20 Nov 2004 -# Whom: NAKATA Maho <maho@FreeBSD.org> -# +# Created by: NAKATA Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= epm PORTVERSION= 4.2 @@ -25,6 +21,7 @@ USE_AUTOTOOLS= autoconf MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile index e3e0a1f79bb7..3e9aea4fcfe5 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -15,6 +15,7 @@ OPTIONS_DEFINE= DOCS UTF8 UTF8_DESC= Use UTF-8 instead of iso-8859-1 in HTMLs +NO_STAGE= yes .include <bsd.port.options.mk> USE_PYTHON= yes diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 793980f888c4..d1b23895e33f 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -20,6 +20,7 @@ INSTALL_CMD= install.py -c -f eric4config.freebsd PLIST_FILES= SUB_FILES= eric4.desktop +NO_STAGE= yes do-configure: ${SED} -e 's,PYTHON_SITELIBDIR,${PYTHON_SITELIBDIR},' \ -e 's,PREFIX,${PREFIX},' \ diff --git a/devel/eris/Makefile b/devel/eris/Makefile index de3e85e55503..2949b0e10b89 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -23,4 +23,5 @@ USE_GCC= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index a259f8b6fc98..0d6eb6b985f5 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFAULT=SDL_TTF SDL_IMAGE SDL_TTF_DESC= SDL_ttf support SDL_IMAGE_DESC= SDL_image support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSDL_TTF} diff --git a/devel/etl/Makefile b/devel/etl/Makefile index 788685158e90..c52b321a11b0 100644 --- a/devel/etl/Makefile +++ b/devel/etl/Makefile @@ -13,6 +13,7 @@ COMMENT= Voria Extended Class and Template Library USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile index 259210e6dcf5..70d7db0c77cc 100644 --- a/devel/eventxx/Makefile +++ b/devel/eventxx/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: eventxx -# Date created: Apr 9, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= eventxx PORTVERSION= 1.0.1 @@ -23,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's|-I..|-I.. -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/test/Makefile diff --git a/devel/evolution-gconf-tools/Makefile b/devel/evolution-gconf-tools/Makefile index f61bf42ade50..82d4d06d9fef 100644 --- a/devel/evolution-gconf-tools/Makefile +++ b/devel/evolution-gconf-tools/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution-gconf-tools -# Date created: 2005-07-22 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/evolution-gconf-tools/Makefile,v 1.2 2005/10/14 20:39:56 adamw Exp $ -# PORTNAME= evolution-gconf-tools PORTVERSION= 0.1.6 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes USE_PYTHON= yes USE_GNOME= gnomeprefix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/lib/* diff --git a/devel/exercisix/Makefile b/devel/exercisix/Makefile index d558d9f10fd1..b5980a6147e6 100644 --- a/devel/exercisix/Makefile +++ b/devel/exercisix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: exercisix -# Date created: 6 July 2011 -# Whom: Alexander Churannov <churanov.port.maintainer@gmail.com> -# +# Created by: Alexander Churannov <churanov.port.maintainer@gmail.com> # $FreeBSD$ -# PORTNAME= exercisix PORTVERSION= 1.2 @@ -17,4 +13,5 @@ USE_BZIP2= YES MAN3= exercisix.3 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> |