diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Notes
379 files changed, 506 insertions, 631 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile index 6cf740c82714..6c0fbb400b6d 100644 --- a/lang/Gofer/Makefile +++ b/lang/Gofer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gofer -# Date created: Wed Feb 1 01:51:59 PST 1995 -# Whom: hsu -# +# Created by: hsu # $FreeBSD$ -# PORTNAME= gofer PORTVERSION= 2.30b @@ -24,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer LIBDIR= ${PREFIX}/lib/Gofer MAN1= gofer.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKDIR}/scripts/gofer \ diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 6f94334083f8..89146bce59cc 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: STk -# Date created: 17 Sep 96 -# Whom: jmacd@cs.berkeley.edu -# +# Created by: jmacd@cs.berkeley.edu # $FreeBSD$ -# PORTNAME= STk PORTVERSION= 4.0.1 @@ -25,6 +21,7 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH} STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 69f1af2e4b72..3849f92b17ae 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Sather -# Date created: Mon Oct 31 22:04:12 PST 1994 -# Whom: hsu -# +# Created by: hsu # $FreeBSD$ -# PORTNAME= sather PORTVERSION= 1.2.2 @@ -44,6 +39,7 @@ EMACS_DESC= Install Emacs syntax files PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index a2d7b16ac287..918650b840b5 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -20,6 +20,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +NO_STAGE= yes do-install: @${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${JAVAJARDIR} @${INSTALL_SCRIPT} ${WRKDIR}/abcl ${PREFIX}/bin/abcl diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile index b9bf2cd0fd9b..9a7e2c9f7801 100644 --- a/lang/adacontrol/Makefile +++ b/lang/adacontrol/Makefile @@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= build +NO_STAGE= yes do-install: # To support DESTDIR in the future, install twice ${MKDIR} ${DESTINY}${PREFIX}/bin diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 77fa435ca704..bd4b806833b3 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -30,6 +30,7 @@ MAN3= afnix::csm.3 afnix::gfx.3 afnix::itu.3 afnix::mth.3 afnix::net.3 \ afnix::txt.3 afnix::wax.3 afnix::xml.3 afnix::xpe.3 MAN7= afnix::guide.7 afnix::license.7 afnix::notes.7 afnix::reference.7 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index 7bd410307482..b49cf7bc922c 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -21,6 +21,7 @@ MAN1= a68g.1 PLIST_DIRS= include/algol68g PLIST_FILES= bin/a68g include/algol68g/a68g.h include/algol68g/a68g-config.h +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUPLOT} diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 81d366c4d8b2..4f8537c0f7c0 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ArrowLISP -# Date created: 12 Aug 2003 -# Whom: Nils M Holm <nmh@t3x.org> -# +# Created by: Nils M Holm <nmh@t3x.org> # $FreeBSD$ -# PORTNAME= alisp PORTVERSION= 20060917 @@ -28,4 +24,5 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index 3b7a6dcac835..a47f103e9eab 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -28,6 +28,7 @@ STATIC_DESC= Build static library SHARED_DESC= Build shared library OPTIONS_DEFAULT= STATIC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHARED} diff --git a/lang/arena/Makefile b/lang/arena/Makefile index 206aa9c0c3bd..79240c741151 100644 --- a/lang/arena/Makefile +++ b/lang/arena/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arena -# Date created: 2006-06-15 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= arena PORTVERSION= 0.9.13 @@ -22,4 +18,5 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --enable-pcre .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/asis/Makefile b/lang/asis/Makefile index 73649739910a..500c429cab16 100644 --- a/lang/asis/Makefile +++ b/lang/asis/Makefile @@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino MAKE_ENV= DESTDIR=${DESTINY} \ PROCESSORS=${MAKE_JOBS_NUMBER} +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \ ${WRKSRC}/Makefile \ diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index 2391bf0623bd..11a6ffa9deb4 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes MAN1= asn1c.1 enber.1 unber.1 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/lang/atlast/Makefile b/lang/atlast/Makefile index bab18ad9efda..34e9643e4010 100644 --- a/lang/atlast/Makefile +++ b/lang/atlast/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atlast -# Date created: 26 Aug 97 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= atlast PORTVERSION= 1.2 @@ -18,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= atlast.html atlast.pdf +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "/^COPTIONS = /s, = .*, = ${CFLAGS}, " \ -e "/^CC = /s,= .*, = ${CC}," \ diff --git a/lang/ats/Makefile b/lang/ats/Makefile index 32f52cc81674..998e76b811b2 100644 --- a/lang/ats/Makefile +++ b/lang/ats/Makefile @@ -26,6 +26,7 @@ PORTEXAMPLES= AUP INTRO KernighanRitchie MISC MULTICORE TEST OPTIONS_DEFINE= GMP PCRE OPTIONS_DEFAULT= GMP PCRE +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == amd64 diff --git a/lang/awka/Makefile b/lang/awka/Makefile index f065a9d068f1..debe6caf6d00 100644 --- a/lang/awka/Makefile +++ b/lang/awka/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: awka -# Date created: May 31, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= awka @@ -21,6 +17,7 @@ MANCOMPRESSED= no MAN1= awka.1 MAN5= awka-elm.5 awka-elmref.5 +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/awka diff --git a/lang/bas2tap/Makefile b/lang/bas2tap/Makefile index e3e76bf75b52..315b687d7ac0 100644 --- a/lang/bas2tap/Makefile +++ b/lang/bas2tap/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 9b2b4b26d47d..32ea1994fc4e 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -26,6 +26,7 @@ HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index f6a35ab19852..1e35b5849ff6 100644 --- a/lang/bf2c/Makefile +++ b/lang/bf2c/Makefile @@ -17,6 +17,7 @@ USE_XZ= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index c70965b2f084..4c891721b6da 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -46,6 +46,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= bigloo.1 INFO= bigloo +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAVAHI} diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index fb159a1810a2..dae37f921a33 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -23,6 +23,7 @@ SUB_LIST= JARNAME=${PORTNAME}.jar PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile index c0f7a857af3a..092daf2c7b73 100644 --- a/lang/bwbasic/Makefile +++ b/lang/bwbasic/Makefile @@ -21,6 +21,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index bd1a7b65daa8..6d6fff9f4774 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAML -# Date created: 21 July 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= caml PORTVERSION= 0.75 @@ -23,6 +19,7 @@ ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \ camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/lang/ccl/Makefile b/lang/ccl/Makefile index 599ea845ca3f..0a582a6f50e1 100644 --- a/lang/ccl/Makefile +++ b/lang/ccl/Makefile @@ -20,6 +20,7 @@ EXCLUDE= cocoa-ide lisp-kernel scripts USE_ASDF= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.pre.mk> diff --git a/lang/cdent/Makefile b/lang/cdent/Makefile index 2bdfeb90b0d2..ea0a5be43073 100644 --- a/lang/cdent/Makefile +++ b/lang/cdent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdent -# Date created: 2010-04-25 -# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> -# +# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cdent PORTVERSION= 0.5.7 @@ -18,4 +14,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile index be587dfcbacd..c000d2ab6a38 100644 --- a/lang/cduce/Makefile +++ b/lang/cduce/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cduce -# Date created: Jun 9, 2005 -# Whom: Marwan Burelle <marwan.burelle@lri.fr> -# +# Created by: Marwan Burelle <marwan.burelle@lri.fr> # $FreeBSD$ PORTNAME= cduce @@ -40,6 +37,7 @@ MAN1= cduce.1 cduce_mktop.1 dtd2cduce.1 PLIST_FILES= bin/cduce +NO_STAGE= yes .include <bsd.port.options.mk> # Support for url via ftp/ocaml-ocurl diff --git a/lang/cfortran/Makefile b/lang/cfortran/Makefile index d2ed6ca41b84..61ac6839f355 100644 --- a/lang/cfortran/Makefile +++ b/lang/cfortran/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cfortran -# Date created: 5 December 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= cfortran PORTVERSION= 4.3 @@ -22,6 +18,7 @@ COMMENT= An easy-to-use powerful bridge between C and FORTRAN NO_BUILD= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes post-extract: .for dfile in ${DISTFILES} ${CP} ${_DISTDIR}/${dfile} ${WRKSRC} diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 2595b08b3484..dac3f8a6cb78 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -26,6 +26,7 @@ NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/} MAN1= chicken.1 chicken-bug.1 chicken-install.1 chicken-profile.1 \ chicken-status.1 chicken-uninstall.1 csc.1 csi.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "sparc64" diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 130e5ad9fabd..9b2709c15804 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cint -# Date created: 21 Aug 2007 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cint PORTVERSION= 5.16.19 @@ -32,6 +28,7 @@ INSTALL_ARGS= --bindir=${PREFIX}/bin \ INSTALL_ARGS+= --docdir=${DOCSDIR} .endif +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/bash configure __have_the_proper_shell@ diff --git a/lang/clang-devel/Makefile b/lang/clang-devel/Makefile index 7d8395d88392..912c0fbcc3da 100644 --- a/lang/clang-devel/Makefile +++ b/lang/clang-devel/Makefile @@ -54,6 +54,7 @@ MAN1= clang.1 PLIST_SUB+= CLANG_RELEASE=${CLANG_RELEASE} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASSERTS} diff --git a/lang/clang/Makefile b/lang/clang/Makefile index f1746f240d90..1b13ff8246b1 100644 --- a/lang/clang/Makefile +++ b/lang/clang/Makefile @@ -51,6 +51,7 @@ MAN1= clang.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASSERTS} diff --git a/lang/clang31/Makefile b/lang/clang31/Makefile index a12217f9730f..cb73dc2444c9 100644 --- a/lang/clang31/Makefile +++ b/lang/clang31/Makefile @@ -52,6 +52,7 @@ MAN1= clang.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(MAINTAINER_MODE) diff --git a/lang/clang33/Makefile b/lang/clang33/Makefile index 94cb2c0bb133..758c6f17afc4 100644 --- a/lang/clang33/Makefile +++ b/lang/clang33/Makefile @@ -65,6 +65,7 @@ COMMANDS= c-index-test \ clang-tblgen FIRST_COMMAND= ${COMMANDS:C/^/XXXX/1:MXXXX*:C/^XXXX//} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASSERTS} diff --git a/lang/clay/Makefile b/lang/clay/Makefile index 9d2559ee2f32..46bd15f8948d 100644 --- a/lang/clay/Makefile +++ b/lang/clay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clay -# Date created: 2012-01-24 -# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> -# +# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= clay PORTVERSION= 0.1.2 @@ -34,6 +30,7 @@ CMAKE_ARGS+= -G "Unix Makefiles" -DBUILD_FIX=false CC= clang CXX= clang++ +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBINDGEN} diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 4330cfd47857..bbe75de97f37 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -54,6 +54,7 @@ OPTIONS_DEFAULT= RAWSOCK WILDCARD ZLIB MAN1= clisp.1 clisp-link.1 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> # Semgentation fault in amd64 when using 'mmap(2)', errno = EINVAL. diff --git a/lang/clojure-contrib/Makefile b/lang/clojure-contrib/Makefile index b6fe8134d270..a2c287d01163 100644 --- a/lang/clojure-contrib/Makefile +++ b/lang/clojure-contrib/Makefile @@ -17,6 +17,7 @@ JAVA_VERSION= 1.6+ PLIST_FILES= %%JAVAJARDIR%%/clojure-contrib-1.2.0.jar +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/target/clojure-contrib-1.2.0.jar ${JAVAJARDIR} diff --git a/lang/clojure-mode.el/Makefile b/lang/clojure-mode.el/Makefile index b8659bf0c0a6..a65c0579ec1d 100644 --- a/lang/clojure-mode.el/Makefile +++ b/lang/clojure-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clojure-mode.el -# Date created: 22 Dec 2008 -# Whom: Peter Schuller <peter.schuller@infidyne.com> -# +# Created by: Peter Schuller <peter.schuller@infidyne.com> # $FreeBSD$ -# PORTNAME= clojure-mode.el PORTVERSION= 20090718 @@ -20,6 +16,7 @@ USE_EMACS= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/clojure-mode +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/clojure-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-mode.el ${INSTALL_DATA} ${WRKSRC}/clojure-test-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-test-mode.el diff --git a/lang/clojure/Makefile b/lang/clojure/Makefile index c8b137120ea5..49a07a4a6890 100644 --- a/lang/clojure/Makefile +++ b/lang/clojure/Makefile @@ -23,6 +23,7 @@ JLINE_DESC= jline support for the REPL PLIST_FILES= bin/clojure \ %%JAVAJARDIR%%/clojure.jar +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MJLINE} diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index 84d0c46cbed3..a693d1c5c61e 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cmucl-extra -# Date created: 13 June 2002 -# Whom: Scott Flatman <sf@dsinw.com> -# +# Created by: Scott Flatman <sf@dsinw.com> # $FreeBSD$ PORTNAME= cmucl-extra @@ -24,6 +21,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: cd ${WRKDIR} && ${FIND} lib | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX} diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 1ac6f17d89e5..764b0ce075c4 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -1,10 +1,5 @@ -# Ports collection makefile for: CMUCL -# Date created: Jul, 15, 1997 -# Whom: cracauer@cons.org "Martin Cracauer" -# +# Created by: cracauer@cons.org "Martin Cracauer" # $FreeBSD$ -# -# PORTNAME= cmucl PORTVERSION= 19f @@ -32,6 +27,7 @@ MAN1= lisp.1 cmucl.1 PLIST_SUB= VER=${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin cd ${WRKDIR} && ${FIND} lib | \ diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index 3fe0a582f551..fe5b3120315a 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -23,6 +23,7 @@ ALL_TARGET= all1 MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile index 04c2f95b06a8..d98ee57eb3fa 100644 --- a/lang/cparser/Makefile +++ b/lang/cparser/Makefile @@ -26,6 +26,7 @@ INSTALL_CMD= ${INSTALL_PROGRAM} OPTIONS_DEFINE= DEBUG +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index afab20a9f4e7..677c7d25a510 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: csharp-mode.el -# Date created: 19 Jun 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= csharp-mode.el PORTVERSION= 0.8.5 @@ -27,6 +23,7 @@ USE_EMACS= yes PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el diff --git a/lang/cython/Makefile b/lang/cython/Makefile index e9549e38589a..79c83ed8234b 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -15,4 +15,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Cython +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/dice/Makefile b/lang/dice/Makefile index 0f149b54fc89..f83c318e0597 100644 --- a/lang/dice/Makefile +++ b/lang/dice/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dice -# Date created: Wed Jan 30 13:26:52 CET 2002 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> -# +# Created by: Miguel Mendez <flynn@energyhq.homeip.net> # $FreeBSD$ -# PORTNAME= dice PORTVERSION= 3.15 @@ -16,6 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler +NO_STAGE= yes post-patch: @for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \ ${WRKSRC}/src/dcpp/main.c ${WRKSRC}/src/dcc/defs.h \ diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index 63a679d28679..439cc797a868 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -33,6 +33,7 @@ PLIST_SUB= VERSION="${VERSIONSTR}" DIPDLDIR= ${DOCSDIR}/download VERSIONSTR= ${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|} +NO_STAGE= yes post-patch: @ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \ "s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#" diff --git a/lang/dlv/Makefile b/lang/dlv/Makefile index 8716667da05f..fae7201f5bc3 100644 --- a/lang/dlv/Makefile +++ b/lang/dlv/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= bin/dlv ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Not sure if we can redistribute it +NO_STAGE= yes do-extract: ${RM} -rf ${WRKDIR} ${MKDIR} ${WRKDIR} diff --git a/lang/dmd/Makefile b/lang/dmd/Makefile index b9abffcadaee..4d0816669f33 100644 --- a/lang/dmd/Makefile +++ b/lang/dmd/Makefile @@ -26,6 +26,7 @@ LICENSE_PERMS_DMD= no-pkg-mirror auto-accept OPTIONS_DEFINE= SOURCE DOCS SOURCE_DESC= Compile dmd and phobos from source +NO_STAGE= yes .include <bsd.port.options.mk> MODULEDIR= ${PREFIX}/include/d/phobos diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index d83a691310be..f1e7be1677ac 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmd2 -# Date created: November 29 2010 -# Whom: Ruben <chromium@hybridsource.org> -# +# Created by: Ruben <chromium@hybridsource.org> # $FreeBSD$ -# PORTNAME= dmd PKGNAMESUFFIX= 2 @@ -30,6 +26,7 @@ LICENSE_NAME_DMD= Digital Mars license LICENSE_FILE_DMD= ${WRKSRC}/backendlicense.txt LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/lang/dragonegg-devel46/Makefile b/lang/dragonegg-devel46/Makefile index e434e86825cb..c67f98735b8b 100644 --- a/lang/dragonegg-devel46/Makefile +++ b/lang/dragonegg-devel46/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= dragonegg46 PORTVERSION= 3.4.r${SVN_REV} @@ -34,6 +33,7 @@ GCC_LIBDIR= lib/${CC} ALL_TARGET= MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} VERBOSE=1 +NO_STAGE= yes .include "${.CURDIR}/../../devel/llvm-devel/Makefile.svn_rev" PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} diff --git a/lang/dragonegg46-33/Makefile b/lang/dragonegg46-33/Makefile index 5908578ae01b..440bbf5ea15a 100644 --- a/lang/dragonegg46-33/Makefile +++ b/lang/dragonegg46-33/Makefile @@ -37,6 +37,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} LLVM_CONFIG=llvm-config33 PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/dragonegg46/Makefile b/lang/dragonegg46/Makefile index c8c801a3a5e0..3153718fcc6a 100644 --- a/lang/dragonegg46/Makefile +++ b/lang/dragonegg46/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= dragonegg46 PORTVERSION= 3.2 @@ -32,6 +31,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/dragonegg47-33/Makefile b/lang/dragonegg47-33/Makefile index 05f6db9f3238..144df3eb8faf 100644 --- a/lang/dragonegg47-33/Makefile +++ b/lang/dragonegg47-33/Makefile @@ -3,4 +3,5 @@ USE_GCC= 4.7 MASTERDIR= ${.CURDIR}/../dragonegg46-33 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 2e7d51fbfa61..b1f718ce9ddb 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -33,6 +33,7 @@ MAN1= ecl.1 ecl-config.1 PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" diff --git a/lang/elan/Makefile b/lang/elan/Makefile index e7304445b662..99954b684a3d 100644 --- a/lang/elan/Makefile +++ b/lang/elan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elan -# Date created: 19 Nov 2005 -# Whom: Ed Schouten <ed@fxq.nl> -# +# Created by: Ed Schouten <ed@fxq.nl> # $FreeBSD$ -# PORTNAME= elan PORTVERSION= 1.7c @@ -25,6 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 37258f84d430..6391f376ca68 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -23,6 +23,7 @@ MAN1= elk.1 CPPFLAGS+= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/emacs-lisp-intro/Makefile b/lang/emacs-lisp-intro/Makefile index 1458a77a4272..551e4891459a 100644 --- a/lang/emacs-lisp-intro/Makefile +++ b/lang/emacs-lisp-intro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: emacs-lisp-intro -# Date created: 18 November 1997 -# Whom: Don Croyle <croyle@gelemna.org> -# +# Created by: Don Croyle <croyle@gelemna.org> # $FreeBSD$ -# PORTNAME= emacs-lisp-intro PORTVERSION= 2.04 @@ -17,4 +13,5 @@ COMMENT= An introduction to Emacs Lisp programming USE_AUTOTOOLS= autoconf213 INFO= emacs-lisp-intro +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index d199da37d8ca..28a921a195f5 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -20,6 +20,7 @@ USES= pathfix pkgconfig USE_EFL= eina libtool_hack librt_hack USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 803000 diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 6c9583d943c0..30f68d108548 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -57,6 +57,7 @@ USES= gmake perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index fc18e188b6a3..0c3b0a45ca15 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -56,6 +56,7 @@ USES= gmake perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 5112a0473592..c3baf1dda45e 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -56,6 +56,7 @@ USE_CSTD= gnu89 USE_RC_SUBR= epmd GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 2fa5158b2f41..e6ce2c553ba3 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: execline -# Date created: 2003-06-25 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= execline PORTVERSION= 1.08 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/admin/${DISTNAME} DOCS= package/CHANGES package/README package/THANKS package/TODO \ doc/*.html +NO_STAGE= yes do-configure: ${ECHO_CMD} "FreeBSD" > ${WRKSRC}/src/sys/systype ${ECHO_CMD} "${LOCALBASE}/include/skalibs" \ diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile index 8164123cee13..6433c9c4092c 100644 --- a/lang/expect-devel/Makefile +++ b/lang/expect-devel/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: expect-devel -# Date created: 17 October 2007 -# Whom: mm -# +# Created by: mm # $FreeBSD$ PORTNAME= expect @@ -34,6 +31,7 @@ GNU_CONFIGURE= yes PLIST_SUB+= EXPECT_VER="${EXPECT_VER}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITHOUT_X11) diff --git a/lang/expect/Makefile b/lang/expect/Makefile index f0cda0eded57..5a8f9ac0ef66 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: expect -# Date created: 20 November 1994 -# Whom: pst -# +# Created by: pst # $FreeBSD$ PORTNAME= expect @@ -31,6 +28,7 @@ PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}" OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 2d52247b765a..b0d62c70e703 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezm3 -# Date created: 1 Jan 2002 -# Whom: John Polstra <jdp@FreeBSD.org> -# +# Created by: John Polstra <jdp@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ezm3 PORTVERSION= 1.2 @@ -21,6 +17,7 @@ COMMENT= Easier, more portable Modula-3 distribution for building CVSup USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 132a86a6f29b..0197dd829fd5 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -27,6 +27,7 @@ LEAD_0_DESC= Print with leading zeros # Set FCNAME to the name of the Fortran 77 / F2C wrapper. FCNAME?= fc PLIST_SUB= FCNAME=${FCNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFC} diff --git a/lang/f77/Makefile b/lang/f77/Makefile index 9eb1638092d9..5628d90c17e7 100644 --- a/lang/f77/Makefile +++ b/lang/f77/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: f77-freebsd -# Date created: 19 JAN 1999 -# Whom: Steven G. Kargl -# +# Created by: Steven G. Kargl # $FreeBSD$ -# PORTNAME= f77 PORTVERSION= 0.3 @@ -38,6 +34,7 @@ ALL_TARGET= depend all MAN1= ${F77NAME}.1 PLIST_FILES= bin/${F77NAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME} @${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \ diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile index c97cfa8a4641..36f132daa902 100644 --- a/lang/fasm/Makefile +++ b/lang/fasm/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/fasm PORTDOCS= * WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/lang/fbbi/Makefile b/lang/fbbi/Makefile index 2761f59f1c11..7b0e32967180 100644 --- a/lang/fbbi/Makefile +++ b/lang/fbbi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbbi -# Date created: 22 December 2001 -# Whom: Leland Wang <llwang@infor.org> -# +# Created by: Leland Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= fbbi PORTVERSION= 2003.0326 @@ -25,6 +21,7 @@ post-patch: .SILENT -e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \ ${WRKSRC}/Makefile +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 7e22633d6a92..296102f1a577 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: ferite -# Date created: 21 August 2001 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= ferite PORTVERSION= 1.0.2 @@ -28,6 +24,7 @@ PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} MAN1= builder.1 ferite.1 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile index 45c60038c95b..23514ee2aa40 100644 --- a/lang/ficl/Makefile +++ b/lang/ficl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ficl -# Date created: 23 August 2002 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME= ficl PORTVERSION= 4.1.0 @@ -31,6 +27,7 @@ PLIST_FILES= bin/${PORTNAME} lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.${PORTV PORTDOCS= * +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.a ${PREFIX}/lib diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index e98755e61f08..725dfbb07d83 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper <coop9211@uidaho.edu> +# Created by: John Merryweather Cooper <coop9211@uidaho.edu> # $FreeBSD$ PORTNAME= base @@ -22,4 +22,5 @@ NO_BUILD= yes do-install: # empty +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/fpc-docs/Makefile b/lang/fpc-docs/Makefile index ca1a0d607dc7..0c992d0b1f88 100644 --- a/lang/fpc-docs/Makefile +++ b/lang/fpc-docs/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper +# Created by: John Merryweather Cooper # $FreeBSD$ PORTNAME= docs @@ -24,6 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/fpdocs-${PORTVERSION} PORTDOCS= chart.pdf fcl.pdf fpdoc.pdf prog.pdf ref.pdf rtl.pdf user.pdf SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR} @cd ${WRKDIR}/doc && \ diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile index a3aff96f60df..88f3b0a9a434 100644 --- a/lang/fpc-lua/Makefile +++ b/lang/fpc-lua/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LUA LUA_DESC= Install lua library OPTIONS_DEFAULT= LUA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/fpc-rexx/Makefile b/lang/fpc-rexx/Makefile index 7dd84fdada13..4187e3a9463b 100644 --- a/lang/fpc-rexx/Makefile +++ b/lang/fpc-rexx/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= REXX_REGINA REXX_REGINA_DESC= Install rexx-regina library OPTIONS_DEFAULT= REXX_REGINA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile index ac69fba306b3..97d1e7174b26 100644 --- a/lang/fpc-tcl/Makefile +++ b/lang/fpc-tcl/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= TCL TCL_DESC= Install tool commnad language OPTIONS_DEFAULT= TCL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 51a91a242f00..95f648e37e33 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -105,6 +105,7 @@ ZLIB_DESC= Interface to the zlib compression library LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> OPTIONS_DEFAULT=A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DBLIB DTS FASTCGI FCL-ASYNC FCL-BASE \ diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile index f43585829f73..cace52f05be0 100644 --- a/lang/fpc-utils/Makefile +++ b/lang/fpc-utils/Makefile @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index d63bf012091f..cb1d35814a26 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper et al +# Created by: John Merryweather Cooper et al # $FreeBSD$ PORTNAME= fpc @@ -32,6 +32,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options OPT?=-CX FPCSRCDIR= ${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile index d685bfc67743..7f10e3bf2d3d 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -29,5 +29,6 @@ PLIST_SUB+= LB="${LOCALBASE}/" PLIST_SUB+= LB="" .endif +NO_STAGE= yes .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> diff --git a/lang/g95/Makefile b/lang/g95/Makefile index 19dacb1d270a..d35404a2b051 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: g95 -# Date created: 2007/01/29 -# Whom: SATO Hiroki, <hrs@FreeBSD.org> -# +# Created by: SATO Hiroki, <hrs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= g95 PORTVERSION= ${G95VERSION}.${SNAPDATE} @@ -33,6 +29,7 @@ CONFIGURE_ARGS+=--with-gcc-dir=${GCCBUILDDIR} PLIST_FILES= bin/g95 bin/f95 bin/f951 lib/libf95.a PORTDOCS= G95Manual.pdf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index 86f8b252e649..162cc91c8eaf 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gambc -# Date created: 28 December 2006 -# Whom: Rob Zinkov -# +# Created by: Rob Zinkov # $FreeBSD$ -# PORTNAME= gambit-c DISTVERSION= v4_6_6 @@ -40,6 +36,7 @@ PLIST_SUB+= GSI_LIB=lib/gambit-c # build take more than 20Gb of virtual memory. CFLAGS+= -fno-move-loop-invariants +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(FLAGS_OBJ = \).*|\1 ${CFLAGS}|' ${WRKSRC}/makefile.in @${REINPLACE_CMD} -e 's|^\(FLAGS_DYN = \).*|\1 ${CFLAGS}|' ${WRKSRC}/makefile.in diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index c14e03fe7f73..c2f3e3e3ce1a 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -41,6 +41,7 @@ USES= iconv USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 66f27a3b7373..fe5ed6d8a7e0 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -29,6 +29,7 @@ MAN3= filefuncs.3am fnmatch.3am fork.3am ordchr.3am readdir.3am \ PLIST_SUB= VERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 465dba79e8e1..1cd7979dc447 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -13,6 +13,7 @@ DISTFILES= gcc-${GCC_VERSION}.tar.bz2 MAINTAINER= marino@FreeBSD.org COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" LANGS= c diff --git a/lang/gcc-ecj45/Makefile b/lang/gcc-ecj45/Makefile index 46962d2c7319..ababd59d7be0 100644 --- a/lang/gcc-ecj45/Makefile +++ b/lang/gcc-ecj45/Makefile @@ -16,6 +16,7 @@ COMMENT= Eclipse Java Compiler used to build GCC Java NO_BUILD= yes PLIST_FILES= share/java/${DISTNAME} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/share/java/ diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 5c7fce579080..6a4cee49b6e9 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -44,6 +44,7 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 996b06f28197..00f9deecd173 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -26,6 +26,7 @@ SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure +NO_STAGE= yes .include <bsd.port.pre.mk> DEPRECATED= Superseded by GCC 4.6 and later, kept for the sake of two obsolete ports diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 7a5df5e49bd3..cdc99ac6a1e6 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -32,6 +32,7 @@ SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 4d1cefafefb0..12df9dca09b2 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -30,6 +30,7 @@ SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 074f5fb6abca..e2fe6e3b110f 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index ce0eb3bbd234..28a0409411ae 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 4d6049c10b89..48fccdbc3916 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index e3a210bf363f..b98557d35d13 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 394282ccc95e..90f1bd12e56f 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -44,6 +44,7 @@ PLIST_SUB= GCL_VER="${PORTVERSION}" INFO= gcl-si gcl-tk +NO_STAGE= yes post-patch:: @${REINPLACE_CMD} -e \ 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include| ; \ diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 6488c7ff770a..7cde4158cdb6 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -36,6 +36,7 @@ PORTDOCS= AUTHORS BUGS Benchres COPYING COPYING.DOC \ MAN1= gforth.1 INFO= gforth vmgen +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 || ${ARCH} == powerpc diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 58a5c058f1f4..c1d135904671 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -62,6 +62,7 @@ OPTIONS_DEFINE+= BOOT OPTIONS_DEFINE+= BOOTH .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDYNAMIC} diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index ab4d0c9e4823..34453ce39882 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -28,4 +28,5 @@ LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= scripts/make-tests +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index a30042f0efbf..5c68f7464967 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -12,6 +12,7 @@ DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2 MAINTAINER= marino@FreeBSD.org COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH} +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" LANGS= c diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index a545c31cac00..c3ed181292ce 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -28,6 +28,7 @@ MAN1= gnatgcc.1 gnatcpp.1 gnatgcov.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 MAN7= ${fsf_mans:S/$/${fsf_suffix}.7/} +NO_STAGE= yes .include <bsd.port.pre.mk> gcc_version= 4.3.6 diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile index 25d0b7b64a5e..ba77de7da1ff 100644 --- a/lang/gnat_util/Makefile +++ b/lang/gnat_util/Makefile @@ -19,6 +19,7 @@ DESTINY= ${WRKDIR}/destino MAKE_ENV= DESTDIR=${DESTINY} \ MAKEOBJDIR=${WRKSRC}/obj +NO_STAGE= yes .include "${.CURDIR}/Makefile.sources" .include "${.CURDIR}/../gcc-aux/Makefile.version" .include <bsd.port.pre.mk> diff --git a/lang/gnatdroid-armv5/Makefile b/lang/gnatdroid-armv5/Makefile index a5b473b8b982..e31b146d3df2 100644 --- a/lang/gnatdroid-armv5/Makefile +++ b/lang/gnatdroid-armv5/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ RUN_DEPENDS:= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ gnatdroid-binutils>=2.21:${PORTSDIR}/lang/gnatdroid-binutils +NO_STAGE= yes .include "${.CURDIR}/../gnat-aux/Makefile.common" LANGS= c ada diff --git a/lang/gnatdroid-armv7/Makefile b/lang/gnatdroid-armv7/Makefile index 133905ff62e7..8e72ad0579ea 100644 --- a/lang/gnatdroid-armv7/Makefile +++ b/lang/gnatdroid-armv7/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ RUN_DEPENDS:= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ gnatdroid-binutils>=2.21:${PORTSDIR}/lang/gnatdroid-binutils +NO_STAGE= yes .include "${.CURDIR}/../gnat-aux/Makefile.common" LANGS= c ada diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile index bbbd91d15a7d..3342113857d4 100644 --- a/lang/gnatdroid-binutils/Makefile +++ b/lang/gnatdroid-binutils/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} CONFIGURE_ARGS+= --with-mpfr=${LOCALBASE} CONFIGURE_ARGS+= --disable-nls +NO_STAGE= yes post-install: ${MKDIR} ${BR2_PREFIX} (cd ${BR1_PREFIX} && ${COPYTREE_BIN} \* ${BR2_PREFIX}) diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile index 5c6056db9fee..00b6ce9c5cc1 100644 --- a/lang/gnatdroid-sysroot/Makefile +++ b/lang/gnatdroid-sysroot/Makefile @@ -19,6 +19,7 @@ NO_MTREE= YES WRKSRC= ${WRKDIR}/android-${PORTVERSION}-arm PREFIX= ${LOCALBASE}/android9 +NO_STAGE= yes do-install: (cd ${WRKSRC} && ${FIND} usr/ -type d -exec ${MKDIR} ${PREFIX}/{} \;) (cd ${WRKSRC} && ${FIND} usr/ -type f -exec \ diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index b3e596e8c579..22afb8d0423a 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -47,6 +47,7 @@ ETCDIR= ${LOCALBASE}/etc PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} +NO_STAGE= yes .include <bsd.port.pre.mk> PATH:= ${PREFIX}/System/Tools:${PATH} diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 4a1c42f93145..3773277463ea 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -44,6 +44,7 @@ PLIST_SUB+= USEX11="" CONFLICTS?= gnustep-guile-nox11-1.* .endif +NO_STAGE= yes .include <bsd.port.pre.mk> GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER diff --git a/lang/go/Makefile b/lang/go/Makefile index 13e2098ccddf..44c4b913c3b0 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -31,6 +31,7 @@ SUB_LIST+= GOOBJ=${GOOBJ} \ ARCH=${GOARCH} \ GOOS=${OPSYS:L} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index e3d17f46694b..cb1d47277271 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= FD OPTIONS_DEFAULT=FD FD_DESC= Enable finite domain constraint solver +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/groovy/Makefile b/lang/groovy/Makefile index 004d02ea0369..bdc7a5669e14 100644 --- a/lang/groovy/Makefile +++ b/lang/groovy/Makefile @@ -23,6 +23,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} DATAFILES= ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib SCRIPTFILES= groovy groovyConsole groovyc groovysh java2groovy startGroovy +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index 8bf422e19b65..4c6528fa0a4d 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -21,6 +21,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \ ${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 29f69d24bd55..812f388df7bf 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -32,6 +32,7 @@ REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \ INFO= goops guile-tut guile r5rs +NO_STAGE= yes post-extract: cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES} @${FIND} ${WRKSRC}/doc -name "*.info*" -delete diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index efd640741125..d79b73811b96 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -80,6 +80,7 @@ MAKE_ENV= HB_ARCHITECTURE=${HB_ARCH} \ HB_USER_CFLAGS=${HB_USER_CFLAGS} \ HB_USER_LDFLAGS=${HB_USER_LDFLAGS} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 5e2688e76df2..9fd6d421d377 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -34,6 +34,7 @@ PLIST_DIRS= share/emacs/site-lisp/${PORTNAME}/ PLIST_FILES= ${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g} SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> do-install: @${MKDIR} ${ELISPDIR} diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index 434854c47fff..e4de7d6b774b 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -100,6 +100,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}:main \ PLIST_FILES= bin/hhvm PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/lang/hla/Makefile b/lang/hla/Makefile index c81bd8e3a8c3..e45441347699 100644 --- a/lang/hla/Makefile +++ b/lang/hla/Makefile @@ -27,6 +27,7 @@ ALL_TARGET= hlaparse hla ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-extract: ${MKDIR} ${WRKDIR}/stdlib && \ ${TAR} -zxf ${_DISTDIR}/bsd.${PORTNAME}.tar.gz -C ${WRKDIR}/stdlib diff --git a/lang/hope/Makefile b/lang/hope/Makefile index 5ac0f9dbe5b0..f235fd6fa492 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hope -# Date created: 24 September 2001 -# Whom: Lev Serebryakov <lev@serebryakov.spb.ru> -# +# Created by: Lev Serebryakov <lev@serebryakov.spb.ru> # $FreeBSD$ -# PORTNAME= hope PORTVERSION= 1.1 @@ -27,6 +23,7 @@ USE_GMAKE= yes MAN1= hope.1 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-fetch: diff --git a/lang/hs-brainfuck/Makefile b/lang/hs-brainfuck/Makefile index 6acf241e2bb1..cd9eb71ec185 100644 --- a/lang/hs-brainfuck/Makefile +++ b/lang/hs-brainfuck/Makefile @@ -15,5 +15,6 @@ USE_CABAL= mtl EXECUTABLE= bf +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/lang/hs-epic/Makefile b/lang/hs-epic/Makefile index 4587d6c6fa5a..dd8e00a6e9e7 100644 --- a/lang/hs-epic/Makefile +++ b/lang/hs-epic/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS+= boehm-gc>=7.1:${PORTSDIR}/devel/boehm-gc \ EXECUTABLE= epic +NO_STAGE= yes post-patch:: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/evm/Makefile diff --git a/lang/hs-unlambda/Makefile b/lang/hs-unlambda/Makefile index c046754d80f6..b9453a823c46 100644 --- a/lang/hs-unlambda/Makefile +++ b/lang/hs-unlambda/Makefile @@ -15,5 +15,6 @@ USE_CABAL= mtl EXECUTABLE= unlambda +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/lang/huc/Makefile b/lang/huc/Makefile index 520941dba815..c2ba9bf92700 100644 --- a/lang/huc/Makefile +++ b/lang/huc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: huc -# Date created: 1 December 2003 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= huc PORTVERSION= 3.21 @@ -22,6 +18,7 @@ USE_ZIP= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 06af0d33487e..9bdabe52c76d 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-ffi #CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" +NO_STAGE= yes .include <bsd.port.pre.mk> CONFIGURE_ARGS+= --with-pthreads diff --git a/lang/icc/Makefile b/lang/icc/Makefile index a748b54a3efb..0f8aaf40827a 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -39,6 +39,7 @@ MANPREFIX= ${PREFIX}/${COMPILERDIR} ICC_SITE= http://www.intel.com/software/products/compilers/ +NO_STAGE= yes .include <bsd.port.pre.mk> EXTRACT_AFTER_ARGS= --exclude cdt-\*.zip \ diff --git a/lang/ici/Makefile b/lang/ici/Makefile index 89781234d13c..57fd56ee1ee6 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ici -# Date created: 18 December 1997 -# Whom: andy -# +# Created by: andy # $FreeBSD$ -# PORTNAME= ici PORTVERSION= 4.1.2 @@ -27,6 +23,7 @@ ICIHDRS= ici.h icistr-setup.h ICIDOCS= doc/ici.pdf +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 1f04eb4a3332..ffc78d913832 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icon -# Date created: 05 April 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= icon PORTVERSION= 9.5.0 @@ -40,6 +36,7 @@ CONFIG_CMD= X-Configure PLIST_SUB= WITHOUT_X11= .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|^CC.*|CC=${CC}|g ; \ s|^CFLAGS.*|CFLAGS=${CFLAGS}|g ; \ diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 7f646ef93da8..af8001664c29 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -35,6 +35,7 @@ MANPREFIX= ${PREFIX}/${COMPILERDIR}/ IFC_SITE= http://www.intel.com/software/products/compilers/ +NO_STAGE= yes .include <bsd.port.pre.mk> EXTRACT_AFTER_ARGS= --exclude intel-iidb\*.rpm \ diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile index 3bbf449c3cbd..b70c32a3ee1d 100644 --- a/lang/ikarus/Makefile +++ b/lang/ikarus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ikarus -# Date created: 30 January 2009 -# Whom: Vitaly Magerya <vmagerya@gmail.com> -# +# Created by: Vitaly Magerya <vmagerya@gmail.com> # $FreeBSD$ -# PORTNAME= ikarus PORTVERSION= 0.0.3 @@ -34,6 +30,7 @@ ONLY_FOR_ARCHS= i386 NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MDOCS} diff --git a/lang/intel2gas/Makefile b/lang/intel2gas/Makefile index b28aa74ffad9..d7e9a1867ae0 100644 --- a/lang/intel2gas/Makefile +++ b/lang/intel2gas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: intel2gas -# Date created: 12 May 1999 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= intel2gas PORTVERSION= 1.3.3 @@ -20,6 +16,7 @@ DATAPREFIX= ${PREFIX}/share/intel2gas DATADIRS= i2g g2i m2g DOCS= BUGS DATAFILES README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/intel2gas ${PREFIX}/bin ${MKDIR} ${DATAPREFIX} diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index a8e1da78eff1..b5a605ddc0ca 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,4 +1,4 @@ -# Created by: Matthew Hunt <mph@freebsd.org> +# Created by: Matthew Hunt <mph@FreeBSD.org> # $FreeBSD$ PORTNAME= intercal @@ -18,6 +18,7 @@ DATADIR= ${PREFIX}/share/ick MAN1= ick.1 convickt.1 INFO= ick +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \ ${WRKSRC}/buildaux/Makefile.in diff --git a/lang/io/Makefile b/lang/io/Makefile index 721b4e638fcc..adeb1d0e94d1 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -22,6 +22,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=release PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include "${.CURDIR}/Makefile.addons" post-patch: diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile index b5c4acf600f8..67705ccb0a25 100644 --- a/lang/ironpython/Makefile +++ b/lang/ironpython/Makefile @@ -21,6 +21,7 @@ GH_COMMIT= 568c234 SUB_FILES= ipy ipy64 +NO_STAGE= yes do-build: cd ${WRKSRC} && ${LOCALBASE}/bin/xbuild /t:Stage \ /p:Configuration=Release /p:ReferencedPlatform=V4 \ diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index f32a5f993076..09b38af357c8 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -34,6 +34,7 @@ MANN= body.itcl class.itcl code.itcl configbody.itcl delete.itcl ensemble.itcl is.itcl itcl.itcl itclvars.itcl local.itcl scope.itcl MAN3= Itcl_RegisterC.3 Itcl_Stack.3 Itcl_Class.3 Itcl_List.3 Itcl_Object.3 Itcl_Preserve.3 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/lang/jakarta-commons-jelly/Makefile b/lang/jakarta-commons-jelly/Makefile index ccc1124108ee..357c915e81b7 100644 --- a/lang/jakarta-commons-jelly/Makefile +++ b/lang/jakarta-commons-jelly/Makefile @@ -29,6 +29,7 @@ PORTDOCS= * SUB_FILES= jelly.sh PLIST_FILES= bin/jelly +NO_STAGE= yes post-extract: ${RM} -f ${WRKSRC}/bin/jelly.bat ${WRKSRC}/bin/jelly diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 9089698a4f6a..6982aa0b14a2 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -26,6 +26,7 @@ SHEBANG_FILES= rake spec spec_translator Rakefile '*.rb' PLIST_SUB+= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} JRUBY_HOME=${JRUBY_HOME:S,${PREFIX}/,,} +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/lang/jython/Makefile b/lang/jython/Makefile index 209fa9e34283..d299bfdf7d9f 100644 --- a/lang/jython/Makefile +++ b/lang/jython/Makefile @@ -26,6 +26,7 @@ PLIST_SUB+= JYTHON_DIR=${INST_TARGET} CACHEDIR_SPEC= -Dpython.cachedir=${WRKDIR}/jython-cachedir +NO_STAGE= yes do-install: @# Do tons of backflips so that the cachedir is put into the user's home @# directory (it's irritating to not be able to cache stuff if you're diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index 4b332cb3e7b3..fb3bcfbd4182 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -27,6 +27,7 @@ INFO= kawa PLIST_FILES= bin/kawa bin/qexo share/java/kawa.jar \ share/java/kawa-${PORTVERSION}.jar +NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e '/^JAR =/s|[a-zA-Z]*$$|${JAR}|g;' diff --git a/lang/klone/Makefile b/lang/klone/Makefile index c69ec582ad55..ba5b9b258e3a 100644 --- a/lang/klone/Makefile +++ b/lang/klone/Makefile @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/Klone MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index 5eb7d906bd2e..a39ac834f7d1 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -35,6 +35,7 @@ MAN3= libconvert-inmos.3 libcourse-cycles.3 libcourse-nets.3 \ libproc.3 libsock.3 libstreamio-inmos.3 libstring-inmos.3 # Fix pkgconfig location +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.am" -type f | \ ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/lang/kturtle/Makefile b/lang/kturtle/Makefile index f587f2aaebf6..57106a48ee4d 100644 --- a/lang/kturtle/Makefile +++ b/lang/kturtle/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index 78ee7705e329..c582b1eb7042 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -18,6 +18,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_CSTD= gnu89 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index c4da2744e140..961d5ab2c963 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -23,6 +23,7 @@ PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index 2bd16e8123b4..56d6c74a7439 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libjit -# Date created: 2004-04-27 -# Whom: michael johnson <ahze@ahze.net> -# +# Created by: michael johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= libjit PORTVERSION= 0.1.2 @@ -25,6 +21,7 @@ CFLAGS+= -O0 INFO= libjit MAN3= libjit.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile index 7325abd055e7..3e686b637694 100644 --- a/lang/libobjc2/Makefile +++ b/lang/libobjc2/Makefile @@ -11,6 +11,7 @@ COMMENT= Replacement Objective-C runtime supporting modern Objective-C features SSP_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.options.mk> USES= cmake diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 0f516d5e9d7c..4626b959b686 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -34,6 +34,7 @@ MANCOMPRESSED= yes MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1 INFO= librep +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == ia64 diff --git a/lang/libstdc++_stldoc_3.4.0/Makefile b/lang/libstdc++_stldoc_3.4.0/Makefile index db3aa37cdc8e..101772666f71 100644 --- a/lang/libstdc++_stldoc_3.4.0/Makefile +++ b/lang/libstdc++_stldoc_3.4.0/Makefile @@ -1,12 +1,5 @@ -# New ports collection makefile for: libstdc++_stldoc -# Date created: 18th January 2008 -# Whom: Bruce M. Simpson -# +# Created by: Bruce M. Simpson # $FreeBSD$ -# -# Note: Specific versions of this documentation exist for each version -# of the libstdc++ library, note versioning convention below. -# PORTNAME= libstdc++_stldoc_3.4.0 PORTVERSION= 20040609 @@ -27,6 +20,7 @@ NO_WRKSUBDIR= yes PORTDOCS= * +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} && \ diff --git a/lang/libstdc++_stldoc_4.2.2/Makefile b/lang/libstdc++_stldoc_4.2.2/Makefile index 07928843ffeb..c2ff5aec3ad0 100644 --- a/lang/libstdc++_stldoc_4.2.2/Makefile +++ b/lang/libstdc++_stldoc_4.2.2/Makefile @@ -1,12 +1,5 @@ -# New ports collection makefile for: libstdc++_stldoc -# Date created: 18th January 2008 -# Whom: Bruce M. Simpson -# +# Created by: Bruce M. Simpson # $FreeBSD$ -# -# Note: Specific versions of this documentation exist for each version -# of the libstdc++ library, note versioning convention below. -# PORTNAME= libstdc++_stldoc_4.2.2 PORTVERSION= 20071101 @@ -31,6 +24,7 @@ NO_WRKSUBDIR= yes PORTDOCS= stldoc +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${DOCSDIR}/stldoc diff --git a/lang/linux-f10-libg2c/Makefile b/lang/linux-f10-libg2c/Makefile index dc62681b1176..8c78882513d6 100644 --- a/lang/linux-f10-libg2c/Makefile +++ b/lang/linux-f10-libg2c/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lang/linux-f10-libg2c -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= libg2c PORTVERSION= 3.4.6 @@ -27,4 +23,5 @@ SRC_DISTFILES= compat-gcc-34-${PORTVERSION}-${RPMVERSION}.src.rpm PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/linux-f10-tcl85/Makefile b/lang/linux-f10-tcl85/Makefile index ca0d0645b5e8..2a2c4abf36a1 100644 --- a/lang/linux-f10-tcl85/Makefile +++ b/lang/linux-f10-tcl85/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: lang/linux-f10-tcl85 -# Date created: 2009-05-04 -# Whom: bsam +# Created by: bsam # $FreeBSD$ -# PORTNAME= tcl PORTVERSION= 8.5.3 @@ -27,4 +24,5 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/linux-j/Makefile b/lang/linux-j/Makefile index a30951c1c556..31146a373779 100644 --- a/lang/linux-j/Makefile +++ b/lang/linux-j/Makefile @@ -29,6 +29,7 @@ MAN1= j-jconsole.1 SUB_FILES= j-jconsole.sh jw.sh SUB_LIST= PORTVERSION=${PORTVERSION:S/b//g} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/j-jconsole.sh ${PREFIX}/bin/j-jconsole ${INSTALL_SCRIPT} ${WRKSRC}/jw.sh ${PREFIX}/bin/jw diff --git a/lang/logo/Makefile b/lang/logo/Makefile index c9d7a0948230..13043eda9dfc 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logo -# Date created: 22 October 1994 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= ucblogo PORTVERSION= 5.5 @@ -52,6 +48,7 @@ PLIST_SUB+= EMACS_LOGO_MODE="" PLIST_SUB+= EMACS_LOGO_MODE="@comment " .endif +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: diff --git a/lang/lua-mode.el/Makefile b/lang/lua-mode.el/Makefile index e58e7a057205..a5e4eab06ee0 100644 --- a/lang/lua-mode.el/Makefile +++ b/lang/lua-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua-mode.el -# Date created: 4 March 2004 -# Whom: Josh Elsasser <jre@vineyard.net> -# +# Created by: Josh Elsasser <jre@vineyard.net> # $FreeBSD$ -# PORTNAME= lua-mode.el PORTVERSION= 1.26 @@ -26,6 +22,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp PLIST_FILES= share/emacs/site-lisp/lua-mode.el lib/xemacs/site-lisp/lua-mode.el PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 185e5f17a849..7cefb4fd88bc 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -49,6 +49,7 @@ LUA_TEST= README bisect.lua cf.lua echo.lua env.lua factorial.lua \ printf.lua readonly.lua sieve.lua sort.lua table.lua \ trace-calls.lua trace-globals.lua xd.lua +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "powerpc" diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile index 57cd4894c5d2..13236dc7ac4c 100644 --- a/lang/lua4/Makefile +++ b/lang/lua4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua -# Date created: 27 June 1999 -# Whom: Richard Kiss <him@richardkiss.com> -# +# Created by: Richard Kiss <him@richardkiss.com> # $FreeBSD$ -# PORTNAME= lua PORTVERSION= 4.0.1 @@ -33,6 +29,7 @@ LUA_MAN= ${LUA_BIN:S/$/.1/} MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index 1790553f744c..653997b057b1 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua -# Date created: 27 June 1999 -# Whom: Richard Kiss <him@richardkiss.com> -# +# Created by: Richard Kiss <him@richardkiss.com> # $FreeBSD$ -# PORTNAME= lua PORTVERSION= 5.0.3 @@ -33,6 +29,7 @@ LUA_MAN= ${LUA_BIN:S/$/.1/} MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 97f7822fa992..5e7d740d56ec 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -36,6 +36,7 @@ MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} LATEST_LINK= ${LUA_SUBDIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "powerpc" diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 0182efa57a8f..30c2644bc0ee 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -24,6 +24,7 @@ PLIST_SUB+= VERSION=${DISTVERSION} MAN1= luajit.1 .endif +NO_STAGE= yes post-install: ${LN} -sf ${PREFIX}/bin/${PORTNAME}-${DISTVERSION} \ ${PREFIX}/bin/${PORTNAME} diff --git a/lang/lush/Makefile b/lang/lush/Makefile index b763c72c7510..f53cb543c77f 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --without-bfd MAN1= lush.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/lang/malbolge/Makefile b/lang/malbolge/Makefile index 6fd92e1f6dea..35b4531fc748 100644 --- a/lang/malbolge/Makefile +++ b/lang/malbolge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: malbolge -# Date created: 13 July 2012 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= malbolge PORTVERSION= 0.1.1 @@ -17,6 +13,7 @@ PLIST_FILES= bin/malbolge PORTDOCS= * +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/malbolge ${PREFIX}/bin diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 966673cc5116..6c5902791866 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= FULL_MAUDE OPTIONS_DEFAULT= FULL_MAUDE FULL_MAUDE_DESC= Install full-maude${FULL_MAUDE_VER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFULL_MAUDE} diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index 1f4ff2a6b615..c92309dff44a 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mawk -# Date created: 24 Dec 1998 -# Whom: Pedro F. Giffuni <giffunip@asme.org> -# +# Created by: Pedro F. Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= mawk PORTVERSION= 1.3.3 @@ -25,6 +20,7 @@ PLIST_FILES= bin/mawk regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} mawk_test fpe_test +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${MANPREFIX}/man/man1 diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 372e553943f0..3c8d0b987c2c 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/mixasm \ %%DATADIR%%/mixvm.el PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGLADE} diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index cb331963e29f..c8db92631571 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -66,6 +66,7 @@ PLISTDIR= ${PREFIX}/lib/metaocaml \ ${PREFIX}/bin/metaocamlc \ ${PREFIX}/bin/metaocamlopt +NO_STAGE= yes .include <bsd.port.options.mk> # Have to set this here and can't use ${DATADIR} or MLINKS get screwed up diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 70bbc3f51b5f..febd1fab6e69 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= GDBM MCRYPT MHASH OPENSSL PGSQL X11 MCRYPT_DESC= mcrypt library support MHASH_DESC= mhash library support +NO_STAGE= yes .include <bsd.port.pre.mk> # TODO implement db4 support diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index 61b0ecade253..099a95899b70 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mixal -# Date created: 21-Dec-1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> -# +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # $FreeBSD$ -# PORTNAME= mixal PORTVERSION= 1.11 @@ -20,6 +15,7 @@ ALL_TARGET= ${PORTNAME} MAN1= mixal.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mixal ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mixal.1 ${MANPREFIX}/man/man1 diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile index 1481f1a0d267..fe9dfc79a708 100644 --- a/lang/ml-pnet/Makefile +++ b/lang/ml-pnet/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: treecc -# Date created: Wed Jul 11 00:45:15 EDT 2001 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= ml-pnet PORTVERSION= ${PNET_VERSION} @@ -23,5 +19,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pn GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.mk> diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 76da9cfab10b..060792021865 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= SMLNJ MINGW32 SMLNJ_DESC= Bootstrap with SML/NJ (can take >15 hours) MINGW32_DESC= Add the mingw32 target (requires wine) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/mmix/Makefile b/lang/mmix/Makefile index 3e297ad07f46..1fd206cf5819 100644 --- a/lang/mmix/Makefile +++ b/lang/mmix/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb NO_WRKSUBDIR= yes FILES= mmix.1 mmix.mp silly.out silly.run +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmix ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmixal ${PREFIX}/bin diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 5f8a0493f5d5..26c8e7088760 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mono-basic -# Date created: 2008-12-20 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= mono-basic PORTVERSION= 2.10 @@ -28,4 +24,5 @@ tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${MAKE_FLAGS} Makefile ${MAKE_ARGS} test) +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/mono/Makefile b/lang/mono/Makefile index cc3c9a9a86ec..aeeed73c2f72 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -49,6 +49,7 @@ MAN1= al.1 cccheck.1 ccrewrite.1 cert2spc.1 certmgr.1 chktrust.1 \ signcode.1 sn.1 soapsuds.1 sqlsharp.1 wsdl.1 xbuild.1 xsd.1 MAN5= mdoc.5 mono-config.5 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index b04c0bb1140f..4d7845664041 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -49,6 +49,7 @@ post-patch: .SILENT ${FIND} ${WRKSRC} -type f -name Makefile -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -E 's|cd (.+); make|$$(MAKE) -C \1|' +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKDIR}/mosml/copyrght/copyrght.att ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/mosml/copyrght/copyrght.cl ${DOCSDIR} diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index f78556b7cade..70ed11346b26 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mosh -# Date created: 2008-07-06 -# Whom: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> -# +# Created by: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> # $FreeBSD$ -# PORTNAME= mosh PORTVERSION= 0.2.7 @@ -29,6 +25,7 @@ CONFLICTS_INSTALL= mosh-1.[0-9].* PROJECTHOST= mosh-scheme MAN1= mosh.1 mosh_config.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index e95db27a134d..00327934befa 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -29,6 +29,7 @@ MAN1= mpd.1 mpdl.1 mpdm.1 mpdprof.1 MAN3= mpdanimator.3 mpdgetopt.3 mpdwin.3 MAN5= mpdmap.5 mpdtrace.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MX11} diff --git a/lang/mtasc/Makefile b/lang/mtasc/Makefile index f0a54aebdb85..521309ec0a72 100644 --- a/lang/mtasc/Makefile +++ b/lang/mtasc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtasc -# Date created: 2008-09-06 -# Whom: Marcin Cieslak <saper@SYSTEM.PL> -# +# Created by: Marcin Cieslak <saper@SYSTEM.PL> # $FreeBSD$ -# PORTNAME= mtasc PORTVERSION= 1.14 @@ -37,6 +33,7 @@ WRKSRC= ${WRKDIR}/ocaml PORTDATA= std std8 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/lang/munger/Makefile b/lang/munger/Makefile index 82682008ef4f..09fb8e14f76b 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -19,6 +19,7 @@ MANCOMPRESSED= yes OPTIONS_DEFINE= SQLITE OPTIONS_DEFAULT= SQLITE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 2133a98e18e7..4402b5db002a 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nawk -# Date created: 29 April 1998 -# Whom: Josh Gilliam <josh@quick.net> -# +# Created by: Josh Gilliam <josh@quick.net> # $FreeBSD$ -# PORTNAME= nawk PORTVERSION= 20110810 @@ -23,6 +18,7 @@ MAN1= nawk.1 CFLAGS+= -DHAS_ISBLANK PLIST_FILES= bin/nawk +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk ${SED} -e 's|awk|nawk|g' ${WRKSRC}/awk.1 > ${WRKSRC}/nawk.1 diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 8b43c1c12f35..f466e552493e 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFINE= DOCS ROBOCTL ROBOCTL_DESC= Include roboctl to communicate with the NXT +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MROBOCTL} diff --git a/lang/nbfc/Makefile b/lang/nbfc/Makefile index cf2a0fbdc2dc..235d16677c6e 100644 --- a/lang/nbfc/Makefile +++ b/lang/nbfc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: nbfc -# Date created: 29 May 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= nbfc PORTVERSION= 0.1 @@ -17,6 +13,7 @@ MAN1= nbfc.1 PLIST_FILES= bin/nbfc +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g; s|bison -y|${YACC} -|g; s|gcc|${CC} ${CFLAGS}|g' \ ${WRKSRC}/Makefile diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 8f6e1d91688d..7e6a5849dc17 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -29,6 +29,7 @@ OPTIONS_SINGLE_MYSQL= MYSQL4 MYSQL5 MYSQL4_DESC= Build against MySQL 4.1 MYSQL5_DESC= Build against MySQL 5.1 +NO_STAGE= yes .include <bsd.port.options.mk> CFLAGS+= -I${LOCALBASE}/include diff --git a/lang/nesasm/Makefile b/lang/nesasm/Makefile index c2bfeb8eed0f..c4e44defeb3a 100644 --- a/lang/nesasm/Makefile +++ b/lang/nesasm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nesasm -# Date created: 6 August 2007 -# Whom: Pontus Stenetorp <ninjin@kth.se> -# +# Created by: Pontus Stenetorp <ninjin@kth.se> # $FreeBSD$ -# PORTNAME= nesasm PORTVERSION= 20040314 @@ -23,6 +19,7 @@ post-patch: .SILENT -e '/^CFLAGS/{s/=/+=/;s/-O2//;}' \ ${WRKSRC}/Makefile.unix +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nesasm ${PREFIX}/bin .ifndef(NOPORTDOCS) diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile index 2986e9a4ee2b..91fee066a51c 100644 --- a/lang/newlisp-devel/Makefile +++ b/lang/newlisp-devel/Makefile @@ -34,6 +34,7 @@ OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV GSL_DESC= GSL (GNU Scientific Library) GUISERV_DESC= Install GUI server (in Java) +NO_STAGE= yes .include <bsd.port.options.mk> CFLAGS+= -I${LOCALBASE}/include diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 6a3e1bd2f784..7f57bc113754 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV GSL_DESC= GSL (GNU Scientific Library) GUISERV_DESC= Install GUI server (in Java) +NO_STAGE= yes .include <bsd.port.options.mk> CFLAGS+= -I${LOCALBASE}/include diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 712d7ee38a00..b593df5ed561 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nhc98 -# Date created: 04 October 2001 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# +# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de> # $FreeBSD$ PORTNAME= nhc98 @@ -28,6 +25,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} --buildwith=gcc OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile index 876241caa342..0279f5a1072e 100644 --- a/lang/nickle/Makefile +++ b/lang/nickle/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= ${PTHREAD_LIBS} MAN1= nickle.1 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/lang/nml/Makefile b/lang/nml/Makefile index 9035ed040427..4eecffa51f56 100644 --- a/lang/nml/Makefile +++ b/lang/nml/Makefile @@ -23,6 +23,7 @@ USE_GMAKE= yes ALL_TARGET= all opt opt.opt INSTALL_TARGET= install installopt +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile index b0e1a543b2e2..9117fb900a50 100644 --- a/lang/nqc/Makefile +++ b/lang/nqc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nqc -# Date created: 11 Aug 1999 -# Whom: kbyanc -# +# Created by: kbyanc # $FreeBSD$ -# PORTNAME= nqc PORTVERSION= 3.1.r6 @@ -21,6 +17,7 @@ NO_WRKSUBDIR= yes MAN1= nqc.1 PLIST_FILES= bin/nqc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1 diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile index 0d2538fa293d..f387754e39b7 100644 --- a/lang/nwcc/Makefile +++ b/lang/nwcc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pcc -# Date created: Mon Oct 15, 2007 -# Whom: David O'Brien (obrien@NUXI.org) -# +# Created by: David O'Brien (obrien@NUXI.org) # $FreeBSD$ -# PORTNAME= nwcc PORTVERSION= 0.7.5 @@ -22,6 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --installprefix=${PREFIX} ALL_TARGET= +NO_STAGE= yes post-build: cd ${WRKSRC} ; ${MAKE} test diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 5d9f9e241a97..b6eb8eaaca10 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# Created by: chuckr@freebsd.org +# Created by: chuckr@FreeBSD.org # $FreeBSD$ PORTNAME= objc @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH} MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/lang/ocaml-autoconf/Makefile b/lang/ocaml-autoconf/Makefile index 71c5623ff34f..6211a2e204e2 100644 --- a/lang/ocaml-autoconf/Makefile +++ b/lang/ocaml-autoconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ocaml.m4 -# Date created: 24 Marth 2010 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= autoconf PORTVERSION= 1.1 @@ -26,6 +22,7 @@ PLIST_FILES= share/aclocal/ocaml.m4 PORTDOCS= ocaml.m4.txt .endif +NO_STAGE= yes do-install: ${MKDIR} ${AC_SUBDIR}/ ${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${AC_SUBDIR}/ diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile index 7a34258b38dc..d4b7a397a24b 100644 --- a/lang/ocaml-camlidl/Makefile +++ b/lang/ocaml-camlidl/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: camlidl -# Date created: 2006-07-31 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= camlidl PORTVERSION= 1.05 @@ -25,6 +20,7 @@ MAKE_JOBS_UNSAFE= yes DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/lang/ocaml-doc/Makefile b/lang/ocaml-doc/Makefile index 52d638b49d0b..c08b46d83507 100644 --- a/lang/ocaml-doc/Makefile +++ b/lang/ocaml-doc/Makefile @@ -26,6 +26,7 @@ PORTDOCS= ${DISTNAME:R}-refman.ps \ IGNORE= installs only documentation and you have NOPORTDOCS defined .endif +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR}/html/libref cd ${WRKDIR}/htmlman/libref && ${INSTALL_DATA} * ${DOCSDIR}/html/libref diff --git a/lang/ocaml-examples/Makefile b/lang/ocaml-examples/Makefile index 35720802b38a..8e5a2c3b221d 100644 --- a/lang/ocaml-examples/Makefile +++ b/lang/ocaml-examples/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ocaml-examples -# Date created: 2006-07-27 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= ocaml PORTVERSION= 3.12 @@ -17,6 +13,7 @@ COMMENT= Example programs for the Objective Caml NO_BUILD= yes +NO_STAGE= yes do-install: .ifndef NOPORTEXAMPLES @${MKDIR} ${EXAMPLESDIR} diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index f41e2f80be4b..bc265287e505 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: caml-mode.el -# Date created: 23 October 2001 -# Whom: J Koshy <jkoshy@freebsd.org> -# +# Created by: J Koshy <jkoshy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= caml-mode PORTVERSION= 3.01 @@ -34,6 +30,7 @@ CAMLMODE_DIR_ENTRY=* Caml-mode: (caml-mode). A mode for editing CAML pro INSTALL_TARGET= install install-ocamltags MAKE_ENV+= EMACSDIR=${CAMLMODE_ELISPDIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile index eb3972740a0a..4372c54d1cae 100644 --- a/lang/ocaml-nox11/Makefile +++ b/lang/ocaml-nox11/Makefile @@ -15,4 +15,5 @@ OPTIONS_EXCLUDE=TK X11 SFX= -nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 5354fd067f74..d04a7455662e 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -34,6 +34,7 @@ OPT_DEF_DESC= Use system-optimized binaries by default MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt PATTERN= [[:space:]]*(do|then)?[[:space:]]*)(\$$\(CP\)|cp)([[:space:]] +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == powerpc diff --git a/lang/ocs/Makefile b/lang/ocs/Makefile index 03de08855dac..04843bc23eff 100644 --- a/lang/ocs/Makefile +++ b/lang/ocs/Makefile @@ -57,6 +57,7 @@ OCS= ${PREFIX}/${PORTNAME} PLIST_FILES+= bin/$f .endfor +NO_STAGE= yes post-patch: .for f in src/om/scripts/oasys src/om/scripts/ocs @${REINPLACE_CMD} "s,OCS=.*$$,OCS=\"${OCS}\"," ${WRKSRC}/$f diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 0b4e9cb4ca1b..c06142373b86 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -26,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} OPTIONS_DEFINE= GDBM GMP +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGDBM} diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile index ea1642c7e0b1..29b6f0f12e4e 100644 --- a/lang/ohugs/Makefile +++ b/lang/ohugs/Makefile @@ -13,6 +13,7 @@ COMMENT= Interpreter for Haskell with object-oriented features OPTIONS_DEFINE= X11 +NO_STAGE= yes .include <bsd.port.options.mk> LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 8c4697cb21b4..c919427c44ce 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: onyx -# Date created: 15 May 2001 -# Whom: jasone -# +# Created by: jasone # $FreeBSD$ -# PORTNAME= onyx PORTVERSION= 5.1.2 @@ -28,6 +24,7 @@ MAN1= onyx.1 onyx_config.1 PLIST_SUB= ONYX_VERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 614b53e6622f..7cce4f3989b4 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: OO2C -# Date created: December 17, 1999 -# Whom: Oliver Breuninger <ob@seicom.NET> -# +# Created by: Oliver Breuninger <ob@seicom.NET> # $FreeBSD$ PORTNAME= oo2c @@ -29,6 +26,7 @@ MAN1= oo2c.1 oob.1 ooef.1 oowhereis.1 ONLY_FOR_ARCHS= i386 amd64 ia64 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/lang/oorexx/Makefile b/lang/oorexx/Makefile index 854f1a7e4987..236dd1919a39 100644 --- a/lang/oorexx/Makefile +++ b/lang/oorexx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ooRexx -# Date created: 04 Jun 2005 -# Whom: Micho -# +# Created by: Micho # $FreeBSD$ -# PORTNAME= oorexx PORTVERSION= 3.0.0 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes MAKE_ENV= EXAMPLESDIR="${EXAMPLESDIR}" MAN1= rexx.1 rexxc.1 rxmigrate.1 rxsubcom.1 rxqueue.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/lang/opa/Makefile b/lang/opa/Makefile index 2b89393f4017..ddc2e36b6692 100644 --- a/lang/opa/Makefile +++ b/lang/opa/Makefile @@ -52,6 +52,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/camlidl:${PORTSDIR}/lang/ocaml-camlidl CONFIGURE_ARGS+=-camlidl .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/man/|/man/|g' \ ${WRKSRC}/Makefile diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index e4351adebf98..64210ad6e8c6 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -21,6 +21,7 @@ INFO= open-cobol CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/opendylan/Makefile b/lang/opendylan/Makefile index 671388d58afd..14bedb27166a 100644 --- a/lang/opendylan/Makefile +++ b/lang/opendylan/Makefile @@ -17,6 +17,7 @@ DATADIR= ${PREFIX}/lib/${PORTNAME} WRAPPERS= dylan-compiler make-dylan-app dswank parser-compiler +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 3281e2b10faa..bdc0ee33e632 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: otcl -# Date created: 23 April 1999 -# Whom: obonilla -# +# Created by: obonilla # $FreeBSD$ -# PORTNAME= otcl PORTVERSION= 1.14 @@ -31,6 +27,7 @@ DOCS= CHANGES.html README.html \ PORTDOCS= ${DOCS:S/doc\///} .endif +NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= -DHAVE_UNISTD_H diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 67e44c6c76e9..3a72f5620f53 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p2c -# Date created: 4 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= p2c PORTVERSION= 1.21a @@ -26,4 +22,5 @@ pre-install: build @${MKDIR} ${PREFIX}/include/p2c @${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Data-JavaScript/Makefile b/lang/p5-Data-JavaScript/Makefile index 6962a1f3a46c..007db17c6e3a 100644 --- a/lang/p5-Data-JavaScript/Makefile +++ b/lang/p5-Data-JavaScript/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Data::JavaScript.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 84fa4f3f0159..6c9420364460 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Error.3 Error::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 6da3985fcaf6..99d3a8620024 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Expect.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 5b213e1c5bea..9c0fd64286a9 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -17,6 +17,7 @@ USE_FORTRAN= yes MAN3= ExtUtils::F77.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \ -e "s|'-O2'|'${CFLAGS}'|" \ diff --git a/lang/p5-Interpolation/Makefile b/lang/p5-Interpolation/Makefile index cc4ef3aaa9b8..1f828226e1a2 100644 --- a/lang/p5-Interpolation/Makefile +++ b/lang/p5-Interpolation/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Interpolation.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-JSAN/Makefile b/lang/p5-JSAN/Makefile index 3c0c4af65364..b18f6947e46d 100644 --- a/lang/p5-JSAN/Makefile +++ b/lang/p5-JSAN/Makefile @@ -29,6 +29,7 @@ USE_PERL5= configure MAN3= JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "40 s,new,new(\'jsan\')," ${WRKSRC}/lib/JSAN.pm ${FIND} ${WRKSRC}/lib -name "*.bak" -delete diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile index e50427178270..fb8ee763c98c 100644 --- a/lang/p5-JavaScript-SpiderMonkey/Makefile +++ b/lang/p5-JavaScript-SpiderMonkey/Makefile @@ -20,6 +20,7 @@ USES= perl5 MAN3= JavaScript::SpiderMonkey.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL diff --git a/lang/p5-JavaScript-Squish/Makefile b/lang/p5-JavaScript-Squish/Makefile index 7b7c7006286f..208f96efd6a3 100644 --- a/lang/p5-JavaScript-Squish/Makefile +++ b/lang/p5-JavaScript-Squish/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN1= js_compactor.1 MAN3= JavaScript::Squish.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-JavaScript-Value-Escape/Makefile b/lang/p5-JavaScript-Value-Escape/Makefile index 1e63853b1c43..cbd31221cd23 100644 --- a/lang/p5-JavaScript-Value-Escape/Makefile +++ b/lang/p5-JavaScript-Value-Escape/Makefile @@ -14,4 +14,5 @@ USE_PERL5= configure MAN3= JavaScript::Value::Escape.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-List-MoreUtils/Makefile b/lang/p5-List-MoreUtils/Makefile index c9671ec3ff55..0b1b30e0a248 100644 --- a/lang/p5-List-MoreUtils/Makefile +++ b/lang/p5-List-MoreUtils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lang/p5-List-MoreUtils -# Date created: 24 March 2005 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= List-MoreUtils DISTVERSION= 0.33 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= List::MoreUtils.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile index 14aa6942e4df..a7d94a821400 100644 --- a/lang/p5-Marpa-PP/Makefile +++ b/lang/p5-Marpa-PP/Makefile @@ -39,4 +39,5 @@ MAN3= Marpa::PP.3 \ Marpa::PP::Tracing.3 \ Marpa::PP::Vocabulary.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Marpa-XS/Makefile b/lang/p5-Marpa-XS/Makefile index aaf1f0e67f94..098bb9144003 100644 --- a/lang/p5-Marpa-XS/Makefile +++ b/lang/p5-Marpa-XS/Makefile @@ -42,4 +42,5 @@ MAN3= Marpa::XS.3 \ Marpa::XS::Tracing.3 \ Marpa::XS::Vocabulary.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index 68397f077a04..e35fbdd5801b 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -34,4 +34,5 @@ MAN3= Marpa::Advanced::Algorithm.3 \ Marpa::Support.3 \ Marpa::Tracing.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Modern-Perl/Makefile b/lang/p5-Modern-Perl/Makefile index 34e74b2beacc..fa1a5b32b7c3 100644 --- a/lang/p5-Modern-Perl/Makefile +++ b/lang/p5-Modern-Perl/Makefile @@ -16,4 +16,5 @@ USE_PERL5= modbuild MAN3= Modern::Perl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile index 8533601f3e76..e27ed3139890 100644 --- a/lang/p5-Parse-Perl/Makefile +++ b/lang/p5-Parse-Perl/Makefile @@ -24,4 +24,5 @@ MAN3= Parse::Perl.3 \ Parse::Perl::CopHintsHash.3 \ Parse::Perl::Environment.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Perl6-Subs/Makefile b/lang/p5-Perl6-Subs/Makefile index 0372e019886f..f26e49fbffcc 100644 --- a/lang/p5-Perl6-Subs/Makefile +++ b/lang/p5-Perl6-Subs/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Perl6::Subs.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile index f41560b86339..3cf8ec9b8b94 100644 --- a/lang/p5-Pugs-Compiler-Rule/Makefile +++ b/lang/p5-Pugs-Compiler-Rule/Makefile @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: Pugs::Compiler::Rule # Created by: ijliao # $FreeBSD$ @@ -37,4 +35,5 @@ MAN3= Pugs::Compiler::Regex.3 \ Pugs::Runtime::StrPos.3 \ Pugs::Runtime::Tracer.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Quantum-Superpositions/Makefile b/lang/p5-Quantum-Superpositions/Makefile index 510fd80758d7..4b77392d959c 100644 --- a/lang/p5-Quantum-Superpositions/Makefile +++ b/lang/p5-Quantum-Superpositions/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Quantum-Superpositions -# Date created: 01 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Quantum-Superpositions PORTVERSION= 2.02 @@ -22,4 +18,5 @@ MAN3= Quantum::Superpositions.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index e399d31ba4fa..1ee9a8fd1edb 100644 --- a/lang/p5-Scalar-List-Utils/Makefile +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= List::Util.3 Scalar::Util.3 List::Util::XS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile index 286697063ac4..a583f527932a 100644 --- a/lang/p5-Switch/Makefile +++ b/lang/p5-Switch/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Switch.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index c32cbf51bcee..dd5cf6ac4106 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -18,6 +18,7 @@ USE_TCL= 84+ MAN3= Tcl.3 +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \; @${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \; diff --git a/lang/p5-Test-XPath/Makefile b/lang/p5-Test-XPath/Makefile index 01662043d6d8..584e3c9dfea0 100644 --- a/lang/p5-Test-XPath/Makefile +++ b/lang/p5-Test-XPath/Makefile @@ -25,6 +25,7 @@ OPTIONS_DEFINE= CSS PODT CSS_DESC= Include CSS selectors PODT_DESC= Include Pod package test dependencies +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSS} diff --git a/lang/p5-Try-Tiny/Makefile b/lang/p5-Try-Tiny/Makefile index b125b0a8f72b..a09bcb059102 100644 --- a/lang/p5-Try-Tiny/Makefile +++ b/lang/p5-Try-Tiny/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Try::Tiny.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-TryCatch/Makefile b/lang/p5-TryCatch/Makefile index 21049af910cc..976ea0b8fe7e 100644 --- a/lang/p5-TryCatch/Makefile +++ b/lang/p5-TryCatch/Makefile @@ -35,6 +35,7 @@ USE_PERL5= configure MAN3= TryCatch.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUTHOR} diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 55c52b719a27..e4206e7c5aee 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Parse::ePerl.3 Apache::ePerl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-signatures/Makefile b/lang/p5-signatures/Makefile index 01c6a07046b1..d354a422bc22 100644 --- a/lang/p5-signatures/Makefile +++ b/lang/p5-signatures/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= signatures.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-v6/Makefile b/lang/p5-v6/Makefile index 87dbfd694f27..feab602507ad 100644 --- a/lang/p5-v6/Makefile +++ b/lang/p5-v6/Makefile @@ -28,4 +28,5 @@ MAN3= v6.3 \ Pugs::Compiler::Perl6.3 \ Pugs::Runtime::Perl6.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 24361d588975..9651fa66efd4 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -52,6 +52,7 @@ PARROT_DOCS= ${PARROT_SHARE_DIR} PLIST_SUB+= PARROT_VER="${PORTVERSION}" \ PARROT_DOCS="${PARROT_DOCS}" +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include <bsd.port.pre.mk> diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index b2afafc90627..1762aca2960b 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -1,4 +1,4 @@ -# Created by: Julian Stacey <jhs@freebsd.org> +# Created by: Julian Stacey <jhs@FreeBSD.org> # $FreeBSD$ PORTNAME= pbasic @@ -24,6 +24,7 @@ post-patch: .SILENT ${WRKSRC}/freebsd/makefile ${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile +NO_STAGE= yes do-configure: -cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \ pdp11 cursor/cursor.dos cursor/cursor.ukc diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index 10c0034efc1f..44a18dae0fba 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -22,6 +22,7 @@ MAN1= ccom.1 cpp.1 pcc.1 PLIST_FILES= bin/pcc libexec/ccom libexec/cpp # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ 's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/' diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index c4ceb1ca4798..e58f330ee7a6 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -20,4 +20,5 @@ DEFAULT_PHP_VER=53 USES= perl5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 1893303dc690..22b1736cb11d 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -69,6 +69,7 @@ LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" MAKE_ENV+= ${LOCALE_CLEANUP} +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.pre.mk> diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index a7c6273eb093..2aeb1091badb 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -66,6 +66,7 @@ LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" MAKE_ENV+= ${LOCALE_CLEANUP} +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.pre.mk> diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index f013c32e7d81..c301b5e238bc 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -65,6 +65,7 @@ LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" MAKE_ENV+= ${LOCALE_CLEANUP} +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.pre.mk> diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile index fa7e71567ae3..cd057d5e141f 100644 --- a/lang/perl5.18/Makefile +++ b/lang/perl5.18/Makefile @@ -85,6 +85,7 @@ LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" MAKE_ENV+= ${LOCALE_CLEANUP} +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.pre.mk> diff --git a/lang/petite-chez/Makefile b/lang/petite-chez/Makefile index b92046bfbfbf..139e65536ac3 100644 --- a/lang/petite-chez/Makefile +++ b/lang/petite-chez/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: petite-chez -# Date created: 27 Mar 2009 -# Whom: Vitaly Magerya <vmagerya@gmail.com> -# +# Created by: Vitaly Magerya <vmagerya@gmail.com> # $FreeBSD$ -# PORTNAME= petite-chez PORTVERSION= 8.4 @@ -44,6 +40,7 @@ MAN1= petite.1 PLIST_SUB= CHEZ_VERSION="${PORTVERSION}" \ CHEZ_MACHTYPE="${CHEZ_MACHTYPE}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 3889be35e1af..47abd0d8dd4e 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" MAN1= pfe.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index b24919482315..f7fe76b01535 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -20,6 +20,7 @@ USE_DOS2UNIX= YES USE_QT4= moc qmake gui webkit rcc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-build: cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm diff --git a/lang/pharo/Makefile b/lang/pharo/Makefile index 15de65b95284..9c9f65a2c836 100644 --- a/lang/pharo/Makefile +++ b/lang/pharo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pharo -# Date created: 26 April 2012 -# Whom: mutoh@openedu.org -# +# Created by: mutoh@openedu.org # $FreeBSD$ -# PORTNAME= pharo DISTVERSION= 1.4 @@ -37,6 +33,7 @@ PLIST_FILES= lib/squeak/Pharo-${DISTVERSION}.image \ lib/squeak/Pharo-${DISTVERSION}.changes \ lib/squeak/PharoV10.sources +NO_STAGE= yes do-install: .for f in ${FILES_TO_INSTALL} (cd ${FILES_DIR} && ${INSTALL_DATA} ${f} ${PREFIX}/lib/squeak/) diff --git a/lang/phc/Makefile b/lang/phc/Makefile index 5593fa78b8f4..b52e03c40d30 100644 --- a/lang/phc/Makefile +++ b/lang/phc/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: phc -# Date created: July 4th, 2006 -# Whom: Conor McDermottroe <ports@mcdermottroe.com> -# ex:ts=8 -# +# Created by: Conor McDermottroe <ports@mcdermottroe.com> # $FreeBSD$ -# PORTNAME= phc PORTVERSION= 0.1.7 @@ -24,4 +19,5 @@ post-patch: .SILENT ${REINPLACE_CMD} 's/insert/this->&/' \ ${WRKSRC}/include/phc/lib/List.h +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index 0f9e3ddeed45..e6d8175c9d6a 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php-mode.el -# Date created: 21 June 2002 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= php-mode.el PORTVERSION= 1.5.0 @@ -19,6 +15,7 @@ INFO= php-mode EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes do-build: cd ${BUILD_WRKSRC} && makeinfo --no-split php-mode.texi diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index e8642932f63b..21562daf4632 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-extensions -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= php5 PORTVERSION= 1.7 @@ -118,6 +114,7 @@ OPTIONS_DEFAULT= CTYPE \ XMLREADER \ XMLWRITER +NO_STAGE= yes .include <bsd.port.options.mk> .for opt in ${OPTIONS_DEFINE} diff --git a/lang/php5/Makefile b/lang/php5/Makefile index b29f23b13f7f..e0a0ab58ca2a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -57,6 +57,7 @@ CONFLICTS= php52-5* php53-5* php55-5* MAN1= php-config.1 phpize.1 +NO_STAGE= yes .include <bsd.port.pre.mk> PATCH_DIST_STRIP= -p1 diff --git a/lang/php52-extensions/Makefile b/lang/php52-extensions/Makefile index 1b5628bbae65..45e055658aef 100644 --- a/lang/php52-extensions/Makefile +++ b/lang/php52-extensions/Makefile @@ -82,6 +82,7 @@ PORT_DBDIR?= /var/db/ports LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options +NO_STAGE= yes .include <bsd.port.options.mk> .for opt in ${OPTIONS_DEFINE} diff --git a/lang/php52/Makefile b/lang/php52/Makefile index f50bea953e8b..e6576f048e90 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -63,6 +63,7 @@ CONFLICTS= php53-5* php5-5* MAN1= php-config.1 phpize.1 +NO_STAGE= yes .include <bsd.port.pre.mk> PATCH_DIST_STRIP= -p1 diff --git a/lang/php53-extensions/Makefile b/lang/php53-extensions/Makefile index d9f5bd5b312d..5555bbee321e 100644 --- a/lang/php53-extensions/Makefile +++ b/lang/php53-extensions/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-extensions -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= php53 PORTVERSION= 1.6 @@ -116,6 +111,7 @@ XSL_DESC= XSL support (Implies DOM) ZIP_DESC= ZIP support ZLIB_DESC= ZLIB support +NO_STAGE= yes .include <bsd.port.options.mk> .for opt in ${OPTIONS_DEFINE} diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 7900d59deb42..e231091841c0 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -53,6 +53,7 @@ CONFLICTS= php52-5* php5-5* MAN1= php-config.1 phpize.1 +NO_STAGE= yes .include <bsd.port.pre.mk> PATCH_DIST_STRIP= -p1 diff --git a/lang/php55-extensions/Makefile b/lang/php55-extensions/Makefile index b9cbe4cc733c..0a0d7a1c4ba7 100644 --- a/lang/php55-extensions/Makefile +++ b/lang/php55-extensions/Makefile @@ -114,6 +114,7 @@ OPTIONS_DEFAULT= CTYPE \ XMLREADER \ XMLWRITER +NO_STAGE= yes .include <bsd.port.options.mk> .for opt in ${OPTIONS_DEFINE} diff --git a/lang/php55/Makefile b/lang/php55/Makefile index f70a9b915b41..f77d33de3a4c 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -57,6 +57,7 @@ CONFLICTS= php52-5* php53-5* php54-5* php5-5* MAN1= php-config.1 phpize.1 +NO_STAGE= yes .include <bsd.port.pre.mk> PATCH_DIST_STRIP= -p1 diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index a618b7265e29..ec1b9b542f52 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php_doc -# Date created: Sun Apr 22 14:51:32 CEST 2001 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# +# Created by: Dirk Froemberg <dirk@FreeBSD.org> # $FreeBSD$ -# PORTNAME= php_doc PORTVERSION?= 20100701 @@ -46,6 +42,7 @@ PKGNAMESUFFIX= -${PHP_LANG} PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} .if ${PHP_LANG} == en +NO_STAGE= yes pre-fetch: @${ECHO} @${ECHO} "You may set PHP_LANG to" diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 4531209ca929..53da7d5e253d 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -1,4 +1,3 @@ -# Created by: Bapt <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= picoc @@ -18,6 +17,7 @@ PLIST_FILES= bin/picoc WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "/-include/d" \ -e "s/^CFLAGS=.*/CFLAGS=${CFLAGS} -DUNIX_HOST/" \ diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 6c33e024f52d..7950cad573c3 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -90,6 +90,7 @@ CONFIGURE_ARGS+= --with-perl PLIST_FILES= bin/pike bin/pike76 bin/hilfe +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 amd64 diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index e1b5957e789f..aaad135a2207 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -81,6 +81,7 @@ CONFIGURE_ARGS+= --with-perl PLIST_FILES= bin/pike bin/pike78 bin/hilfe +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 amd64 diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index 61b6d0ad9d95..93e7b95496c0 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: treecc -# Date created: Wed Jul 11 00:45:15 EDT 2001 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= pnet PORTVERSION= ${PNET_VERSION} @@ -49,6 +45,7 @@ MLINKS= ilasm.1 al.1 \ ilsize.1 cli-unknown-size.1 \ ilstrip.1 cli-unknown-strip.1 +NO_STAGE= yes .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 4435b7deedaf..04f5600a3ce0 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pnet PORTVERSION= ${PNET_VERSION} @@ -25,5 +21,6 @@ NO_BUILD= yes do-install: # empty +NO_STAGE= yes .include "../pnet/Makefile.pnet" .include <bsd.port.mk> diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile index 6756a52efc69..79ffa8e44ca8 100644 --- a/lang/pnetlib/Makefile +++ b/lang/pnetlib/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: treecc -# Date created: Wed Jul 11 00:45:15 EDT 2001 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= pnetlib PORTVERSION= ${PNET_VERSION} @@ -31,6 +27,7 @@ PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \ JScript-embed.txt JScript-internals.txt csunit_howto.html \ pcf-font-format.txt translating-pnetlib.txt +NO_STAGE= yes .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index dac80e4ca63c..9882eca99c75 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -31,4 +31,5 @@ PLIST_FILES= bin/poly \ MAN1= poly.1 polyimport.1 MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/ptoc/Makefile b/lang/ptoc/Makefile index 188f61f74740..57a12e0aafc1 100644 --- a/lang/ptoc/Makefile +++ b/lang/ptoc/Makefile @@ -22,6 +22,7 @@ EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \ vibrkinp.pas vibrkinp.txt vibrtabl.pas war2.pas war2.txt \ xy2.txt xy2orig.txt +NO_STAGE= yes pre-build: @${LN} -sf makefile.bsd ${WRKSRC}/Makefile @${LN} -sf makefile.bsd ${WRKSRC}/Xbgi/Makefile diff --git a/lang/pure/Makefile b/lang/pure/Makefile index e366286e3ca0..a7da80b25f9d 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -33,6 +33,7 @@ EMACS_DESC= Compile pure-mode.el with Emacs MAN1= pure.1 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMACS} diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile index f72bb99c7e68..18de65ab6c6b 100644 --- a/lang/py-mx-base/Makefile +++ b/lang/py-mx-base/Makefile @@ -31,6 +31,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS ZOPE EXAMPLES ZOPE_DESC= Use ZOPE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MZOPE} diff --git a/lang/py-prolog/Makefile b/lang/py-prolog/Makefile index 26fa879510be..b57b73c1fece 100644 --- a/lang/py-prolog/Makefile +++ b/lang/py-prolog/Makefile @@ -19,6 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyProlog +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "amd64" diff --git a/lang/pypy-devel/Makefile b/lang/pypy-devel/Makefile index aea38173b51a..2afcba67051b 100644 --- a/lang/pypy-devel/Makefile +++ b/lang/pypy-devel/Makefile @@ -67,6 +67,7 @@ MAKE_ENV+= DISTVERSION=${DISTVERSION} PYTHON_CMD=${PYTHON_CMD} \ LOCALBASE_REFIX= \ lib_pypy/_sqlite3.py +NO_STAGE= yes .include <bsd.port.options.mk> .include "${MASTERDIR}/files/bsd.pypy.inst.mk" diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index a894408a2d04..99b0e2efe81f 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -61,6 +61,7 @@ MAKE_ENV+= DISTVERSION=${DISTVERSION} PYTHON_CMD=${PYTHON_CMD} \ LOCALBASE_REFIX= \ ${PYPY_LIBDIR}/lib_pypy/_sqlite3.py +NO_STAGE= yes .include <bsd.port.options.mk> .include "${MASTERDIR}/files/bsd.pypy.inst.mk" diff --git a/lang/pypy3-devel/Makefile b/lang/pypy3-devel/Makefile index 4dc9739e6b1e..addb56eeaf3b 100644 --- a/lang/pypy3-devel/Makefile +++ b/lang/pypy3-devel/Makefile @@ -64,6 +64,7 @@ MAKE_ENV+= DISTVERSION=${DISTVERSION} PYTHON_CMD=${PYTHON_CMD} \ LOCALBASE_REFIX= \ lib_pypy/_sqlite3.py +NO_STAGE= yes .include <bsd.port.options.mk> .include "${MASTERDIR}/files/bsd.pypy.inst.mk" diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 4f8589145dd5..f9300b5ba0af 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -24,6 +24,7 @@ PLIST= ${WRKDIR}/pkg-plist.${DOCFORMAT} DOCFORMAT?= html +NO_STAGE= yes .include <bsd.port.pre.mk> . if ${DOCFORMAT} == "html" || ${DOCFORMAT} == "text" diff --git a/lang/python-doc-pdf-a4/Makefile b/lang/python-doc-pdf-a4/Makefile index ae42f0cfa89f..9f0cc696510d 100644 --- a/lang/python-doc-pdf-a4/Makefile +++ b/lang/python-doc-pdf-a4/Makefile @@ -4,4 +4,5 @@ DOCFORMAT= pdf-a4 MASTERDIR= ${.CURDIR}/../python-doc-html +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/python-doc-pdf-letter/Makefile b/lang/python-doc-pdf-letter/Makefile index 3390a6206cd8..4fddd4b5c64f 100644 --- a/lang/python-doc-pdf-letter/Makefile +++ b/lang/python-doc-pdf-letter/Makefile @@ -4,4 +4,5 @@ DOCFORMAT= pdf-letter MASTERDIR= ${.CURDIR}/../python-doc-html +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile index c1c18283262c..b32733af27fa 100644 --- a/lang/python-doc-text/Makefile +++ b/lang/python-doc-text/Makefile @@ -4,4 +4,5 @@ DOCFORMAT= text MASTERDIR= ${.CURDIR}/../python-doc-html +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/python-mode.el/Makefile b/lang/python-mode.el/Makefile index 869fe44c8e82..c91a73b871be 100644 --- a/lang/python-mode.el/Makefile +++ b/lang/python-mode.el/Makefile @@ -19,6 +19,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} diff --git a/lang/python/Makefile b/lang/python/Makefile index 013c8485f2c5..af3ec1b8c340 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/2to3 \ bin/python-shared \ bin/python-shared-config +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_MAJOR_VER} == 2 diff --git a/lang/python2/Makefile b/lang/python2/Makefile index 6a6c6b950803..4f7804089cde 100644 --- a/lang/python2/Makefile +++ b/lang/python2/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/python-shared${PYTHON_MAJOR_VER}-config \ bin/smtpd${PYTHON_MAJOR_VER}.py +NO_STAGE= yes .include <bsd.port.pre.mk> RUN_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 0db58929d7ea..8e3f55df6dba 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -59,6 +59,7 @@ OPTIONS_SINGLE_UCS= UCS2 UCS4 NLS_DESC= Enable Gettext support for the locale module +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/python27/Makefile b/lang/python27/Makefile index f9b02ea4a6a4..6180220fe0ef 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -57,6 +57,7 @@ OPTIONS_SINGLE_UCS= UCS2 UCS4 NLS_DESC= Enable Gettext support for the locale module +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/python3/Makefile b/lang/python3/Makefile index b3ea216b0db9..0feced56ecdd 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/python-shared${PYTHON_MAJOR_VER} \ bin/python-shared${PYTHON_MAJOR_VER}-config +NO_STAGE= yes .include <bsd.port.pre.mk> RUN_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 88dbec3fc95c..d0d26f11bd0d 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -54,6 +54,7 @@ OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6 NLS_DESC= Enable Gettext support for the locale module +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/python32/Makefile b/lang/python32/Makefile index eb3453f0fb94..7ea856f0a14f 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -52,6 +52,7 @@ OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6 NLS_DESC= Enable Gettext support for the locale module +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 9568314288ca..c3e316841b23 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -53,6 +53,7 @@ OPTIONS_DEFAULT= THREADS PYMALLOC IPV6 NLS_DESC= Enable Gettext support for the locale module +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 1f9d7eb54a7b..013a99238bf7 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -31,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= qore.1 PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 619fdfaa4f25..436b806dae93 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ --with-gmp-dir=${LOCALBASE}/lib \ --with-gmp-inc=${LOCALBASE}/include +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e "s,^LIBS = @LIBS@,& ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lgetline," \ diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile index 2f2f9e312304..6e41f2d75125 100644 --- a/lang/racket-textual/Makefile +++ b/lang/racket-textual/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --enable-shared --enable-pthread \ --enable-lt=${LIBTOOL} CONFIGURE_SCRIPT=../configure +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "i386" diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 7fbbadf1a5a8..6867acd468c6 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --enable-shared --enable-pthread \ --enable-lt=${LIBTOOL} CONFIGURE_SCRIPT=../configure +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(WITHOUT_X11) diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 49ef6c276881..61f1327f93c6 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -60,6 +60,7 @@ PARROT_VERSION= 5.5.0 NOT_FOR_ARCHS= ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= does not compile +NO_STAGE= yes .include <bsd.port.options.mk> do-configure: diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 56d7fb55f8ff..d8b6d7771392 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ratfor -# Date created: Sat Aug 26, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= ratfor PORTVERSION= 1985.06 @@ -28,6 +23,7 @@ MAN1= ratfor.1 USE_FORTRAN= yes +NO_STAGE= yes post-patch: @cd ${WRKSRC} ; ${PATCH} --quiet < testw.patch @${REINPLACE_CMD} -e 's|%%F77%%|${F77}|' ${WRKSRC}/Makefile diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index fae9bf0619d7..6f27787f2ac8 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -31,6 +31,7 @@ DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech RMEFILES= README README.Y2K README.bugreport README.docs \ README.files README.make README.news README.platforms +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index f34ea32fa10d..5e94482044a6 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -22,6 +22,7 @@ USE_RC_SUBR= rxstack MAN1= regina.1 regina-config.1 rxqueue.1 rxstack.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure diff --git a/lang/rexx-regutil/Makefile b/lang/rexx-regutil/Makefile index 62771460891d..102ffb158275 100644 --- a/lang/rexx-regutil/Makefile +++ b/lang/rexx-regutil/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: rexx-regutil -# Date created: 09 September 2010 -# Whom: Bob Eager <bob@eager.cx> -# +# Created by: Bob Eager <bob@eager.cx> # $FreeBSD$ -# PORTNAME= regutil PORTVERSION= 1.26 @@ -29,6 +25,7 @@ SUB_FILES= regutil.1 pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/lang/rexx-wrapper/Makefile b/lang/rexx-wrapper/Makefile index 86a4eba75af3..2d7af1d5a5c4 100644 --- a/lang/rexx-wrapper/Makefile +++ b/lang/rexx-wrapper/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rexx-wrapper -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= wrapper PORTVERSION= 2.4 @@ -31,4 +26,5 @@ post-patch: .SILENT ${WRKSRC}/rexxwrap.cmd @${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile index 765a5de73c40..28cdeb2041fe 100644 --- a/lang/rhino/Makefile +++ b/lang/rhino/Makefile @@ -33,6 +33,7 @@ LINEDIT_DESC= Enable line editing in the Rhino shell OPTIONS_DEFAULT= LINEDIT +NO_STAGE= yes .include <bsd.port.options.mk> RHINOJAR= ${DATADIR}/${PORTNAME}.jar diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile index 3f37d5457051..a2eabe1dbbc6 100644 --- a/lang/rscheme/Makefile +++ b/lang/rscheme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rscheme -# Date created: 31 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rscheme PORTVERSION= 0.7.3.3 @@ -24,6 +20,7 @@ MAKE_ENV= REAL_PREFIX=${PREFIX} BOOTSTRAP_DIR= ${WRKDIR}/${DISTNAME} BOOTSTRAP_TARGET= stage1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 4fda62bbe49a..66651d8f704d 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubinius -# Date created: 10/10/2010 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= rubinius PORTVERSION= 1.2.4 @@ -42,6 +38,7 @@ OPTIONS_DEFINE= GDBM OPTIONS_DEFAULT= GDBM GDBM_DESC= Enable GDBM support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/lang/ruby-doc-stdlib/Makefile b/lang/ruby-doc-stdlib/Makefile index 054846127e87..9fecd69ba982 100644 --- a/lang/ruby-doc-stdlib/Makefile +++ b/lang/ruby-doc-stdlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-doc-stdlib -# Date created: 2006-08-04 -# Whom: Alexander Novitsky <alecn2002@yandex.ru> -# +# Created by: Alexander Novitsky <alecn2002@yandex.ru> # $FreeBSD$ -# PORTNAME= stdlib PORTVERSION= 0.10.1 @@ -20,6 +16,7 @@ COMMENT= Documentation for the Ruby language standard library USE_RUBY= yes NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile index 8c0ee897f879..f636b21eaa86 100644 --- a/lang/ruby-lua4/Makefile +++ b/lang/ruby-lua4/Makefile @@ -29,6 +29,7 @@ INSTALL_TARGET= site-install EXAMPLES= html_ssi_lua.rb test_* +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee 's/[[:<:]](lua(lib)?)[[:>:]]/\1-${LUA_VER}/' \ ${WRKSRC}/${RUBY_EXTCONF} diff --git a/lang/ruby-man/Makefile b/lang/ruby-man/Makefile index 63dd4f0c8267..820d267a20e3 100644 --- a/lang/ruby-man/Makefile +++ b/lang/ruby-man/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-man -# Date created: Sat Aug 17 17:10:02 CEST 2000 -# Whom: olgeni@uli.it -# +# Created by: olgeni@uli.it # $FreeBSD$ -# PORTNAME= ruby-man PORTVERSION= 1.4.6 @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${LANGSUFFIX} NO_BUILD= yes PLIST_SUB= LANGSUFFIX="${LANGSUFFIX}" +NO_STAGE= yes do-install: ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${RUBY_MODDOCDIR} diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index 319ce30f9753..d3483267d5d1 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-mode.el -# Date created: 6 May 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= ruby-mode.el PORTVERSION= ${RUBY_PORTVERSION} @@ -30,6 +26,7 @@ ELISP_FILES= inf-ruby.el ruby-mode.el rubydb3x.el EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKSRC`/misc ${WRKSRC} diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index c9ceeb3495c4..c1b250492251 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Programming Ruby--The Book -# Date created: 8 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= programmingruby PORTVERSION= 0.4 @@ -27,6 +23,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes DOCSDIR= ${RUBY_MODDOCDIR} +NO_STAGE= yes do-install: ${MKDIR} ${RUBY_MODDOCDIR} @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} diff --git a/lang/ruby-reference/Makefile b/lang/ruby-reference/Makefile index 07947dfb7ffb..df9e3771bb17 100644 --- a/lang/ruby-reference/Makefile +++ b/lang/ruby-reference/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-reference -# Date created: 8 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= reference PORTVERSION= 1.0 @@ -27,6 +23,7 @@ RUBY_NO_RUN_DEPENDS= yes WRKSRC= ${WRKDIR}/ref NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR} diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index ca8ce88e4d60..fd63dcddbbfd 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-usersguide -# Date created: 30 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= usersguide PORTVERSION= 20051121 @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/rg NO_BUILD= yes DOCSDIR= ${RUBY_MODDOCDIR} +NO_STAGE= yes do-install: ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR} diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index e257f339e1a3..4513887aedd0 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -43,6 +43,7 @@ RDOC_DESC= Build and install Rdoc indexes DEBUG_DESC= Compile-in debug info OPTIONS_DEFAULT= RDOC +NO_STAGE= yes .include <bsd.port.pre.mk> # PORTEPOCH/PORTREVISION hack diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 97f334e01008..9377491a3e66 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -48,6 +48,7 @@ OPTIONS_DEFINE= RDOC DEBUG RDOC_DESC= Build and install Rdoc indexes DEBUG_DESC= Compile-in debug info +NO_STAGE= yes .include <bsd.port.pre.mk> # PORTEPOCH/PORTREVISION hack diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile index 67fb7d24b45c..9b982154b338 100644 --- a/lang/ruby20/Makefile +++ b/lang/ruby20/Makefile @@ -48,6 +48,7 @@ OPTIONS_DEFINE= RDOC DEBUG RDOC_DESC= Build and install Rdoc indexes DEBUG_DESC= Compile-in debug info +NO_STAGE= yes .include <bsd.port.pre.mk> # PORTEPOCH/PORTREVISION hack diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index 7dd8376c1100..b5acb82c4f0c 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: runawk -# Date created: 28 March 2010 -# Whom: Sahil Tandon <sahil@tandon.net> -# +# Created by: Sahil Tandon <sahil@tandon.net> # $FreeBSD$ -# PORTNAME= runawk PORTVERSION= 1.4.4 @@ -39,6 +35,7 @@ SUBPRJ_DFLT+= examples MAKE_ENV+= EGDIR="${EXAMPLESDIR}" .endif +NO_STAGE= yes do-build: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 93a9e3bf3d24..3d0fc0190042 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFINE= RUSTPKG RUSTPKG_DESC= Build with package manager OPTIONS_DEFAULT= RUSTPKG +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900044 diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile index a31bf1ec1bd3..3abfbaf6b109 100644 --- a/lang/s9fes/Makefile +++ b/lang/s9fes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: s9fes -# Date created: 23 February 2009 -# Whom: Nils M Holm <nmh@t3x.org> -# +# Created by: Nils M Holm <nmh@t3x.org> # $FreeBSD$ -# PORTNAME= s9fes PORTVERSION= 20121005 @@ -25,4 +21,5 @@ WRKSRC= ${WRKDIR}/s9 MAN1= s9.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/sather-specification/Makefile b/lang/sather-specification/Makefile index e2ab41fd165c..4d853cfabe66 100644 --- a/lang/sather-specification/Makefile +++ b/lang/sather-specification/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sather-specification -# Date created: 5 August 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= specification PORTVERSION= 000328 @@ -21,6 +17,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR} diff --git a/lang/sather-tutorial/Makefile b/lang/sather-tutorial/Makefile index c26a9979dca4..8af103acda39 100644 --- a/lang/sather-tutorial/Makefile +++ b/lang/sather-tutorial/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sather-tutorial -# Date created: 5 August 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= tutorial PORTVERSION= 000328 @@ -21,6 +17,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR} diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 22b70dfae5a0..4a5cc32ed3cf 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,8 +1,4 @@ # $FreeBSD$ -# -# Note: If you update this port make sure you create the distfinfo for all -# versions: sbcl-1.v.v-x86-64-freebsd and sbcl-1.v.v-x86-freebsd -# PORTNAME= sbcl PORTVERSION= 1.1.8 @@ -48,6 +44,7 @@ ONLY_FOR_ARCHS_REASON= is a native code compiler, and has not been ported to\ this architecture yet SBCL_HOME= ${PREFIX}/lib/sbcl +NO_STAGE= yes .include <bsd.port.options.mk> CFLAGS+= -fno-omit-frame-pointer diff --git a/lang/scala-docs/Makefile b/lang/scala-docs/Makefile index 055c277ea7e5..b88bf8839fb9 100644 --- a/lang/scala-docs/Makefile +++ b/lang/scala-docs/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/lang/scala/Makefile b/lang/scala/Makefile index 4cc692de35b4..e5f0320b40ef 100644 --- a/lang/scala/Makefile +++ b/lang/scala/Makefile @@ -37,6 +37,7 @@ PORTDATA= * PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes pre-patch: @${ECHO_MSG} "Installation settings:" @${ECHO_MSG} " SCALA_HOME: ${SCALA_HOME}" diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 8e6869da5cb7..4619aedfeda6 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAN1= scheme48.1 +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= VER=${PORTVERSION} diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 8b5302abd0ce..08c5d80dfd19 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -21,6 +21,7 @@ USE_LDCONFIG= yes NO_WRKSUBDIR= yes MAN1= scc.1 sci.1 +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${CP} ${FILESDIR}/README.FreeBSD ${WRKSRC} diff --git a/lang/scm/Makefile b/lang/scm/Makefile index ac99ee2bac65..bce07592ebc4 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -40,6 +40,7 @@ SCM_MODULES= byte.so bytenumb.so crs.so differ.so edline.so gsubr.so \ ioext.so posix.so ramap.so record.so rgx.so sc2.so \ socket.so unix.so +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index c1a7dc0fbcf7..06a47d449d41 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scsh -# Date created: Jul, 15, 1997 -# Whom: cracauer@cons.org "Martin Cracauer" -# +# Created by: cracauer@cons.org "Martin Cracauer" # $FreeBSD$ -# PORTNAME= scsh PORTVERSION= 0.6.7 @@ -18,6 +14,7 @@ CONFLICTS= scheme48-[0-9]* LDFLAGS+= -Wl,-E +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index 22dc2fee8ae5..801c4ade3955 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -56,6 +56,7 @@ Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ --disable-z180-port --disable-gbz80-port \ --disable-r2k-port --disable-r3ka-port +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 29aed3eb7c0d..c6b8b234292a 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -52,6 +52,7 @@ Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ --disable-z180-port --disable-gbz80-port \ --disable-r2k-port --disable-r3ka-port +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/lang/see-devel/Makefile b/lang/see-devel/Makefile index b795585a3c2f..257f29a0fd36 100644 --- a/lang/see-devel/Makefile +++ b/lang/see-devel/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMULTIPLE_THREADS} diff --git a/lang/see/Makefile b/lang/see/Makefile index 008c06eebfd8..6c258ea149e0 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -29,6 +29,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMULTIPLE_THREADS} diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 9858ebfb80c1..8aa69d79e4e4 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -32,6 +32,7 @@ S7_LIBS= s7_comp.a s7_con.a s7_draw.a s7_data.a seed7_05.a PORTEXAMPLES= * PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> MAKEFILE= mk_freebsd.mk diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 5a9d420a84ae..b6b4331676c9 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: siod -# Date created: 28 April 1999 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= siod PORTVERSION= 3.4 @@ -28,4 +24,5 @@ MAN1= siod.1 snapshot-dir.1 snapshot-compare.1 http-get.1 \ cp-build.1 ftp-cp.1 csiod.1 ftp-put.1 ftp-test.1 ftp-get.1 \ http-stress.1 proxy-server.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/sisc/Makefile b/lang/sisc/Makefile index 33b2f8f4db67..706b83c6e679 100644 --- a/lang/sisc/Makefile +++ b/lang/sisc/Makefile @@ -16,6 +16,7 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes PORTDOCS= COPYING README +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${DATADIR}|' \ -e 's|\(JAVA=\)java|\1"${LOCALBASE}/bin/java" ; export JAVA_VERSION="${JAVA_VERSION}"|' \ diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile index e42486890137..e1cc3f9e4b34 100644 --- a/lang/sketchy/Makefile +++ b/lang/sketchy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SketchyLISP -# Date created: 12 May 2005 -# Whom: Nils M Holm <nmh@t3x.org> -# +# Created by: Nils M Holm <nmh@t3x.org> # $FreeBSD$ -# PORTNAME= sketchy PORTVERSION= 20070218 @@ -20,6 +16,7 @@ MAKE_ENV+= BINOWN=${BINOWN} \ MAN1= sketchy.1 skpp.1 MLINKS= sketchy.1 sk.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/src/pp.scm diff --git a/lang/slib-gauche/Makefile b/lang/slib-gauche/Makefile index ae52642c035a..ff0761b8289f 100644 --- a/lang/slib-gauche/Makefile +++ b/lang/slib-gauche/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SLIB for Gauche -# Date created: 27 October 2003 -# Whom: Kimura Fuyuki <fuyuki@nigredo.org> -# +# Created by: Kimura Fuyuki <fuyuki@nigredo.org> # $FreeBSD$ -# PORTNAME= slib PORTVERSION= 3b3 # Keep this in sync with devel/slib @@ -25,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes PLIST_SUB= VERSION="`gauche-config -V`" +NO_STAGE= yes do-install: ${LOCALBASE}/bin/gosh -uslib -E"require 'new-catalog" -Eexit diff --git a/lang/slib-guile/Makefile b/lang/slib-guile/Makefile index bab722b463b5..f2f123862f86 100644 --- a/lang/slib-guile/Makefile +++ b/lang/slib-guile/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: SLIB for Guile -# Date created: 3 November 2003 -# Whom: Kimura Fuyuki <fuyuki@nigredo.org> -# +# Created by: Kimura Fuyuki <fuyuki@nigredo.org> # $FreeBSD$ # $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ @@ -22,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes +NO_STAGE= yes do-install: ${LN} -shf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/1.8/slib ${LOCALBASE}/bin/guile -q -c \ diff --git a/lang/slib/Makefile b/lang/slib/Makefile index 347439f6eec6..2170b837fa76 100644 --- a/lang/slib/Makefile +++ b/lang/slib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slib -# Date created: 01 April 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# +# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ -# PORTNAME= slib PORTVERSION= 3b3 @@ -19,6 +15,7 @@ USE_GMAKE= yes ALL_TARGET= slib.info INFO= slib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/slib|${PREFIX}/share/slib|' ${WRKSRC}/guile.init diff --git a/lang/slisp/Makefile b/lang/slisp/Makefile index 9119613767e1..340b22427995 100644 --- a/lang/slisp/Makefile +++ b/lang/slisp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slisp -# Date created: Sun Aug 12 05:20:32 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= slisp PORTVERSION= 1.2 @@ -19,4 +15,5 @@ MAN1= ${PORTNAME}.1 INFO= slisp PLIST_FILES= bin/slisp +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 0e03f9260d4f..45f7b0065454 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -48,6 +48,7 @@ INFO= gst gst-base gst-libs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCL} diff --git a/lang/sml-mode.el/Makefile b/lang/sml-mode.el/Makefile index c871dcee428f..ee03d07521f9 100644 --- a/lang/sml-mode.el/Makefile +++ b/lang/sml-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sml-mode.el -# Date created: 23 December 1999 -# Whom: J Koshy <jkoshy@freebsd.org> -# +# Created by: J Koshy <jkoshy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sml-mode PORTVERSION= 3.9.5 @@ -30,6 +26,7 @@ SMLMODE_ELISPDIR= ${ELISP_SUBDIR}/sml-mode SMLMODE_DOCDIR= share/doc/sml-mode SMLMODE_DIR_ENTRY=* SML-mode: (sml-mode). A mode for editing Standard ML programs. +NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${SMLMODE_ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc ${PREFIX}/${SMLMODE_ELISPDIR}/ diff --git a/lang/sml-nj-devel/Makefile b/lang/sml-nj-devel/Makefile index a4fb53598e14..431e2c7d218c 100644 --- a/lang/sml-nj-devel/Makefile +++ b/lang/sml-nj-devel/Makefile @@ -28,6 +28,7 @@ SUB_FILES= pkg-install SUB_LIST= EXEBINDIR=${MLBINRELATIVE} EXENAMES="${MLEXE}" PKGDEINSTALL= ${PKGINSTALL} +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "i386") diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index 9561839d93e1..0b63961025e7 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sml/nj -# Date created: 7 July 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= smlnj PORTVERSION= 110.0.7 @@ -44,6 +40,7 @@ SML_SRCDIR= ${SML_BASE}/src SML_EXES= ml-burg ml-lex ml-yacc sml sml-cm # make symlinks to the dist files +NO_STAGE= yes post-extract: cd ${WRKDIR} && ${LN} -sf ${_DISTDIR}/* . diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile index 1fea361ac420..a76d79af51b6 100644 --- a/lang/snobol4/Makefile +++ b/lang/snobol4/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: snobol4 -# Date created: Fri Dec 8 06:20:28 UTC 2006 -# Whom: Wes Peters <wes@softweyr.com> -# +# Created by: Wes Peters <wes@softweyr.com> # $FreeBSD$ PORTNAME= snobol4 @@ -22,6 +19,7 @@ MAN1= sdb.1 snobol4.1 MAN3= snolib.3 snobol4dbm.3 snobol4random.3 \ snobol4readline.3 snobol4tcl.3 snobol4time.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile index ca6091ca605b..ade636730608 100644 --- a/lang/spidermonkey17/Makefile +++ b/lang/spidermonkey17/Makefile @@ -43,6 +43,7 @@ EXTRACT_AFTER_ARGS= --exclude js/jsd OPTIONS_DEFINE= UTF8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUTF8} diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile index 5cf32df590da..4a520702703f 100644 --- a/lang/spidermonkey170/Makefile +++ b/lang/spidermonkey170/Makefile @@ -43,6 +43,7 @@ THREADSAFE_DESC= Enable multiple thread support TRACEJIT_DESC= Enable tracing JIT support UTF8_DESC= Treat strings as UTF8 instead of ISO-8859-1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index eab4e9c861a7..5e63c8102c5b 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-pthreads \ --with-system-nspr # This comes from bsd.gecko.mk, fixes linking issues on 9.0 and higher. +NO_STAGE= yes post-configure: ${ECHO_CMD} "fenv.h" >> ${WRKSRC}/config/system-headers ${ECHO_CMD} "pthread_np.h" >> ${WRKSRC}/config/system-headers diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 07577e56fb32..1f4af346cc91 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -16,6 +16,7 @@ USE_GMAKE= yes ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \ primes.spl reverse.spl shakesbeer.spl +NO_STAGE= yes post-patch: .for f in . examples ${REINPLACE_CMD} -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' \ diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 6b76e07f5694..1d11db6b84c0 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -40,6 +40,7 @@ SQUEAK_SRC= SqueakV41.sources SQUEAK_LIB_DIR= ${PORTVERSION}-${SVNVERSION} USES= pkgconfig +NO_STAGE= yes .include <bsd.port.pre.mk> ################################################## diff --git a/lang/squirrel/Makefile b/lang/squirrel/Makefile index 22cc418fe8d9..67e482a69a22 100644 --- a/lang/squirrel/Makefile +++ b/lang/squirrel/Makefile @@ -15,6 +15,7 @@ USE_DOS2UNIX= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SQUIRREL2 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64 diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 76550962e6cd..e7465ea2a1d3 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= X11 DOCS EXAMPLES OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} != "i386" diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index b72d6194b622..4c91df99a4ff 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stalin -# Date created: 10/23/2009 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= stalin PORTVERSION= 0.11 @@ -21,6 +17,7 @@ USE_BZIP2= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= has not been bootstrapped on other platforms yet +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/lang/starlogo/Makefile b/lang/starlogo/Makefile index f8a7cebb056b..1586fddb2aa9 100644 --- a/lang/starlogo/Makefile +++ b/lang/starlogo/Makefile @@ -21,6 +21,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= starlogo.sh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/starlogo.sh ${PREFIX}/bin/starlogo cd ${WRKSRC} \ diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index 339dfd77b40a..f4cd33b52d22 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: STklos -# Date created: 6 November 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= stklos PORTVERSION= 1.10 @@ -33,6 +29,7 @@ CONFIGURE_ARGS= --enable-threads=posix MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 \ stklos-pkg.1 stklos.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 diff --git a/lang/stldoc/Makefile b/lang/stldoc/Makefile index 3ee2dbf6c0b4..046bb0237fb6 100644 --- a/lang/stldoc/Makefile +++ b/lang/stldoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stldoc -# Date created: 26 Mar 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= stldoc PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= The STL reference manual by SGI NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR} diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 5f67238044bd..ea38efd57e1a 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -40,6 +40,7 @@ MAKE_ARGS= DISABLE_PKGS=jpl \ PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUNIXODBC} diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile index 90e4dffacbed..ff4a06f53694 100644 --- a/lang/sxm/Makefile +++ b/lang/sxm/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sxm -# Date created: Jan 8, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sxm PORTVERSION= 1.1 @@ -20,6 +15,7 @@ ALL_TARGET= all image Formlist MAN1= sxm.1 sxi.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \ s,^CC,#CC,g" ${WRKSRC}/Makefile diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index ab3683b0bcf5..180b37e5b249 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: t3x -# Date created: 15 October 2000 -# Whom: Nils M Holm <nmh@t3x.org> -# +# Created by: Nils M Holm <nmh@t3x.org> # $FreeBSD$ -# PORTNAME= t3x PORTVERSION= 8.1.5 @@ -22,6 +18,7 @@ MANCOMPRESSED= no MAKE_ENV+= INSTALL_PREFIX=${PREFIX} +NO_STAGE= yes do-configure: @(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot) diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile index 16c2f1061942..a50a7b7fb49d 100644 --- a/lang/tcc/Makefile +++ b/lang/tcc/Makefile @@ -28,6 +28,7 @@ MAKE_ARGS= CONFIG_NOLDL=1 MAN1= tcc.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDOCS) diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile index ad7d08bfca2a..a9f5101ba267 100644 --- a/lang/tcl-manual/Makefile +++ b/lang/tcl-manual/Makefile @@ -21,6 +21,7 @@ VERSIONS= 8.4.19 \ DISTFILES+= $v/tcl$v-html.tar.gz .endfor +NO_STAGE= yes post-patch: .for v in ${VERSIONS} @${REINPLACE_CMD} -e 's|<b>tclsh</b>|<b>tclsh${v:R}</b>|g; \ diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index ad9f6d8e15ad..0c6ee1a4e2b8 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: tcl-wrapper -# Date created: 4 March 2007 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wrapper PORTVERSION= 1.1 @@ -47,6 +43,7 @@ TX_CONF_FULL= ${PREFIX}/etc/${TX_CONF} PLIST_FILES= bin/${TX_SHELL} etc/${TX_CONF}.sample +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(TK_VER) diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 283dba3263d4..c1f6bcaa620e 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -44,6 +44,7 @@ MAKE_ENV= SHORT_TCL_VER="${SHORT_TCL_VER}" \ PLIST_SUB= TCL_VER=${TCL_VER} \ SHORT_TCL_VER=${SHORT_TCL_VER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCLMAN} diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 8f648a145f62..08f841095a2e 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -44,6 +44,7 @@ MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ PLIST_SUB= TCL_VER=${TCL_VER} \ SHORT_TCL_VER=${SHORT_TCL_VER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCLMAN} diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 1c085f8b48c3..0297538b85d8 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -45,6 +45,7 @@ MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ PLIST_SUB= TCL_VER=${TCL_VER} \ SHORT_TCL_VER=${SHORT_TCL_VER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCLMAN} && !defined(NO_INSTALL_MANPAGES) diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index cd47e09a5f19..ac5901c58a2f 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclX -# Date created: 6 February 1996 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= tclX PORTVERSION= 8.4 @@ -29,6 +25,7 @@ PLIST_SUB= TCLX_VER=${PORTVERSION} ALL_TARGET= binaries libraries INSTALL_TARGET= install-binaries install-libraries +NO_STAGE= yes #check test regression-check: # # # # Define TCLX_NO_SELF_TESTS to disable automatic diff --git a/lang/tcltutor/Makefile b/lang/tcltutor/Makefile index cd55853e9f6e..51a212013e68 100644 --- a/lang/tcltutor/Makefile +++ b/lang/tcltutor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcltutor -# Date created: 11 November 2000 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= tcltutor PORTVERSION= 2.b.4 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/TclTutor NO_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/tcltutor/TclTutor/} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|wish|wish8.4|" \ -e "s|scaler.tcl|${PREFIX}/bin/scaler.tcl|" \ diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile index 9d0239eeb6dc..9c3ef977eb85 100644 --- a/lang/tinypy/Makefile +++ b/lang/tinypy/Makefile @@ -21,6 +21,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= PYGAME PYGAME_DESC= PyGame support (requires SDL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYGAME} diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile index f1a0dfaff7f6..4927c360534c 100644 --- a/lang/tolua++/Makefile +++ b/lang/tolua++/Makefile @@ -18,6 +18,7 @@ SCONS_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so" CFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|'lualib',||" ${WRKSRC}/config_posix.py diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile index 41a3bf85bc95..8458231008f0 100644 --- a/lang/tolua++50/Makefile +++ b/lang/tolua++50/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LUA_LIBDIR} PORTSCOUT= limit:1\.0\.92 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua++ ${LUA_BINDIR} ${LN} -sf ${LUA_SUBDIR}/tolua++ ${PREFIX}/bin/tolua++-${LUA_VER} diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile index 1afd3c31ab27..78bc38e77c69 100644 --- a/lang/tolua/Makefile +++ b/lang/tolua/Makefile @@ -1,10 +1,5 @@ -# -# New ports collection makefile for: tolua -# Date created: 21 November 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= tolua PORTVERSION= 5.1.3 @@ -19,6 +14,7 @@ USE_GMAKE= yes USE_LUA= 5.1 WRKSRC= ${WRKDIR}/${PORTNAME}-5.1.3 +NO_STAGE= yes post-extract: ${RM} ${WRKSRC}/src/bin/tolua_lua.o diff --git a/lang/tolua4/Makefile b/lang/tolua4/Makefile index 441964fad205..1ed915163b1a 100644 --- a/lang/tolua4/Makefile +++ b/lang/tolua4/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LATEST_LINK= ${PORTNAME}${LUA_VER_STR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's|^(CC=).*|\1 ${CC}|; \ diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile index 02755c0367bb..53f08e58d090 100644 --- a/lang/tolua50/Makefile +++ b/lang/tolua50/Makefile @@ -1,10 +1,5 @@ -# -# New ports collection makefile for: tolua -# Date created: 21 November 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= tolua PORTVERSION= 5.0.1 @@ -22,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 NO_LATEST_LINK= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|make|$${MAKE}|' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -Ee \ diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 7a559d45acca..5b56ef9bc347 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: treecc -# Date created: Wed Jul 11 00:45:15 EDT 2001 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= treecc PORTVERSION= 0.3.10 @@ -19,4 +15,5 @@ MAN1= treecc.1 INFO= treecc PLIST_FILES= bin/treecc lib/libtreecc.a +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile index 761b6432be87..b25b2e7df84d 100644 --- a/lang/tuareg-mode.el/Makefile +++ b/lang/tuareg-mode.el/Makefile @@ -30,6 +30,7 @@ PLIST_DIRS= ${DOC_DIR} # Operations # +NO_STAGE= yes do-build: cd ${WRKSRC} &&\ ${EMACS_CMD} -batch -q -f batch-byte-compile ${ELISP_FILES} diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 51f0328f0e9f..7554b8188ae7 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: twelf -# Date created: 7/8/5 -# Whom: andrewb@cs.cmu.edu -# +# Created by: andrewb@cs.cmu.edu # $FreeBSD$ -# PORTNAME= twelf PORTVERSION= 1.5R1 @@ -39,6 +35,7 @@ INFO= twelf RESTRICTED= License is currently indeterminate (expected to be GPL) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile diff --git a/lang/ucc/Makefile b/lang/ucc/Makefile index 210822b7105e..78ee15369304 100644 --- a/lang/ucc/Makefile +++ b/lang/ucc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ucc -# Date created: 15 August 2008 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= ucc PORTVERSION= 1.6.0 @@ -30,4 +26,5 @@ post-patch: .SILENT ${WRKSRC}/driver/Makefile \ ${WRKSRC}/ucl/Makefile +NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index cf1b4ab6cdd4..797227463abc 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFAULT=ELISP PGSQL OPTIONS_EXCLUDE=NLS DOCS ELISP_DESC= Install contributed Emacs Lisp +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MELISP} diff --git a/lang/v8/Makefile b/lang/v8/Makefile index c9a0628c7fe2..b7c301d9cac0 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -18,6 +18,7 @@ USE_LDCONFIG= yes ALL_TARGET= native MAKE_ARGS= library=shared +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024 diff --git a/lang/vala-vapigen/Makefile b/lang/vala-vapigen/Makefile index 98681f75dde6..dab13decc2f8 100644 --- a/lang/vala-vapigen/Makefile +++ b/lang/vala-vapigen/Makefile @@ -17,4 +17,5 @@ PLIST= ${.CURDIR}/pkg-plist VALA_SLAVE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/vala/Makefile b/lang/vala/Makefile index deff7eb0d509..be89b9886148 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -35,6 +35,7 @@ MAN1= vala-gen-introspect.1 vapigen.1 CONFIGURE_ARGS+=--disable-vapigen .endif +NO_STAGE= yes post-patch: # We cheat here, because vala records vapigen related stuff in its .pc file # This makes vapigen work again, although it might get weird when diff --git a/lang/visualworks/Makefile b/lang/visualworks/Makefile index 478969bb8cba..73fd8003a919 100644 --- a/lang/visualworks/Makefile +++ b/lang/visualworks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: visualworks -# Date created: 17 September 2001 -# Whom: js@jeannot.org -# +# Created by: js@jeannot.org # $FreeBSD$ -# PORTNAME= visualworks PORTVERSION= 7.6 @@ -62,6 +58,7 @@ VMAIX_DESC= Virtual Machine for AIX VMHPUX_DESC= Virtual Machine for HPUX VMSGI_DESC= Virtual Machine for SGI +NO_STAGE= yes .include <bsd.port.pre.mk> .if make(makesum) || defined(FETCH_ALL) || ${PORT_OPTIONS:MATOOLS} diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index 933f4b004f90..1497b2b10c7b 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= DOCS EXAMPLES PORTEXAMPLES= * PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/lang/x10/Makefile b/lang/x10/Makefile index 0d9e6b6d4950..39ab02f07db3 100644 --- a/lang/x10/Makefile +++ b/lang/x10/Makefile @@ -35,6 +35,7 @@ BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \ WRKSRC= ${WRKDIR}/x10.dist +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \ ${WRKDIR}/x10.runtime/build.xml diff --git a/lang/xds-c/Makefile b/lang/xds-c/Makefile index e516f770d26b..0bb684c79023 100644 --- a/lang/xds-c/Makefile +++ b/lang/xds-c/Makefile @@ -26,6 +26,7 @@ ALL_TARGET= # SUB_FILES= pkg-message +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/xds ${WRKSRC} diff --git a/lang/xds/Makefile b/lang/xds/Makefile index f6aac11876dd..dc1657919fdc 100644 --- a/lang/xds/Makefile +++ b/lang/xds/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xds -# Date created: 29 January 2007 -# Whom: coumarin@gmail.com -# +# Created by: coumarin@gmail.com # $FreeBSD$ -# PORTNAME= xds PORTVERSION= 2.51 @@ -29,6 +25,7 @@ ALL_TARGET= # SUB_FILES= pkg-message +NO_STAGE= yes pre-patch: @${BRANDELF} -t Linux ${WRKSRC}/bin/xc ${WRKSRC}/bin/h2d diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 60b878108d3f..05627e903abe 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-expat=${LOCALBASE}/include,${LOCALBASE}/lib AOLSERVERBASE?= aolserver .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(AOLSERVER_XOTCL) diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 7753e9cd25fc..1ca01a5406f6 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -18,6 +18,7 @@ MAN1= yabasic.1 PORTDOCS= yabasic.htm PLIST_FILES= bin/yabasic +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 8bdf668b31f5..4a2d154b05a5 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -13,6 +13,7 @@ PORTSCOUT= limit:^6\.2\. OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index 3194316c6105..6a248c40443c 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -23,6 +23,7 @@ PORTDOCS= FILE_FORMATS README drat.doc graph.doc hex.doc \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Change "cd foo; $(MAKE)" into "$(MAKE) -C foo" to unbreak parallel builds diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile index 73ae9ea4c070..78e7c173cecf 100644 --- a/lang/ypsilon/Makefile +++ b/lang/ypsilon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ypsilon -# Date created: 27 July 2008 -# Whom: Vitaly Magerya <vmagerya@gmail.com> -# +# Created by: Vitaly Magerya <vmagerya@gmail.com> # $FreeBSD$ -# PORTNAME= ypsilon PORTVERSION= 0.9.6.3 @@ -23,6 +19,7 @@ MAN1= ypsilon.1 ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: |