diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics')
1084 files changed, 1351 insertions, 1331 deletions
diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile index 926ef32ea63b..ab801000f6f9 100644 --- a/graphics/4va/Makefile +++ b/graphics/4va/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 4va -# Date created: 26 July 1998 -# Whom: Malte Lance <malte.lance@gmx.net> -# +# Created by: Malte Lance <malte.lance@gmx.net> # $FreeBSD$ -# PORTNAME= 4va PORTVERSION= 1.21 @@ -26,6 +22,7 @@ MAN1= 4va.1 4VA_DATA_FILES= 16cell.4vd 24cell.4vd 5cell.4vd 600cell.4vd ctor.4vd \ ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd +NO_STAGE= yes post-extract: @${CHMOD} -R go-x ${WRKSRC}/ diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile index 1dff6b781b2b..867a65902c36 100644 --- a/graphics/Cgraph/Makefile +++ b/graphics/Cgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgraph -# Date created: 25 September 1998 -# Whom: Anton Berezin <tobez@plab.ku.dk> -# +# Created by: Anton Berezin <tobez@plab.ku.dk> # $FreeBSD$ -# PORTNAME= Cgraph PORTVERSION= 2.04 @@ -21,6 +17,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:L} USE_LDCONFIG= yes +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index ee41c1618a97..ac3beb2ab66d 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Coin -# Date created: 10 May 2002 -# Whom: roland.jesse@gmx.net -# +# Created by: roland.jesse@gmx.net # $FreeBSD$ -# PORTNAME= Coin PORTVERSION= 3.1.3 @@ -30,6 +26,7 @@ MAKE_ENV= LANG=C MAN1= coin-config.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 629e120facdf..87e1b375c8bc 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: EZWGL -# Date created: 4 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= EZWGL PORTVERSION= 1.50 @@ -25,6 +21,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages" diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index eef072262bd3..deaac7c3dd53 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.1.15 @@ -63,6 +59,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index 0bf9f163d7df..5e0f31ea7600 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.2.10 @@ -61,6 +57,7 @@ CFLAGS+= -DPNG_DEPSTRUCT= CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index 9ad39d3d0501..eb47b09a0966 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.3.16 @@ -62,6 +58,7 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 12a1d66d6751..b1d36ee408ae 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hermes -# Date created: 29 April 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= Hermes PORTVERSION= 1.3.3 @@ -26,6 +22,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == sparc64 diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 42331b20060a..5e3a1f280c69 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: ipa # Created by: ijliao # $FreeBSD$ @@ -24,4 +22,5 @@ MAN1= iterm.1 MAN3= IPA.3 IPA::Geometry.3 IPA::Global.3 IPA::Local.3 IPA::Misc.3 \ IPA::Morphology.3 IPA::Point.3 IPA::Region.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/ImageMagick-nox11/Makefile b/graphics/ImageMagick-nox11/Makefile index bd32f3f995a0..04afa37683ac 100644 --- a/graphics/ImageMagick-nox11/Makefile +++ b/graphics/ImageMagick-nox11/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: ImageMagick-nox11 -# Date created: 14 May 2011 -# Whom: mm@FreeBSD.org -# +# Created by: mm@FreeBSD.org # $FreeBSD$ -# WITHOUT_X11= yes PORTSCOUT= ignore:1 MASTERDIR= ${.CURDIR}/../ImageMagick +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3e52bea46453..3b30d5c7dd49 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -38,6 +38,7 @@ USE_XZ= yes USE_PERL5= run build patch WANT_GNOME= yes USE_AUTOTOOLS= libltdl +NO_STAGE= yes # For some reason, using our libtool breaks the build into pieces: #USE_AUTOTOOLS+= libtool GNU_CONFIGURE= yes diff --git a/graphics/O2-tools/Makefile b/graphics/O2-tools/Makefile index 41e5f4de07fb..bda781a17672 100644 --- a/graphics/O2-tools/Makefile +++ b/graphics/O2-tools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: O2-tools -# Date created: 2009-05-20 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ -# PORTNAME= O2-tools PORTVERSION= 2.00 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1 MAN4= d4file.4 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 40dd8cd40dbe..405fa769fb92 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -37,6 +37,7 @@ DOC_FILES2= MultiViewOpenEXR.pdf OpenEXRFileLayout.pdf \ OPTIONS_DEFINE= LARGE_STACK LARGE_STACK_DESC= Enable sys-dependant large stack optimizations +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLARGE_STACK} diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 9998e002c284..d8672c435d2f 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -20,4 +20,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index f96a5313afef..a589b56a9b41 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -15,4 +15,5 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index a9c7ba2fe896..6b9077b05d8d 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -15,4 +15,5 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index 3d804a326a40..4f636bb1f227 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile index 2e39126f3da3..375e45a988c9 100644 --- a/graphics/R-cran-dichromat/Makefile +++ b/graphics/R-cran-dichromat/Makefile @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index cb0d5a62ac48..16ef3087ee9d 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index 249c5251347c..5677e526a183 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 2c1b64f6851d..699153b7bbbb 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index d8eb997e073f..4bbeed9a908a 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -17,4 +17,5 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index c8709218ce9e..06e151a765d3 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -21,4 +21,5 @@ R_MOD_AUTOPLIST= yes R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 6f17a28546f9..2014daac27ed 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -18,4 +18,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index 8130cd773ad0..c17f5d0a1b63 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile index d5473160f511..98d19a952f0b 100644 --- a/graphics/R-cran-shape/Makefile +++ b/graphics/R-cran-shape/Makefile @@ -15,4 +15,5 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index ba96d9958809..2fdfe4b43e65 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -26,6 +26,7 @@ PORTDOCS= README SciPlot.html SciPlotDemo.html SciPlotProg.html EXDATA= data.txt EXBINS= realtime sciplot +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${INCLUDES:S|^|${WRKSRC}/|} ${PREFIX}/include/${PORTNAME} diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index ea8122220871..51258b3e4707 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: a2png -# Date created: 07 Oct 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= a2png PORTVERSION= 0.1.5 @@ -25,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} FONTROOTDIR?= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/ diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index d02cb753743a..7aef2943d440 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= aalib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index fef5fcac9f8e..37b5924a5be7 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aaphoto -# Date created: 2009-12-24 -# Whom: Andras Horvath <han@log69.com> -# +# Created by: Andras Horvath <han@log69.com> # $FreeBSD$ -# PORTNAME= aaphoto PORTVERSION= 0.41 @@ -32,6 +28,7 @@ PLIST_FILES= bin/aaphoto PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ NEWS README TODO +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index 3a5a275fd13b..0d1c5ca6f191 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFINE= SETUID DOCS OPTIONS_DEFAULT= SETUID SETUID_DESC= Install with setuid bit set +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSETUID} diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index f9d719766e8a..f7a79aaabd28 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -23,6 +23,7 @@ CXXFLAGS+= -fPIC \ -I${LOCALBASE}/include GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 701000 diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 492bb3da6b1a..4ee08a9716d7 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> #.if defined(WITHOUT_GNOME) diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 40e9ee8afa67..f1e1489fd808 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -28,6 +28,7 @@ MAKE_JOBS_UNSAFE= yes CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/graphics/alpng/Makefile b/graphics/alpng/Makefile index e29e3b3459bb..098f065e85de 100644 --- a/graphics/alpng/Makefile +++ b/graphics/alpng/Makefile @@ -23,6 +23,7 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/alpng.h \ lib/libalpng.a +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/makefile diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 725c2d23c5a7..95ed57395fc7 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -36,6 +36,7 @@ GSL_DESC= Use gsl VOLPACK_DESC= Use volpack XMEDCON_DESC= Use xmedcon +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDCMTK} diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index 56a4e84e9852..bb854506e3e0 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool PORTDOCS= AUTHORS ChangeLog NEWS README +NO_STAGE= yes .include <bsd.port.options.mk> test check: build diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index 76cfab6c431c..0f983fc5b1ff 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index 06eab4e4e208..a1533128922f 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -34,6 +34,7 @@ DESKTOP_ENTRIES="Art of Illusion" "3D modelling and rendering studio" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;3DGraphics;" false +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index 9b6d959aa318..d87cee378eb0 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsgd -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nsgd PORTVERSION= 2.0 @@ -31,6 +27,7 @@ USE_GMAKE= yes USE_TCL= 84+ +NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= "-I${LOCALBASE}/include" diff --git a/graphics/apngasm/Makefile b/graphics/apngasm/Makefile index 2ab5195a8911..71930f72fa93 100644 --- a/graphics/apngasm/Makefile +++ b/graphics/apngasm/Makefile @@ -26,6 +26,7 @@ PORTDOCS= readme.txt OPTIONS_DEFINE= DOCS STATIC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTATIC} diff --git a/graphics/apngdis/Makefile b/graphics/apngdis/Makefile index 95f8830f6a67..e103e404f403 100644 --- a/graphics/apngdis/Makefile +++ b/graphics/apngdis/Makefile @@ -25,6 +25,7 @@ PORTDOCS= readme.txt OPTIONS_DEFINE= DOCS STATIC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTATIC} diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile index 4e32d6aee5cf..62957385db57 100644 --- a/graphics/apvlv/Makefile +++ b/graphics/apvlv/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DJVU WEBKIT DJVU_DESC= Build with DjVu support WEBKIT_DESC= Build with WebKit support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDJVU} diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 2f6a1a09e2c3..91257afb1bfe 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -29,4 +29,5 @@ PLIST_SUB+= LIBVERS=${PORTVERSION:R} INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 4761f6df1cb4..39e0e9a1ac5b 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -41,4 +41,5 @@ MAN3= App::Asciio::setup::import_export::perl.3 \ App::Asciio::setup::hooks::canonize_connections.3 \ App::Asciio::Undo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index 93d7a91770ba..32904b9db095 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -30,6 +30,7 @@ PORTDOCS= * MAN1= autopano-c-complete.1 autopano.1 generatekeys.1 MAN7= autopano-sift-c.7 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/autoq3d/Makefile b/graphics/autoq3d/Makefile index 0110452d1030..ae69e15328dd 100644 --- a/graphics/autoq3d/Makefile +++ b/graphics/autoq3d/Makefile @@ -29,6 +29,7 @@ DESKTOP_ENTRIES="AutoQ3D" \ "Graphics;3DGraphics;Qt;" \ false +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: .for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index b1854ff949af..fe09388acc8e 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS} MAN1= autotrace.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index aeaf11563f86..58aaad93b507 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: aview -# Date created: Dec 18 1997 -# Whom: frankch@waru.life.nthu.edu.tw -# +# Created by: frankch@waru.life.nthu.edu.tw # $FreeBSD$ -# PORTNAME= aview PORTVERSION= 1.3.0.r1 @@ -26,6 +22,7 @@ CONFIGURE_ARGS= --with-x=no MAN1= asciiview.1 aview.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index f0164d1e8b27..3632c841033a 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ayam -# Date created: 19 Apr 2003 -# Whom: Igor Pokrovsky <tiamat@comset.net> -# +# Created by: Igor Pokrovsky <tiamat@comset.net> # $FreeBSD$ -# PORTNAME= ayam PORTVERSION= 1.20 @@ -29,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes AYAM_PLUGINS= csphere mfio PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" diff --git a/graphics/backfract/Makefile b/graphics/backfract/Makefile index 6b9b89341855..46af713644d0 100644 --- a/graphics/backfract/Makefile +++ b/graphics/backfract/Makefile @@ -1,4 +1,4 @@ -# Created by: Patrick Gardella <patrick@freebsd.org> +# Created by: Patrick Gardella <patrick@FreeBSD.org> # $FreeBSD$ PORTNAME= backfract @@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/backfract +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "/'-O3'/s|^|#| ; \ diff --git a/graphics/barbecue/Makefile b/graphics/barbecue/Makefile index 281200286721..7a7c9449a231 100644 --- a/graphics/barbecue/Makefile +++ b/graphics/barbecue/Makefile @@ -33,6 +33,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index 433cb53347cb..337b585969be 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: barcode -# Date created: Sun Sep 23 11:07:00 IST 2001 -# Whom: Emil J.V. Björsell (Jev) -# +# Created by: Emil J.V. Björsell (Jev) # $FreeBSD$ -# PORTNAME= barcode PORTVERSION= 0.98 @@ -21,4 +17,5 @@ MAN3= barcode.3 GNU_CONFIGURE= yes INFO= barcode +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index 4de5f3e94f3d..c4a232801c6f 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -26,6 +26,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= CHANGES NOTICE README +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/bbrb/Makefile b/graphics/bbrb/Makefile index bb7e0de75283..73d6b8c38091 100644 --- a/graphics/bbrb/Makefile +++ b/graphics/bbrb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbrb -# Date created: 19 February 2002 -# Whom: Dan Peck <peckdani@msu.edu> -# +# Created by: Dan Peck <peckdani@msu.edu> # $FreeBSD$ -# PORTNAME= bbrb PORTVERSION= 0.4.1 @@ -20,4 +16,5 @@ RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ USE_GNOME= imlib GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/blender-doc/Makefile b/graphics/blender-doc/Makefile index 62e8c2ec985c..c969d9bd35ee 100644 --- a/graphics/blender-doc/Makefile +++ b/graphics/blender-doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: blender-doc -# Date created: 09-10-2007 -# Whom: Alex Ivasyuv <siegerstein@pochta.ru> -# +# Created by: Alex Ivasyuv <siegerstein@pochta.ru> # $FreeBSD$ -# PORTNAME= blender PORTVERSION= 2.3 @@ -21,6 +17,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-extract: @${CHMOD} u+rwx ${WRKSRC}/* && ${CHMOD} u+rwx ${WRKSRC}/*/* && \ ${CHMOD} u+rwx ${WRKSRC}/*/*/* && ${CHMOD} u+rwx ${WRKSRC}/*/*/*/* diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index ac09edfe20cc..28d0e10e3dd0 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -29,6 +29,7 @@ MAN1= blender.1 OUTDIR= ${INSTALL_WRKSRC}/bin/2.68 +NO_STAGE= yes .include "${.CURDIR}/Makefile.options" .include <bsd.port.options.mk> diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index 2261c7fdfa63..2eaf964b2ac6 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -41,6 +41,7 @@ PLIST_FILES= bin/bmeps \ PLIST_DIRS= %%DATADIR%%/de \ %%DATADIR%% +NO_STAGE= yes post-build: @(cd ${WRKSRC} && ./stc --/log/stderr/level=error \ --log/stdout/level=none --/log/file/keep=none \ diff --git a/graphics/bmp-rootvis/Makefile b/graphics/bmp-rootvis/Makefile index 273993db8c36..d19e3d93c405 100644 --- a/graphics/bmp-rootvis/Makefile +++ b/graphics/bmp-rootvis/Makefile @@ -22,4 +22,5 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index 6f0b3d6fd4b1..752c4d8c1a93 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -20,6 +20,7 @@ DEFINES= -D_REENTRANT PLIST_FILES= bin/bmp2html +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/${PORTNAME} diff --git a/graphics/box/Makefile b/graphics/box/Makefile index 52f4b8c63b30..ee267cc296ea 100644 --- a/graphics/box/Makefile +++ b/graphics/box/Makefile @@ -31,6 +31,7 @@ PLIST_SUB+= PLIST_VER=${PORTVERSION:R} OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/boxer/Makefile b/graphics/boxer/Makefile index 40ce2c77ff60..d8cac476c8d9 100644 --- a/graphics/boxer/Makefile +++ b/graphics/boxer/Makefile @@ -31,6 +31,7 @@ DESKTOP_ENTRIES="Boxer" "${COMMENT}" "${PORTNAME}" \ OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 64480f62303c..796557d27075 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -35,6 +35,7 @@ MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \ bugle-stats_nv.7 bugle-stats_primitives.7 bugle-trace.7 \ bugle-unwindstack.7 bugle-wireframe.7 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAVCODEC} diff --git a/graphics/burplex/Makefile b/graphics/burplex/Makefile index 410a6323ca31..744fc1fdf914 100644 --- a/graphics/burplex/Makefile +++ b/graphics/burplex/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME} DESKTOP_ENTRIES= "burplex" "${COMMENT}" "" \ "burplex" "" "false" +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ ${WRKSRC}/mainwindow.cpp diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index 5d36601b246d..87db3b6bf80b 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/cair +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cair ${PREFIX}/bin diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index 4420324e5ea2..7d4333b1ad22 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> do-configure: diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile index 30bf388caf40..58151ca1a6e1 100644 --- a/graphics/cairo-java/Makefile +++ b/graphics/cairo-java/Makefile @@ -34,6 +34,7 @@ SUB_LIST= JAVAJARDIR=${JAVAJARDIR} CAIRO_API_VERSION=${CAIRO_API_VERSION} CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure diff --git a/graphics/cairo-reference/Makefile b/graphics/cairo-reference/Makefile index db5270d9c9dd..5008415c5d99 100644 --- a/graphics/cairo-reference/Makefile +++ b/graphics/cairo-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: cairo-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/doc/public +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 24edaee3269b..43e6b7a37315 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFAULT= XCB GLIB X11 XCB_DESC= Enable XCB (X C-language Binding) Support GLIB_DESC= Enable GObject Functions Feature +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "arm" diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index d79140fd198f..a75bec5a8b06 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-documentation .else +NO_STAGE= yes post-configure: @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html .endif diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index abbecdaaa56c..7c54de22c47c 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -23,6 +23,7 @@ AUTOMAKE_ARGS= --add-missing MAN1= cal3d_converter.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 032532394edb..518bd7a18d34 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -23,6 +23,7 @@ AUTOTOOLSFILES= aclocal.m4 MAN1= cal3d_converter.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile index 0d419e8d9ad5..4034375c4eb0 100644 --- a/graphics/camediaplay/Makefile +++ b/graphics/camediaplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: camediaplay -# Date created: 2 May 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# +# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> # $FreeBSD$ -# PORTNAME= camediaplay PORTVERSION= 20010211 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= OPTFLAG="" MAN1= camediaplay.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/camediaplay diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 038d3a889aa2..42ef8f51cd0a 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: camera -# Date created: 11 Sep 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= camera PORTVERSION= 0.8 @@ -28,4 +24,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Camera +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 90860b6edc10..9e51ca2a1726 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -21,4 +21,5 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/CameraKit +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile index 6d749641f01b..4cde7e39fc62 100644 --- a/graphics/cbrpager/Makefile +++ b/graphics/cbrpager/Makefile @@ -33,6 +33,7 @@ DESKTOP_ENTRIES="cbrPager" "Comic book viewer" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;Viewer;GNOME;" true +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index b0e2021380b1..adfd928e87b5 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= Changes README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/cbviewer/Makefile b/graphics/cbviewer/Makefile index 0840018f0a5f..107ba91832d6 100644 --- a/graphics/cbviewer/Makefile +++ b/graphics/cbviewer/Makefile @@ -41,6 +41,7 @@ DESKTOP_ENTRIES="CBViewer" "Comic book viewer" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;Viewer;Java;" true +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 19257521c838..43863d76daf3 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -36,6 +36,7 @@ USE_PYTHON= 2.6+ USES= pathfix pkgconfig PLIST_SUB+= WITH_OGRE="" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 3887fa7fbe9a..61c95fc1a5b2 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -1,6 +1,5 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cenon PORTVERSION= 4.0.2 @@ -28,6 +27,7 @@ CENON_LIB_DIR= ${GNUSTEP_LOCAL_ROOT}/Library/Cenon OPTIONS_DEFINE= FULL_LIBRARY FULL_LIBRARY_DESC= Install complete Cenon Library +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFULL_LIBRARY} || make(makesum) || defined(FETCH_ALL) diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile index 913ed929403c..651af6f093e5 100644 --- a/graphics/cfdg/Makefile +++ b/graphics/cfdg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cfdg -# Date created: 2008-03-14 -# Whom: Anatoly Borodin <anatoly.borodin@gmail.com> -# +# Created by: Anatoly Borodin <anatoly.borodin@gmail.com> # $FreeBSD$ -# PORTNAME= cfdg PORTVERSION= 2.2.2 @@ -34,6 +30,7 @@ PLIST_FILES= bin/cfdg PORTEXAMPLES= * .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${PREFIX}/bin .if !defined(NOPORTEXAMPLES) diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 5fe8539e9bff..70b5470e7481 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chbg -# Date created: 10 Dec 1999 -# Whom: Peter Jones <p@dancris.com> -# +# Created by: Peter Jones <p@dancris.com> # $FreeBSD$ -# PORTNAME= chbg PORTVERSION= 1.5 @@ -25,6 +21,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --disable-gnome +NO_STAGE= yes .include <bsd.port.pre.mk> MAN1= chbg.1 diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index de5fdc757a5a..50431e97aa92 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -77,6 +77,7 @@ PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \ NO_BUILD= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 3594411b5efb..b8d7f20e44a6 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -43,6 +43,7 @@ PLIST_SUB= VER="${DISTVERSION}" MAN1= cinepaint.1 cinepainttool.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOYRANOS} diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index 88616bf8e0b3..1efba572d8d0 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -22,6 +22,7 @@ SHEBANG_FILES= clara.pl mkdoc.pl selthresh MAN1= clara-adv.1 clara-dev.1 clara.1 selthresh.1 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/selthresh.1 ${MAN1PREFIX}/man/man1/ diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile index 418b0e68e5cb..8aae1dfd4376 100644 --- a/graphics/clutter-box2d/Makefile +++ b/graphics/clutter-box2d/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ARGS= --enable-introspection=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 3fa5e74aaf14..ce8226c7650e 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -24,4 +24,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 1049c13cb825..9a7d1d03de5b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-x --enable-conformance=no CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/clutter/cally/*.c \ diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 8610bf949e6e..cd6a13b0f1ae 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wclobbered||g' \ -e 's|-Wempty-body||g' \ diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 1789595b9f34..c2990f785fa2 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -42,6 +42,7 @@ GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml OPTIONS_DEFINE= MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 808a424356bb..9d9cd056a9c4 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -21,6 +21,7 @@ WX_UNICODE= yes PLIST_FILES= bin/comical MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 8390761b92ed..476f0c5b4b1d 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -24,6 +24,7 @@ INSTALLS_ICONS= yes DOCS= COPYING ChangeLog README MAN1= comix.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${HAVE_GNOME:Mnautilus2}!="" || defined(WITH_THUMBNAILS)) && !defined(WITHOUT_THUMBNAILS) diff --git a/graphics/commons-utilities/Makefile b/graphics/commons-utilities/Makefile index 7549cb2ff4b3..497f458b892f 100644 --- a/graphics/commons-utilities/Makefile +++ b/graphics/commons-utilities/Makefile @@ -32,6 +32,7 @@ PLIST_DIRS= %%DOCSDIR%% PLIST_FILES+= %%DOCSDIR%%/README .endif +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/commons-csv-creator ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/commons-upload ${PREFIX}/bin diff --git a/graphics/compupic/Makefile b/graphics/compupic/Makefile index a32731f581a0..694555fc9bb0 100644 --- a/graphics/compupic/Makefile +++ b/graphics/compupic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: compupic -# Date created: Thu Mar 14 22:40:58 PST 2002 -# Whom: Abel Chow <ozsanh45vds001@sneakemail.com> -# +# Created by: Abel Chow <ozsanh45vds001@sneakemail.com> # $FreeBSD$ -# PORTNAME= compupic PORTVERSION= 5.1.1063 @@ -21,6 +17,7 @@ ONLY_FOR_ARCHS= i386 MAN1= compupic.1 +NO_STAGE= yes do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${PREFIX} diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index 24e80869db63..5aa4986a139d 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -28,4 +28,5 @@ USE_QT4= corelib gui linguist_build moc_build qmake_build \ rcc_build uic_build USE_GNOME= glib20 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index 754902d59817..77a7625e5ef5 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: corona -# Date created: 25 May 2004 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ PORTNAME= corona @@ -24,6 +21,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-Wall||' \ diff --git a/graphics/cosmoplayer/Makefile b/graphics/cosmoplayer/Makefile index b2bfc62e3f58..f5384f0bb019 100644 --- a/graphics/cosmoplayer/Makefile +++ b/graphics/cosmoplayer/Makefile @@ -24,6 +24,7 @@ JARFILES= npcosmop211.jar LICENSE.npcosmop211.txt PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|} +NO_STAGE= yes post-extract: ${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC} ${MV} ${WRKSRC}/License ${WRKSRC}/LICENSE.npcosmop211.txt diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile index 83e971ab5dbf..c481a220621d 100644 --- a/graphics/crw/Makefile +++ b/graphics/crw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crw -# Date created: 16 June 2002 -# Whom: dillon -# +# Created by: dillon # $FreeBSD$ -# PORTNAME= crw PORTVERSION= 1.03 @@ -22,6 +18,7 @@ PLIST_FILES= bin/crw #CFLAGS+= -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \ -e 's,CFLAGS=,CFLAGS+=,' \ diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 9e8178a80b54..c0f688b1f570 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -49,6 +49,7 @@ THEMES= blue-steel.theme \ tv-large.theme \ tv.theme +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cthumb ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cthumb.1 ${PREFIX}/man/man1 diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index 6229a41635d7..c35787b906cb 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -25,6 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= IMAGEMAGICK +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile index abee44163953..9770df1f7b11 100644 --- a/graphics/curator/Makefile +++ b/graphics/curator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: curator -# Date created: 03 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= curator PORTVERSION= 2.1 @@ -23,6 +19,7 @@ PIL_DESC= Use Python Imaging Library instead of ImageMagick PLIST_FILES= bin/curator MAN1= curator.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPIL} diff --git a/graphics/cuttlefish/Makefile b/graphics/cuttlefish/Makefile index d7147c713d47..9fe34d93f2a3 100644 --- a/graphics/cuttlefish/Makefile +++ b/graphics/cuttlefish/Makefile @@ -26,6 +26,7 @@ EXAMPLES= japan-traces-small.config japan-traces.config \ nyxem-hosts-both.config \ witty-combined-small.config witty-combined.config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|../lib|../lib/cuttlefish|" \ ${WRKSRC}/bin/cuttlefish.pl diff --git a/graphics/danpei/Makefile b/graphics/danpei/Makefile index b3f3dae77365..ed5de9803c35 100644 --- a/graphics/danpei/Makefile +++ b/graphics/danpei/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: danpei -# Date created: 4 Fev 2005 -# Whom: Andrey V. Elsukov <bu7cher@yandex.ru> -# +# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD$ -# PORTNAME= danpei PORTVERSION= 2.9.7 @@ -27,4 +23,5 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --without-included-gettext +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/darknock/Makefile b/graphics/darknock/Makefile index 4729e24f815c..358744797eee 100644 --- a/graphics/darknock/Makefile +++ b/graphics/darknock/Makefile @@ -28,6 +28,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 1613a668d972..ab8db84e19cb 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -41,6 +41,7 @@ GCC_DESC= Build with modern GCC (better OpenMP support) OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGPHOTO} diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 1c848050bd25..feb99b59af58 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dataplot -# Date created: 20 July 2003 -# Whom: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> -# +# Created by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> # $FreeBSD$ -# PORTNAME= dataplot PORTVERSION= 20090821 @@ -30,6 +26,7 @@ USE_XORG= x11 xi NO_WRKSUBDIR= yes MAXOBV?= 400000 # Change if you need more observations/variable +NO_STAGE= yes .include <bsd.port.pre.mk> .if ((${ARCH}=="amd64") || (${ARCH}=="sparc64") || (${ARCH}=="ia64")) diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index a01a08a4115f..28d1637747e8 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dc20ctrl -# Date created: 17 Feb 1998 -# Whom: Ugo Paternostro <paterno@dsi.unifi.it> -# +# Created by: Ugo Paternostro <paterno@dsi.unifi.it> # $FreeBSD$ -# PORTNAME= dc20ctrl PORTVERSION= 0.4 @@ -23,6 +19,7 @@ MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 PLIST_FILES= bin/dc20ctrl +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${MANPREFIX}/man/man1/dc20ctrl.1 diff --git a/graphics/dc20pack/Makefile b/graphics/dc20pack/Makefile index e29f7ba49a3f..4b37184181fd 100644 --- a/graphics/dc20pack/Makefile +++ b/graphics/dc20pack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dc20pack -# Date created: Jul 31 1999 -# Whom: Maurice Castro <maurice@serc.rmit.edu.au> -# +# Created by: Maurice Castro <maurice@serc.rmit.edu.au> # $FreeBSD$ -# PORTNAME= dc20pack PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Digital camera control and download tool for Kodak DC20/25 camera WRKSRC= ${WRKDIR} +NO_STAGE= yes post-extract: for file in `${FIND} ${WRKSRC} -type f`; do \ ${TR} -d '\015' < $${file} > $${file}.new; \ diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index dfc377c2bc31..0c406dce0733 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -20,6 +20,7 @@ USE_XZ= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: cd ${WRKSRC}/ && ${CC} -o ${PORTNAME} ${CFLAGS} ${PORTNAME}.c ${LDFLAGS} diff --git a/graphics/deegree-csw/Makefile b/graphics/deegree-csw/Makefile index 1909a47c119a..2692a7416667 100644 --- a/graphics/deegree-csw/Makefile +++ b/graphics/deegree-csw/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= csw @@ -31,6 +30,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-igeoportal/Makefile b/graphics/deegree-igeoportal/Makefile index 9937369fc6cd..3edf22bc2e5e 100644 --- a/graphics/deegree-igeoportal/Makefile +++ b/graphics/deegree-igeoportal/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= igeoportal @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-wcs/Makefile b/graphics/deegree-wcs/Makefile index 56c388319efc..6523ba65fc6e 100644 --- a/graphics/deegree-wcs/Makefile +++ b/graphics/deegree-wcs/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= wcs @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-wfs/Makefile b/graphics/deegree-wfs/Makefile index 3ed772324277..1bfb6bc53620 100644 --- a/graphics/deegree-wfs/Makefile +++ b/graphics/deegree-wfs/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= wfs @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-wms/Makefile b/graphics/deegree-wms/Makefile index f768ba6cc9de..bcca279dddea 100644 --- a/graphics/deegree-wms/Makefile +++ b/graphics/deegree-wms/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= wms @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-wps/Makefile b/graphics/deegree-wps/Makefile index ae5232260218..2eab9677a75e 100644 --- a/graphics/deegree-wps/Makefile +++ b/graphics/deegree-wps/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= wps @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/deegree-wpvs/Makefile b/graphics/deegree-wpvs/Makefile index 2efc1203629d..dc814c25b987 100644 --- a/graphics/deegree-wpvs/Makefile +++ b/graphics/deegree-wpvs/Makefile @@ -1,7 +1,5 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ -# PORTNAME= wpvs PORTVERSION= 2.5 @@ -31,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 80959135f334..2658a080e0e6 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -17,6 +17,7 @@ USE_WX= 2.8+ PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS},' ${WRKSRC}/${MAKEFILE} diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 5b39d7766986..c6d7568f74e6 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -40,6 +40,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MJPEG} diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index ff830a91c3f5..e480f6029e88 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gnome +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index bd944254062f..ab7bddc8f0f0 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= PRINT OPTIONS_DEFAULT=PRINT PRINT_DESC= GNOME print support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPRINT} diff --git a/graphics/digikam-kde4-doc/Makefile b/graphics/digikam-kde4-doc/Makefile index a5a8fb3516eb..91a5f19d6b87 100644 --- a/graphics/digikam-kde4-doc/Makefile +++ b/graphics/digikam-kde4-doc/Makefile @@ -12,5 +12,6 @@ CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* WRKSRC= ${WRKDIR}/${DISTNAME}/doc +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/digikam-kde4-l10n/Makefile b/graphics/digikam-kde4-l10n/Makefile index 97fdf634b164..cb24e602e291 100644 --- a/graphics/digikam-kde4-l10n/Makefile +++ b/graphics/digikam-kde4-l10n/Makefile @@ -13,6 +13,7 @@ CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* libkgeomap-2.* USES= gettext:build WRKSRC= ${WRKDIR}/${DISTNAME}/po +NO_STAGE= yes pre-configure: # avoid conflicts with kde4-l10n ports: ${RM} ${WRKSRC}/*/libkipi.po diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 07714687844e..236ed635fee5 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -10,6 +10,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 digital photo management application +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3 diff --git a/graphics/ditaa/Makefile b/graphics/ditaa/Makefile index 9681da31e893..dd3bbbc92def 100644 --- a/graphics/ditaa/Makefile +++ b/graphics/ditaa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ditta -# Date created: 2011.05.03 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# +# Created by: Aldis Berjoza <aldis@bsdroot.lv> # $FreeBSD$ -# PORTNAME= ditaa DISTVERSION= 0_9 @@ -25,6 +21,7 @@ NO_BUILD= YES PLIST_FILES= %%JAVASHAREDIR%%/${PORTNAME}/${PORTNAME}.jar bin/${PORTNAME} PLIST_DIRS= %%JAVASHAREDIR%%/${PORTNAME} +NO_STAGE= yes pre-install: ${ECHO} "#!/bin/sh" > ${WRKDIR}/${PORTNAME}.sh ${ECHO} "${PREFIX}/bin/java -jar ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar \$$*" >> ${WRKDIR}/${PORTNAME}.sh diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index c34fb2398a29..1df6dc756f21 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -36,6 +36,7 @@ USE_WEBPLUGINS= gecko* WEBPLUGINS_DIR= ${PREFIX}/lib/djview4/plugins WEBPLUGINS_FILES= nsdejavu.so +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/firefox/Makefile.webplugins" diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 533bd407f51f..0743abde5091 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -36,6 +36,7 @@ MAN1= bzz.1 c44.1 cjb2.1 cpaldjvu.1 csepdjvu.1 ddjvu.1 djvm.1 \ djvused.1 djvuserve.1 djvutxt.1 MAN1_EN= djvutoxml.1 djvuxml.1 djvuxmlparser.1 djvudigital.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MANY2DJVU} diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index d8a583241295..d19f67d8d16f 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmtx-utils -# Date created: 3 June 2011 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= dmtx-utils PORTVERSION= 0.7.4 @@ -24,4 +20,5 @@ CFLAGS+= -I${LOCALBASE}/include MAN1= dmtxread.1 dmtxwrite.1 dmtxquery.1 PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 9407bd12e9dc..875907c1cc31 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,6 +21,7 @@ ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME .endif +NO_STAGE= yes .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" OPTIONS_DEFINE_i386= ${ALL_DRI_DRIVERS} diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index f1929262ffd9..688f964e03ce 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: driconf -# Date created: 1 Apr, 2005 -# Whom: anholt@FreeBSD.org -# +# Created by: anholt@FreeBSD.org # $FreeBSD$ -# PORTNAME= driconf PORTVERSION= 0.9.1 @@ -25,6 +21,7 @@ USES= gettext INSTALLS_EGGINFO= yes PYDISTUTILS_EGGINFODIR= lib/driconf +NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|' diff --git a/graphics/duhdraw/Makefile b/graphics/duhdraw/Makefile index c3b843ca0b57..da0cc032ad31 100644 --- a/graphics/duhdraw/Makefile +++ b/graphics/duhdraw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: duhdraw -# Date created: March 18 2002 -# Whom: Kyle Martin <mkm@ieee.org> -# +# Created by: Kyle Martin <mkm@ieee.org> # $FreeBSD$ -# PORTNAME= duhdraw PORTVERSION= 2.8.13 @@ -17,6 +13,7 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/ansi bin/ansitoc bin/duhdraw +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/<malloc.h>/d' ${WRKSRC}/duhdraw.c diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index 51db9d174f3a..8b46bac9fd58 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dynamechs -# Date created: Dec 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dynamechs PORTVERSION= 4.0.p1 @@ -29,6 +24,7 @@ LDFLAGS+= ${PTHREAD_LIBS} ALL_TARGET= freebsd USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-configure: diff --git a/graphics/easypaint/Makefile b/graphics/easypaint/Makefile index db1948456fac..a25dadbfd2b8 100644 --- a/graphics/easypaint/Makefile +++ b/graphics/easypaint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: easypaint -# Date created: 2012-01-06 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= easypaint PORTVERSION= 0.6.0 @@ -26,6 +22,7 @@ DESKTOP_ENTRIES="easyPaint" "${COMMENT}" "" "easypaint" \ PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${QMAKE} diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile index f7fd1a053256..7de7d47d0946 100644 --- a/graphics/ecore-evas/Makefile +++ b/graphics/ecore-evas/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-evas \ diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index 019f0acaa589..366ad7eac4ff 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-sdl \ diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 07c5b09006a6..de98d5dccb46 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --without-vim +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \ ${WRKSRC}/Makefile.in diff --git a/graphics/edje_viewer/Makefile b/graphics/edje_viewer/Makefile index 72029c79b0ab..043739ebf844 100644 --- a/graphics/edje_viewer/Makefile +++ b/graphics/edje_viewer/Makefile @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes USE_EFL= evas ecore edje elementary USE_EFL_ECORE= file +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 1ba312934bfb..ed76159c4b3a 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: electriceyes -# Date created: 21 August 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# +# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ -# PORTNAME= electriceyes PORTVERSION= 0.3.12 @@ -23,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-install: ${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes diff --git a/graphics/electrix/Makefile b/graphics/electrix/Makefile index 4d1c7380e03c..e69d7c0a676a 100644 --- a/graphics/electrix/Makefile +++ b/graphics/electrix/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= electrix PORTVERSION= 0.2.0 @@ -26,6 +25,7 @@ OPTIONS_DEFAULT= DBUS PDF PDF_DESC= Portable Document Format Support PS_DESC= PostScript Support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 3629355f17b6..c94967679945 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -42,6 +42,7 @@ INFO= enfuse enblend MAN1= enblend.1 enfuse.1 PLIST_FILES= bin/enblend bin/enfuse +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} diff --git a/graphics/ender/Makefile b/graphics/ender/Makefile index 1091eda3df89..bfa25fe4603b 100644 --- a/graphics/ender/Makefile +++ b/graphics/ender/Makefile @@ -22,6 +22,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|@LEX@|${LOCALBASE}/bin/flex|" \ ${WRKSRC}/src/lib/Makefile.in diff --git a/graphics/enesim/Makefile b/graphics/enesim/Makefile index 19124773bed0..5a4a40961861 100644 --- a/graphics/enesim/Makefile +++ b/graphics/enesim/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 3521ac0bcca3..3b36df1737ac 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enfle -# Date created: Tue Sep 28 02:25:17 JST 1999 -# Whom: Yuki Sawada <samy@goldmoon.org> -# +# Created by: Yuki Sawada <samy@goldmoon.org> # $FreeBSD$ -# PORTNAME= enfle PORTVERSION= 20101006 @@ -45,6 +41,7 @@ PKGDEINSTALL= ${PKGINSTALL} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index f26b060a5a48..daa257beca01 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -38,6 +38,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/checking for GUDEV/,+93d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,_udev,,' \ diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 081953eb11e4..83b91ce6883e 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(WITHOUT_CHAMPLAIN) || \ diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 2f72ed2a3592..8a92e66f33ea 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -31,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= eog.schemas +NO_STAGE= yes .include <bsd.port.pre.mk> _WITH_EXIF= no diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile index 3ae9afd6ff29..1cda1a13adac 100644 --- a/graphics/eos-movrec/Makefile +++ b/graphics/eos-movrec/Makefile @@ -30,6 +30,7 @@ DESKTOP_ENTRIES= "eos_movrec" "EOS Camera Movie Recorder" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "eos_movrec" "Graphics;Photography;Qt;" false +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index ed0ad5ad2b93..624627dd267b 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= CUPS NLS MAN1= epdfview.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 2cf10a9a2aa3..8146a091080a 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: epeg -# Date created: 05/09/2005 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= epeg PORTVERSION= 0.9.1.042 @@ -25,4 +21,5 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index b729c5d4579a..a00bee7e1264 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ MAN1= elaps.1 epix.1 flix.1 laps.1 INFO= epix +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 41266dc178d5..f3c8f1bf5a2a 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -18,4 +18,5 @@ MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" MAN1= eps2png.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index e8ec146b6a10..b7f02320d60d 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/epstool PORTDOCS= epstool.htm gsview.css .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${MANPREFIX}/man/man1 diff --git a/graphics/etch/Makefile b/graphics/etch/Makefile index b2ed18999968..96de0ed49cb7 100644 --- a/graphics/etch/Makefile +++ b/graphics/etch/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/eterm-bg/Makefile b/graphics/eterm-bg/Makefile index d68b1e5635c2..8e0f4d1cc2f5 100644 --- a/graphics/eterm-bg/Makefile +++ b/graphics/eterm-bg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eterm-bg -# Date created: 99/06/12 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= eterm-bg PORTVERSION= 0.9.6 @@ -17,6 +13,7 @@ COMMENT= Image files for background of Eterm NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/Eterm ${MKDIR} ${PREFIX}/share/Eterm/pix diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index 40680e349855..30037dd31000 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=EMOTION ETHUMBD EMOTION_DESC= Build with Emotion module ETHUMBD_DESC= Build ethumbd daemon (requires dbus) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMOTION} diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index f641dfda5af4..5318157bd72a 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/evas EXAMPLESDIR= ${PREFIX}/share/examples/evas +NO_STAGE= yes .include "Makefile.inc" OPTIONS_DEFINE= EET FONTCONFIG FRIBIDI diff --git a/graphics/evas-engine-buffer/Makefile b/graphics/evas-engine-buffer/Makefile index 48a5ee5e2339..e6276abae886 100644 --- a/graphics/evas-engine-buffer/Makefile +++ b/graphics/evas-engine-buffer/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/buffer INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-buffer diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile index bf855109cbb9..12e1bc4d75f4 100644 --- a/graphics/evas-engine-opengl/Makefile +++ b/graphics/evas-engine-opengl/Makefile @@ -27,6 +27,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/gl_x11 INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-gl-xlib diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index 6431a7826a1e..20da86387515 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_16_sdl INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-software-16-sdl diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 7d698df0ee15..41f08c51eccf 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_x11 INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-software-xlib diff --git a/graphics/evas-loader-bmp/Makefile b/graphics/evas-loader-bmp/Makefile index 1f351ebaf026..b1f52f57f5d7 100644 --- a/graphics/evas-loader-bmp/Makefile +++ b/graphics/evas-loader-bmp/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/bmp +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-bmp diff --git a/graphics/evas-loader-eet/Makefile b/graphics/evas-loader-eet/Makefile index 2a6f385b204e..080b9ad5d09c 100644 --- a/graphics/evas-loader-eet/Makefile +++ b/graphics/evas-loader-eet/Makefile @@ -27,6 +27,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/eet \ ${WRKSRC}/src/modules/savers/eet +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-eet diff --git a/graphics/evas-loader-generic/Makefile b/graphics/evas-loader-generic/Makefile index 050ac7cf9a59..54f0fcd760c6 100644 --- a/graphics/evas-loader-generic/Makefile +++ b/graphics/evas-loader-generic/Makefile @@ -35,6 +35,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/generic +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-generic diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index 56f01c0d1875..8575f7675d62 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/gif +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-gif diff --git a/graphics/evas-loader-ico/Makefile b/graphics/evas-loader-ico/Makefile index 94b222cbb2eb..e6823f3a80e4 100644 --- a/graphics/evas-loader-ico/Makefile +++ b/graphics/evas-loader-ico/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/ico +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-ico diff --git a/graphics/evas-loader-jpeg/Makefile b/graphics/evas-loader-jpeg/Makefile index db3cb1686a83..4222205b22d6 100644 --- a/graphics/evas-loader-jpeg/Makefile +++ b/graphics/evas-loader-jpeg/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/jpeg \ ${WRKSRC}/src/modules/savers/jpeg +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-jpeg diff --git a/graphics/evas-loader-pmaps/Makefile b/graphics/evas-loader-pmaps/Makefile index 938580d26b74..0570dc4431b2 100644 --- a/graphics/evas-loader-pmaps/Makefile +++ b/graphics/evas-loader-pmaps/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/pmaps +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-pmaps diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index 563dc6e0d503..c20781934086 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/png \ ${WRKSRC}/src/modules/savers/png +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-png diff --git a/graphics/evas-loader-psd/Makefile b/graphics/evas-loader-psd/Makefile index d78bf29e10a1..70ffae6cf035 100644 --- a/graphics/evas-loader-psd/Makefile +++ b/graphics/evas-loader-psd/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/psd +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-psd diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index f14e366dbcb5..1de5cc3bf4e0 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-svg diff --git a/graphics/evas-loader-tga/Makefile b/graphics/evas-loader-tga/Makefile index eb612692f5a5..e1f4f5e4bf01 100644 --- a/graphics/evas-loader-tga/Makefile +++ b/graphics/evas-loader-tga/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/tga +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-tga diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 11bd0abde2b3..8ac73894046c 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/tiff \ ${WRKSRC}/src/modules/savers/tiff +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-tiff diff --git a/graphics/evas-loader-wbmp/Makefile b/graphics/evas-loader-wbmp/Makefile index f3ba6caa14ea..bb3edd4b2ae3 100644 --- a/graphics/evas-loader-wbmp/Makefile +++ b/graphics/evas-loader-wbmp/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/wbmp +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-wbmp diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index 73f017497d0e..d00cf022ac05 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/xpm +NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-xpm diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 8fca7fdbbc03..839343ee3bf9 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -31,6 +31,7 @@ ${NODE}_DESC= Install ${NODE:L} engine ${NODE}_DESC= Install ${NODE:L} loader .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .for NODE in ${OPTIONS_MULTI_ENGINES} diff --git a/graphics/evas_generic_loaders-gst/Makefile b/graphics/evas_generic_loaders-gst/Makefile index bb85b649fe3e..1453989b34bd 100644 --- a/graphics/evas_generic_loaders-gst/Makefile +++ b/graphics/evas_generic_loaders-gst/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evas_generic_loaders-pdf/Makefile b/graphics/evas_generic_loaders-pdf/Makefile index 7b1907a69729..9dd54117869e 100644 --- a/graphics/evas_generic_loaders-pdf/Makefile +++ b/graphics/evas_generic_loaders-pdf/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evas_generic_loaders-ps/Makefile b/graphics/evas_generic_loaders-ps/Makefile index d53801273b7b..89b4288067ef 100644 --- a/graphics/evas_generic_loaders-ps/Makefile +++ b/graphics/evas_generic_loaders-ps/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evas_generic_loaders-raw/Makefile b/graphics/evas_generic_loaders-raw/Makefile index a3b5a4205f1f..1c853bc6ff72 100644 --- a/graphics/evas_generic_loaders-raw/Makefile +++ b/graphics/evas_generic_loaders-raw/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evas_generic_loaders-svg/Makefile b/graphics/evas_generic_loaders-svg/Makefile index d6ab23093da5..67e0069a1561 100644 --- a/graphics/evas_generic_loaders-svg/Makefile +++ b/graphics/evas_generic_loaders-svg/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evas_generic_loaders-xcf/Makefile b/graphics/evas_generic_loaders-xcf/Makefile index 87febad9e376..629b12db47f0 100644 --- a/graphics/evas_generic_loaders-xcf/Makefile +++ b/graphics/evas_generic_loaders-xcf/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} +NO_STAGE= yes do-build: ${MAKE} -C ${BINSRC} diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 5f3e7d100622..a19cefa89c05 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -50,6 +50,7 @@ COMICS_DESC= Comic book archives support IMPRESS_DESC= Impress presentations support DJVU_DESC= DJVU support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index b4dd8a9c4b58..72d60ff94307 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -38,6 +38,7 @@ DESKTOP_ENTRIES="Evolvotron" "Interactive image generator" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;2DGraphics;" true +NO_STAGE= yes .include <bsd.port.pre.mk> .include <bsd.port.options.mk> diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index ba249f157792..1605f88249c8 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= libagg.so:${PORTSDIR}/graphics/agg \ CFLAGS+= -fPIC #hack to get custom exactcode configure script to enable tiff support with +NO_STAGE= yes #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 USE_BZIP2= yes diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 7d29c9d484f0..7f3fcdeea381 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -18,6 +18,7 @@ CONFIGURE_ENV= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile index fc75bd5df0d8..aec6b1e20ec9 100644 --- a/graphics/exifprobe/Makefile +++ b/graphics/exifprobe/Makefile @@ -12,6 +12,7 @@ COMMENT= Probes JPEG or TIFF images and reports contents and structure MAN1= exifgrep.1 exifprobe.1 PLIST_FILES= bin/exifgrep bin/exifprobe +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \ ${WRKSRC}/${MAKEFILE} diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile index c603921505f4..9f567de52b9d 100644 --- a/graphics/exiftags/Makefile +++ b/graphics/exiftags/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: exiftags -# Date created: Sep 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= exiftags PORTVERSION= 1.01 @@ -20,6 +15,7 @@ MAN1= exifcom.1 exiftags.1 exiftime.1 PORTDOCS= CHANGES README PLIST_FILES= bin/exifcom bin/exiftags bin/exiftime +NO_STAGE= yes do-install: .for i in exifcom exiftags exiftime ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin diff --git a/graphics/exiftran/Makefile b/graphics/exiftran/Makefile index cf843079ec71..2022bdebb9fe 100644 --- a/graphics/exiftran/Makefile +++ b/graphics/exiftran/Makefile @@ -22,6 +22,7 @@ MAKE_ARGS+= WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man PLIST_FILES= bin/exiftran bin/thumbnail.cgi MAN1= exiftran.1 +NO_STAGE= yes post-patch: @${MKDIR} ${WRKSRC}/build/exiftran ${WRKSRC}/build/thumbnail.cgi @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 6f374f8501e0..73623242084b 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: exiv2 -# Date created: 2004-09-24 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= exiv2 PORTVERSION= 0.23 @@ -25,6 +21,7 @@ ALLTARGET= all CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index c6f5e493b87e..19c802fff443 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -31,6 +31,7 @@ MAN1= exrblur.1 exrchr.1 exricamtm.1 exrnlm.1 exrnormalize.1 \ exrpptm.1 exrstats.1 exrtools.1 exrtopng.1 jpegtoexr.1 \ pngtoexr.1 ppmtoexr.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ ${WRKSRC}/src/exrnormalize.c \ diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 430902db08c7..eb02a107477d 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ARGS+=--with-vendor-build-id=FreeBSD\ BSD\#\ Project # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|#!/bin/bash|#!/usr/bin/env bash|g' \ ${WRKSRC}/src/Clients/MainApp/f-spot.in diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index edcbfee2e2a4..a4c7610b22af 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbm -# Date created: 21 January 1998 -# Whom: giffunip@asme.org -# +# Created by: giffunip@asme.org # $FreeBSD$ -# PORTNAME= fbm PORTVERSION= 1.2 @@ -27,4 +23,5 @@ MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \ gray2clr.l idiff.l pbm2ps.l pbmtitle.l qrt2fbm.l raw2fbm.l tiff2fbm.l \ uunet2fbm.l +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 2ee635f58e3f..85adad83287d 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -30,6 +30,7 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}" PORTDOCS= AUTHORS ChangeLog README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile index 4c77a24a1796..8063a8d982a1 100644 --- a/graphics/ffff/Makefile +++ b/graphics/ffff/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ffff -# Date created: Sep 20, 2006 -# Whom: rossiya@gmail.com -# +# Created by: rossiya@gmail.com # $FreeBSD$ -# PORTNAME= ffff PORTVERSION= 323 @@ -34,6 +30,7 @@ PLIST_FILES= bin/ffff # contains x86 assembler ONLY_FOR_ARCHS= i386 +NO_STAGE= yes do-build: .for f in ${SOURCE} ${CXX} ${CXXFLAGS} -c ${WRKSRC}/${f}.cpp -o ${WRKSRC}/${f}.obj diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile index 4befefe9b310..376a3eb5a246 100644 --- a/graphics/fig2sxd/Makefile +++ b/graphics/fig2sxd/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= fig2sxd.1 PLIST_FILES= bin/fig2sxd +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^CXX/d; s|^\(all:\).*|\1 $$(TARGET1) fig2sxd.1|' \ diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile index 3c3299b32b61..bf83f0fcdd32 100644 --- a/graphics/figurine/Makefile +++ b/graphics/figurine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: figurine -# Date created: 15 September 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# PORTNAME= figurine PORTVERSION= 1.0.5 @@ -21,6 +17,7 @@ USE_XORG= xpm MAN1= figurine.1 +NO_STAGE= yes .include <bsd.port.pre.mk> # Optimizations produce bad assembly code on sparc64 diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index ee28c797ac3a..59ccefab213b 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -24,4 +24,5 @@ USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index bc885547cdcf..de8518312dae 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= flasm @@ -20,6 +19,7 @@ USES= bison NO_WRKSUBDIR= YES MAKE_ARGS= CFLAGS="${CFLAGS}" +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/flasm ${PREFIX}/bin diff --git a/graphics/fli2gif/Makefile b/graphics/fli2gif/Makefile index e209351fa9b3..20448c440a7f 100644 --- a/graphics/fli2gif/Makefile +++ b/graphics/fli2gif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fli2gif -# Date created: 7 Jan 1998 -# Whom: giffunip@asme.org -# +# Created by: giffunip@asme.org # $FreeBSD$ -# PORTNAME= fli2gif PORTVERSION= 1.1 @@ -20,6 +16,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes USE_DOS2UNIX= fli2gif.cpp FLI2GIF.TXT +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${UNZIP_CMD} -q source.zip \ && ${LN} -sf GIF.CPP gif.cpp \ diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index f8a562c284d7..54ee86a402f7 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flPhoto -# Date created: 24 November, 2003 -# Whom: johan -# +# Created by: johan # $FreeBSD$ -# PORTNAME= flphoto PORTVERSION= 1.3.1 @@ -28,6 +24,7 @@ GNU_CONFIGURE= yes MAN1= flphoto.1 MAN5= album.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@OPTIM@|-DHAVE_CONFIG_H|g' ${WRKSRC}/Makefile.in diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 75839cb26cca..8c700fe94ccf 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fly -# Date created: 30 December 1997 -# Whom: Juergen Unger <j.unger@choin.net> -# +# Created by: Juergen Unger <j.unger@choin.net> # $FreeBSD$ -# PORTNAME= fly PORTVERSION= 2.0.1 @@ -21,6 +17,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/fly +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include fly.c -o fly \ -L${LOCALBASE}/lib -lgd diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index ce2fe34e873c..a6c6108dfa6b 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -31,4 +31,5 @@ FORTYTWO_BDB_PORT?= databases/fortytwo-bdb ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR} ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile index ec6aa972997e..b36b792779ee 100644 --- a/graphics/fotofix/Makefile +++ b/graphics/fotofix/Makefile @@ -20,6 +20,7 @@ USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index c0b370d97aa3..d1d657e2227b 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -28,6 +28,7 @@ INSTALL_TARGET= install manpage LDFLAGS+= -O3 -g -Wall -rdynamic -lexecinfo +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/Makefile \ diff --git a/graphics/founts/Makefile b/graphics/founts/Makefile index dace223d7018..9f7edac0ec19 100644 --- a/graphics/founts/Makefile +++ b/graphics/founts/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Game;" false +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/graphics/fpc-cairo/Makefile b/graphics/fpc-cairo/Makefile index e635e1d43175..fe573879bf45 100644 --- a/graphics/fpc-cairo/Makefile +++ b/graphics/fpc-cairo/Makefile @@ -19,4 +19,5 @@ OPTIONS_DEFINE= LIBCAIRO LIBCAIRO_DESC= Install cairo vector graphics library OPTIONS_DEFAULT= LIBCAIRO +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-fpgtk/Makefile b/graphics/fpc-fpgtk/Makefile index ec20e966b55d..85bff15938f0 100644 --- a/graphics/fpc-fpgtk/Makefile +++ b/graphics/fpc-fpgtk/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= GTK1 GTK1_DESC= Gimp Toolkit for X11 GUI (version 1.x) OPTIONS_DEFAULT= GTK1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-ggi/Makefile b/graphics/fpc-ggi/Makefile index 19ad5ba7953c..982d87405121 100644 --- a/graphics/fpc-ggi/Makefile +++ b/graphics/fpc-ggi/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBGGI LIBGGI_DESC= Install ggi library OPTIONS_DEFAULT= LIBGGI +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-graph/Makefile b/graphics/fpc-graph/Makefile index dfa13f9c3514..51ec46a90e49 100644 --- a/graphics/fpc-graph/Makefile +++ b/graphics/fpc-graph/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}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-hermes/Makefile b/graphics/fpc-hermes/Makefile index c3bc9ede5a60..d219343b2775 100644 --- a/graphics/fpc-hermes/Makefile +++ b/graphics/fpc-hermes/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= HERMES HERMES_DESC= Install hermes graphics library OPTIONS_DEFAULT= HERMES +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-imagemagick/Makefile b/graphics/fpc-imagemagick/Makefile index 25c87a43c490..df0055af0bd2 100644 --- a/graphics/fpc-imagemagick/Makefile +++ b/graphics/fpc-imagemagick/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= IMAGEMAGICK IMAGEMAGICK_DESC= Install ImageMagick image proccesing tool OPTIONS_DEFAULT= IMAGEMAGICK +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-imlib/Makefile b/graphics/fpc-imlib/Makefile index 762f3ae9524d..eaab0aa9b8b3 100644 --- a/graphics/fpc-imlib/Makefile +++ b/graphics/fpc-imlib/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= IMLIB2 IMLIB2_DESC= Install imlib graphic library OPTIONS_DEFAULT= IMLIB2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-libgd/Makefile b/graphics/fpc-libgd/Makefile index b43134046b75..802e13916ece 100644 --- a/graphics/fpc-libgd/Makefile +++ b/graphics/fpc-libgd/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBGD LIBGD_DESC= Install gd graphic library OPTIONS_DEFAULT= LIBGD +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-libpng/Makefile b/graphics/fpc-libpng/Makefile index 275bd34d0f25..89b981ce3fa2 100644 --- a/graphics/fpc-libpng/Makefile +++ b/graphics/fpc-libpng/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBPNG LIBPNG_DESC= Install png library for manipulating PNG images OPTIONS_DEFAULT= LIBPNG +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile index 39ddef509fcd..fa7d4dac697a 100644 --- a/graphics/fpc-ncurses/Makefile +++ b/graphics/fpc-ncurses/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}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index 7951d672c156..e933753dac47 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= OPENGL OPENGL_DESC= Install opengl libraries OPTIONS_DEFAULT= OPENGL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-pasjpeg/Makefile b/graphics/fpc-pasjpeg/Makefile index f2f01f970347..9301224663cf 100644 --- a/graphics/fpc-pasjpeg/Makefile +++ b/graphics/fpc-pasjpeg/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}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-proj4/Makefile b/graphics/fpc-proj4/Makefile index 4a20cd9deaa8..ec6c77df1f7b 100644 --- a/graphics/fpc-proj4/Makefile +++ b/graphics/fpc-proj4/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= PROJ PROJ_DESC= Install proj library OPTIONS_DEFAULT= PROJ +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-rsvg/Makefile b/graphics/fpc-rsvg/Makefile index 3a4025d2855e..663a87d99ef7 100644 --- a/graphics/fpc-rsvg/Makefile +++ b/graphics/fpc-rsvg/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBRSVG2 LIBRSVG2_DESC= Install librsvg2 library OPTIONS_DEFAULT= LIBRSVG2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-svgalib/Makefile b/graphics/fpc-svgalib/Makefile index 62f943d7b4ee..b842f552427c 100644 --- a/graphics/fpc-svgalib/Makefile +++ b/graphics/fpc-svgalib/Makefile @@ -17,4 +17,5 @@ EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS_DEFINE= SVGA SVGA_DESC= Install svgalib low level console graphics library +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index c5cc7315bbf2..aae2fca8a99d 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -28,6 +28,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= ${PORTNAME}.css ${PORTNAME}.htm PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: .for file in BUILD VERSION configure @${REINPLACE_CMD} -e \ diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index d7c68773489e..c7dec57eda7d 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -23,6 +23,7 @@ SSE2_DESC= Enable SSE2 optimization STRIP_FILES= bin/fraqtive +NO_STAGE= yes .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MSSE2} diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 08ab4bf17c92..dcf31d5dd5fd 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -28,6 +28,7 @@ DOCS= download.html freeglut.html freeglut_logo.png \ progress.html structure.html BINS= CallbackMaker Fractals Fractals_random Lorenz One shapes +NO_STAGE= yes .include <bsd.port.options.mk> pre-configure: diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index 2c6edacc6ffc..20c699a464fa 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -31,6 +31,7 @@ PLIST_FILES= include/FreeImage.h \ lib/libfreeimageplus.so.3 \ lib/libfreeimageplus.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/graphics/frei0r-plugins-gavl/Makefile b/graphics/frei0r-plugins-gavl/Makefile index 11ddafe0c5c6..4da853a61595 100644 --- a/graphics/frei0r-plugins-gavl/Makefile +++ b/graphics/frei0r-plugins-gavl/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: frei0r-plugins-gavl -# Date created: 28 June 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../frei0r BUILDING_FREI0R_GAVL= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/frei0r-plugins-opencv/Makefile b/graphics/frei0r-plugins-opencv/Makefile index ae069da754e2..44333da78d41 100644 --- a/graphics/frei0r-plugins-opencv/Makefile +++ b/graphics/frei0r-plugins-opencv/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: frei0r-plugins-opencv -# Date created: 28 June 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../frei0r BUILDING_FREI0R_OPENCV= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/frei0r-plugins/Makefile b/graphics/frei0r-plugins/Makefile index cc2f59e9d396..c90da5a33d6b 100644 --- a/graphics/frei0r-plugins/Makefile +++ b/graphics/frei0r-plugins/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFAULT= GAVL OPENCV GAVL_DESC= Install gavl plugins OPENCV_DESC= Install OpenCV plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" .include <bsd.port.options.mk> diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index 34da78f94cec..ae7cd4484935 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -47,6 +47,7 @@ OPTIONS_DEFINE_amd64= MMX APIDOC_DESC= Install full documentation (requires doxygen) MMX_DESC= MMX CPU instructions +NO_STAGE= yes .include <bsd.port.options.mk> . if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MAPIDOC} diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 6d8cba1dcee0..9d4b3f45467f 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index 911122920a24..a1068df741e1 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \ ${WRKSRC}/Makefile.in diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 51b8ea99df1e..35332baa55e8 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fujiplay -# Date created: 20 Sep 1999 -# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> -# +# Created by: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= fujiplay PORTVERSION= 1.33 @@ -21,6 +17,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/fujiplay bin/yycc2ppm PORTDOCS= README fujiplay.lsm mx700-commands.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 69dc51916fcb..502e557e4a27 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -22,4 +22,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index 6794ca029ba1..dd31405bc6f6 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -29,6 +29,7 @@ LDFLAGS+= $$(pkg-config --libs libpng15) \ PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ((${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505) diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index afbb09ef1b31..11686904bd0f 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" && !empty(PORT_OPTIONS:MOPT_CFLAGS) diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index e8ed744e4842..6510c92c62d7 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: g2 -# Date created: 16 July 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= g2 PORTVERSION= 0.40 @@ -21,6 +17,7 @@ USE_XORG= x11 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes do-build: cd ${WRKSRC} ; make depend ; make diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index ba314d49a421..bcd662acc0c9 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gauche-gl -# Date created: 16 December 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= gl PORTVERSION= 0.5.1 @@ -33,6 +29,7 @@ PLIST_SUB= TARGET="${CONFIGURE_TARGET}" INFO= gauche-gl-refe gauche-gl-refj .endif +NO_STAGE= yes do-install: cd ${WRKSRC}/src; ${MAKE} ${INSTALL_TARGET} cd ${WRKSRC}/lib; ${MAKE} ${INSTALL_TARGET} diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index 87fd19fef0f1..eab4b632f62e 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcolor -# Date created: 20 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# +# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ -# PORTNAME= gcolor PORTVERSION= 0.4 @@ -20,6 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure diff --git a/graphics/gcolor2/Makefile b/graphics/gcolor2/Makefile index 62f0aeb57e8a..ea76cc5b0ae2 100644 --- a/graphics/gcolor2/Makefile +++ b/graphics/gcolor2/Makefile @@ -18,6 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= gcolor2.desktop +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 32be11d612dd..bb6a34d8bd78 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG NO_OPTIONS_SORT=yes +NO_STAGE= yes .include <bsd.port.options.mk> PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 44d0dbd67713..cc855d602745 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdal-grass -# Date created: Feb 2006 -# Whom: Laurent Courty -# +# Created by: Laurent Courty # $FreeBSD$ -# PORTNAME= gdal-grass PORTVERSION= 1.4.3 @@ -27,6 +23,7 @@ CONFIGURE_ARGS= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-autoload=${GDAL_AUTOLOAD_DIR} ALL_TARGET= +NO_STAGE= yes .include <bsd.port.pre.mk> pre-install: diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 90ebd634483f..c4dd30e571e9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -109,6 +109,7 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 6c679415614d..807b2c164669 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdchart -# Date created: 4 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= gdchart PORTVERSION= 0.11.5 @@ -33,6 +29,7 @@ PLIST_SUB+= PROFILE="@comment " PLIST_SUB+= PROFILE= .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's/^#ifdef HAVE_JPEG/#ifndef NO_JPEG/' \ diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index d7fe1c7dd517..6de77d5707ed 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gdk-pixbuf -# Date created: 5th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# +# Created by: Ade Lovett <ade@lovett.com> # $FreeBSD$ # $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $ @@ -35,6 +32,7 @@ CPPFLAGS+= -I${LOCALBASE}/include BUILD_CANVAS?= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 99ea21f16197..d575c0904720 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -29,6 +29,7 @@ MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 OPTIONS_DEFINE= JASPER JPEG PNG TIFF OPTIONS_DEFAULT=JASPER JPEG PNG TIFF +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 61300172f246..de0b84b2f9e7 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gdtclft -# Date Created: 10 February 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# +# Created by: Mikhail Teterin <mi@aldan.algebra.com> # $FreeBSD$ -# PORTNAME= Gdtclft PORTVERSION= 2.2.5 @@ -28,6 +24,7 @@ ALL_TARGET= all MANN= gdtclft.n +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANN} diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 0a32791e7338..f7dd95065339 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -33,6 +33,7 @@ LCMS_DESC= Color adjusting LIRC_DESC= Remote control GPS_DESC= GPS map support (libchamplain) EXPERIMENTAL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXIV2} diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 69368e7267c4..2694d46a8e3f 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -42,6 +42,7 @@ EXAMPLES= 2geglbuffer csugar float-lookup \ SHEBANG_FILES= tools/xml_insert.sh +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPIXBUF} diff --git a/graphics/geoapi/Makefile b/graphics/geoapi/Makefile index 236db19cb2c9..7b46ffd3af26 100644 --- a/graphics/geoapi/Makefile +++ b/graphics/geoapi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geoapi -# Date created: 07 April 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= geoapi PORTVERSION= 2.1.1 @@ -22,6 +18,7 @@ NO_WRKSUBDIR= yes JARFILES= geoapi-${PORTVERSION} jsr108-0.01 geoapi-nogenerics-${PORTVERSION} DOCS= README.txt +NO_STAGE= yes do-install: .for jar in ${JARFILES} ${INSTALL_DATA} ${WRKSRC}/binaries/${jar}.jar ${JAVAJARDIR} diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 74c3fd77607b..38f4617e784b 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-libintl-prefix="${LOCALBASE}" PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 3010dd403ced..c3eaec98809b 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -38,6 +38,7 @@ INFO= geomview # Allow user to specify "make install MAPLE_LIB=foo" as geomview wants MAKE_ENV= CPU=FreeBSD MAPLE_LIB=${MAPLE_LIB} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMOTION_AVG} diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 0109d4112de1..a4ea191d4ff1 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFINE= PHP PYTHON RUBY OPTIONS_SUB= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MRUBY} diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index a822ff3c812a..afd57a3f52dc 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -26,6 +26,7 @@ PLIST_SUB= G="${GEOSERVERDIR:S,^${PREFIX}/,,}" GTVER=2.7.2 MVER=${PORTVERSION} SUB_LIST= GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}" SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \ -e 's|%%JAVA%%|${JAVA}|g' \ diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index aa5719ea5046..388824779eeb 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -23,6 +23,7 @@ USE_GNOME= glib20 USE_LDCONFIG= yes MAKE_ARGS= REQUIRED_CFLAGS="" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \ diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile index d58b32f3a81b..b6d7647fe116 100644 --- a/graphics/giblib/Makefile +++ b/graphics/giblib/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 82f549f4939e..12030d4fe7c9 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gif2png -# Date created: 30 Aug 1999 -# Whom: saper@system.pl -# +# Created by: saper@system.pl # $FreeBSD$ -# PORTNAME= gif2png PORTVERSION= 2.5.4 @@ -25,4 +21,5 @@ PLIST_FILES= bin/${PORTNAME} bin/web2png CPPFLAGS+= `libpng-config --I_opts` LDFLAGS+= `libpng-config --L_opts` +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index c0f7bac2e15f..5faeaed1273a 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -21,6 +21,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCBOOK X11 DOCBOOK_DESC= Generate API documentation (requires DOCS) +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} diff --git a/graphics/gifmerge/Makefile b/graphics/gifmerge/Makefile index 65edd54895b0..493442329212 100644 --- a/graphics/gifmerge/Makefile +++ b/graphics/gifmerge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gifmerge -# Date created: 20 Oct 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= gifmerge PORTVERSION= 1.33 @@ -17,6 +13,7 @@ COMMENT= A tool for making a GIF Animation NO_WRKSUBDIR= yes PLIST_FILES= bin/gifmerge +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o gifmerge gifmerge.c diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 2f6568a3a30f..435bc1082b24 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MX11} diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile index 8d42662e928a..cb55f72ed080 100644 --- a/graphics/giftool/Makefile +++ b/graphics/giftool/Makefile @@ -25,6 +25,7 @@ MALLOCSIZE_DESC= Improve malloc size PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYRIGHT README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRETVALUE} diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 5fe561d677d4..eedc5376ad5a 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -31,6 +31,7 @@ USE_XORG= xinerama ice CONFIGURE_ARGS= --with-gtk2 CFLAGS+= -DUSE_GTK2 +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MSPLASH} diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index bfb60d5e5b65..242ff63e7727 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -17,4 +17,5 @@ USES= gettext pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index c6fbda4cd153..4dc990f89bd0 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -67,6 +67,7 @@ HELPBROWSER_DESC= Internal help browser .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(GIMP_SLAVE) diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile index 7b3197a4ad74..450d063fb13b 100644 --- a/graphics/gimp-data-extras/Makefile +++ b/graphics/gimp-data-extras/Makefile @@ -23,4 +23,5 @@ USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index e9f6c88ce8f8..239dace43516 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -29,6 +29,7 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/gimp-gap/Makefile b/graphics/gimp-gap/Makefile index 9534a4a88144..5a3081e32715 100644 --- a/graphics/gimp-gap/Makefile +++ b/graphics/gimp-gap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-gap -# Date created: 2007-08-22 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gimp-gap PORTVERSION= 2.4.0 @@ -41,4 +37,5 @@ USE_GNOME= intltool CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ffmpeg LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index 936e4ee26744..52805378a6ae 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -57,6 +57,7 @@ ALL_DESC= All translations OPTIONS_DEFINE+= ${lang:U} .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .for lang in ${LANG_ALL} diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index 7be7133d0f5f..91c88c9db479 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -25,6 +25,7 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index c4e95c9024e0..1b1851691611 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-manual -# Date created: 5 June 1998 -# Whom: Brett Taylor -# +# Created by: Brett Taylor # $FreeBSD$ -# PORTNAME= GimpUserManual PORTVERSION= 2 @@ -20,6 +16,7 @@ COMMENT= The user manual for the GNU Image Manipulation Program (GIMP) DOCFORMAT=HTML .else .if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" +NO_STAGE= yes .BEGIN: @${ECHO_MSG} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" @${ECHO_MSG} "Possible values are: HTML, PDF." diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 48920b2d2f0b..64c0ec918530 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -28,6 +28,7 @@ USE_GCC= any # uses nested functions (gcc ext.) OPTIONS_DEFINE= THREADS THREADS_DESC= Threading support (produces nondeterministic results) +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 9caad9bb537d..68efdac3f126 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -19,6 +19,7 @@ USE_PERL5= build GNU_CONFIGURE= yes USE_GNOME= gnomehack intltool +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 058f55b41c5b..b66f819c29b5 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -24,6 +24,7 @@ HELP_DESC= Gimp-Help (50+MB distfile) NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHELP} diff --git a/graphics/gimpfx-foundry/Makefile b/graphics/gimpfx-foundry/Makefile index e113fe8a9d93..5901f1a28d16 100644 --- a/graphics/gimpfx-foundry/Makefile +++ b/graphics/gimpfx-foundry/Makefile @@ -20,6 +20,7 @@ NO_WRKSUBDIR= yes PORTDOCS= release-notes.txt +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/gimp/scripts/ diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 62e65bc517ec..2cfb67732a65 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -27,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAN1= giram.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '36s,static ,,' ${WRKSRC}/src/tools/tool_disc.c @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ diff --git a/graphics/gkrellkam/Makefile b/graphics/gkrellkam/Makefile index f35c780f1004..5a9e2f0d3293 100644 --- a/graphics/gkrellkam/Makefile +++ b/graphics/gkrellkam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellkam -# Date Created: Fri Aug 17 15:57:42 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= gkrellkam PORTVERSION= 0.3.4 @@ -27,6 +23,7 @@ USE_GMAKE= yes MAN5= gkrellkam-list.5 PLIST_FILES= libexec/gkrellm/plugins/gkrellkam.so +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/gkrellkam.so \ ${PREFIX}/libexec/gkrellm/plugins diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index 954eced1ec0a..92d435260113 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -24,4 +24,5 @@ PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so MAKE_ENV+= MKDIR="${MKDIR}" \ INSTALL_DATA="${INSTALL_DATA}" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index b6952e80d8f4..e57359f3e64c 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -30,6 +30,7 @@ REINPLACE_FILES= configure USE_GMAKE= yes USE_ZIP= yes +NO_STAGE= yes post-patch: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${REINPLACE_FILES} diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 2db9db229bc5..df734b0fa64d 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GLE -# Date created: 29 August 2000 -# Whom: David Gilbert <dgilbert@velocet.ca> -# +# Created by: David Gilbert <dgilbert@velocet.ca> # $FreeBSD$ -# PORTNAME= gle PORTVERSION= 3.1.0 @@ -30,6 +26,7 @@ MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle \ gleTwistExtrusion.3gle +NO_STAGE= yes post-patch: .for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c @${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file} diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index ffa6afda04f4..2e18a32ec6dd 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes OPTIONS= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/glexcess/Makefile b/graphics/glexcess/Makefile index 7ae869950e82..0e29b1e0113e 100644 --- a/graphics/glexcess/Makefile +++ b/graphics/glexcess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glexcess -# Date created: 1 September 2006 -# Whom: Hernan Di Pietro <hernan.di.pietro@gmail.com> -# +# Created by: Hernan Di Pietro <hernan.di.pietro@gmail.com> # $FreeBSD$ -# PORTNAME= glexcess PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_GL= glut MAKE_ARGS= 'CXXFLAGS=${CXXFLAGS} -I${LOCALBASE}/include -pipe -s -O2' \ 'LDFLAGS=-L${LOCALBASE}/lib -lGL -lGLU -lglut' +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/scene*.cpp @${REINPLACE_CMD} -e 's|k_InitGL(GLvoid)|k_InitGL(void)|' ${WRKSRC}/scene12.cpp diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index e00cec717350..7774babbe1a5 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -50,6 +50,7 @@ EXAMPLESDIR2= ${EXAMPLESDIR}/tests EXAMPLES_FILES2= accuracy defaults dynamic events fsaa fsinput iconify \ joysticks peter reopen tearing version +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 446a6a7e077a..3d508fd17d99 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glide3 -# Date created: 31 Mar 2001 -# Whom: Nick Sayer <nsayer@freebsd.org> -# +# Created by: Nick Sayer <nsayer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= glide3 PORTVERSION= 20020113 @@ -37,6 +33,7 @@ CFLAGS+= -O OPTIONS_DEFINE= VOODOO3 VOODOO3_DESC= Enable this if you have a Voodoo3 or Banshee card +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900035 diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index e008c44816da..2f35a1e788ed 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 5d5e5a77f2a1..e347ccb56af0 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -28,6 +28,7 @@ MANLANG= "" de fr ru cs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index 60d8765b36ca..9a6bd46b5ec6 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -21,6 +21,7 @@ USE_SDL= sdl PORTDOCS= README ChangeLog +NO_STAGE= yes .include <bsd.port.options.mk> regression-test: diff --git a/graphics/glpng/Makefile b/graphics/glpng/Makefile index 8535f3801565..b1f0a5f0d7f0 100644 --- a/graphics/glpng/Makefile +++ b/graphics/glpng/Makefile @@ -23,6 +23,7 @@ AR?= /usr/bin/ar WRKSRC= ${WRKDIR}/src +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${WRKDIR}/include -c -o ${WRKSRC}/libglpng.o ${WRKSRC}/glpng.c ${CC} ${CFLAGS} -fPIC -L${LOCALBASE}/lib -shared -lGL -lpng -lz -lm -o ${WRKSRC}/libglpng.so.1 ${WRKSRC}/libglpng.o diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 963b8de72fa2..5730cf5f10a0 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -26,4 +26,5 @@ CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-glut-libraries=${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 31b47941ee75..8ba93fbd9460 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -37,6 +37,7 @@ GDAL_DESC= Compile in experimental GDAL support NETCDF_DESC= With netCDF (7) support OCTAVE_DESC= With OCTAVE support +NO_STAGE= yes .include "Makefile.man" NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf4 diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index a02f31c3240c..60396ccca23b 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -71,6 +71,7 @@ FFMPEG_DESC= ffmpeg media handler GSTREAMER_DESC= GStreamer media handler VAAPI_DESC= VAAPI support (requires FFMPEG) +NO_STAGE= yes .include <bsd.port.options.mk> # Cygnal option processing diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 588bde415b2c..f157d4c6d25c 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnofract4d -# Date created: 30 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# +# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ -# PORTNAME= gnofract4d PORTVERSION= 3.14 @@ -29,6 +25,7 @@ PORTDOCS= README COPYING INSTALLS_EGGINFO= yes PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR} +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/gnomecanvas/Makefile b/graphics/gnomecanvas/Makefile index 55208d20fd3a..750edfdff0e7 100644 --- a/graphics/gnomecanvas/Makefile +++ b/graphics/gnomecanvas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnomecanvas PORTREVISION= 1 @@ -21,6 +17,7 @@ BUILD_CANVAS= yes NAME= gnomecanvaspixbuf +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/${NAME}Conf.sh ${PREFIX}/etc cd ${WRKSRC}/gdk-pixbuf/.libs && \ diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index 3ee3f557cedf..7a5cb4ec6cb2 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index efe09decdc4f..14f47a33d80e 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -24,4 +24,5 @@ OBJCFLAGS+= -Dsel_eq=sel_isEqual SLIDESHOWKIT_PORT?= graphics/gnustep-slideshowkit +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile index 5e6232d83708..a6705557be8b 100644 --- a/graphics/gnustep-slideshowkit/Makefile +++ b/graphics/gnustep-slideshowkit/Makefile @@ -17,4 +17,5 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index c0df6e0215d8..ded3e1ece961 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gocr -# Date created: 03 June 2002 -# Whom: Kay Lehmann -# +# Created by: Kay Lehmann # $FreeBSD$ -# PORTNAME= gocr PORTVERSION= 0.49 @@ -30,6 +26,7 @@ USE_TK_WRAPPER= yes PLIST_FILES+= bin/gocr.tcl .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@LIBS@|-L${LOCALBASE}/lib @LIBS@|g' ${WRKSRC}/src/Makefile.in .if defined(WITHOUT_X11) diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile index ebc772bbb06d..ded9678b72b9 100644 --- a/graphics/goocanvas/Makefile +++ b/graphics/goocanvas/Makefile @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile index ac15dddbe654..2d2f4aafb082 100644 --- a/graphics/goocanvas2/Makefile +++ b/graphics/goocanvas2/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * DOCSDIR= ${PREFIX}/share/gtk-doc/html/goocanvas2 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile index 900eeb3af7b0..7aefcda9e258 100644 --- a/graphics/goocanvasmm/Makefile +++ b/graphics/goocanvasmm/Makefile @@ -22,4 +22,5 @@ CONFIGURE_ARGS= --disable-documentation USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index be536ed4fae1..9c6ec3656f0f 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -21,4 +21,5 @@ CONFIGURE_ARGS= --disable-documentation USE_XZ= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 552acf56d85a..40763882d0f1 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: goom -# Date created: 12 February 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= goom PORTVERSION= 2k4.0 @@ -31,6 +27,7 @@ PLIST_SUB+= XMMS="" PLIST_SUB+= XMMS="@comment " .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_XMMS) @${ECHO} "" diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index ba32786f38f5..3f287c28784c 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -30,4 +30,5 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gource.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile index c9a3b2cd0b2c..aebda468ef5c 100644 --- a/graphics/gozer/Makefile +++ b/graphics/gozer/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: gom -# Date created: 12 Nov 2000 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= gozer PORTVERSION= 0.7 @@ -25,4 +21,5 @@ MAN1= gozer.1 MAKE_ENV= NO_DOC=yes .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 09fa04397e5b..0cb2f526c98e 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,7 +1,5 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= gpaint PORTVERSION= 0.3.3 @@ -21,6 +19,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 77e2ca1b9da6..e3d898973353 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -33,6 +33,7 @@ AALIB_CONFIGURE_OFF= --without-aalib NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index e671b9f3ed95..c2d1ae07e3bf 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -24,6 +24,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index ec63b09ebde4..20ced81a2e02 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gplot -# Date created: 26 Dec 97 -# Whom: Pedro Giffuni <giffunip@asme.org> -# +# Created by: Pedro Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= gplot PORTVERSION= 4.3 @@ -22,6 +18,7 @@ MAN1= gplot.1 DOCS= gplot.hlp gplot.txt gtex.doc USE_FORTRAN= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile index 6e7becd8f191..ebc1a69e892e 100644 --- a/graphics/gpsmanshp/Makefile +++ b/graphics/gpsmanshp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpsmanshp -# Date created: 7 July 2004 -# Whom: John Hay -# +# Created by: John Hay # $FreeBSD$ -# PORTNAME= gpsmanshp PORTVERSION= 1.2 @@ -23,6 +19,7 @@ LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \ TCLVERSION?= 8.4 PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 82866c1db1ef..f68fa3155f38 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -23,6 +23,7 @@ MAN1= gqview.1 CONFLICTS= gqview-1.4* gqview-2.0* LATEST_LINK= gqview-devel +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e5c35f2940d1..622a7196a119 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -26,6 +26,7 @@ CONFLICTS= gqview-devel-[0-9]* # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile index ed753ca3abdc..bdaeb589756c 100644 --- a/graphics/gracula/Makefile +++ b/graphics/gracula/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gracula -# Date created: 30 May 1999 -# Whom: G. Adam Stanislav <adam@whizkidtech.net> -# +# Created by: G. Adam Stanislav <adam@whizkidtech.net> # $FreeBSD$ -# PORTNAME= gracula PORTVERSION= 3.0 @@ -17,6 +13,7 @@ COMMENT= A Graphic Counter Language compiler/interpreter SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin $(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index a6ebb37fe92c..ae581e5ea329 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -37,6 +37,7 @@ NETCDF_DESC= Build netcdf-support PORTDATA= * .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 90d2ef05a692..d7e400f3e16c 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= TTF LUA TTF_DESC= True Type font support OPTIONS_DEFAULT=TTF +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTTF} diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index b4c703089c38..6a13bf11cf8f 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -13,6 +13,7 @@ USES= cmake iconv USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's/.$${GRAPHITE_API_REVISION}.$${GRAPHITE_API_AGE}//g' ${WRKSRC}/src/CMakeLists.txt diff --git a/graphics/graphopt/Makefile b/graphics/graphopt/Makefile index 32597b3c1767..f6468ca746fc 100644 --- a/graphics/graphopt/Makefile +++ b/graphics/graphopt/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: graphopt -# Date created: Dec 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= graphopt PORTVERSION= 0.4.1 @@ -19,4 +14,5 @@ COMMENT= Graph Layout Optimizer USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 252edc8396f4..c40422070952 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -86,6 +86,7 @@ GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support NVTHREADS_DESC= Link with threads (needed for nvidia) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGVEDIT} diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 57994c956008..0b94588cdbf7 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -36,6 +36,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" INFO= grx +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBGI} diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index bd8a48c0c7de..0f1942579e6f 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -68,6 +68,7 @@ PERL5= configure MAN1= ${PORTNAME}.1 scanadf-perl.1 scanimage-perl.1 PORT_VERBS= ${PORTNAME} Gscan2pdf +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 635333299dc0..a2d2236f9ecb 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -30,6 +30,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gSculpt DATADIR= ${PREFIX}/share/gSculpt +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index 1881a8ca7d4e..1c63c0e3dff8 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -29,6 +29,7 @@ DESKTOP_ENTRIES= "gsnapshot" \ "Graphics;GTK;" \ "false" +NO_STAGE= yes .include <bsd.port.options.mk> pre-configure: diff --git a/graphics/gstreamer-plugins-aalib/Makefile b/graphics/gstreamer-plugins-aalib/Makefile index 6c298a9487a2..7f81df63f7d4 100644 --- a/graphics/gstreamer-plugins-aalib/Makefile +++ b/graphics/gstreamer-plugins-aalib/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-aalib -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-aalib/Makefile,v 1.5 2008/03/19 14:05:33 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= graphics @@ -15,4 +11,5 @@ GST_PLUGIN= aalib MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile index f9ec2a574507..6a9f7899e781 100644 --- a/graphics/gstreamer-plugins-cairo/Makefile +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-cairo -# Date created: Mar 8 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-cairo/Makefile,v 1.6 2008/03/19 14:05:34 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= graphics @@ -15,4 +11,5 @@ GST_PLUGIN= cairo MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile index 282970bcfd39..13ac38311e26 100644 --- a/graphics/gstreamer-plugins-gdkpixbuf/Makefile +++ b/graphics/gstreamer-plugins-gdkpixbuf/Makefile @@ -12,4 +12,5 @@ GST_PLUGIN= gdk_pixbuf MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-gl/Makefile b/graphics/gstreamer-plugins-gl/Makefile index aab54eb9554b..e89cc8d2fe0b 100644 --- a/graphics/gstreamer-plugins-gl/Makefile +++ b/graphics/gstreamer-plugins-gl/Makefile @@ -27,4 +27,5 @@ CONFIGURE_ARGS=--disable-examples PLIST_SUB= VERSION="0.10" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile index 710f1f14f686..e750c6d2c654 100644 --- a/graphics/gstreamer-plugins-jpeg/Makefile +++ b/graphics/gstreamer-plugins-jpeg/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-jpeg -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= graphics @@ -15,4 +11,5 @@ GST_PLUGIN= jpeg MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libcaca/Makefile b/graphics/gstreamer-plugins-libcaca/Makefile index a94d87b3f774..77093421ce6b 100644 --- a/graphics/gstreamer-plugins-libcaca/Makefile +++ b/graphics/gstreamer-plugins-libcaca/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-libcaca -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-libcaca/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= graphics @@ -15,4 +11,5 @@ GST_PLUGIN= libcaca MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libpng/Makefile b/graphics/gstreamer-plugins-libpng/Makefile index 50367404bc5f..fac6ed0b103c 100644 --- a/graphics/gstreamer-plugins-libpng/Makefile +++ b/graphics/gstreamer-plugins-libpng/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gstreamer-plugins-libpng -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-libpng/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ @@ -14,4 +11,5 @@ GST_PLUGIN= libpng MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libvisual/Makefile b/graphics/gstreamer-plugins-libvisual/Makefile index 7137b84847a0..fa51ddd57a16 100644 --- a/graphics/gstreamer-plugins-libvisual/Makefile +++ b/graphics/gstreamer-plugins-libvisual/Makefile @@ -11,4 +11,5 @@ GST_PLUGIN= libvisual MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-opencv/Makefile b/graphics/gstreamer-plugins-opencv/Makefile index 89d31d466806..329b68f9ee02 100644 --- a/graphics/gstreamer-plugins-opencv/Makefile +++ b/graphics/gstreamer-plugins-opencv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-opencv -# Date created: 27 Jan 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= graphics @@ -14,4 +10,5 @@ GST_PLUGIN= opencv MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-aalib/Makefile b/graphics/gstreamer1-plugins-aalib/Makefile index e997dd6bbbd2..aa8f04a76817 100644 --- a/graphics/gstreamer1-plugins-aalib/Makefile +++ b/graphics/gstreamer1-plugins-aalib/Makefile @@ -10,4 +10,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-cairo/Makefile b/graphics/gstreamer1-plugins-cairo/Makefile index 9fd5a125d029..c2f380a85b1e 100644 --- a/graphics/gstreamer1-plugins-cairo/Makefile +++ b/graphics/gstreamer1-plugins-cairo/Makefile @@ -10,4 +10,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-gdkpixbuf/Makefile b/graphics/gstreamer1-plugins-gdkpixbuf/Makefile index db433bc32bc8..6e7f3ddf11fe 100644 --- a/graphics/gstreamer1-plugins-gdkpixbuf/Makefile +++ b/graphics/gstreamer1-plugins-gdkpixbuf/Makefile @@ -11,4 +11,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-jpeg/Makefile b/graphics/gstreamer1-plugins-jpeg/Makefile index 96a1fc8b912e..fb8fb4e707b6 100644 --- a/graphics/gstreamer1-plugins-jpeg/Makefile +++ b/graphics/gstreamer1-plugins-jpeg/Makefile @@ -10,4 +10,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libcaca/Makefile b/graphics/gstreamer1-plugins-libcaca/Makefile index 779a0e869f5d..23b42e5593c9 100644 --- a/graphics/gstreamer1-plugins-libcaca/Makefile +++ b/graphics/gstreamer1-plugins-libcaca/Makefile @@ -10,4 +10,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile index 27fce809821c..03b6b0e3ba85 100644 --- a/graphics/gstreamer1-plugins-libvisual/Makefile +++ b/graphics/gstreamer1-plugins-libvisual/Makefile @@ -10,4 +10,5 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-opencv/Makefile b/graphics/gstreamer1-plugins-opencv/Makefile index 6887f7bfc3d0..b2460c22e32c 100644 --- a/graphics/gstreamer1-plugins-opencv/Makefile +++ b/graphics/gstreamer1-plugins-opencv/Makefile @@ -10,4 +10,5 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-png/Makefile b/graphics/gstreamer1-plugins-png/Makefile index 668a1f8aabb8..22087879e8f6 100644 --- a/graphics/gstreamer1-plugins-png/Makefile +++ b/graphics/gstreamer1-plugins-png/Makefile @@ -11,4 +11,5 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-zbar/Makefile b/graphics/gstreamer1-plugins-zbar/Makefile index 59da68f189f5..7b154de7733b 100644 --- a/graphics/gstreamer1-plugins-zbar/Makefile +++ b/graphics/gstreamer1-plugins-zbar/Makefile @@ -10,4 +10,5 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 07a94d21cbe5..459182a1fc6b 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -43,6 +43,7 @@ SOUP_DESC= Web services uploaders BRASERO_DESC= Write galleries to CD/DVD (large dependency) YELP_DESC= Viewer for built-in help system +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXIV2} diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index 6ac5f080f773..a7650999ecb1 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -22,4 +22,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 64da9e8d559c..46fafdd8c102 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -39,6 +39,7 @@ PLIST_FILES= bin/gtk-update-icon-cache MAN1= gtk-update-icon-cache.1 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 7caf8cf991a9..e08285cef430 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gtkam.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libgimp-2.0.so) && !defined(WITHOUT_GIMP) diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 8b1f04fd99d2..3129c317169f 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/gtkgraph/Makefile b/graphics/gtkgraph/Makefile index f688e8ac1125..1c89b1a4b26a 100644 --- a/graphics/gtkgraph/Makefile +++ b/graphics/gtkgraph/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -i '' -e 's|-O2|${CFLAGS}| ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index 8b91e8c6934c..cbfb342bc13a 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -21,6 +21,7 @@ NETPBM_DESC= Build with libnetpbm support CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNETPBM} diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 46e844f30d56..14d182133a33 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: guilib -# Date created: 20 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= guilib PORTVERSION= 1.2.1 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal:env +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 3171f388831b..81a0b3dc2fe9 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -24,6 +24,7 @@ USE_QT4= corelib gui opengl qmake_build moc_build uic_build rcc_build USE_XZ= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> # mkdtemp() is not defined in stdlib.h in FreeBSD 7. diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile index f93dbb6d3875..a88a9799a13e 100644 --- a/graphics/gx/Makefile +++ b/graphics/gx/Makefile @@ -17,4 +17,5 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ USES= gettext pkgconfig GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index 348525ab20bd..dfe8ee985e33 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes # Where it will be installed (change pkg/PLIST if you change this) LIBDIR= ${PREFIX}/include/X11/pixmaps +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile index 4365b6148c24..bd68f8624b45 100644 --- a/graphics/hppsmtools/Makefile +++ b/graphics/hppsmtools/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 PORTDOCS= README changes.txt PLIST_FILES= bin/psmdel bin/psmdir bin/psmget bin/psmsho +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC=|#CC=|g ; \ s|-Wall -pedantic|$$(CFLAGS)|g' ${WRKSRC}/Makefile diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile index 69d7e67083ac..f9a949329434 100644 --- a/graphics/hs-HGL/Makefile +++ b/graphics/hs-HGL/Makefile @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= X11 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 479bd3592ada..56c6e0189652 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -15,5 +15,6 @@ USE_CABAL= gtk2hs-buildtools mtl BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile index 42f321c5baa5..9bbce5eb2847 100644 --- a/graphics/hs-dia-base/Makefile +++ b/graphics/hs-dia-base/Makefile @@ -10,5 +10,6 @@ COMMENT= EDSL for teaching Haskell with diagrams - data types LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-dia-functions/Makefile b/graphics/hs-dia-functions/Makefile index 68722f434939..e68a303d1a7a 100644 --- a/graphics/hs-dia-functions/Makefile +++ b/graphics/hs-dia-functions/Makefile @@ -12,5 +12,6 @@ LICENSE= BSD USE_CABAL= data-pprint>=0.2 dia-base>=0.1 mtl>=2.0 xhtml>=3000.2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-soegtk/Makefile b/graphics/hs-soegtk/Makefile index fef33d6e08c3..d7c3d4f1440a 100644 --- a/graphics/hs-soegtk/Makefile +++ b/graphics/hs-soegtk/Makefile @@ -13,5 +13,6 @@ LICENSE= LGPL21 USE_CABAL= cairo>=0.12 gtk>=0.11 mtl stm>=2 USE_GNOME= gtk20 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile index 9d6c316e354a..dd6e5720035a 100644 --- a/graphics/hs-svgcairo/Makefile +++ b/graphics/hs-svgcairo/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= cairo>=0.12 glib>=0.12 mtl USE_GNOME= librsvg2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile index 8464f2c3cffe..871b0d810e4a 100644 --- a/graphics/hsetroot/Makefile +++ b/graphics/hsetroot/Makefile @@ -18,4 +18,5 @@ USE_EFL= imlib2 PLIST_FILES= bin/hsetroot +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 897b8c236203..435c65cc7e50 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -79,6 +79,7 @@ MAN1= align_image_stack.1 \ PTBatcherGUI.1 \ vig_optimize.1 +NO_STAGE= yes post-configure: ${REINPLACE_CMD} \ 's/-pthread;-D_THREAD_SAFE/-pthread -D_THREAD_SAFE/g' \ diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index a9b56f600ce8..8bc77ff8b966 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -74,6 +74,7 @@ MAN1= \ #DOCSDIR= ${PREFIX}/share/hugin/xrc/data +NO_STAGE= yes # workaround a bug in cmake (?). Without this we get an error like: # cd /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -pthread;-D_THREAD_SAFE -O3 -DNDEBUG -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin_base -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign/vigra -I/usr/local/include -I/usr/local/include/OpenEXR -isystem /usr/local/lib/wx/include/gtk2-ansi-release-2.8 -isystem /usr/local/include/wx-2.8 -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1 -o CMakeFiles/huginbasewx.dir/ImageCache.o -c /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx/ImageCache.cpp # c++: No input files specified diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile index 5ba376963630..5b7e232ab6e3 100644 --- a/graphics/icat/Makefile +++ b/graphics/icat/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/icat CONFLICTS= sleuthkit-[0-9]* +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/graphics/icc-profiles-basiccolor/Makefile b/graphics/icc-profiles-basiccolor/Makefile index c461782f606e..79129e47bfc0 100644 --- a/graphics/icc-profiles-basiccolor/Makefile +++ b/graphics/icc-profiles-basiccolor/Makefile @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/icc-profiles-openicc/Makefile b/graphics/icc-profiles-openicc/Makefile index e122a9731430..d516da3244f6 100644 --- a/graphics/icc-profiles-openicc/Makefile +++ b/graphics/icc-profiles-openicc/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index e50836259198..60347b555e6d 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -30,4 +30,5 @@ CONFIGURE_ARGS+=--mandir=${PREFIX}/man --prefix=${PREFIX} MAN1= iccexamin.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index aa67afabb740..df2d1e81dceb 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -18,6 +18,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's:(libdir)/pkgconfig:(prefix)/libdata/pkgconfig:g' \ ${WRKSRC}/Makefile.in diff --git a/graphics/icoconvert/Makefile b/graphics/icoconvert/Makefile index 0d9c830c7a8d..4760517cf09b 100644 --- a/graphics/icoconvert/Makefile +++ b/graphics/icoconvert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icoconvert -# Date created: Apr 30 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= icoconvert PORTVERSION= 2.0 @@ -19,6 +15,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd PLIST_FILES= bin/icoconvert +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^icoconvert|all|' -e 's|^\(FLAGS=\)|\1-I${LOCALBASE}/include |' \ -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile diff --git a/graphics/icon-slicer/Makefile b/graphics/icon-slicer/Makefile index 18b7960bde1f..5a2a6185e2ab 100644 --- a/graphics/icon-slicer/Makefile +++ b/graphics/icon-slicer/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/icon-slicer PORTDOCS= AUTHORS ChangeLog README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile index 40eafd7271cb..27ca0489b19f 100644 --- a/graphics/icontact/Makefile +++ b/graphics/icontact/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icontact -# Date created: Apr 16, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= icontact PORTVERSION= 1.5 @@ -19,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \ MAN1= icontact.1 xvtoppm.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} "s|CC=cc|CC=${CC}|g; s|CFLAGS=-O|CFLAGS=${CFLAGS}|g" \ ${WRKSRC}/Makefile diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 492a4d1edd6e..3c1cfb35d50c 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -29,6 +29,7 @@ MAN1= icotool.1 wrestool.1 PLIST_FILES= bin/icotool \ bin/wrestool +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRESSCRIPTS} diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index cb1ff324ea81..c23f36a80edd 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida \ ${DESKTOPDIR:S/${PREFIX}\///}/ida.desktop PLIST_DIRSTRY= ${DESKTOPDIR:S/${PREFIX}\///} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGIF} diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index d2e41b670a02..715eb41823eb 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -22,6 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAN1= iec16022.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile index 19b1469b92b0..e921e484f411 100644 --- a/graphics/iiview/Makefile +++ b/graphics/iiview/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: iiview -# Date created: 2008/06/16 -# Whom: Martin Sugioarto <martin.sugioarto@udo.edu> -# +# Created by: Martin Sugioarto <martin.sugioarto@udo.edu> # $FreeBSD$ -# PORTNAME= iiview PORTVERSION= 0.28 @@ -26,4 +22,5 @@ MAN1= iiview.1 MANCOMPRESSED= yes USE_BZIP2= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 39466683f343..ae918a710ded 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= THREAD OPTIONS_DEFAULT= THREAD THREAD_DESC= Enable multithreaded file I/O support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTHREAD} diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index f445e14aa5f5..205bb096132e 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -26,6 +26,7 @@ PORTDOCS= README MAN1= imageindex.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile index 0a0f739b838b..c29792b8f9ec 100644 --- a/graphics/imagesort/Makefile +++ b/graphics/imagesort/Makefile @@ -24,6 +24,7 @@ USE_GNOME= imlib PORTDOCS= README imagesortrc.sample PLIST_FILES= bin/imagesort +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index 741e066fb454..383454bc88ba 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -20,4 +20,5 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index 240f3932251b..a5600080d6b9 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -34,6 +34,7 @@ DOC_FILES2= *.html *.ref *.txt PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile index 3f70a7731a87..550123780797 100644 --- a/graphics/imgtops/Makefile +++ b/graphics/imgtops/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imgtops -# Date created: 17 Mar 2008 -# Whom: Timothy Bourke <timbob@bigpond.com> -# +# Created by: Timothy Bourke <timbob@bigpond.com> # $FreeBSD$ -# PORTNAME= imgtops PORTVERSION= 1.0 @@ -22,6 +18,7 @@ USE_PYDISTUTILS= yes MAN1= imgtops.1 epstoimg.1 +NO_STAGE= yes post-install: ${CHMOD} 644 ${MANPREFIX}/man/man1/imgtops.1 ${CHMOD} 644 ${MANPREFIX}/man/man1/epstoimg.1 diff --git a/graphics/imgv/Makefile b/graphics/imgv/Makefile index ef2c5789435c..6ec059f41122 100644 --- a/graphics/imgv/Makefile +++ b/graphics/imgv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imgv -# Date created: 2007-02-03 -# Whom: Simon Olofsson <simon@olofsson.de> -# +# Created by: Simon Olofsson <simon@olofsson.de> # $FreeBSD$ -# PORTNAME= imgv PORTVERSION= 3.1.6 @@ -20,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ USE_PYTHON= 2.2+ NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index e83f2fb0740b..93943fe42179 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: imlib -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ # $MCom: ports/graphics/imlib/Makefile,v 1.2 2006/09/10 00:51:11 mezz Exp $ -# PORTNAME= imlib PORTVERSION= 1.9.15 @@ -33,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 MAN1= imlib-config.1 imlib_config.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index d975c3f5b898..9750b9c98a04 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= JPEG PNG TIFF GIF ID3 X11 OPTIONS_DEFAULT= JPEG PNG TIFF GIF ID3 X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "i386" && !empty(MACHINE_CPU:Mmmx) diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index 4f93de5cd963..27638af55dfc 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -23,6 +23,7 @@ EDB_DESC= Enable edb loader EET_DESC= Enable eet loader XCF_DESC= Enable XCF loader +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEDB} diff --git a/graphics/import-pictures/Makefile b/graphics/import-pictures/Makefile index b8b84ba1d30b..86793f57236f 100644 --- a/graphics/import-pictures/Makefile +++ b/graphics/import-pictures/Makefile @@ -24,6 +24,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= import-pictures.html +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index bfe03fce481f..3ffa16fb00b1 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -30,6 +30,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= ${PORTNAME}.html demo.pdf +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ede683db57bb..9f71a6feda3e 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -41,6 +41,7 @@ OPTIONS_DEFAULT=POPPLER POPPLER_DESC= PDF preview rendering GNOMEVFS_DESC= Use gnomevfs for loading files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOMEVFS} diff --git a/graphics/intergif/Makefile b/graphics/intergif/Makefile index 841c74d86af3..04b41b9fdb85 100644 --- a/graphics/intergif/Makefile +++ b/graphics/intergif/Makefile @@ -18,6 +18,7 @@ ALL_TARGET= intergif PLIST_FILES= bin/intergif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|=.*cc|= $$(CC)| ; \ diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index f5717a58691f..cbf5831001aa 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -144,6 +144,7 @@ MAN3= SoAction.3iv SoCallbackAction.3iv SoGLRenderAction.3iv \ SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ;\ s|%%CXX%%|${CXX}|g ; \ diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 0366fb552257..fdfd9ba8664d 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -48,6 +48,7 @@ PORTDOCS= * DESKTOP_ENTRIES="Ipe" "" "${DATADIR}/${PORTVERSION}/ipe.png" \ "${PORTNAME}" "" true +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile index a3d7a015aff5..fc0be7e86226 100644 --- a/graphics/iulib/Makefile +++ b/graphics/iulib/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSDL} diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 9a347240172b..15d3707ff34b 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -25,4 +25,5 @@ USE_XORG= x11 xaw ice xext MANCOMPRESSED= no MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/jalbum/Makefile b/graphics/jalbum/Makefile index 357a29302382..e8663b1da669 100644 --- a/graphics/jalbum/Makefile +++ b/graphics/jalbum/Makefile @@ -23,6 +23,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= jalbum.sh +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC} && ${TAR} -cf - * | ${TAR} -xf - -C ${DATADIR} diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 91ca84912a2e..83558df41b4a 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -32,6 +32,7 @@ MASTER_SITE_IMAGEMAGICK= \ OPTIONS_DEFINE= OPENGL UUID UUID_DESC= UUID support (required by GDAL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} diff --git a/graphics/jave6/Makefile b/graphics/jave6/Makefile index c85598becfac..67a6a36a742c 100644 --- a/graphics/jave6/Makefile +++ b/graphics/jave6/Makefile @@ -23,6 +23,7 @@ HLPSKRIPT= jave6 PLIST_SUB+=DATADIR=%%JAVASHAREDIR%%/${PORTNAME} +NO_STAGE= yes do-install: @${ECHO} "Installing JavE6 files in ${DATADIR}..." @${MKDIR} ${DATADIR} diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 43a58c07d270..8e21579f9258 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -30,6 +30,7 @@ PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png PNG_CONFIGURE_ON= --with-libpng=${LOCALBASE} PNG_CFLAGS= -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTESTS} diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile index 13dc7965a95e..8ce7ede0cf48 100644 --- a/graphics/jbigkit/Makefile +++ b/graphics/jbigkit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jbig -# Date created: 19 November 1996 -# Whom: mi -# +# Created by: mi # $FreeBSD$ -# PORTNAME= jbigkit PORTVERSION= 1.6 @@ -20,6 +16,7 @@ MAN1= jbgtopbm.1 pbmtojbg.1 DOCSDIR?= ${PREFIX}/share/doc/jbig +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/jdraw/Makefile b/graphics/jdraw/Makefile index deaad307b137..9f0b36f8ff32 100644 --- a/graphics/jdraw/Makefile +++ b/graphics/jdraw/Makefile @@ -26,6 +26,7 @@ SUB_LIST= JAVA_VERSION=${JAVA_VERSION} JDRAWJAR=${JDRAWJAR} PLASTIC3D=${PLASTIC3 JDRAWJAR= ${DATADIR}/${DISTFILES} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR} diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index 334fac366ce0..d40cb8d9aa66 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -23,4 +23,5 @@ MAKE_ENV+= DATADIR=${DATADIR} CFLAGS+= -Wno-return-type +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 663bcddf43c0..87df216c369e 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -19,6 +19,7 @@ MAN1= jhead.1 PLIST_FILES= bin/jhead PORTDOCS= usage.html +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/jogamp-jogl/Makefile b/graphics/jogamp-jogl/Makefile index c8e1213c6ddc..7de8ab955e8f 100644 --- a/graphics/jogamp-jogl/Makefile +++ b/graphics/jogamp-jogl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jogamp-jogl -# Date created: 2010-09-18 -# Whom: Tassilo Philipp <tphilipp@potion-studios.com> -# +# Created by: Tassilo Philipp <tphilipp@potion-studios.com> # $FreeBSD$ -# PORTNAME= jogamp-jogl PORTVERSION= 2.0.20100914 @@ -44,6 +40,7 @@ JAVA_VERSION= 1.6+ BUILD_WRKSRC= ${WRKDIR}/jogl/make +NO_STAGE= yes post-extract: ${MV} ${WRKDIR}/sgothel-gluegen-a61c650 ${WRKDIR}/gluegen ${MV} ${WRKDIR}/sgothel-jogl-dc9191f ${WRKDIR}/jogl diff --git a/graphics/jogl/Makefile b/graphics/jogl/Makefile index 6732849810bf..742150baf3b3 100644 --- a/graphics/jogl/Makefile +++ b/graphics/jogl/Makefile @@ -46,6 +46,7 @@ JAVA_VERSION= 1.6+ BUILD_WRKSRC= ${WRKSRC}/jogl/make +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|g' \ ${WRKSRC}/gluegen/make/build.xml diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile index 237e6d05bb65..be474321cb9a 100644 --- a/graphics/jp2a/Makefile +++ b/graphics/jp2a/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jp2a -# Date created: 17 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jp2a PORTVERSION= 1.0.6 @@ -23,6 +19,7 @@ CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} --with-curl-config=${LOCALBASE}/ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/ diff --git a/graphics/jpatch/Makefile b/graphics/jpatch/Makefile index 766ecee31e38..6ec2676b6e70 100644 --- a/graphics/jpatch/Makefile +++ b/graphics/jpatch/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ SUB_FILES= jpatch.sh +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/jpatch.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/jpatch.sh ${PREFIX}/bin/jpatch diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 6dbd4c43f7fd..57b7cc4f47e3 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM} MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/graphics/jpeg2ps/Makefile b/graphics/jpeg2ps/Makefile index 5868ad1bd88e..4f7e939db751 100644 --- a/graphics/jpeg2ps/Makefile +++ b/graphics/jpeg2ps/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= LDADD="${LDADD}" MAN1= jpeg2ps.1 PLIST_FILES= bin/jpeg2ps +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 40a1d7c85015..8556744fc24c 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpeginfo -# Date created: 9.8.2001 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= jpeginfo PORTVERSION= 1.6.1 @@ -24,4 +20,5 @@ MAKE_ARGS= mandir=${MANPREFIX}/man MAN1= jpeginfo.1 PLIST_FILES= bin/jpeginfo +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/jpegoptim/Makefile b/graphics/jpegoptim/Makefile index 9a3d493d4f8a..eb239eea8f89 100644 --- a/graphics/jpegoptim/Makefile +++ b/graphics/jpegoptim/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} MAN1= jpegoptim.1 PLIST_FILES= bin/jpegoptim +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^bindir =.*$$|bindir = @bindir@|g ; \ diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile index d869f84e5e3e..fe7eabe884e6 100644 --- a/graphics/jpg2pdf/Makefile +++ b/graphics/jpg2pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpg2pdf -# Date created: 13 January 2009 -# Whom: luigi@freebsd.org -# +# Created by: luigi@FreeBSD.org # $FreeBSD$ -# PORTNAME= jpg2pdf PORTVERSION= 20090113 @@ -20,6 +16,7 @@ PLIST_FILES= bin/jpg2pdf WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-build: (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ) diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index cd11febf9357..3682474fc55e 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -1,3 +1,4 @@ +NO_STAGE= yes # Created by: Alex Dupre <ale@FreeBSD.org: # $FreeBSD$ diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index 1ea488ae31a2..0ea9209760df 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpgtn -# Date created: 07 September 2001 -# Whom: mb@imp.ch -# +# Created by: mb@imp.ch # $FreeBSD$ -# PORTNAME= jpgtn PORTVERSION= 2.06 @@ -27,6 +23,7 @@ WITH_MAXSIZE?= 2048 WITH_MINSIZE?= 1 WITH_DEFSIZE?= 128 +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> You can control program functionality by defining the following variables:" diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile index d6252dd1bbba..d942f96f48e9 100644 --- a/graphics/jslice/Makefile +++ b/graphics/jslice/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: insert -# Date created: Wed 12 Jul 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= jslice PORTVERSION= 1.0.0 @@ -18,6 +14,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg PLIST_FILES= bin/jslice +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin diff --git a/graphics/jumpgis-postgis/Makefile b/graphics/jumpgis-postgis/Makefile index 28ed3cc1f794..c97921fa89d7 100644 --- a/graphics/jumpgis-postgis/Makefile +++ b/graphics/jumpgis-postgis/Makefile @@ -20,6 +20,7 @@ USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: @${ECHO_MSG} " >> Installing JAR files" ${MKDIR} ${TARGET_DIR}/lib/ext/ diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index 47b5eac9119e..86c56b44d019 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -27,6 +27,7 @@ PORTDOCS= * REINPLACE_ARGS= -i "" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 159d329919cf..f88c0b82e9ca 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -52,6 +52,7 @@ USE_LDCONFIG= yes MAN1= k3d.1 k3d-renderframe.1 k3d-renderjob.1 k3d-sl2xml.1 \ k3d-uuidgen.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:M3DS} diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile index d09e402b77cb..5ce1e4df28b6 100644 --- a/graphics/kamera-kde4/Makefile +++ b/graphics/kamera-kde4/Makefile @@ -21,4 +21,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index e84faaa0f07f..a706d871a0b3 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kcoloredit/Makefile b/graphics/kcoloredit/Makefile index 3a175fd01cad..4f5f81c8e1ee 100644 --- a/graphics/kcoloredit/Makefile +++ b/graphics/kcoloredit/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kcoloredit -# Date created: 2008-09-01 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kcoloredit PORTVERSION= ${APP_VER}.${EXTRA_VER} @@ -25,4 +20,5 @@ USES= cmake APP_VER= 2.0.0 EXTRA_VER= 4.4.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile index 8b3c0f2a77f5..49c8d8e96170 100644 --- a/graphics/kdc2tiff/Makefile +++ b/graphics/kdc2tiff/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/kdc2jpeg bin/kdc2tiff +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^main|int main|' ${WRKSRC}/kdc2tiff.cpp diff --git a/graphics/kdegraphics4-mobipocket/Makefile b/graphics/kdegraphics4-mobipocket/Makefile index 87afadc527d6..e6234b5dd181 100644 --- a/graphics/kdegraphics4-mobipocket/Makefile +++ b/graphics/kdegraphics4-mobipocket/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-strigi-analyzer/Makefile b/graphics/kdegraphics4-strigi-analyzer/Makefile index f6532f2db509..8658f7d8756a 100644 --- a/graphics/kdegraphics4-strigi-analyzer/Makefile +++ b/graphics/kdegraphics4-strigi-analyzer/Makefile @@ -19,4 +19,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-svgpart/Makefile b/graphics/kdegraphics4-svgpart/Makefile index a0d1022c38f4..a6dc775046d7 100644 --- a/graphics/kdegraphics4-svgpart/Makefile +++ b/graphics/kdegraphics4-svgpart/Makefile @@ -18,4 +18,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-thumbnailers/Makefile b/graphics/kdegraphics4-thumbnailers/Makefile index 27ba57180bc2..bf08cced4e12 100644 --- a/graphics/kdegraphics4-thumbnailers/Makefile +++ b/graphics/kdegraphics4-thumbnailers/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= gui qmake_build moc_build uic_build rcc_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index cb083012ddb9..db2bcb2a36e2 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -34,6 +34,7 @@ KSNAPSHOT_DESC= Screen capture program OKULAR_DESC= Universal document viewer SANE_DESC= Plugin for scanning on KDE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGPHOTO} diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index 2db0aebc8f19..1a54c8dc4753 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -14,6 +14,7 @@ COMMENT= GraphViz dot graph viewer for KDE LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz +NO_STAGE= yes # Several problems at once here: # - The port does not include graphviz's include directory, assuming it is # always in the compiler's default path (ie. /usr/include). diff --git a/graphics/kiconedit/Makefile b/graphics/kiconedit/Makefile index b08c338548df..b206601a9578 100644 --- a/graphics/kiconedit/Makefile +++ b/graphics/kiconedit/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kiconedit -# Date created: 2008-09-01 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kiconedit PORTVERSION= ${EXTRA_VER} @@ -23,6 +18,7 @@ USES= cmake EXTRA_VER= 4.4.0 +NO_STAGE= yes post-patch: #Fix build with kdelibs>=4.5.0 ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \ diff --git a/graphics/kipi-plugin-acquireimages/Makefile b/graphics/kipi-plugin-acquireimages/Makefile index d43605985be1..74233c76d9d9 100644 --- a/graphics/kipi-plugin-acquireimages/Makefile +++ b/graphics/kipi-plugin-acquireimages/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} USE_KDE4= libksane KIPI_PLUGIN= acquireimages +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-advancedslideshow/Makefile b/graphics/kipi-plugin-advancedslideshow/Makefile index b06522148367..8a1823806e07 100644 --- a/graphics/kipi-plugin-advancedslideshow/Makefile +++ b/graphics/kipi-plugin-advancedslideshow/Makefile @@ -11,5 +11,6 @@ USE_GL= glu USE_XORG= xrandr KIPI_PLUGIN= advancedslideshow +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-batchprocess/Makefile b/graphics/kipi-plugin-batchprocess/Makefile index 12d2c94b5c0c..3309b830e7e8 100644 --- a/graphics/kipi-plugin-batchprocess/Makefile +++ b/graphics/kipi-plugin-batchprocess/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= batchprocess +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-calendar/Makefile b/graphics/kipi-plugin-calendar/Makefile index 4d12d6637e43..937ab668318b 100644 --- a/graphics/kipi-plugin-calendar/Makefile +++ b/graphics/kipi-plugin-calendar/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} USE_KDE4= pimlibs KIPI_PLUGIN= calendar +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-debianscreenshots/Makefile b/graphics/kipi-plugin-debianscreenshots/Makefile index ed150359f812..6f00c6468ebb 100644 --- a/graphics/kipi-plugin-debianscreenshots/Makefile +++ b/graphics/kipi-plugin-debianscreenshots/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson KIPI_PLUGIN= debianscreenshots +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-dngconverter/Makefile b/graphics/kipi-plugin-dngconverter/Makefile index 5edad03b4c1b..dac91c909e07 100644 --- a/graphics/kipi-plugin-dngconverter/Makefile +++ b/graphics/kipi-plugin-dngconverter/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 KIPI_PLUGIN= dngconverter +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-expoblending/Makefile b/graphics/kipi-plugin-expoblending/Makefile index 01b41e06af99..3b07694de27b 100644 --- a/graphics/kipi-plugin-expoblending/Makefile +++ b/graphics/kipi-plugin-expoblending/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= expoblending +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-facebook/Makefile b/graphics/kipi-plugin-facebook/Makefile index ce8dd40ae3fd..48ebc4519332 100644 --- a/graphics/kipi-plugin-facebook/Makefile +++ b/graphics/kipi-plugin-facebook/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson KIPI_PLUGIN= facebook +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-flashexport/Makefile b/graphics/kipi-plugin-flashexport/Makefile index ac4f94fbdb4b..9fca9edfd5be 100644 --- a/graphics/kipi-plugin-flashexport/Makefile +++ b/graphics/kipi-plugin-flashexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= flashexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-flickrexport/Makefile b/graphics/kipi-plugin-flickrexport/Makefile index cb36104f0188..5b50a9fa407c 100644 --- a/graphics/kipi-plugin-flickrexport/Makefile +++ b/graphics/kipi-plugin-flickrexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= flickrexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-galleryexport/Makefile b/graphics/kipi-plugin-galleryexport/Makefile index d3e92e41d3e3..158d6db31f4b 100644 --- a/graphics/kipi-plugin-galleryexport/Makefile +++ b/graphics/kipi-plugin-galleryexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= galleryexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-gpssync/Makefile b/graphics/kipi-plugin-gpssync/Makefile index f319df371db9..9e4a402dd747 100644 --- a/graphics/kipi-plugin-gpssync/Makefile +++ b/graphics/kipi-plugin-gpssync/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= kgeomap:${PORTSDIR}/astro/libkgeomap KIPI_PLUGIN= gpssync +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-htmlexport/Makefile b/graphics/kipi-plugin-htmlexport/Makefile index 8320ed5e9370..11801ec45a4a 100644 --- a/graphics/kipi-plugin-htmlexport/Makefile +++ b/graphics/kipi-plugin-htmlexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= htmlexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-imageshackexport/Makefile b/graphics/kipi-plugin-imageshackexport/Makefile index c1ebb6a94826..ae1f62a708b3 100644 --- a/graphics/kipi-plugin-imageshackexport/Makefile +++ b/graphics/kipi-plugin-imageshackexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= imageshackexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-imageviewer/Makefile b/graphics/kipi-plugin-imageviewer/Makefile index 39e3fb396646..0ab343a4894c 100644 --- a/graphics/kipi-plugin-imageviewer/Makefile +++ b/graphics/kipi-plugin-imageviewer/Makefile @@ -11,5 +11,6 @@ USE_GL= glu USE_XORG= xrandr KIPI_PLUGIN= imageviewer +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-imgurexport/Makefile b/graphics/kipi-plugin-imgurexport/Makefile index 3a2c317bdf7b..6f034a3823c6 100644 --- a/graphics/kipi-plugin-imgurexport/Makefile +++ b/graphics/kipi-plugin-imgurexport/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson KIPI_PLUGIN= imgurexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-ipodexport/Makefile b/graphics/kipi-plugin-ipodexport/Makefile index e7c5f19aaeb6..a6c2e8cafff1 100644 --- a/graphics/kipi-plugin-ipodexport/Makefile +++ b/graphics/kipi-plugin-ipodexport/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= gpod:${PORTSDIR}/audio/libgpod KIPI_PLUGIN= ipodexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-jpeglossless/Makefile b/graphics/kipi-plugin-jpeglossless/Makefile index 6de963ef8d81..05f474000f48 100644 --- a/graphics/kipi-plugin-jpeglossless/Makefile +++ b/graphics/kipi-plugin-jpeglossless/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= jpeglossless +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-kioexport/Makefile b/graphics/kipi-plugin-kioexport/Makefile index fdfd4262aaba..cf8975c8fefe 100644 --- a/graphics/kipi-plugin-kioexport/Makefile +++ b/graphics/kipi-plugin-kioexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= kioexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-kmlexport/Makefile b/graphics/kipi-plugin-kmlexport/Makefile index 98feb178caa4..130d4161cce7 100644 --- a/graphics/kipi-plugin-kmlexport/Makefile +++ b/graphics/kipi-plugin-kmlexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= kmlexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-kopete/Makefile b/graphics/kipi-plugin-kopete/Makefile index 1fcb8ff49fb3..cd16db580861 100644 --- a/graphics/kipi-plugin-kopete/Makefile +++ b/graphics/kipi-plugin-kopete/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= kopete +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-mediawiki/Makefile b/graphics/kipi-plugin-mediawiki/Makefile index e01d11c800fb..358fac4d6081 100644 --- a/graphics/kipi-plugin-mediawiki/Makefile +++ b/graphics/kipi-plugin-mediawiki/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= mediawiki:${PORTSDIR}/net/libmediawiki KIPI_PLUGIN= mediawiki +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-metadataedit/Makefile b/graphics/kipi-plugin-metadataedit/Makefile index b07e4547dd21..af71c2363b96 100644 --- a/graphics/kipi-plugin-metadataedit/Makefile +++ b/graphics/kipi-plugin-metadataedit/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= metadataedit +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-panorama/Makefile b/graphics/kipi-plugin-panorama/Makefile index 5b1f78177416..fe6af5efb728 100644 --- a/graphics/kipi-plugin-panorama/Makefile +++ b/graphics/kipi-plugin-panorama/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} USES= bison:build KIPI_PLUGIN= panorama +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-photolayoutseditor/Makefile b/graphics/kipi-plugin-photolayoutseditor/Makefile index 0dc5080b04ba..9d421d554794 100644 --- a/graphics/kipi-plugin-photolayoutseditor/Makefile +++ b/graphics/kipi-plugin-photolayoutseditor/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= photolayoutseditor +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-picasawebexport/Makefile b/graphics/kipi-plugin-picasawebexport/Makefile index 92fa9354806a..c9083f0e2ee5 100644 --- a/graphics/kipi-plugin-picasawebexport/Makefile +++ b/graphics/kipi-plugin-picasawebexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= picasawebexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-piwigoexport/Makefile b/graphics/kipi-plugin-piwigoexport/Makefile index f80d0fe5ee92..439d87f96431 100644 --- a/graphics/kipi-plugin-piwigoexport/Makefile +++ b/graphics/kipi-plugin-piwigoexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= piwigoexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-printimages/Makefile b/graphics/kipi-plugin-printimages/Makefile index 73dc838725fa..67a9eb57d61c 100644 --- a/graphics/kipi-plugin-printimages/Makefile +++ b/graphics/kipi-plugin-printimages/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= printimages +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-rajceexport/Makefile b/graphics/kipi-plugin-rajceexport/Makefile index dc17558cbf6a..6b69f687bfcb 100644 --- a/graphics/kipi-plugin-rajceexport/Makefile +++ b/graphics/kipi-plugin-rajceexport/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= rajceexport +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-rawconverter/Makefile b/graphics/kipi-plugin-rawconverter/Makefile index 2f6e57581883..e1d78bb0203b 100644 --- a/graphics/kipi-plugin-rawconverter/Makefile +++ b/graphics/kipi-plugin-rawconverter/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= rawconverter +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-removeredeyes/Makefile b/graphics/kipi-plugin-removeredeyes/Makefile index d1c1501db1ef..511dd919d7b6 100644 --- a/graphics/kipi-plugin-removeredeyes/Makefile +++ b/graphics/kipi-plugin-removeredeyes/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv KIPI_PLUGIN= removeredeyes +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-sendimages/Makefile b/graphics/kipi-plugin-sendimages/Makefile index dc58e70b44fa..d94df3f4efdc 100644 --- a/graphics/kipi-plugin-sendimages/Makefile +++ b/graphics/kipi-plugin-sendimages/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= sendimages +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-shwup/Makefile b/graphics/kipi-plugin-shwup/Makefile index 78ce6fcd9a0d..1dcbc54370f8 100644 --- a/graphics/kipi-plugin-shwup/Makefile +++ b/graphics/kipi-plugin-shwup/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= qca:${PORTSDIR}/devel/qca KIPI_PLUGIN= shwup +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-smug/Makefile b/graphics/kipi-plugin-smug/Makefile index 26a895540ee3..210bab281c35 100644 --- a/graphics/kipi-plugin-smug/Makefile +++ b/graphics/kipi-plugin-smug/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= smug +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-timeadjust/Makefile b/graphics/kipi-plugin-timeadjust/Makefile index 0667bca931b8..fd2272694478 100644 --- a/graphics/kipi-plugin-timeadjust/Makefile +++ b/graphics/kipi-plugin-timeadjust/Makefile @@ -8,5 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= timeadjust +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-videoslideshow/Makefile b/graphics/kipi-plugin-videoslideshow/Makefile index 24f53262a975..77e5a1861cc8 100644 --- a/graphics/kipi-plugin-videoslideshow/Makefile +++ b/graphics/kipi-plugin-videoslideshow/Makefile @@ -11,5 +11,6 @@ LIB_DEPENDS= MagickCore:${PORTSDIR}/graphics/ImageMagick \ QtGStreamer-0.10:${PORTSDIR}/multimedia/gstreamer-qt4 KIPI_PLUGIN= videoslideshow +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-vkontakte/Makefile b/graphics/kipi-plugin-vkontakte/Makefile index c5f69565fd02..d348394f88b4 100644 --- a/graphics/kipi-plugin-vkontakte/Makefile +++ b/graphics/kipi-plugin-vkontakte/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= kvkontakte:${PORTSDIR}/net/libkvkontakte KIPI_PLUGIN= vkontakte +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-yandexfotki/Makefile b/graphics/kipi-plugin-yandexfotki/Makefile index f2fa8adf1f2d..794420546e1c 100644 --- a/graphics/kipi-plugin-yandexfotki/Makefile +++ b/graphics/kipi-plugin-yandexfotki/Makefile @@ -10,5 +10,6 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= qca:${PORTSDIR}/devel/qca KIPI_PLUGIN= yandexfotki +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 1e628ab769a3..14dd19f12b2f 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -14,6 +14,7 @@ LATEST_LINK= ${PORTNAME}-kde4 NO_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" OPTIONS_DEFINE= DOCS NLS diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index cb3dc9bd21a3..d23dda5bdbb9 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -14,6 +14,7 @@ COMMENT= A graphical screensaver kernel module SSP_UNSAFE= kernel module does not support ssp +NO_STAGE= yes .include <bsd.port.pre.mk> SYSDIR?= ${SRC_BASE}/sys diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index 355d21fd42c0..47fc5a0859ec 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: klatexformula -# Date created: 2009-11-18 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= klatexformula PORTVERSION= 3.1.2 @@ -26,6 +21,7 @@ QMAKE_ARGS= QMAKE=${QMAKE} INSTALLPREFIX=${PREFIX} \ STRIP_FILES= bin/klatexformula +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index 6cc8b4d4cf09..3aadbd8862d5 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -27,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include \ LDFLAGS+= -L${LOCALBASE}/lib \ -L${PYTHON_LIBDIR}/config ${PTHREAD_LIBS} +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@EXTRA_CFLAGS@|@CFLAGS@|g ; \ diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index 6c050ad0bd96..25eda87e933b 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -18,4 +18,5 @@ USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile index f6909c36ae30..75fc24d46c34 100644 --- a/graphics/kphotoalbum-kde4/Makefile +++ b/graphics/kphotoalbum-kde4/Makefile @@ -27,6 +27,7 @@ OPTIONS_DEFAULT=MARBLE MARBLE_DESC= Geolocation support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMARBLE} diff --git a/graphics/kpovmodeler/Makefile b/graphics/kpovmodeler/Makefile index 70e4bce1ab29..90f514ebe558 100644 --- a/graphics/kpovmodeler/Makefile +++ b/graphics/kpovmodeler/Makefile @@ -23,6 +23,7 @@ USES= cmake gettext APP_VER= 1.1.3 EXTRA_VER= 4.3.1 +NO_STAGE= yes post-patch: #Fix build with kdelibs>=4.5.0 ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \ diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 48a04200b4c4..0e4b592592c3 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/ksnapshot/Makefile b/graphics/ksnapshot/Makefile index 111c087713bd..eae25461a4dd 100644 --- a/graphics/ksnapshot/Makefile +++ b/graphics/ksnapshot/Makefile @@ -18,4 +18,5 @@ USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= x11 xext xfixes USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 7b7b0de05fde..954e6c354c0e 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -32,6 +32,7 @@ DESKTOP_ENTRIES="Kudu" \ "Graphics;3DGraphics;GTK;" \ true +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile index 684a88a9d508..f46279efc93f 100644 --- a/graphics/kuickshow-kde4/Makefile +++ b/graphics/kuickshow-kde4/Makefile @@ -24,4 +24,5 @@ LATEST_LINK= ${PORTNAME}-kde4 APP_VER= 0.9.1 EXTRA_VER= 4.4.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index fedc2b07f6d0..57a2d31eb0af 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -28,6 +28,7 @@ USES= perl5 shebangfix WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 45b2e0bcc024..3be984b1c4a7 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -17,4 +17,5 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index 9ec974c93f38..c278e24e0401 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -1,4 +1,4 @@ -# Created By: Eric P. Scott <eps+pbug0703@ana.com> +# Created by: Eric P. Scott <eps+pbug0703@ana.com> # $FreeBSD$ PORTNAME= lcdtest @@ -25,6 +25,7 @@ MAN1= lcdtest.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/lcms-python/Makefile b/graphics/lcms-python/Makefile index 5cc8982f9f5b..9fe771f30f6c 100644 --- a/graphics/lcms-python/Makefile +++ b/graphics/lcms-python/Makefile @@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= %%PYTHON_SITELIBDIR%%/_lcms.so \ %%PYTHON_SITELIBDIR%%/lcms.py +NO_STAGE= yes do-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/.libs/_lcms.so \ ${PYTHON_SITELIBDIR}/_lcms.so diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 3a855b3bbdc2..823c9c61caeb 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= gnomehack lthack USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MJPEGICC} diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index f82b25843e77..c9703b75bc11 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -27,6 +27,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} UTILS= linkicc psicc transicc +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MJPEGICC} diff --git a/graphics/leafpak/Makefile b/graphics/leafpak/Makefile index 06bc01c214eb..f0803a623bca 100644 --- a/graphics/leafpak/Makefile +++ b/graphics/leafpak/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: leafpak -# Date created: 25 Sep 2000 -# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= leafpak PORTVERSION= 1.1.1 @@ -15,6 +11,7 @@ COMMENT= Graphic file cutter for LEAF/AQUAPLUS PAK format archives WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/leafpak ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/leafpak2 ${PREFIX}/bin diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 4befc73d11e0..d1be32797e38 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -40,6 +40,7 @@ post-patch: .SILENT ${WRKSRC}/build/tibs/compiler/gcc.mak ${REINPLACE_CMD} -e '/GROUPS/s| DOCS||' ${WRKSRC}/build/tibs/rules.mak +NO_STAGE= yes post-install: ${LN} -sf lib${PORTNAME}.so \ ${PREFIX}/lib/lib${PORTNAME}.so.${LIBVERSION} diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index f4cccf1bc133..0a9bccd4927a 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> TESTS?= generate compare diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index ec5a3a22ec90..c47554361a3d 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -16,6 +16,7 @@ USE_XORG= x11 xext USE_LDCONFIG= yes NO_INSTALL_MANPAGES= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index b3772ef0da03..0184053c76d6 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lib3ds -# Date Created: 18 January 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lib3ds PORTVERSION= 1.3.0 @@ -26,4 +22,5 @@ MAN1= 3dsdump.1 lib3ds-config.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index c16ac0020fad..110fdcfa728b 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -17,6 +17,7 @@ USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both SUB_FILES= pkg-install pkg-deinstall +NO_STAGE= yes do-install: ${RM} -f ${WRKSRC}/include/GL/glu*.h cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 709e9d891f9c..4dd8c91724b7 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index 8f4d0c4dfcde..59265e6d4ca9 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -21,4 +21,5 @@ CONFIGURE_ARGS= --disable-static --enable-motif CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 77e51cb09ab3..32ee3b867747 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libAfterImage -# Date created: Oct 7, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libafterimage PORTVERSION= 1.20 @@ -39,6 +34,7 @@ MAN1= ascompose.1x CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${MACHINE_CPU:Mmmx} diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 430120002e3b..d5353d3bb95f 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -21,4 +21,5 @@ MAKE_JOBS_UNSAFE= yes CONFLICTS= libart-[0-9]* +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index 150e455412fc..5a98934e6be2 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -17,6 +17,7 @@ USES= imake USE_GL= glut MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libaux.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/aux.h ${PREFIX}/include/GL diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile index 6ec3893f0499..d119bc68ed23 100644 --- a/graphics/libboard/Makefile +++ b/graphics/libboard/Makefile @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/-.$//} PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != i386 diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 8f4cb5e2472c..d6f17a668e32 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -32,6 +32,7 @@ OPTIONS_DEFINE= X11 IMLIB2 SLANG DOCS OPTIONS_DEFAULT= X11 IMLIB2 X11_DESC= X11 and OpenGL support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/libcdr/Makefile b/graphics/libcdr/Makefile index 02eba49e0d10..fb61cc5ebedf 100644 --- a/graphics/libcdr/Makefile +++ b/graphics/libcdr/Makefile @@ -26,4 +26,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index ad2fe4eac9ab..9eecd073fe50 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -30,4 +30,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=0.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index 15396c0b9529..39619b3080b0 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdmtx -# Date created: 16 April 2009 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= libdmtx PORTVERSION= 0.7.4 @@ -22,6 +18,7 @@ USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \ ${WRKSRC}/Makefile.in diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 01aee31dcba3..28843b4e4f89 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -31,6 +31,7 @@ KMS_DESC= Enable KMS support OPTIONS_DEFAULT+= MANPAGES .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKMS} diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile index 303e490f0c3f..7980ce91f458 100644 --- a/graphics/libecwj2/Makefile +++ b/graphics/libecwj2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libecwj2 -# Date created: 3 August 2010 -# Whom: glebius@FreeBSD.org -# +# Created by: glebius@FreeBSD.org # $FreeBSD$ -# PORTNAME= libecwj2 PORTVERSION= 3.3 @@ -24,6 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 907eda1c60ba..bd510f389cf7 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libEMF -# Date created: 04 Oct 2003 -# Whom: NAKATA Maho <maho@FreeBSD.org> -# +# Created by: NAKATA Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libEMF PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= Enhanced Metafile Library USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index af99cef44fc8..3f216c2137ce 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog NEWS README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 7c298a9e108f..0c0da3ed780b 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog NEWS README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index a7c1ae746784..3a7093af19ee 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -22,6 +22,7 @@ MAKE_JOBS_UNSAFE=yes PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile.bsd +NO_STAGE= yes post-patch: ${SED} -i '' -e '/^#include "fpxlib-config.h"/d' \ ${WRKSRC}/basics/filename.cpp \ diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index ae5d4902845b..5e96111ad794 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 04f3326e8399..e4b9bd0f989b 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -32,4 +32,5 @@ USE_LDCONFIG= yes MAN1= listgeo.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index 4d7f54f67642..abe0a1ffbdd8 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgfx -# Date created: 28 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libgfx DISTVERSION= 1.1.0 @@ -36,6 +32,7 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^CC /d ; \ diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index c76a7b4f8a49..8f2dd1ccc480 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -121,6 +121,7 @@ CONFIGURE_ARGS= --disable-directfb OPTIONS_DEFINE= AALIB SVGALIB X11 OPTIONS_DEFAULT=X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(/usr/include/dev/kgi/kgi.h) diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile index 4235031c8a6a..ed98a3bdd9fd 100644 --- a/graphics/libgltext/Makefile +++ b/graphics/libgltext/Makefile @@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES EXAMPLES_DESC= Compile examples, need libglut +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/graphics/libgnomecanvas-reference/Makefile b/graphics/libgnomecanvas-reference/Makefile index 2d9d6e33e315..e71973d3271d 100644 --- a/graphics/libgnomecanvas-reference/Makefile +++ b/graphics/libgnomecanvas-reference/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: libgnomecanvas-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 04f46a7ad110..c362d6c1bf49 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/graphics/libgnomecanvasmm/Makefile b/graphics/libgnomecanvasmm/Makefile index b1d552ecf851..273dc492d81d 100644 --- a/graphics/libgnomecanvasmm/Makefile +++ b/graphics/libgnomecanvasmm/Makefile @@ -20,6 +20,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index febbc70599f2..c4f040869794 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 36a947addcf4..0890270e1a9b 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -28,6 +28,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.8.0 MAN3= libgphoto2.3 libgphoto2_port.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} < 1000040 diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index bc0171357682..eeae995dfc5b 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -29,6 +29,7 @@ USE_TK= 84+ USE_TK_BUILD= ${USE_TK} MAKE_ENV+= TCL_VER=${TCL_VER} +NO_STAGE= yes # We don't need the bundled libraries: EXTRACT_AFTER_ARGS= --exclude '*/libz/*' \ --exclude '*/compat/*' --exclude '*/libtiff/*' \ diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index eb509eaadbf1..e7b11595d029 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libiptcdata -# Date created: 3rd December 2006 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libiptcdata PORTVERSION= 1.0.4 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index eb7363265a93..b3aea531c9ab 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -30,6 +30,7 @@ SOVERSION= 11 OPTIONS_DEFINE= PIC PIC_DESC= Static library with PIC (required for VirtualGL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPIC} diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile index 8676c85b11f0..2998766209b3 100644 --- a/graphics/libkdcraw-kde4/Makefile +++ b/graphics/libkdcraw-kde4/Makefile @@ -26,6 +26,7 @@ USES= cmake:outsource USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile index 589ce7efa556..fab1c4a6163d 100644 --- a/graphics/libkexiv2-kde4/Makefile +++ b/graphics/libkexiv2-kde4/Makefile @@ -23,6 +23,7 @@ USE_QT4= corelib gui xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ diff --git a/graphics/libkface/Makefile b/graphics/libkface/Makefile index ee59be8e1855..c82854c8d90e 100644 --- a/graphics/libkface/Makefile +++ b/graphics/libkface/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for face recognition +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" USES+= pkgconfig diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile index 96b481a4cab1..8354df0f7fb3 100644 --- a/graphics/libkipi-kde4/Makefile +++ b/graphics/libkipi-kde4/Makefile @@ -21,6 +21,7 @@ USES= cmake:outsource USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ diff --git a/graphics/libkipiplugins/Makefile b/graphics/libkipiplugins/Makefile index cc3ca19cbe8d..c6a78fed14a0 100644 --- a/graphics/libkipiplugins/Makefile +++ b/graphics/libkipiplugins/Makefile @@ -8,6 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= libkipiplugins +NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" USE_KDE4+= libkdcraw libkexiv2 libkipi diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index 460ad3fbc3dd..ee4655183bc1 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -20,6 +20,7 @@ USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ ${WRKSRC}/CMakeLists.txt diff --git a/graphics/liblqr-1/Makefile b/graphics/liblqr-1/Makefile index 88d9492a441c..dd73c1c06f83 100644 --- a/graphics/liblqr-1/Makefile +++ b/graphics/liblqr-1/Makefile @@ -25,6 +25,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES HTMLDOCS HTMLDOCS_DESC= Build and install HTML documentation +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index 0b8d4f532ec5..28d059559d7b 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/lug MAKEFILE= Makefile.linux USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \ ${WRKSRC}/Makefile.linux diff --git a/graphics/libmng/Makefile b/graphics/libmng/Makefile index 0fc516b43d38..c1f67b75f554 100644 --- a/graphics/libmng/Makefile +++ b/graphics/libmng/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes MAN3= libmng.3 MAN5= mng.5 jng.5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMNG_OPTIMIZE} MAKE_ARGS+= WITH_MNG_OPTIMIZE=true diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index 2c7685273eeb..3b38075bde0e 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmorph -# Date Created: 14 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmorph PORTVERSION= 0.1.2 @@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 97e386cf20aa..0775017168d3 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include OPTIONS_DEFINE= GNOME OPTIONS_DEFAULT= GNOME +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOME} diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 098da7db618a..52c235dad5eb 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -37,6 +37,7 @@ MAKE_JOBS_UNSAFE= WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .if (empty(CC:T:Mgcc4*) && empty(CC:T:Mclang*)) || (empty(CXX:T:Mg??4*) && empty(CXX:T:Mclang++*)) diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 766337070bf0..88b7bb699af7 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --with-java=${JAVA_HOME} CONFIGURE_ARGS+= --without-java .endif +NO_STAGE= yes pre-configure: cd ${WRKSRC} && ./bootstrap diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index 9d0150aad49a..7d6a1956b5d3 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --without-java PLIST_SUB= JAVA="@comment " .endif +NO_STAGE= yes pre-configure: cd ${WRKSRC} && ./bootstrap diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index 1a762b0af06b..e876e2add3c9 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpcd -# Date created: 2004-08-23 -# Whom: Andrey Slusar <anray@FreeBSD.org> -# +# Created by: Andrey Slusar <anray@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libpcd PORTVERSION= 1.0.1 @@ -20,4 +16,5 @@ USE_GMAKE= yes MAKEFILE= ${WRKSRC}/GNUmakefile USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index 51b3dc3d8e9b..0d08bb9cc653 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libpgf -# Date Created: 2012-06-04 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# # $FreeBSD$ -# PORTNAME= libpgf PORTVERSION= 6.12.24 @@ -26,6 +21,7 @@ ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes pre-configure: @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile index 0ee21c4225cb..51a5c4d8945f 100644 --- a/graphics/libprojectm/Makefile +++ b/graphics/libprojectm/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: libprojectM -# Date created: 8 December 2010 -# Whom: utisoft@gmail.com -# +# Created by: utisoft@gmail.com # $FreeBSD$ -# PORTNAME= libprojectM PORTVERSION= 2.0.1 @@ -25,6 +21,7 @@ USES= cmake CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes post-patch: # Install config.inp.sample instead of overwriting user's file. # Needs to be specific enough not to rename config.inp.in too! diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile index 3ae8a5bff242..a1aa8c64737d 100644 --- a/graphics/libpuzzle/Makefile +++ b/graphics/libpuzzle/Makefile @@ -22,6 +22,7 @@ PORTDOCS= AUTHORS COPYING NEWS README THANKS MAN3= libpuzzle.3 puzzle_set.3 MAN8= puzzle-diff.8 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 49514f96408e..710a56408e57 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/qrencode \ lib/libqrencode.so.3 \ libdata/pkgconfig/libqrencode.pc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure @${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/libqrencode.pc.in diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index 10c455dbbc39..9605a8bbf564 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -29,6 +29,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index b1ceec30e83a..d43c9a42dc95 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -30,6 +30,7 @@ DEMOSAIC_PACK_GPL3_DESC= Enable GPLv3 demosaic pack OPTIMIZED_CFLAGS_DESC= Enable optimizations (on x86) OPENMP_DESC= Enable OpenMP (implies GCC 4.6+) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index 377150f1b269..7a24f8275387 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -46,6 +46,7 @@ PLIST_FILES= bin/LibreAtlas DESKTOP_ENTRIES="LibreAtlas" "${COMMENT}" "" "LibreAtlas" \ "Graphics;Viewer;" true +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|wx-config|$${WX_CONFIG}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 71907d910a3f..d6e6e377016a 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-svgz \ --enable-gtk-theme MAN1= rsvg-convert.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=3.0.0|GTK3_REQUIRED=9.90.0|g' \ ${WRKSRC}/configure diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index ec7b2db3c045..54c9fdd4b35c 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libspiro -# Date created: 10 Janurary 2008 -# Whom: Naram Qashat <cyberbotx@cyberbotx.com> -# +# Created by: Naram Qashat <cyberbotx@cyberbotx.com> # $FreeBSD$ -# PORTNAME= libspiro DISTVERSION= 20071029 @@ -21,4 +17,5 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index b2748ebc55b7..778dbfd858c0 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -26,4 +26,5 @@ PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.so.1 \ libdata/pkgconfig/libsvg-cairo.pc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 3016f5918cb2..3c9852728ced 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -29,4 +29,5 @@ PLIST_FILES= include/svg.h \ lib/libsvg.so.1 \ libdata/pkgconfig/libsvg.pc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index e1069dc04391..80da7635ac8d 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" || ${ARCH} == "amd64" diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index 9128024abe39..e6aedd9f9674 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -34,6 +34,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}-${PKGNAMESUFFIX:C/.*-//}-${MAJORMINOR} PLIST_SUB= PLUGINS_BASE_DIR=${LOCALBASE}/lib/${PORTNAME}-${MAJORMINOR} \ DATADIR_REL=${DATADIR_REL} +NO_STAGE= yes pre-configure: # /usr/bin/objformat is obsolete, hardcode the object format @${REINPLACE_CMD} -e 's,objformat=.*,objformat=elf,' \ diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index ea056d3e1a1e..d81bfa002a12 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes VER= -0.4 PLIST_SUB= VER=${VER} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g;s|-O3|${CFLAGS}|g' \ ${WRKSRC}/libvisual/Makefile.in diff --git a/graphics/libwmf-nox11/Makefile b/graphics/libwmf-nox11/Makefile index d0d983cf0382..499602983c0d 100644 --- a/graphics/libwmf-nox11/Makefile +++ b/graphics/libwmf-nox11/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../libwmf OPTIONS_EXCLUDE= X11 OPTIONS_FILE_UNSET= X11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 96dd891ee10e..ef1a185e0756 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -30,6 +30,7 @@ PORTDOCS= * OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile index 8ee20a9b13fc..c1fb62312899 100644 --- a/graphics/libwpg/Makefile +++ b/graphics/libwpg/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --disable-werror OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/libwpg01/Makefile b/graphics/libwpg01/Makefile index 000ae7d279bb..b11a8d3a6a9f 100644 --- a/graphics/libwpg01/Makefile +++ b/graphics/libwpg01/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gnomeprefix gnomehack ltverhack USES= perl5 pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E '/^SUBDIRS = /s/conv//g' ${WRKSRC}/src/Makefile.in diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile index fac8170e35e3..fe5ce563416a 100644 --- a/graphics/linplasma/Makefile +++ b/graphics/linplasma/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/linplasma PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s:PI:M_PI:" ${WRKSRC}/linplasma.c @${REINPLACE_CMD} -e \ diff --git a/graphics/linux-XnViewMP/Makefile b/graphics/linux-XnViewMP/Makefile index a356782fce24..57893733efb2 100644 --- a/graphics/linux-XnViewMP/Makefile +++ b/graphics/linux-XnViewMP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xnview-mp -# Date created: 23 Jul 2008 -# Whom: Serge Negodyuck <petr@petrovich.kiev.ua> -# +# Created by: Serge Negodyuck <petr@petrovich.kiev.ua> # $FreeBSD$ -# PORTNAME= XnViewMP PORTVERSION= 0.015 @@ -29,6 +25,7 @@ PLIST_FILES= bin/xnview-mp lib/xnview-mp/libQtCore.so.4 \ lib/xnview-mp/libQtGui.so.4 lib/xnview-mp/xnview PLIST_DIRS= lib/xnview-mp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|\.|${PREFIX}/lib/xnview-mp|" ${WRKSRC}/xnview.sh diff --git a/graphics/linux-adobesvg/Makefile b/graphics/linux-adobesvg/Makefile index 97800a4623df..3841956e2112 100644 --- a/graphics/linux-adobesvg/Makefile +++ b/graphics/linux-adobesvg/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= ${SHLIB_FILES:S|^|lib/linux-adobesvg/|} PLIST_DIRS= ${LIBDIR:S|^${PREFIX}/||} PORTDOCS= LICENSE.txt ReadMe.html SVGHelp.html +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/linux-f10-cairo/Makefile b/graphics/linux-f10-cairo/Makefile index 5843ba5da33c..d293fab51ee4 100644 --- a/graphics/linux-f10-cairo/Makefile +++ b/graphics/linux-f10-cairo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-cairo -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= cairo PORTVERSION= 1.8.0 @@ -31,4 +27,5 @@ DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION} PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ COPYING-MPL-1.1 ChangeLog NEWS PORTING_GUIDE README +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-dri/Makefile b/graphics/linux-f10-dri/Makefile index 7c870cbbe7f5..a6832947f2be 100644 --- a/graphics/linux-f10-dri/Makefile +++ b/graphics/linux-f10-dri/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-dri -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= dri PORTVERSION= 7.2 @@ -38,4 +34,5 @@ USE_LINUX_APPS= xorglibs LINUX_DIST_VER= 10 USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-gdk-pixbuf/Makefile b/graphics/linux-f10-gdk-pixbuf/Makefile index e76fd0f0c1d9..40056744d929 100644 --- a/graphics/linux-f10-gdk-pixbuf/Makefile +++ b/graphics/linux-f10-gdk-pixbuf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/linux-f10-gdk-pixbuf -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 @@ -23,4 +19,5 @@ LINUX_DIST_VER= 10 RPMVERSION= 36.fc9 USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile index 95ec0c625bc6..3dbc306425b6 100644 --- a/graphics/linux-f10-glew/Makefile +++ b/graphics/linux-f10-glew/Makefile @@ -23,4 +23,5 @@ PLIST_FILES= usr/bin/glewinfo usr/bin/visualinfo \ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= LICENSE.txt +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-imlib/Makefile b/graphics/linux-f10-imlib/Makefile index f5dc44bb0510..3c0b8c223b36 100644 --- a/graphics/linux-f10-imlib/Makefile +++ b/graphics/linux-f10-imlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-imlib -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= imlib PORTVERSION= 1.9.15 @@ -24,4 +20,5 @@ BRANDELF_FILES= usr/bin/imlib_config USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-jpeg/Makefile b/graphics/linux-f10-jpeg/Makefile index b4d14cf11f41..248d5f6504b0 100644 --- a/graphics/linux-f10-jpeg/Makefile +++ b/graphics/linux-f10-jpeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-jpeg -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= jpeg PORTVERSION= 6b @@ -27,4 +23,5 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-libGLU/Makefile b/graphics/linux-f10-libGLU/Makefile index 71e411450aa6..b1b218abc039 100644 --- a/graphics/linux-f10-libGLU/Makefile +++ b/graphics/linux-f10-libGLU/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-libGLU -# Date created: 2009-09-10 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= libGLU PORTVERSION= 7.2 @@ -29,4 +25,5 @@ SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm PLIST_FILES= usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.070300 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-libmng/Makefile b/graphics/linux-f10-libmng/Makefile index 7fbf766653db..8e79dc1d2081 100644 --- a/graphics/linux-f10-libmng/Makefile +++ b/graphics/linux-f10-libmng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-libmng -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= libmng PORTVERSION= 1.0.9 @@ -26,4 +22,5 @@ USE_LDCONFIG= yes PLIST_FILES= usr/lib/libmng.so.1 usr/lib/libmng.so.1.0.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile index 50b436204ac6..eb87028d841f 100644 --- a/graphics/linux-f10-png/Makefile +++ b/graphics/linux-f10-png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-png -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= png PORTVERSION= 1.2.37 @@ -34,4 +30,5 @@ DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.37.txt DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index 8f8a7d013e69..809bb616cae3 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-png10 -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= png10 PORTVERSION= 1.0.43 @@ -30,4 +26,5 @@ DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION} PORTDOCS= ANNOUNCE CHANGES LICENSE README TODO Y2KINFO DESCR= ${.CURDIR}/../png/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile index 95b4c6133b62..f3926966efaf 100644 --- a/graphics/linux-f10-sdl_image/Makefile +++ b/graphics/linux-f10-sdl_image/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-sdl_image -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= sdl_image PORTVERSION= 1.2.6 @@ -33,4 +29,5 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-tiff/Makefile b/graphics/linux-f10-tiff/Makefile index 54a45fc1d3b3..ef8857cb8178 100644 --- a/graphics/linux-f10-tiff/Makefile +++ b/graphics/linux-f10-tiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-tiff -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= tiff PORTVERSION= 3.8.2 @@ -30,4 +26,5 @@ USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-f10-ungif/Makefile b/graphics/linux-f10-ungif/Makefile index d7d9649469a4..a2ff2110c1e9 100644 --- a/graphics/linux-f10-ungif/Makefile +++ b/graphics/linux-f10-ungif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/linux-f10-ungif -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= ungif PORTVERSION= 4.1.3 @@ -31,4 +27,5 @@ PLIST_FILES= usr/lib/libgif.so.4 \ DOCSDIR= ${PREFIX}/usr/share/doc/giflib-${PORTVERSION} PORTDOCS= AUTHORS BUGS COPYING ChangeLog NEWS ONEWS README TODO +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux-panorama-tools/Makefile b/graphics/linux-panorama-tools/Makefile index 7dc6a4c13ea8..b8680c1611a9 100644 --- a/graphics/linux-panorama-tools/Makefile +++ b/graphics/linux-panorama-tools/Makefile @@ -1,15 +1,5 @@ -# New ports collection makefile for: linux-panorama-tools -# Date created: 26 august 2004 -# Whom: cartola (Carlos E. G. Carvalho) -# +# Created by: cartola (Carlos E. G. Carvalho) # $FreeBSD$ -# -# This port has been made as a running dependence for the hugin port. -# The hugin port for itself would run with no problem without this port, -# but the final step that generates the panorama images make use of the -# external program PTStitcher, installed by this port. -# This port, as a dependence, does not install the complete linux -# panorama tools, just the few things necessary to hugin. PORTNAME= linux-panorama-tools PORTVERSION= 2.6b1 @@ -31,6 +21,7 @@ USE_LINUX_APPS= jpeg png10 tiff WRKSRC= ${WRKDIR}/PTLinux +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Helpers/PTStitcher ${PREFIX}/usr/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/libpano12.so ${PREFIX}/usr/lib/ diff --git a/graphics/linux-sdl_ttf/Makefile b/graphics/linux-sdl_ttf/Makefile index c65e9e37c6af..1ea105965b54 100644 --- a/graphics/linux-sdl_ttf/Makefile +++ b/graphics/linux-sdl_ttf/Makefile @@ -17,4 +17,5 @@ ONLY_FOR_ARCHS= i386 amd64 DIST_SUBDIR= rpm PLIST_SUB+= SDLTTFVER=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index ec85cc72099b..6a602f33df73 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: linux_glide -# Date created: Oct, 8, 1998 -# Whom: cracauer@cons.org "Martin Cracauer" -# +# Created by: cracauer@cons.org "Martin Cracauer" # $FreeBSD$ -# -# PORTNAME= glide PORTVERSION= 2.4 @@ -25,6 +20,7 @@ USE_LINUX_PREFIX=yes USE_LINUX= yes WRKSRC= ${WRKDIR}/Glide2.4 +NO_STAGE= yes do-build: @zcat ${WRKSRC}/dist.tar.gz | \ (cd ${WRKSRC}; tar fx - lib include bin/test00) diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index 0dbfb373911c..2587c5cb4068 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -27,6 +27,7 @@ CMAKE_ARGS= -DQTTRANS_LRELEASE_EXECUTABLE="${LOCALBASE}/bin/lrelease-qt4" WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/asm\/types.h/ d' ${WRKSRC}/src/argyll/spectro/hidio.c @${REINPLACE_CMD} -e '/DESTINATION/ s|data/|share/${PORTNAME}/data/|' \ diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile index 15f0713cbf4e..af71ab3ded25 100644 --- a/graphics/lua-gd/Makefile +++ b/graphics/lua-gd/Makefile @@ -22,6 +22,7 @@ CFLAGS+= -I${LUA_INCDIR} -I${LOCALBASE}/include LDFLAGS+= -shared -L${LOCALBASE}/lib -lgd -L${LUA_LIBDIR} -llua -lm GDFEATURES= `gdlib-config --features |sed -e "s/GD_/-DGD_/g"` +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "amd64" diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index e74ff94a66e9..a365652d7b94 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Luminance HDR (nee Qtpfsgui) -# Date created: 28 Jul 2007 -# Whom: Yinghong Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= luminance-hdr PORTREVISION= 2 @@ -31,6 +27,7 @@ USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build imageformats_run INSTALLS_ICONS= yes +NO_STAGE= yes post-patch: # Do not install yet another copy of GPL (we use license framework instead) # and fix installation path for docs (but not for internal help files) diff --git a/graphics/luxrays/Makefile b/graphics/luxrays/Makefile index b16e6251a450..d0face107bbf 100644 --- a/graphics/luxrays/Makefile +++ b/graphics/luxrays/Makefile @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/luxrays-${HG_NODEID} CMAKE_ARGS= -DLUXRAYS_DISABLE_OPENCL:BOOL=ON +NO_STAGE= yes do-install: (cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${PREFIX}/include) ${INSTALL_DATA} ${WRKSRC}/lib/libluxrays.a ${PREFIX}/lib diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index 43362a3418ca..bd9e1bc7523b 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -39,6 +39,7 @@ OPTIONS_DEFAULT= QT4 QT4_DESC= Qt4-enabled GUI executable WX_DESC= wxWidgets-enabled GUI executable +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQT4} diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile index 2a0b6dd501e0..3f4579d31770 100644 --- a/graphics/mahotas/Makefile +++ b/graphics/mahotas/Makefile @@ -18,4 +18,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 0e5efa53776c..22dcab594d7f 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/mandelbulber/Makefile b/graphics/mandelbulber/Makefile index 2fae7c7329a9..6137f36a680d 100644 --- a/graphics/mandelbulber/Makefile +++ b/graphics/mandelbulber/Makefile @@ -25,6 +25,7 @@ PLIST_DIRSTRY= share/applications PORTDOCS= README NEWS PORTDATA= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 26db8e082c09..32542b37034e 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -54,6 +54,7 @@ DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs DOC_FILES2= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCAIRO} diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7b2522de87b6..8f7ecad0f5f1 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -40,6 +40,7 @@ WMS_DESC= Web map service server and client support WFS_DESC= Web feature service support MAPSERV_DESC= Mapserv cgi interface support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMAPSERV} diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index bda0060877f7..d6da953569a6 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -32,6 +32,7 @@ FIND_HERE= userdoc OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/maverik/Makefile b/graphics/maverik/Makefile index 7a4db04b3481..a5dcad8e1b4b 100644 --- a/graphics/maverik/Makefile +++ b/graphics/maverik/Makefile @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPNG} diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index a3e962e9729b..070ea5a5597d 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: MegaPov -# Date created: 25 July 2003 -# Whom: maho@FreeBSD.org -# +# Created by: maho@FreeBSD.org # $FreeBSD$ -# PORTNAME= megapov PORTVERSION= 1.2.1 @@ -30,6 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CXXFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "i386") diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 81d1212e3960..d3dac3e97443 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -23,6 +23,7 @@ DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= NVIDIA NVIDIA_DESC= Use NVIDIA's libraries +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ ${WRKSRC}/configure diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index ca73c1f5e88f..31bd4e79cf57 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mesagl -# Date created: Thu 17 Jul 2008 -# Whom: pfg -# +# Created by: pfg # $FreeBSD$ -# PORTNAME= mesagl PORTVERSION= 5.0.2 @@ -33,6 +29,7 @@ MAKEFILE= Makefile.X11 ALL_TARGET= realclean freebsd MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/include/Mesa/GL .for i in ${GLINC} diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index 3e43c39ccc68..9e26bfb20bff 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -41,6 +41,7 @@ DOC_FILES3= *.html *.ico PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 3f27aa9e894c..e629d96cad07 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -22,6 +22,7 @@ ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index 5f89053ad704..3dc5ae992f83 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -32,6 +32,7 @@ PLIST_FILES= bin/metapixel \ PORTDOCS= NEWS README PORTEXAMPLES= metapixelrc +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile index d7740c0b18b0..40f4aca16ad3 100644 --- a/graphics/mhgui/Makefile +++ b/graphics/mhgui/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 09e97832d758..50f096edb6cd 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -34,6 +34,7 @@ USES+= bison gmake pathfix DOCS= HISTORY NEWS README TODO DOCS_UTIL= README TIPS TODO swftoperl.html +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/mingplot/Makefile b/graphics/mingplot/Makefile index 471a3d982a8e..4132c35fe397 100644 --- a/graphics/mingplot/Makefile +++ b/graphics/mingplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mingplot -# Date created: 14 Nov 2003 -# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp> -# +# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp> # $FreeBSD$ -# PORTNAME= mingplot PORTVERSION= 0.4 @@ -19,4 +15,5 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/mingc.so:${PORTSDIR}/graphics/ruby-ming USE_RUBY= yes USE_RUBY_FEATURES= iconv +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile index 56525af64bb6..7cf9d9206b9a 100644 --- a/graphics/mirage/Makefile +++ b/graphics/mirage/Makefile @@ -23,6 +23,7 @@ PORT_VERBS= ${PORTNAME} imgfuncs OPTIONS_DEFINE= DOCS GNOME +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOME} diff --git a/graphics/mmrecover/Makefile b/graphics/mmrecover/Makefile index 1a01f3a28d5e..d610bbbeca75 100644 --- a/graphics/mmrecover/Makefile +++ b/graphics/mmrecover/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmrecover -# Date created: 2009-08-16 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= mmrecover PORTVERSION= 1.0 @@ -17,4 +13,5 @@ PLIST_FILES= bin/mmrecover MAN1= mmrecover.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile index f3f75e64d7cf..cbc97048c0d7 100644 --- a/graphics/mscgen/Makefile +++ b/graphics/mscgen/Makefile @@ -15,6 +15,7 @@ COMMENT= A Message Sequence Chart Renderer OPTIONS_DEFINE= PNG OPTIONS_DEFAULT= PNG +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPNG} diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index d04779f9b01f..0fa5313df799 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLCMS2} diff --git a/graphics/multican/Makefile b/graphics/multican/Makefile index 51ed89a42d7f..5b642284e6ad 100644 --- a/graphics/multican/Makefile +++ b/graphics/multican/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/multican lib/libmultican.so.0 lib/libmultican.so \ PORTDOCS= ChangeLog README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 9b3bf838bee9..17318da21713 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -34,6 +34,7 @@ OPTIONS_DEFAULT=SCROLL SCROLL_DESC= Build with scroll hacks JS_DESC= JavaScript support (V8 engine) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${CC:T:Mclang} == "clang" diff --git a/graphics/mxp/Makefile b/graphics/mxp/Makefile index 042d6ee4881f..b300d603470a 100644 --- a/graphics/mxp/Makefile +++ b/graphics/mxp/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} \ %%PORTDOCS%%%%DOCSDIR%%/README PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 200da39db4a2..95e099f3418b 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -29,6 +29,7 @@ INSTALLS_ICONS= yes SUB_FILES= pkg-install +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/brushlib/operationqueue.c \ diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile index 4dc8acc8a9c7..81deb8f5de6d 100644 --- a/graphics/nathive/Makefile +++ b/graphics/nathive/Makefile @@ -24,6 +24,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 4d1fb54bc33a..36aecdf1ad8d 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -32,6 +32,7 @@ MAN1= netpbm.1 OPTIONS_DEFINE= X11 MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 6f78ab75b163..b1e5b77e4fa2 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man # This port has no man-pages. It installs a number of HTML files, # which are available through the GUI's Help. For this reason, they # are always installed, regardless of the NOPORTDOCS setting. +NO_STAGE= yes # The PDF version of the documentation is another story: .if defined(NOPORTDOCS) EXTRACT_AFTER_ARGS= --exclude nipguide --exclude pdf diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index f37986ae7f65..5fd431f3a625 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFAULT= RAW TIFF RAW_DESC= RAW images support TIFF_DESC= Support multi-page TIFF images +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRAW} diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index e88edccf47d6..a0f991017b95 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes USES= perl5 USE_PERL5= run +NO_STAGE= yes post-patch: @ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index 15019f71db2a..ca80cc941407 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nurbs++ -# Date created: 14 May 2000 -# Whom: R Joseph Wright <rjoseph@mammalia.org> -# +# Created by: R Joseph Wright <rjoseph@mammalia.org> # $FreeBSD$ -# PORTNAME= nurbs++ PORTVERSION= 3.0.11 @@ -22,4 +18,5 @@ USE_LDCONFIG= yes MAN1= nurbs++-config.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index c0285b5cda72..9dd4a875afcc 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -29,6 +29,7 @@ PORTDOCS= NVIDIA_Texture_Tools_README.txt ChangeLog OPTIONS_DEFINE= COMPRESSUI DOCS COMPRESSUI_DESC=Build compressor UI (requires Qt4) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOMPRESSUI} diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index d409efc5b8f7..c730c19a770d 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -35,6 +35,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT GTK2 DOCS OPTIONS_DEFAULT= PNG JPEG TIFF XPM GIT FREETYPE GHOSTSCRIPT +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPNG} diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index c0ca8973414a..70575abde6c6 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -35,6 +35,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/lablgl CONFLICTS= ocaml-notk-[0-9]* ocaml-nox11-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> USE_TK= 84+ diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index dcdefdc5b6a2..baf4fc9f11b8 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -24,6 +24,7 @@ MAN1= ocrad.1 PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index 857156cad0a3..7bf3805bdc20 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -27,6 +27,7 @@ MAKE_ENV= CFLAGS1="${CFLAGS}" MANLANG= "" es MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${TAR} --exclude "*.orig" -xof ocre-decsWood-${PORTVERSION}.tgz diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile index ed64b7124528..d16827bb97c3 100644 --- a/graphics/ocrfeeder/Makefile +++ b/graphics/ocrfeeder/Makefile @@ -30,6 +30,7 @@ USE_GNOME= pygtk2 pygnomeextras USES= gettext gmake pkgconfig USE_GHOSTSCRIPT=yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 22c83a134d7a..bf8c76c7e0bd 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSDL} diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 662db97aae73..4dc55910f9a7 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -22,6 +22,7 @@ USES= cmake USE_SDL= sdl USE_XORG= xaw +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBOOST} diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index a4f495cb5629..6fd092231e81 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -34,6 +34,7 @@ MAN1= okular.1 OPTIONS_DEFINE= DVI DVI_DESC= Support DVI files (requires teTeX) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDVI} diff --git a/graphics/openclipart/Makefile b/graphics/openclipart/Makefile index a8cb40c73a52..d1eb3f0a930a 100644 --- a/graphics/openclipart/Makefile +++ b/graphics/openclipart/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: openclipart -# Date created: 2005-07-16 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports-stable/graphics/openclipart/Makefile,v 1.1 2005/08/09 02:14:05 ahze Exp $ -# PORTNAME= openclipart PORTVERSION= 2.0 @@ -24,6 +20,7 @@ OPTIONS_DEFINE= PNG OPTIONS_DEFAULT= PNG PNG_DESC= Install png files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPNG} diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile index 7089435d7ddd..020696583621 100644 --- a/graphics/opencolorio-tools/Makefile +++ b/graphics/opencolorio-tools/Makefile @@ -29,4 +29,5 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt OCIO_TOOLS= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 9d81febb5519..f3a8492a668e 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -38,6 +38,7 @@ OPTIONS_DEFINE= DOCS SSE OPTIONS_DEFAULT= DOCS SSE .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDOCS) || defined(OCIO_TOOLS) diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 7c58e42f634b..1ad85f12b051 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opencsg -# Date created: 17 August 2011 -# Whom: Michael Reifenberger <mr@freebsd.org> -# +# Created by: Michael Reifenberger <mr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= opencsg PORTVERSION= 1.3.2 @@ -22,6 +18,7 @@ USE_QT4= qmake_build corelib gui PLIST_SUB= PORTVERSION=${PORTVERSION} #MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${QMAKE} src.pro diff --git a/graphics/opencv-core/Makefile b/graphics/opencv-core/Makefile index 50dd345f984d..fa4a0c6d3981 100644 --- a/graphics/opencv-core/Makefile +++ b/graphics/opencv-core/Makefile @@ -4,4 +4,5 @@ _BUILDING_OPENCV_CORE= yes MASTERDIR= ${.CURDIR}/../opencv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 7d6203567997..a1431d35401e 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -50,6 +50,7 @@ TBB_DESC= TBB support OPTIONS_DEFAULT= EIGEN2 JASPER JPEG PNG TIFF V4L +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/graphics/opendis/Makefile b/graphics/opendis/Makefile index d68bb7e83f57..8ce4da681850 100644 --- a/graphics/opendis/Makefile +++ b/graphics/opendis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opendis -# Date created: 22 May 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= opendis PORTVERSION= 0.0.3 @@ -18,6 +14,7 @@ COMMENT= Access Flashpoint Digita-based cameras, download images, and more GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-pedantic -W|-pedantic|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| -g| @CFLAGS@|g' ${WRKSRC}/src/Makefile.in diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index f7bffe03a667..0c88d8073634 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -63,6 +63,7 @@ PLIST_SUB+= JAVA="@comment " PLIST_SUB+= UNAMEP=${ARCH} +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_JAVA) && ${ARCH} != "i386" diff --git a/graphics/openexr_ctl/Makefile b/graphics/openexr_ctl/Makefile index d4915aaff54a..45f1304faa1a 100644 --- a/graphics/openexr_ctl/Makefile +++ b/graphics/openexr_ctl/Makefile @@ -22,6 +22,7 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog README +NO_STAGE= yes .include <bsd.port.options.mk> test check: build diff --git a/graphics/opengl-man/Makefile b/graphics/opengl-man/Makefile index b6d9146e7837..c04a30bd5657 100644 --- a/graphics/opengl-man/Makefile +++ b/graphics/opengl-man/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opengl-manpage -# Date created: 19990120 -# Whom: cracauer@cons.org "Martin Cracauer" -# +# Created by: cracauer@cons.org "Martin Cracauer" # $FreeBSD$ -# PORTNAME= opengl-man PORTVERSION= 657.2 @@ -20,6 +16,7 @@ USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes .include <bsd.port.pre.mk> MAN3= glDisable.3 glDisableClientState.3 glEdgeFlag.3 \ diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index b65d9e907b4a..db7f2dab367d 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -26,6 +26,7 @@ SHIVA_DESC= Install filters and generators PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHIVA} diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 47b20bcddd10..9370e22be547 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -55,6 +55,7 @@ IMAGEVIEWER_DESC= Build image viewer OCIO_DESC= Colour management support .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index aaa4f97a694f..6c1b1d4233e9 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -24,4 +24,5 @@ USE_LDCONFIG= yes MAN1= image_to_j2k.1 j2k_dump.1 j2k_to_image.1 MAN3= libopenjpeg.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/openjump/Makefile b/graphics/openjump/Makefile index 16ae2289d7a4..c17a9987fa29 100644 --- a/graphics/openjump/Makefile +++ b/graphics/openjump/Makefile @@ -46,6 +46,7 @@ NO_WRKSUBDIR= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS PLUS_REV= 3576 +NO_STAGE= yes do-install: @${ECHO_CMD} "---> Installing JAR files" ${MKDIR} ${TARGET_DIR}/lib diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 022681abc999..6a96028651c3 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= CC=${CC} CCC=${CXX} MAKEFILE= makefile EXAMPLESDIR= ${PREFIX}/libexec/openNURBS +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != i386 diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index 59eee4117573..9a57453ba2d3 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -40,6 +40,7 @@ CFLAGS+= -fPIC -DPIC PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index 67dec02b501c..67f774546ce5 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -31,6 +31,7 @@ CXXFLAGS+= -I${LOCALBASE}/include/flex USE_LDCONFIG= yes USES= bison cmake:outsource +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 diff --git a/graphics/optar/Makefile b/graphics/optar/Makefile index 69fe7afc18a4..c5c0764dfa24 100644 --- a/graphics/optar/Makefile +++ b/graphics/optar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: optar -# Date created: 27 September 2008 -# Whom: antonakis@gmail.com -# +# Created by: antonakis@gmail.com # $FreeBSD$ -# PORTNAME= optar PORTVERSION= 1.0 @@ -25,6 +21,7 @@ WRKSRC= ${WRKDIR}/optar PLIST_FILES= bin/optar bin/unoptar bin/pgm2ps +NO_STAGE= yes post-extract: @${RM} -v ${WRKSRC}/font.h @${CP} -v ${DISTDIR}/font.h ${WRKSRC}/font.h diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 487e4602762e..7f4a15937d08 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -23,6 +23,7 @@ MAN1= optipng.1 PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ png_optimization.html todo.txt +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MBUNDLED_LIBPNG) diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index 000cc341ee27..ee5b64337273 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca MAN1= orca.1 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 9620ea37074e..65491da613fa 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -45,6 +45,7 @@ OPTIONS_DEFAULT= FREETYPE GIF XRANDR # broken (openvrml from ports is too old) # OPENVRML "Support for OpenVRML" off +NO_STAGE= yes .include <bsd.port.options.mk> # GUI toolkits are only needed for building examples, which are not even installed diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 60d9aeaf09d6..f382754e7c91 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT= FREETYPE GIF XRANDR # broken (openvrml from ports is too old) # OPENVRML "Support for OpenVRML" off +NO_STAGE= yes .include <bsd.port.options.mk> # GUI toolkits are only needed for building examples, which are not even installed diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index b47d6026bd10..e9f915983e81 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -39,6 +39,7 @@ MAN1= oyranos-config-fltk.1 oyranos-monitor-daemon.1 oyranos-monitor.1 \ oyranos-profile.1 oyranos-profiles.1 oyranos-xforms-modules.1 qcmsevents.1 MAN3= oyranos-config.3 oyranos.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 diff --git a/graphics/p5-Acme-Steganography-Image-Png/Makefile b/graphics/p5-Acme-Steganography-Image-Png/Makefile index c8e61daeeae2..3b1e8c9d933a 100644 --- a/graphics/p5-Acme-Steganography-Image-Png/Makefile +++ b/graphics/p5-Acme-Steganography-Image-Png/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Acme::Steganography::Image::Png.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index 1b2537269b41..3ecf311325c8 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -20,4 +20,5 @@ MAN3= CAD::Drawing::Template.3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index 4b37ff90dc49..be13e05716c7 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -35,4 +35,5 @@ MAN3= CAD::Drawing.3 \ USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index 6047f1d0039c..92303422d3a0 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -25,4 +25,5 @@ USE_PERL5= configure MAN3= Cairo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile index a0d3c75c7936..af74db1c57d8 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -21,4 +21,5 @@ MAN3= Captcha::reCAPTCHA::Mailhide.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index b33e00fa72e2..65955ba83350 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -20,4 +20,5 @@ MAN3= Captcha::reCAPTCHA.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index 5b088fc53e7f..b8e17895ecdd 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -70,4 +70,5 @@ MAN3= Chart::Clicker.3 \ Chart::Clicker::Renderer::StackedBar.3 \ Chart::Clicker::Tutorial.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index 52fdacd30904..b901bfa0158c 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Chart-Graph -# Date Created: Aug 30, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Chart-Graph PORTVERSION= 3.2 @@ -29,6 +24,7 @@ MAN3= Chart::Graph.3 \ Chart::Graph::Xrt2d.3 \ Chart::Graph::Xrt3d.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index cc6a5d238539..3c36966096c2 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Chart-PNGgraph -# Date Created: 15 December 1999 -# Whom: Garrett Wollman <wollman@lcs.mit.edu> -# +# Created by: Garrett Wollman <wollman@lcs.mit.edu> # $FreeBSD$ -# PORTNAME= Chart-PNGgraph PORTVERSION= 1.21 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= Chart::PNGgraph.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index a7aadb12107a..d2cde35d6bbf 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Chart.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile index 1b2db68a89c4..cab5e2eba0c9 100644 --- a/graphics/p5-Color-Library/Makefile +++ b/graphics/p5-Color-Library/Makefile @@ -48,4 +48,5 @@ MAN3= Color::Library.3 \ Color::Library::Dictionary::Windows.3 \ Color::Library::Dictionary::X11.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile index c850b81f8a56..b5a8fa1c5348 100644 --- a/graphics/p5-Color-Palette/Makefile +++ b/graphics/p5-Color-Palette/Makefile @@ -25,4 +25,5 @@ MAN3= Color::Palette.3 \ Color::Palette::Schema.3 \ Color::Palette::Types.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Color-Rgb/Makefile b/graphics/p5-Color-Rgb/Makefile index feb242111ee5..dd4758f91a33 100644 --- a/graphics/p5-Color-Rgb/Makefile +++ b/graphics/p5-Color-Rgb/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Color::Rgb.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Color-Scheme/Makefile b/graphics/p5-Color-Scheme/Makefile index 67c5fe6a27e8..2504ca5816fc 100644 --- a/graphics/p5-Color-Scheme/Makefile +++ b/graphics/p5-Color-Scheme/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Color::Scheme.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Convert-Color/Makefile b/graphics/p5-Convert-Color/Makefile index a47b0011bef0..c7eb79945d21 100644 --- a/graphics/p5-Convert-Color/Makefile +++ b/graphics/p5-Convert-Color/Makefile @@ -27,4 +27,5 @@ MAN3= Convert::Color.3 \ Convert::Color::VGA.3 \ Convert::Color::X11.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Arrow/Makefile b/graphics/p5-GD-Arrow/Makefile index f4cfde202f4f..115400cae2e5 100644 --- a/graphics/p5-GD-Arrow/Makefile +++ b/graphics/p5-GD-Arrow/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: GD::Arrow -# Date created: Apr 22, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= GD-Arrow PORTVERSION= 0.01 @@ -23,4 +18,5 @@ USE_PERL5= configure MAN3= GD::Arrow.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index bac3b533604a..0a8948004f77 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GD-Barcode -# Date created: May 28 2001 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= GD-Barcode PORTVERSION= 1.15 @@ -35,4 +31,5 @@ MAN3= GD::Barcode.3 \ GD::Barcode::UPCA.3 \ GD::Barcode::UPCE.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index 072145eeea6b..bbeedcca9656 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= GD::Graph::histogram.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Graph-ohlc/Makefile b/graphics/p5-GD-Graph-ohlc/Makefile index 7a3bfae6ed35..7b426bdeb751 100644 --- a/graphics/p5-GD-Graph-ohlc/Makefile +++ b/graphics/p5-GD-Graph-ohlc/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= GD::Graph::candlesticks.3 \ GD::Graph::ohlc.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index d38440d20373..e31aacc60f3e 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -25,6 +25,7 @@ MAN3= GD::Graph.3 \ GD::Graph::colour.3 \ GD::Graph::hbars.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index 208603fe0c1d..7814eaa533ca 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -20,4 +20,5 @@ USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this MAN3= GD::Graph3d.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index aa1af5bff1d6..e5540a289092 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= GD::SVG.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index de086035e5fd..167a3956dca3 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Thumbnail/Makefile b/graphics/p5-GD-Thumbnail/Makefile index 5cf379da081b..5f5dc7ef8a07 100644 --- a/graphics/p5-GD-Thumbnail/Makefile +++ b/graphics/p5-GD-Thumbnail/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= GD::Thumbnail.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 03ce0046dc61..16e372ef65cf 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,3 @@ -# Created by: Philip M. Gollucci <pgollucci@FreeBSD.org> # $FreeBSD$ PORTNAME= GD @@ -22,4 +21,5 @@ MAN1= bdf2gdfont.pl.1 MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \ GD::Image.3 GD::Polygon.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-EOP/Makefile b/graphics/p5-Geo-EOP/Makefile index cd1ef22662e1..eb16755e3d2e 100644 --- a/graphics/p5-Geo-EOP/Makefile +++ b/graphics/p5-Geo-EOP/Makefile @@ -21,4 +21,5 @@ MAN3= Geo::EOP::Util.3 Geo::EOP.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index aaad208c0a45..4e34175ead85 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE} diff --git a/graphics/p5-Geo-GML/Makefile b/graphics/p5-Geo-GML/Makefile index 25462c926568..4f3d22331a23 100644 --- a/graphics/p5-Geo-GML/Makefile +++ b/graphics/p5-Geo-GML/Makefile @@ -21,4 +21,5 @@ MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index cbff713d5c8b..8bc554985a8d 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -25,4 +25,5 @@ MAN3= Geo::Gpx.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-KML/Makefile b/graphics/p5-Geo-KML/Makefile index 0be406829b09..8c8842bca651 100644 --- a/graphics/p5-Geo-KML/Makefile +++ b/graphics/p5-Geo-KML/Makefile @@ -22,4 +22,5 @@ MAN3= Geo::KML.3 Geo::KML::Util.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-Point/Makefile b/graphics/p5-Geo-Point/Makefile index febd7ac44350..65ab0f4fd85b 100644 --- a/graphics/p5-Geo-Point/Makefile +++ b/graphics/p5-Geo-Point/Makefile @@ -20,4 +20,5 @@ MAN3= Geo::Point.3 Geo::Shape.3 Geo::Surface.3 \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geo-Proj4/Makefile b/graphics/p5-Geo-Proj4/Makefile index 98d9e08b3595..1ad61215704d 100644 --- a/graphics/p5-Geo-Proj4/Makefile +++ b/graphics/p5-Geo-Proj4/Makefile @@ -18,4 +18,5 @@ MAKE_ENV= INC=-I${LOCALBASE}/include USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 21698efd6901..ac3dd8bcbbf7 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: Geometry-Primitive # Created by: chinsan # $FreeBSD$ @@ -35,4 +34,5 @@ MAN3= Geometry::Primitive.3 \ Geometry::Primitive::Rectangle.3 \ Geometry::Primitive::Shape.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index 28d757753246..7a3b065e29ef 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -39,4 +39,5 @@ MAN3= Google::Chart.3 Google::Chart::Axis.3 \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index 1b4c0b2fc7b5..3c9bdeabd073 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -47,4 +47,5 @@ MAN3= Graph::Easy.3 \ Graph::Easy::Parser::VCG.3 \ Graph::Easy::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index 43fbf397cb46..122fedb01d47 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -30,6 +30,7 @@ MAN3= Graph::Reader.3 \ Graph::Writer::XML.3 \ Graph::Writer::daVinci.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Graph-SocialMap/Makefile b/graphics/p5-Graph-SocialMap/Makefile index a48dbb4f35c9..49f3bf23e2c2 100644 --- a/graphics/p5-Graph-SocialMap/Makefile +++ b/graphics/p5-Graph-SocialMap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Graph-SocialMap -# Date created: 31 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Graph-SocialMap PORTVERSION= 0.12 @@ -27,4 +23,5 @@ MAN3= Graph::SocialMap.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graph-Writer-GraphViz/Makefile b/graphics/p5-Graph-Writer-GraphViz/Makefile index 3bf5d3146f1f..742c85e513a5 100644 --- a/graphics/p5-Graph-Writer-GraphViz/Makefile +++ b/graphics/p5-Graph-Writer-GraphViz/Makefile @@ -22,4 +22,5 @@ USES= perl5 MAN3= Graph::Writer::GraphViz.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 2497333ea588..980d0e2dd9d6 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= GraphViz::Data::Structure.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index 13c8ad92781c..0733c89b548f 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -19,4 +19,5 @@ MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 7bcee51de638..f49e47f89497 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -37,4 +37,5 @@ regression-test: build cd ${WRKSRC} && ${MAKE} test .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index b783ccdbfce2..d73bd26b81f4 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -63,6 +63,7 @@ MAN3= GraphViz2.3 \ GraphViz2::Parse::Yapp.3 \ GraphViz2::Utils.3 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index f1c3dc4fdada..10a33df002d8 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-Graphics-Color # Created by: chinsan # $FreeBSD$ @@ -35,4 +34,5 @@ MAN3= Graphics::Color.3 \ Graphics::Color::YIQ.3 \ Graphics::Color::YUV.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-ColorNames-WWW/Makefile b/graphics/p5-Graphics-ColorNames-WWW/Makefile index 11a328c5548f..2f74d613a241 100644 --- a/graphics/p5-Graphics-ColorNames-WWW/Makefile +++ b/graphics/p5-Graphics-ColorNames-WWW/Makefile @@ -22,4 +22,5 @@ MAN3= Graphics::ColorNames::CSS.3 \ Graphics::ColorNames::SVG.3 \ Graphics::ColorNames::WWW.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile index 341514e656dd..60cffdf04ae2 100644 --- a/graphics/p5-Graphics-ColorNames/Makefile +++ b/graphics/p5-Graphics-ColorNames/Makefile @@ -24,4 +24,5 @@ MAN3= Graphics::ColorNames.3 \ Graphics::ColorNames::Windows.3 \ Graphics::ColorNames::X.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-GnuplotIF/Makefile b/graphics/p5-Graphics-GnuplotIF/Makefile index 68b27f43b640..b0e338689a5f 100644 --- a/graphics/p5-Graphics-GnuplotIF/Makefile +++ b/graphics/p5-Graphics-GnuplotIF/Makefile @@ -15,4 +15,5 @@ USE_PERL5= modbuild MAN3= Graphics::GnuplotIF.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile index 0457c7f6b8b0..5a7e87884f13 100644 --- a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile +++ b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-Graphics-Primitive-Driver-Cairo # Created by: chinsan # $FreeBSD$ @@ -27,4 +26,5 @@ USE_PERL5= configure MAN3= Graphics::Primitive::Driver::Cairo.3 \ Graphics::Primitive::Driver::Cairo::TextLayout.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index 6879cd8f2b11..429b6f510315 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-Graphics-Primitive # Created by: chinsan # $FreeBSD$ @@ -49,4 +48,5 @@ MAN3= Graphics::Primitive.3 \ Graphics::Primitive::Path.3 \ Graphics::Primitive::TextBox.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Base-SVG/Makefile b/graphics/p5-Image-Base-SVG/Makefile index 813111ab7178..e22cca4f8927 100644 --- a/graphics/p5-Image-Base-SVG/Makefile +++ b/graphics/p5-Image-Base-SVG/Makefile @@ -20,6 +20,7 @@ USES= perl5 MAN3= Image::Base::SVG.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|Image-Base-SVG|Image::Base::SVG|g' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Image-Base/Makefile b/graphics/p5-Image-Base/Makefile index 5c20bb057f3d..8aa07a8a0479 100644 --- a/graphics/p5-Image-Base/Makefile +++ b/graphics/p5-Image-Base/Makefile @@ -17,4 +17,5 @@ USES= perl5 MAN3= Image::Base.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Caa/Makefile b/graphics/p5-Image-Caa/Makefile index 1fd734bc2251..41c60fcb86ce 100644 --- a/graphics/p5-Image-Caa/Makefile +++ b/graphics/p5-Image-Caa/Makefile @@ -18,6 +18,7 @@ USE_PERL5= configure MAN3= Image::Caa.3 +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demos/* ${EXAMPLESDIR} diff --git a/graphics/p5-Image-Compare/Makefile b/graphics/p5-Image-Compare/Makefile index 227944af9370..32ea2cd73580 100644 --- a/graphics/p5-Image-Compare/Makefile +++ b/graphics/p5-Image-Compare/Makefile @@ -30,4 +30,5 @@ MAN3= Image::Compare.3 \ Image::Compare::THRESHOLD.3 \ Image::Compare::THRESHOLD_COUNT.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index f93dda7f55c2..03a4336e5968 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -42,6 +42,7 @@ MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BZZ BigTIFF BuildTagLookup \ WritePhotoshop WritePostScript WriteXMP Writer XMP XMP2 \ XMPStruct ZIP iWork +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/ diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 2f87213808a0..b3c13a9344bc 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -54,6 +54,7 @@ MAN3= File::RandomAccess.3 Image::ExifTool.3 \ MAN1= exiftool.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index c7de8befc34f..efbcb11b1154 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ENV= ${ECHO_CMD} "N" | MAN3= Image::Grab.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Heatmap/Makefile b/graphics/p5-Image-Heatmap/Makefile index 477f0b585fe1..85d57ccd88ab 100644 --- a/graphics/p5-Image-Heatmap/Makefile +++ b/graphics/p5-Image-Heatmap/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Image::Heatmap.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-IPTCInfo/Makefile b/graphics/p5-Image-IPTCInfo/Makefile index 9561b210cd84..35b834aa24da 100644 --- a/graphics/p5-Image-IPTCInfo/Makefile +++ b/graphics/p5-Image-IPTCInfo/Makefile @@ -16,6 +16,7 @@ SHEBANG_FILES= demo.pl MAN3= Image::IPTCInfo.3 +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/._* diff --git a/graphics/p5-Image-Imgur/Makefile b/graphics/p5-Image-Imgur/Makefile index cb3417b75c9a..dd168b541d0d 100644 --- a/graphics/p5-Image-Imgur/Makefile +++ b/graphics/p5-Image-Imgur/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Image::Imgur.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 598d3411d5ed..7a7188057f59 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -23,6 +23,7 @@ MAN3= Image::Imlib2.3 PORTDOCS= CHANGES EXAMPLES= examples/benchmark.pl examples/benchmark.txt examples/maeda.pl +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 9e4ae20bc421..4a6e1a8e4eb5 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -36,4 +36,5 @@ MAN3= Bundle::Image::Info::Everything.3 \ Image::Info::XBM.3 \ Image::Info::XPM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Magick-Iterator/Makefile b/graphics/p5-Image-Magick-Iterator/Makefile index a51e8c741250..f318f8e06557 100644 --- a/graphics/p5-Image-Magick-Iterator/Makefile +++ b/graphics/p5-Image-Magick-Iterator/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Image::Magick::Iterator.3 Image::Magick::Iterator::PPM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Math-Constrain/Makefile b/graphics/p5-Image-Math-Constrain/Makefile index 8adf8414547d..322fcc92b301 100644 --- a/graphics/p5-Image-Math-Constrain/Makefile +++ b/graphics/p5-Image-Math-Constrain/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Image::Math::Constrain.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-MetaData-GQview/Makefile b/graphics/p5-Image-MetaData-GQview/Makefile index d1a8517ce9db..e5073f570ee5 100644 --- a/graphics/p5-Image-MetaData-GQview/Makefile +++ b/graphics/p5-Image-MetaData-GQview/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Image::MetaData::GQview.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-MetaData-JPEG/Makefile b/graphics/p5-Image-MetaData-JPEG/Makefile index ad050c5711ac..2cb0a845afa3 100644 --- a/graphics/p5-Image-MetaData-JPEG/Makefile +++ b/graphics/p5-Image-MetaData-JPEG/Makefile @@ -18,4 +18,5 @@ MAN3= Image::MetaData::JPEG.3 \ Image::MetaData::JPEG::Structures.3 \ Image::MetaData::JPEG::TagLists.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile index 2ec0eb698875..c16c870a8146 100644 --- a/graphics/p5-Image-PBMlib/Makefile +++ b/graphics/p5-Image-PBMlib/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Image::PBMlib.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Pngslimmer/Makefile b/graphics/p5-Image-Pngslimmer/Makefile index 28720f11a88a..0e0771948e5f 100644 --- a/graphics/p5-Image-Pngslimmer/Makefile +++ b/graphics/p5-Image-Pngslimmer/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Image::Pngslimmer.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Scale/Makefile b/graphics/p5-Image-Scale/Makefile index 4cd1fec96ee1..114985682e1b 100644 --- a/graphics/p5-Image-Scale/Makefile +++ b/graphics/p5-Image-Scale/Makefile @@ -23,4 +23,5 @@ MAN3= Image::Scale.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Size-FillFullSelect/Makefile b/graphics/p5-Image-Size-FillFullSelect/Makefile index 5875c825cbbf..e7040ed2d689 100644 --- a/graphics/p5-Image-Size-FillFullSelect/Makefile +++ b/graphics/p5-Image-Size-FillFullSelect/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Image::Size::FillFullSelect.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 60f3192802b2..e7e659d6b8c7 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN1= imgsize.1 MAN3= Image::Size.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imager-AverageGray/Makefile b/graphics/p5-Imager-AverageGray/Makefile index 8d6a27d30ec7..d9da06922026 100644 --- a/graphics/p5-Imager-AverageGray/Makefile +++ b/graphics/p5-Imager-AverageGray/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Imager::AverageGray.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile index e13498bf2af4..a1c01e3d048e 100644 --- a/graphics/p5-Imager-Graph/Makefile +++ b/graphics/p5-Imager-Graph/Makefile @@ -27,4 +27,5 @@ MAN3= Imager::Graph.3 \ Imager::Graph::Util.3 \ Imager::Graph::Vertical.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile index e7298722c2c7..ee486056b566 100644 --- a/graphics/p5-Imager-Plot/Makefile +++ b/graphics/p5-Imager-Plot/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Imager-Plot -# Date created: Aug 31, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Imager-Plot PORTVERSION= 0.09 @@ -24,4 +19,5 @@ USE_PERL5= configure MAN3= Imager::Plot.3 Imager::Plot::Axis.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index 0933c2678541..8cb788310a69 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -22,4 +22,5 @@ CFLAGS+= -I${LOCALBASE}/include MAN3= Imager::QRCode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index a551056022e7..340f567b13ca 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -82,4 +82,5 @@ MAN3= Imager.3 \ Imager::interface.3 \ Imager::regmach.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile index b57d03cea3ea..c0cd653ba5e9 100644 --- a/graphics/p5-Imlib2/Makefile +++ b/graphics/p5-Imlib2/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: p5-Imlib2 -# Date created: 16 March 2001 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= Imlib2 PORTVERSION= 1.0.0 @@ -23,6 +19,7 @@ USE_PERL5= configure MAN3= Imlib2.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index d8cdaa653072..a1d1c87701b1 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: Layout-Manager # Created by: chinsan # $FreeBSD$ @@ -32,4 +31,5 @@ MAN3= Layout::Manager.3 \ Layout::Manager::Grid.3 \ Layout::Manager::Single.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 24d9481ef88e..ef71790a7ca1 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -25,6 +25,7 @@ MAN3= Array.3 \ OpenGL.3 \ Tessellation.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index df28082daffa..f19fccbe98bb 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -24,6 +24,7 @@ MAN3= PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} .if !defined(NOPORTEXAMPLES) +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/ diff --git a/graphics/p5-SVG-DOM2/Makefile b/graphics/p5-SVG-DOM2/Makefile index dd1a0062a921..d6aee486aa70 100644 --- a/graphics/p5-SVG-DOM2/Makefile +++ b/graphics/p5-SVG-DOM2/Makefile @@ -21,4 +21,5 @@ MAN3= SVG::DOM2.3 SVG::DOM2::Attribute::Transform.3 \ SVG::DOM2::Element::Shape::Font.3 \ SVG::DOM2::Element::Shape::Stroke.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile index e60c74bbee03..8943bc95f580 100644 --- a/graphics/p5-SVG-Graph/Makefile +++ b/graphics/p5-SVG-Graph/Makefile @@ -40,4 +40,5 @@ MAN3= SVG::Graph.3 \ SVG::Graph::Glyph::tree.3 \ SVG::Graph::Glyph::wedge.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-SVG-Metadata/Makefile b/graphics/p5-SVG-Metadata/Makefile index 695ec8185e1b..1d82a48e7ec8 100644 --- a/graphics/p5-SVG-Metadata/Makefile +++ b/graphics/p5-SVG-Metadata/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure MAN1= svg_validate.1 svg_annotate.1 MAN3= SVG::Metadata.3 +NO_STAGE= yes post-patch: ${RM} -f ${WRKSRC}/lib/SVG/Metadata.pm.orig diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index f5e1ce1f5c2f..d2b09147ecd6 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -29,6 +29,7 @@ MAN3= SWF::Builder.3 SWF::Builder::ActionScript.3 \ SWF::Builder::Character::Text.3 SWF::Builder::Gradient.3 MAN1= asc.plx.1 +NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 4ad9fe6941c0..8b82612b85f5 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -23,6 +23,7 @@ MAN3= SWF::BinStream.3 SWF::BinStream::Codec.3 \ SWF::BinStream::Codec::Zlib.3 SWF::BinStream::File.3 \ SWF::Element.3 SWF::File.3 SWF::Parser.3 +NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/graphics/p5-Sane/Makefile b/graphics/p5-Sane/Makefile index 249e53b03ba2..85d090d34822 100644 --- a/graphics/p5-Sane/Makefile +++ b/graphics/p5-Sane/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: Sane # Created by: chinsan # $FreeBSD$ @@ -20,6 +19,7 @@ USE_PERL5= configure MAN3= Sane.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^my $$inc = / s|-I\.|& -I${LOCALBASE}/include|' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index a747c8fe4e96..799deb8d0113 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -19,4 +19,5 @@ MAN3= SpringGraph.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile index 412920262178..faac0a62613f 100644 --- a/graphics/p5-Tk-JPEG-Lite/Makefile +++ b/graphics/p5-Tk-JPEG-Lite/Makefile @@ -21,6 +21,7 @@ USE_PERL5= configure MAN1= tkjpeg-lite.1 MAN3= Tk::JPEG::Lite.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-URI-GoogleChart/Makefile b/graphics/p5-URI-GoogleChart/Makefile index 14733f26c108..80dbdead73f2 100644 --- a/graphics/p5-URI-GoogleChart/Makefile +++ b/graphics/p5-URI-GoogleChart/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= URI::GoogleChart.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile index f36524e1085e..f91584d5c436 100644 --- a/graphics/p5-VCG/Makefile +++ b/graphics/p5-VCG/Makefile @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: p5-VCG # Created by: ijliao # $FreeBSD$ @@ -23,4 +21,5 @@ USE_PERL5= configure MAN3= VCG.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index f238abfc16a5..13c02fa0d35c 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -20,4 +20,5 @@ MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \ Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \ Visio::PageSheet.3 Visio::Shape.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index 8b4930172a71..5007f7001c86 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -57,6 +57,7 @@ MAN3= SWF.3 \ SWF::TextField.3 \ SWF::VideoStream.3 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index d4625e2430cf..af54d80683b0 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/panoglview OPTIONS_DEFINE= UNICODE OPTIONS_DEFAULT= UNICODE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "powerpc" diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index a3d180a3d704..3043e960152f 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: panomatic -# Date created: Fri Mar 7 11:06:34 UTC 2008 -# Whom: argv[0] (Iouri V. Ivliev) -# +# Created by: argv[0] (Iouri V. Ivliev) # $FreeBSD$ PORTNAME= panomatic @@ -26,4 +23,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/panomatic +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 4f6f1c4477bb..b9bcc49266cf 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= xml2ps.1 passepartout.1x +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libfam.a) diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index 1659844e93e6..038be1a45d57 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/pdf2svg +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pear-Horde_Image/Makefile b/graphics/pear-Horde_Image/Makefile index 0ca613baa762..89e0551c854f 100644 --- a/graphics/pear-Horde_Image/Makefile +++ b/graphics/pear-Horde_Image/Makefile @@ -16,6 +16,7 @@ USE_HORDE_RUN= Horde_Exception \ OPTIONS_DEFINE= GD GD_DESC= Depend on PHP gd extension +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGD} diff --git a/graphics/pear-IO_SWF/Makefile b/graphics/pear-IO_SWF/Makefile index 68b8d7b40f66..e08c29b31b10 100644 --- a/graphics/pear-IO_SWF/Makefile +++ b/graphics/pear-IO_SWF/Makefile @@ -29,6 +29,7 @@ x-generate-examples: extract @${FIND} ${WRKSRC}/sample -type f | ${SORT} | ${SED} 's@${WRKSRC}/sample/@@' |\ ${FMT} -50 | ${SED} -e 's@^@ @' -e 's@$$@ \\@' +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pear-Image_3D/Makefile b/graphics/pear-Image_3D/Makefile index 81d212e2e5d5..9b7beb0afd1b 100644 --- a/graphics/pear-Image_3D/Makefile +++ b/graphics/pear-Image_3D/Makefile @@ -17,6 +17,7 @@ LATEST_LINK= pear-${PORTNAME} PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index 02aa45d7a9bc..862a422f43a0 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Image_Barcode -# Date created: 11 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Image_Barcode PORTVERSION= 1.1.3 @@ -24,6 +20,7 @@ PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat support" PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPEAR_PHP_COMPAT} diff --git a/graphics/pear-Image_Barcode2/Makefile b/graphics/pear-Image_Barcode2/Makefile index 2b54264eea9b..a46b8e42a4d7 100644 --- a/graphics/pear-Image_Barcode2/Makefile +++ b/graphics/pear-Image_Barcode2/Makefile @@ -16,6 +16,7 @@ PEAR_AUTOINSTALL= yes LATEST_LINK= pear-${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pear-Image_Canvas/Makefile b/graphics/pear-Image_Canvas/Makefile index 18bfc8d47550..3f89b47851a4 100644 --- a/graphics/pear-Image_Canvas/Makefile +++ b/graphics/pear-Image_Canvas/Makefile @@ -19,6 +19,7 @@ PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Image_Canvas +NO_STAGE= yes post-patch: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file} diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile index 2aba90f2dc32..124f5156eb9e 100644 --- a/graphics/pear-Image_Color/Makefile +++ b/graphics/pear-Image_Color/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PHP= gd PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index c4c779e4aeac..86c92555f56f 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -20,6 +20,7 @@ DEFAULT_PHP_VER= 5 LATEST_LINK= pear-Image_Graph +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: # don't modify images diff --git a/graphics/pear-Image_GraphViz/Makefile b/graphics/pear-Image_GraphViz/Makefile index 8154f9e06073..4d4fdde5c772 100644 --- a/graphics/pear-Image_GraphViz/Makefile +++ b/graphics/pear-Image_GraphViz/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pear-Image_Transform/Makefile b/graphics/pear-Image_Transform/Makefile index 14b11bd08067..ef59f9bd104a 100644 --- a/graphics/pear-Image_Transform/Makefile +++ b/graphics/pear-Image_Transform/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Image_Transform -# Date created: 01 Mai 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Image_Transform PORTVERSION= 0.9.5 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= gd PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index 55809490c07a..adaa3bd0af76 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-gmagick -# Date created: 7 Feb 2011 -# Whom: Dan Rowe <bsdports@csnstores.com> -# +# Created by: Dan Rowe <bsdports@csnstores.com> # $FreeBSD$ -# PORTNAME= gmagick PORTVERSION= 1.0.8b1 @@ -25,4 +21,5 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 35a037c08115..b1dc91d15c94 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-imagick -# Date created: 13 Apr 2007 -# Whom: Andrey Slusar <anray@FreeBSD.org> -# +# Created by: Andrey Slusar <anray@FreeBSD.org> # $FreeBSD$ -# PORTNAME= imagick DISTVERSION= 3.1.0RC2 @@ -30,4 +26,5 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --with-imagick=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index 1c65b9c48bf4..c4a12b1b3fb0 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-imlib2 -# Date created: 18 September 2006 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= imlib2 PORTVERSION= 0.1.00 @@ -27,6 +23,7 @@ USE_EFL= imlib2 # imlib2 extension doesn't need X related functions in libImlib2 CFLAGS+= -DX_DISPLAY_MISSING +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/config.m4 @${REINPLACE_CMD} -e '/Xlib.h/d' ${WRKSRC}/php_imlib2.h diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index ae681d880f50..deee76d8d056 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-qrencode -# Date created: Apr 16 2007 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= qrencode PORTVERSION= 0.4 @@ -26,4 +22,5 @@ CONFIGURE_ARGS= --with-qrencode=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pecomato/Makefile b/graphics/pecomato/Makefile index bb5c90233dc7..e35ee8369ad5 100644 --- a/graphics/pecomato/Makefile +++ b/graphics/pecomato/Makefile @@ -18,6 +18,7 @@ MAKEFILE= Makefile.unix MAN1= pecomato.1 PLIST_FILES= bin/pecomato +NO_STAGE= yes post-build: ${PYTHON} ${WRKSRC}/devtools/txt2tags.py --no-rc -t man \ -i ${WRKSRC}/doc/manpage.t2t -o ${WRKSRC}/doc/${MAN1} diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index 251efe7f9b64..aaa9b491dc5f 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -33,6 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source PLIST_FILES= bin/pencil PORTDOCS= README TODO +NO_STAGE= yes .include <bsd.port.options.mk> do-configure: diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index eddfdcc03676..8bd6221159da 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: peps -# Date created: 5 July 2001 -# Whom: petef@FreeBSD.org -# +# Created by: petef@FreeBSD.org # $FreeBSD$ -# PORTNAME= peps PORTVERSION= 2.0 @@ -31,6 +27,7 @@ ALL_TARGET= peps PLIST_FILES+= bin/xpeps .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin .if !defined(WITHOUT_X11) diff --git a/graphics/pfscalibration/Makefile b/graphics/pfscalibration/Makefile index 577c5b14c1c4..388e1cab03d7 100644 --- a/graphics/pfscalibration/Makefile +++ b/graphics/pfscalibration/Makefile @@ -28,4 +28,5 @@ MAN1= jpeg2hdrgen.1 \ SHEBANG_FILES= src/dcraw2hdrgen src/jpeg2hdrgen bash_CMD= ${SH} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 2dfd20228d19..2b2bc9a9f897 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -29,6 +29,7 @@ MAN1= pfstmo_pattanaik00.1 \ pfstmo_mantiuk06.1 \ pfstmo_fattal02.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_FFTW3F) diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 1272b7880f8c..0100f154d650 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -68,6 +68,7 @@ MLINKS= pfsoutppm.1 \ pfsoutppm.1 \ pfsoutrgbe.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNETPBM} diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 5ffd85250a95..7977d30c4aa2 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -25,6 +25,7 @@ SHEBANG_FILES= makehtml maketex SUFFIXES= flib clib bin WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH:M*64*} diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile index 83d942b08ab9..c9b26179624f 100644 --- a/graphics/pho/Makefile +++ b/graphics/pho/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \ /bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \ diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index dbfc3b778dd2..9153e37acfe0 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -1,5 +1,4 @@ -# Created by: Douglas Carmichael <dcarmich@mcs.com> -# +# Created by: Douglas Carmichael <dcarmich@mcs.com> # $FreeBSD$ PORTNAME= photopc @@ -21,6 +20,7 @@ MAN1= epinfo.1 photopc.1 PORTDOCS= README protocol.htm usage.htm +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index 21797e235d79..e3ddf8c3f0fd 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-facedetect -# Date created: 2010-03-26 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= facedetect PORTVERSION= 1.1 @@ -35,6 +31,7 @@ USE_PHPEXT= yes CONFIGURE_ARGS+= --with-facedetect CONFIGURE_ENV+= LIBS="${LIBS}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 96ac1a7d38b9..45e892c3a1a9 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -28,6 +28,7 @@ USE_PHP_BUILD= yes USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|2.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|; s|^CXX=.*$$|CXX=${CXX}|; s|^CFLAGS=.*$$|CFLAGS=${CFLAGS}|' ${WRKSRC}/${MAKEFILE} diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile index 22a28b2da2f5..e8fd31574179 100644 --- a/graphics/php-libpuzzle/Makefile +++ b/graphics/php-libpuzzle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php-libpuzzle -# Date created: 18 May 2010 -# Whom: Naram Qashat <cyberbotx@cyberbotx.com> -# +# Created by: Naram Qashat <cyberbotx@cyberbotx.com> # $FreeBSD$ -# PORTNAME= libpuzzle PORTVERSION= 0.11 @@ -32,4 +28,5 @@ USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index 2f6659548c18..fb34fac0d172 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php-magickwand -# Date created: 05 Jan 2005 -# Whom: <mark@goodstorm.com> -# +# Created by: <mark@goodstorm.com> # $FreeBSD$ -# PORTNAME= magickwand PORTVERSION= 1.0.9 @@ -23,4 +19,5 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/php5-chartdirector/Makefile b/graphics/php5-chartdirector/Makefile index fd66718c6bf8..4ed4fad32cd3 100644 --- a/graphics/php5-chartdirector/Makefile +++ b/graphics/php5-chartdirector/Makefile @@ -20,6 +20,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/ChartDirector +NO_STAGE= yes .include <bsd.port.pre.mk> DISTVERSION= ${PORTVERSION:C/\.//g} diff --git a/graphics/php5-exif/Makefile b/graphics/php5-exif/Makefile index b02212ed4e9c..efe42f4d6570 100644 --- a/graphics/php5-exif/Makefile +++ b/graphics/php5-exif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-exif -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -exif +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index b40e509be167..2e4c39551ae2 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php4-ffmpeg -# Date created: 2006-10-19 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ffmpeg PORTVERSION= 0.6.0 @@ -28,6 +24,7 @@ USE_PHPEXT= yes CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|==|=|g' ${WRKSRC}/config.m4 diff --git a/graphics/php5-gd/Makefile b/graphics/php5-gd/Makefile index 6ed41946bb21..44d62a78d367 100644 --- a/graphics/php5-gd/Makefile +++ b/graphics/php5-gd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-gd -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -gd +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index e86375127b05..30981b71e26a 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -29,6 +29,7 @@ PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= readme.txt PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/php52-exif/Makefile b/graphics/php52-exif/Makefile index 12cdaffb4052..8647d875c39b 100644 --- a/graphics/php52-exif/Makefile +++ b/graphics/php52-exif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-exif -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -exif +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php52-gd/Makefile b/graphics/php52-gd/Makefile index 5257868d44c7..933828e3023e 100644 --- a/graphics/php52-gd/Makefile +++ b/graphics/php52-gd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-gd -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -gd +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php52-ming/Makefile b/graphics/php52-ming/Makefile index fc53ef8b6c3d..c3bc36ad1bc9 100644 --- a/graphics/php52-ming/Makefile +++ b/graphics/php52-ming/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-ming -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -ming +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php53-exif/Makefile b/graphics/php53-exif/Makefile index 1c910d4ad1a1..8727c1de3462 100644 --- a/graphics/php53-exif/Makefile +++ b/graphics/php53-exif/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-exif -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -exif +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php53-gd/Makefile b/graphics/php53-gd/Makefile index aa7d473597f5..3798d4254c36 100644 --- a/graphics/php53-gd/Makefile +++ b/graphics/php53-gd/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-gd -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= graphics @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -gd +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php55-exif/Makefile b/graphics/php55-exif/Makefile index 347a55693c95..ec825b847e44 100644 --- a/graphics/php55-exif/Makefile +++ b/graphics/php55-exif/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -exif +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/php55-gd/Makefile b/graphics/php55-gd/Makefile index 6d549ce17dce..1ffbce2e5010 100644 --- a/graphics/php55-gd/Makefile +++ b/graphics/php55-gd/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -gd +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 54b6a29a3045..fcb6df0f7cc5 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= FONTS OPTIONS_DEFAULT= FONTS FONTS_DESC= install TrueType fonts +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFONTS} diff --git a/graphics/picpuz/Makefile b/graphics/picpuz/Makefile index 3a289e53630b..121b68df0464 100644 --- a/graphics/picpuz/Makefile +++ b/graphics/picpuz/Makefile @@ -24,4 +24,5 @@ DESKTOP_ENTRIES="Picpuz" \ "Graphics;Game;GTK;" \ true +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/picturebook/Makefile b/graphics/picturebook/Makefile index 95d44b6e3912..ea342fcb50ba 100644 --- a/graphics/picturebook/Makefile +++ b/graphics/picturebook/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: pictureboook -# Date created: 25 December 2000 -# Whom: Takanori Watanabe <takawata@FreeBSD.ORG> -# +# Created by: Takanori Watanabe <takawata@FreeBSD.org> # $FreeBSD$ -# PORTNAME= picturebook PORTVERSION= 20010422 @@ -21,6 +17,7 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= imlib +NO_STAGE= yes .include <bsd.port.pre.mk> post-build: diff --git a/graphics/picviz/Makefile b/graphics/picviz/Makefile index efbee763129e..8cca268bc2a9 100644 --- a/graphics/picviz/Makefile +++ b/graphics/picviz/Makefile @@ -19,4 +19,5 @@ USES= bison cmake MAN1= pcv.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/piddle/Makefile b/graphics/piddle/Makefile index 33929b49f17e..667b9619db94 100644 --- a/graphics/piddle/Makefile +++ b/graphics/piddle/Makefile @@ -16,6 +16,7 @@ USE_PYDISTUTILS= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index 3fab268297a3..cfa7d53dd76f 100644 --- a/graphics/pinpoint/Makefile +++ b/graphics/pinpoint/Makefile @@ -25,6 +25,7 @@ USES= pathfix pkgconfig OPTIONS_DEFINE= GST GST_DESC= Live videos as slide backgrounds +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGST} diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index fd6544fe0a06..b2e59749c6f7 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -22,6 +22,7 @@ USES= gettext gmake pkgconfig MAN1= pinta.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: -@update-desktop-database diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile index 55aa9e5f33b7..47efe0bf6bf3 100644 --- a/graphics/pixelize/Makefile +++ b/graphics/pixelize/Makefile @@ -19,6 +19,7 @@ USES= pkgconfig USE_GNOME= gtk20 imlib PLIST_FILES= bin/make_db bin/pixelize +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ -e "s|gtk-config|${GTK_CONFIG}|g" \ diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index b618f6a007a6..7f5ef966ba22 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -20,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes ADDITIONAL_OBJCFLAGS+= -Dlog2=logb +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 5d358f174fcd..9ef893143cc0 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -44,6 +44,7 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index 53d0269f6824..54bb845b4f93 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -28,4 +28,5 @@ CFLAGS+= -D_X_SENTINEL\(x\)= -D_X_ATTRIBUTE_PRINTF\(x,y\)= \ MAN1= pixmap.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 54dac001f530..43360cafa491 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD SSP_UNSAFE= kernel module does not support ssp +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index 303276996d15..02a97c069b22 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -20,6 +20,7 @@ ALL_TARGET= World MAN1= plotmtv.1 MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index f8416c295a79..3c0d5eadf18a 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -30,4 +30,5 @@ test: build regression-test: test +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/png/Makefile b/graphics/png/Makefile index dcdb987456c9..8259748f12d9 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE=APNG OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL) diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 836a9b0bd3ed..795395bdb85a 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: png2html -# Date created: 11 November 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= png2html PORTVERSION= 1.1 @@ -22,6 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ PLIST_FILES= bin/png2html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CHANGE_ME|${LOCALBASE}|g' ${WRKSRC}/Makefile diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile index 1ba7cfce8808..1cd0c6ab7002 100644 --- a/graphics/png2ico/Makefile +++ b/graphics/png2ico/Makefile @@ -21,6 +21,7 @@ PORTDOCS= bmp.txt WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index 0288e6aeb7cd..786f669b1043 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pngcheck -# Date created: Tue 04 Jul 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= pngcheck PORTVERSION= 2.3.0 @@ -19,6 +15,7 @@ MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz" PORTDOCS= CHANGELOG README PLIST_FILES= bin/pngcheck +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 1cbfc1ad51cf..c58cef96b694 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -20,6 +20,7 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/pngcrush +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index cee219e51ca5..268721e89ccb 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -26,6 +26,7 @@ PORTDOCS= README COPYING PLIST_FILES= bin/pngcomp bin/pngnq MAN1= pngnq.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index 53ea9a7fd14c..a66dac96be98 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -33,6 +33,7 @@ MAN1= pngquant.1 PORTDOCS= CHANGELOG README.md PLIST_FILES= bin/pngquant +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDEBUG) diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile index 25b7de61c3cf..e0dffd63dd66 100644 --- a/graphics/pngrewrite/Makefile +++ b/graphics/pngrewrite/Makefile @@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/pngrewrite +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 2a6e351a4791..14536a3a2a44 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -29,6 +29,7 @@ PLIST_DIRS= %%DATADIR%%/fonts \ PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 0c4925aaff07..7ae79cfb42b7 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -48,6 +48,7 @@ PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png TIFF_CMAKE_ON= -DWANT_TIFF:BOOL=TRUE TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMPOSE} diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile index 536c3bdefb9c..06f590b353ba 100644 --- a/graphics/poppler-data/Makefile +++ b/graphics/poppler-data/Makefile @@ -1,4 +1,3 @@ -#Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/poppler-data/Makefile,v 1.5 2010/11/17 15:12:27 kwm Exp $ @@ -12,6 +11,7 @@ COMMENT= Poppler encoding data NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile diff --git a/graphics/poppler-glib/Makefile b/graphics/poppler-glib/Makefile index bf7bbbbccccd..2d102ee17d3f 100644 --- a/graphics/poppler-glib/Makefile +++ b/graphics/poppler-glib/Makefile @@ -13,6 +13,7 @@ SLAVEPORT= glib PLIST= ${.CURDIR}/pkg-plist MAKE_ENV+= GI_SCANNER_DISABLE_CACHE=yes +NO_STAGE= yes pre-build: @cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} libpoppler-cairo.la diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile index 7b80148fd5ef..23c5d9638ca9 100644 --- a/graphics/poppler-qt4/Makefile +++ b/graphics/poppler-qt4/Makefile @@ -12,6 +12,7 @@ MASTERDIR= ${.CURDIR}/../../graphics/poppler SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes pre-build: cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} libpoppler-arthur.la diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile index fe9540f610dc..7545f0e0ae46 100644 --- a/graphics/poppler-utils/Makefile +++ b/graphics/poppler-utils/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../../graphics/poppler SLAVEPORT= utils PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index ad9c6ee34c49..d89ff72931b5 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -37,6 +37,7 @@ OPTIONS_DEFINE= CAIRO OPENJPEG OPTIONS_DEFAULT=CAIRO OPENJPEG .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(SLAVEPORT) diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 5fc7e2e694a8..5cfa44f521d6 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -26,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= LIBXINE MPLAYER NLS OPTIONS_DEFAULT= LIBXINE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBXINE} LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index 8036e1517c4d..00a627a864f6 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFAULT=METRIC A4 METRIC_DESC= Use metric units (cm) as default A4_DESC= Use A4 as the default papersize +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MA4} diff --git a/graphics/povray-meta/Makefile b/graphics/povray-meta/Makefile index 89fae748d4d4..dc5890b7d777 100644 --- a/graphics/povray-meta/Makefile +++ b/graphics/povray-meta/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: povray-meta -# Date created: 2011-06-19 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= povray-meta PORTVERSION= 0.1 @@ -41,6 +36,7 @@ POVRAY${ver}_DESC= Install graphics/povray${ver} DEFAULT${ver}_DESC= Create link bin/povray -> bin/povray${ver} .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .for ver in ${POV_VERSIONS_ALL} diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index 4875f73f88f0..70a6f5f718ca 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -31,6 +31,7 @@ LATEST_LINK= povray31 # no UNIX source files for POV-Ray 3.1. # +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 3d6e3822790e..13965a475c9a 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: POV-Ray -# Date created: 3 Dec 1996 -# Whom: paulo@isr.uc.pt -# +# Created by: paulo@isr.uc.pt # $FreeBSD$ -# PORTNAME= povray PORTVERSION= 3.6.1 @@ -32,6 +28,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf LATEST_LINK= ${PORTNAME}36 +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "i386") diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 9cba1734b6e8..f6cae9ea4283 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS= COMPILED_BY=${MAINTAINER} --prefix=${PREFIX} \ --program-transform-name='s/${PORTNAME}/${UNIQUENAME}/' \ --disable-optimiz +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index 9c088979eb24..10bcfbaef987 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppmcaption -# Date created: May 31, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= ppmcaption PORTVERSION= 1.1 @@ -22,6 +18,7 @@ PLIST_FILES= bin/ppmcaption ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure diff --git a/graphics/ppminfo/Makefile b/graphics/ppminfo/Makefile index 2a6dc017e5d5..de7eec7edc41 100644 --- a/graphics/ppminfo/Makefile +++ b/graphics/ppminfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppminfo -# Date created: 7 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ppminfo PORTVERSION= 0.1 @@ -21,6 +17,7 @@ PLIST_FILES= bin/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|min(|MIN(|;s|max(|MAX(|' ${WRKSRC}/pi.c @${REINPLACE_CMD} 's|-O2||;/^LDFLAGS=/s|=|+=|;\ diff --git a/graphics/ppsei/Makefile b/graphics/ppsei/Makefile index 55bfbc5860f4..9fd7586cbac9 100644 --- a/graphics/ppsei/Makefile +++ b/graphics/ppsei/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppsei -# Date created: 2011-05-19 -# Whom: Romain Tartiere <romain@FreeBSD.org> -# +# Created by: Romain Tartiere <romain@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ppsei PORTVERSION= 0.3 @@ -18,6 +14,7 @@ COMMENT= PowerPoint images extractor PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-build: @(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 33a37a889422..6608136c1d57 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -40,6 +40,7 @@ PLIST_FILES= bin/pqiv CPPFLAGS+= `pkg-config --cflags gtk+-2.0 gthread-2.0` LDFLAGS+= `pkg-config --libs gtk+-2.0 gthread-2.0` +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MSORTING) diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 09b655cf5d68..d21b10a4a1a5 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -20,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Preview +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/price/Makefile b/graphics/price/Makefile index 692c288a941c..d8a89d82fd90 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: price -# Date created: 28 Aug 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= price PORTVERSION= 1.1.0 @@ -23,4 +19,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/PRICE-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/prison/Makefile b/graphics/prison/Makefile index e853d7254855..aba6adc05768 100644 --- a/graphics/prison/Makefile +++ b/graphics/prison/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: prison -# Date created: Tue 9 Aug 2011, 00:42:14 -# Whom: fluffy@ -# +# Created by: fluffy@ # $FreeBSD$ PORTNAME= prison @@ -22,4 +19,5 @@ USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build USES= cmake USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index 5dc067036eaa..03769fde53e7 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: processing -# Date created: 20 June 2008 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= processing PORTVERSION= 1.5.1 @@ -26,6 +22,7 @@ SUB_FILES= processing WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-extract: ${RM} -rf ${WRKSRC}/java ${MV} ${WRKSRC}/processing ${WRKSRC}/start-processing diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index 053da38fda4c..01a7b554d6d0 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: proj -# Date created: 15 November 2001 -# Whom: jedgar@FreeBSD.org -# +# Created by: jedgar@FreeBSD.org # $FreeBSD$ PORTNAME= proj @@ -28,6 +25,7 @@ USE_ZIP= yes MAN1= cs2cs.1 geod.1 proj.1 MAN3= pj_init.3 +NO_STAGE= yes post-extract: @${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad diff --git a/graphics/projectm-libvisual/Makefile b/graphics/projectm-libvisual/Makefile index b54fa5d98688..ab9f4a018a66 100644 --- a/graphics/projectm-libvisual/Makefile +++ b/graphics/projectm-libvisual/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= lib/libvisual-${LIBVISUAL_VER}/actor/libprojectM_libvisual.so PLIST_DIRS= lib/libvisual-${LIBVISUAL_VER}/actor \ lib/libvisual-${LIBVISUAL_VER} +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[hc]*" | ${XARGS} ${REINPLACE_CMD} \ -e 's#<libvisual#<libvisual-${LIBVISUAL_VER}/libvisual#g' diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 8fd57e5d527f..d6558d316a82 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -33,6 +33,7 @@ MAN1= pstoedit.1 PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMAGICK} diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index 0ced4e9057b9..fa5416acbfd7 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pstoepsi -# Date created: 21 Jul 2002 -# Whom: Mita Yoshio <mita@jp.FreeBSD.org> -# +# Created by: Mita Yoshio <mita@jp.FreeBSD.org> # $FreeBSD$ -# PORTNAME= pstoepsi PORTVERSION= 20020711 @@ -22,6 +18,7 @@ RUN_DEPENDS= pbmtoepsi:${PORTSDIR}/graphics/netpbm USE_GHOSTSCRIPT_RUN= yes NO_WRKSUBDIR= yes +NO_STAGE= yes .SILENT: pre-patch: diff --git a/graphics/pure-gl/Makefile b/graphics/pure-gl/Makefile index 95ba691dc434..b939116d7589 100644 --- a/graphics/pure-gl/Makefile +++ b/graphics/pure-gl/Makefile @@ -16,5 +16,6 @@ USE_GL= glut MAKE_ARGS+= LinkGL="-lglut -lGLU -lGL" +NO_STAGE= yes .include "${.CURDIR}/../../lang/pure/bsd.pure.mk" .include <bsd.port.mk> diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile index b2ebcb08e986..29aa412eda72 100644 --- a/graphics/pvmpov/Makefile +++ b/graphics/pvmpov/Makefile @@ -33,6 +33,7 @@ PORTDOCS= * PLIST_FILES= bin/x-pvmpov \ lib/pvm/bin/FREEBSD/x-pvmpov +NO_STAGE= yes pre-configure: @ (cd ${WRKDIRPREFIX}${.CURDIR}/../../graphics/povray31/work && \ ${TAR} -c -f - povray31 ) \ diff --git a/graphics/py-PyX/Makefile b/graphics/py-PyX/Makefile index e776ac4eeb1e..6cca9c0768a2 100644 --- a/graphics/py-PyX/Makefile +++ b/graphics/py-PyX/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFAULT= T1CODE KPATHSEA T1CODE_DESC= Fast t1 font encoding/decoding KPATHSEA_DESC= Python wrapper around kpathsea +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MT1CODE} || ${PORT_OPTIONS:MKPATHSEA} diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index fee85dceedd3..57f4e800d6ba 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-aafigure -# Date created: 2010-08-07 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aafigure PORTVERSION= 0.5 @@ -29,6 +25,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.txt PORTEXAMPLES= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index 837db069e5a1..da352238ca38 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -24,6 +24,7 @@ MAN1= ${PORTNAME}.1 DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} PORTDOCS= README.txt +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index 71e1937f1315..badddf8a303e 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -36,6 +36,7 @@ PDF_DESC= Enable PDF output OPTIONS_DEFAULT= PDF +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPDF} diff --git a/graphics/py-blockdiagcontrib-cisco/Makefile b/graphics/py-blockdiagcontrib-cisco/Makefile index b35972d6acfb..351f331e9ca9 100644 --- a/graphics/py-blockdiagcontrib-cisco/Makefile +++ b/graphics/py-blockdiagcontrib-cisco/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:${PORTSDIR}/graphics/py-blockdiag USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install +NO_STAGE= yes x-generate-plist: ${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} -type f | ${SORT} | \ ${SED} -e 's,${PYTHON_SITELIBDIR},%%PYTHON_SITELIBDIR%%,' \ diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index b7b3abb20ad7..042436e369ec 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 7b3384ffc0d0..05ddf8feb319 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: PyChart -# Date created: Aug 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chart PORTVERSION= 1.39 @@ -23,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyChart +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile index d8e64c3a2630..e2841134b52c 100644 --- a/graphics/py-clutter-gtk/Makefile +++ b/graphics/py-clutter-gtk/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-clutter-gtk -# Date created: 04 Sep 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/py-clutter-gtk/Makefile,v 1.3 2010/02/15 10:36:26 kwm Exp $ -# PORTNAME= clutter PORTVERSION= 0.10.0 @@ -34,4 +30,5 @@ CONFIGURE_ARGS= --disable-docs CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index bc99db94c1fc..a7cf41730df5 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-clutter -# Date created: 2008-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/py-clutter/Makefile,v 1.8 2010/08/26 21:06:34 marcus Exp $ -# PORTNAME= clutter PORTVERSION= 1.0.2 @@ -37,4 +33,5 @@ CONFIGURE_ARGS= --disable-docs CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-django-easy-thumbnails/Makefile b/graphics/py-django-easy-thumbnails/Makefile index a54017b5a2d9..4e76d8a7da3b 100644 --- a/graphics/py-django-easy-thumbnails/Makefile +++ b/graphics/py-django-easy-thumbnails/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-easy-thumbnails -# Date created: 19 Jun 2012 -# Whom: Matthew X. Economou <xenophon+fbsdports@irtnog.org> -# +# Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org> # $FreeBSD$ -# PORTNAME= easy-thumbnails PORTVERSION= 1.0.3 @@ -21,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/graphics/py-editobj/Makefile b/graphics/py-editobj/Makefile index 546ab56a546f..384b9f82e154 100644 --- a/graphics/py-editobj/Makefile +++ b/graphics/py-editobj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-editobj -# Date created: 2005-10-05 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= editobj PORTVERSION= 0.5.7 @@ -22,6 +18,7 @@ PYDISTUTILS_PKGNAME= EditObj WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION} EXAMPLESDIR= ${PREFIX}/share/examples/py-editobj +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} diff --git a/graphics/py-exif/Makefile b/graphics/py-exif/Makefile index a37fb279c57b..7526e18312a6 100644 --- a/graphics/py-exif/Makefile +++ b/graphics/py-exif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-exif -# Date created: 30 January 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= exif PORTVERSION= 0.9 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/pyexif DATADIR= ${PREFIX}/share/py-exif DOCSDIR= ${PREFIX}/share/doc/py-exif +NO_STAGE= yes post-patch: .for pyfile in exiftool exifinfo.py @ cd ${WRKSRC}/bin && ${MV} ${pyfile} ${pyfile}.orig && \ diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index e880345df65a..677ab528f60a 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -25,6 +25,7 @@ SCONS_BUILDENV= ${SCONS_ENV} CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" SCONS_ARGS+= prefix=${PREFIX} use_env=1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\ "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\ diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile index df78bb213ab7..bb54d006f90c 100644 --- a/graphics/py-freeimagepy/Makefile +++ b/graphics/py-freeimagepy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-freeimagepy -# Date created: 2005-09-01 -# Whom: Choe, Cheng-Dae -# +# Created by: Choe, Cheng-Dae # $FreeBSD$ -# PORTNAME= freeimagepy PORTVERSION= 2.0.1 @@ -24,4 +20,5 @@ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= FreeImagePy PYDISTUTILS_PKGVERSION= 2.0.0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile index 179a52d7efd7..05d838f85231 100644 --- a/graphics/py-gchartwrapper/Makefile +++ b/graphics/py-gchartwrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gchartwrapper -# Date created: 2009-01-09 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GChartWrapper PORTVERSION= 0.9 @@ -32,6 +28,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PROJECTHOST= google-chartwrapper .if !defined(NOPORTDOCS) +NO_STAGE= yes post-extract: @cd ${WRKDIR} && ${RM} -R doc/.svn && ${RM} -R demo/.svn .endif diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 0d2b48f959d9..d0cf11e300a1 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -20,6 +20,7 @@ PYSETUP= Setup.py USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= gdmodule +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/\/usr\/lib/d ; \ diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index fd67eb7e980b..68e1190db33e 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -25,6 +25,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNUMPY} diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index fb92b0ae278f..f1d556065e9b 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -22,4 +22,5 @@ INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp MASTERDIR= ${.CURDIR}/../../graphics/gimp-app +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/py-glewpy/Makefile b/graphics/py-glewpy/Makefile index 73672f9a216c..8fdcb0ca801e 100644 --- a/graphics/py-glewpy/Makefile +++ b/graphics/py-glewpy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-glewpy -# Date created: 2006-09-26 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= glewpy PORTVERSION= 0.7.4 @@ -28,4 +24,5 @@ USE_PYDISTUTILS=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index 20a2baf1cbe8..23e1d9379e92 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs USES= gmake pkgconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \ s|demo docs|demo|' \ diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile index 1f05ce55ece1..8798f729ccbb 100644 --- a/graphics/py-graph-core/Makefile +++ b/graphics/py-graph-core/Makefile @@ -18,4 +18,5 @@ PYDISTUTILS_PKGNAME= python_graph_core PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index 5804d3f8de21..2bc0d9584c1e 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -21,4 +21,5 @@ PYDISTUTILS_PKGNAME= python_graph_dot PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-graph/Makefile b/graphics/py-graph/Makefile index c9b233e4ad8b..4cff315513b5 100644 --- a/graphics/py-graph/Makefile +++ b/graphics/py-graph/Makefile @@ -19,6 +19,7 @@ USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${DO_NADA} diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index c27ec9b179db..fa2bdcdf6fc3 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-graphviz -# Date created: 25 December 2001 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# +# Created by: Hye-Shik Chang <perky@fallin.lv> # $FreeBSD$ PORTNAME= graphviz @@ -25,6 +22,7 @@ PYDISTUTILS_PKGNAME= pygraphviz DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+; \ s+^docdirbase.*=.*+docdirbase = "${DOCSDIR:S/${PREFIX}\///}"+' ${WRKSRC}/setup.py diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile index c8ba4bc8c77c..ccab38330938 100644 --- a/graphics/py-graphy/Makefile +++ b/graphics/py-graphy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-graphy -# Date created: 2010-06-01 -# Whom: Sahil Tandon <sahil@FreeBSD.org> -# +# Created by: Sahil Tandon <sahil@FreeBSD.org> # $FreeBSD$ -# PORTNAME= graphy PORTVERSION= 1.0 @@ -24,6 +20,7 @@ PORTEXAMPLES= * NO_BUILD= yes NO_INSTALL_MANPAGES= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index fcab38f7a3eb..9c4e934c7b65 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-gvgen -# Date created: 19 May 2008 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= gvgen PORTVERSION= 0.9 @@ -21,6 +17,7 @@ PYDISTUTILS_EGGINFO= GvGen-${PORTVERSION}-py${PYTHON_VER}.egg-info PORTDOCS= user-guide.tex.lyx +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 05675b900cf6..2364234abe55 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -35,6 +35,7 @@ TKINTER_DESC= tkinter for X support OPTIONS_DEFAULT= TKINTER +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTKINTER} diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 7d89736ea237..09f5175c3c2c 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mcomix -# Date created: 2012-05-16 -# Whom: Ashish SHUKLA <ashish@FreeBSD.org> -# +# Created by: Ashish SHUKLA <ashish@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mcomix PORTVERSION= 0.99 @@ -22,4 +18,5 @@ USE_GNOME= pygtk2 USE_PYTHON= 2.6+ USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index c01650a82a00..acccb4d0c592 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -23,4 +23,5 @@ SLAVEPORT= py PYDISTUTILS_PKGNAME= mingc PYDISTUTILS_PKGVERSION= ${PORTVERSION} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index dfc801723d0c..9df9207b5a69 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -27,6 +27,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.txt PORTEXAMPLES= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/py-opencv/Makefile b/graphics/py-opencv/Makefile index 1b34385b385d..ea3773a43852 100644 --- a/graphics/py-opencv/Makefile +++ b/graphics/py-opencv/Makefile @@ -4,4 +4,5 @@ _BUILDING_OPENCV_PYTHON= yes MASTERDIR= ${.CURDIR}/../opencv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index cdd310f4a308..0198bdb9bfd5 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-openexr -# Date created: 10 October 2010 -# Whom: James Bowman <jamesb-bsd@excamera.com> -# +# Created by: James Bowman <jamesb-bsd@excamera.com> # $FreeBSD$ -# PORTNAME= openexr PORTVERSION= 1.2.0 @@ -19,6 +15,7 @@ COMMENT= Python module for ILM's OpenEXR image format and library LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 9f4e1f01199f..ea051dcb563d 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -30,6 +30,7 @@ PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.b/b/} USE_DOS2UNIX= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTKINTER} diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index 3a7fab212dde..99f9761e79e8 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -19,6 +19,7 @@ USE_PYTHON= 2.6+ OIIO_PYBIND= yes +NO_STAGE= yes do-install: ${INSTALL_LIB} ${BUILD_WRKSRC}/python/OpenImageIO.so ${PYTHON_SITELIBDIR}/ diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index d8e480e17aec..41a41a1c2754 100644 --- a/graphics/py-paint/Makefile +++ b/graphics/py-paint/Makefile @@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e "s,art_lgpl,art_lgpl_2," ${WRKSRC}/setup.py diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index edb7183722c1..95a96a692871 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -31,4 +31,5 @@ regression-test: extract ${PYTHON_CMD} ${PYSETUP} build_ext -i && \ ${PYTHON_CMD} selftest.py +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-png/Makefile b/graphics/py-png/Makefile index 52068c94641a..d064af918622 100644 --- a/graphics/py-png/Makefile +++ b/graphics/py-png/Makefile @@ -17,4 +17,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= pypng +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-poppler-qt4/Makefile b/graphics/py-poppler-qt4/Makefile index 602489493a28..0a79afcd0f55 100644 --- a/graphics/py-poppler-qt4/Makefile +++ b/graphics/py-poppler-qt4/Makefile @@ -27,4 +27,5 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= python_poppler_qt4 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 9d0c2e42f866..7891414111cc 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_GNOME= atk pygtk2 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index f9357b519c47..36f80c4de5f5 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -16,6 +16,7 @@ USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= CAIRO OPTIONS_DEFAULT= CAIRO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCAIRO} diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index 6b1b7b7d77e9..4e4124cf1477 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pydot -# Date created: 15 Sep 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= pydot PORTVERSION= 1.0.28 @@ -30,4 +26,5 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/dot_parser.py \ %%PYTHON_SITELIBDIR%%/pydot.pyc \ %%PYTHON_SITELIBDIR%%/pydot.pyo +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index f04a795361ee..cca78f040e6f 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -21,6 +21,7 @@ USE_OPENAL= al PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} != "i386" diff --git a/graphics/py-pygooglechart/Makefile b/graphics/py-pygooglechart/Makefile index 6120b109a4de..7b9e53673bfb 100644 --- a/graphics/py-pygooglechart/Makefile +++ b/graphics/py-pygooglechart/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pygooglechart -# Date created: 2009-01-09 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pygooglechart PORTVERSION= 0.3.0 @@ -25,6 +21,7 @@ PORTEXAMPLES= * .if !defined(NOPORTEXAMPLES) EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} && cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index cefd8f4d1fb5..f937b3245f03 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pyproj -# Date created: Feb 8, 2007 -# Whom: TAOKA Fumiyoshi -# +# Created by: TAOKA Fumiyoshi # $FreeBSD$ -# PORTNAME= pyproj PORTVERSION= 1.8.8 @@ -22,6 +18,7 @@ PORTDOCS= Changelog README README.html LICENSE_proj4 PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ test.py test2.py test_transform.py +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/graphics/py-qt4-svg/Makefile b/graphics/py-qt4-svg/Makefile index ecbe8ed603c6..2bd5ce2cda6f 100644 --- a/graphics/py-qt4-svg/Makefile +++ b/graphics/py-qt4-svg/Makefile @@ -38,6 +38,7 @@ ARGS= -b ${PREFIX}/bin \ CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" +NO_STAGE= yes .include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> diff --git a/graphics/py-rabbyt/Makefile b/graphics/py-rabbyt/Makefile index 2ec39685a055..2a9c3b9982b6 100644 --- a/graphics/py-rabbyt/Makefile +++ b/graphics/py-rabbyt/Makefile @@ -20,4 +20,5 @@ USE_GL= gl glu PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/py-sane/Makefile b/graphics/py-sane/Makefile index 8cd4bb0fcc29..90241493d747 100644 --- a/graphics/py-sane/Makefile +++ b/graphics/py-sane/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-sane -# Date created: 5 August 2011 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= sane PORTVERSION= 2.0 @@ -25,6 +21,7 @@ USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Sane +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 6c39ae50f706..fac92ee055af 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -27,6 +27,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= README.txt PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/py-sorl-thumbnail/Makefile b/graphics/py-sorl-thumbnail/Makefile index fd46d18964fa..78915eb4780b 100644 --- a/graphics/py-sorl-thumbnail/Makefile +++ b/graphics/py-sorl-thumbnail/Makefile @@ -28,6 +28,7 @@ WORD_DESC= Word Document thumbnail handling OPTIONS_DEFAULT= DJANGO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDJANGO} diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 61e68b427faf..86604c25a1d4 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-soya3d -# Date created: 2005-10-04 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= soya3d PORTVERSION= 0.14 @@ -45,6 +41,7 @@ SOYATUTVER= 0.14 DISTFILES+= SoyaTutorial-${SOYATUTVER}${EXTRACT_SUFX} .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/graphics/py-stl/Makefile b/graphics/py-stl/Makefile index 02842f20a17b..de7df33eb685 100644 --- a/graphics/py-stl/Makefile +++ b/graphics/py-stl/Makefile @@ -28,6 +28,7 @@ MAN1= stl2ps.1 stlinfo.1 stl2pov.1 OPTIONS_DEFINE= PYCAIRO PYCAIRO_DESC= Use (py)Cairo to enable stl2pdf +NO_STAGE= yes .include <bsd.port.options.mk> STL_SCRIPTS= stl2pov stl2ps stlinfo diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index e86c912fb6cb..515694cffdf1 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -16,6 +16,7 @@ USE_PYDISTUTILS= easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|cmdclass={'upload_doc': upload_doc}||" \ ${WRKSRC}/setup.py diff --git a/graphics/py-webcolors/Makefile b/graphics/py-webcolors/Makefile index d68a4d2e29cb..b4a0e1536a0f 100644 --- a/graphics/py-webcolors/Makefile +++ b/graphics/py-webcolors/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-webcolors -# Date created: 2011-08-02 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= webcolors PORTVERSION= 1.4 @@ -21,6 +17,7 @@ DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} PORTDOCS= README .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${DOCSDIR} diff --git a/graphics/pygts/Makefile b/graphics/pygts/Makefile index c98ab422d78e..ed1434ebe5a8 100644 --- a/graphics/pygts/Makefile +++ b/graphics/pygts/Makefile @@ -17,4 +17,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USES= pkgconfig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pymorph/Makefile b/graphics/pymorph/Makefile index a46cd210ac0a..caf466819146 100644 --- a/graphics/pymorph/Makefile +++ b/graphics/pymorph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pymorph -# Date created: 2011-01-18 -# Whom: Pedro Garcia Freitas <sawp@sawp.com.br> -# +# Created by: Pedro Garcia Freitas <sawp@sawp.com.br> # $FreeBSD$ -# PORTNAME= pymorph PORTVERSION= 0.96 @@ -21,4 +17,5 @@ RUN_DEPENDS+= ${PYNUMPY} USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/pyro/Makefile b/graphics/pyro/Makefile index 6c17ca4b6a7d..64a7d45377e1 100644 --- a/graphics/pyro/Makefile +++ b/graphics/pyro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyro -# Date created: 07 Sep 2005 -# Whom: Igor Pokrovsky <ip@doom.homeunix.org> -# +# Created by: Igor Pokrovsky <ip@doom.homeunix.org> # $FreeBSD$ -# PORTNAME= pyro PORTVERSION= 1.5 @@ -25,6 +21,7 @@ PLIST_FILES= bin/pyro ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|} PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' ${WRKSRC}/*.c diff --git a/graphics/pysvg/Makefile b/graphics/pysvg/Makefile index 1cdae3bc5740..76f561a47950 100644 --- a/graphics/pysvg/Makefile +++ b/graphics/pysvg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pysvg -# Date created: 2009-08-26 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# +# Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -# PORTNAME= pysvg PORTVERSION= 0.2.1 @@ -19,4 +15,5 @@ USE_ZIP= yes PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index f1eecf12dd2f..85309ca24d7d 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -51,6 +51,7 @@ OPTIONS_DEFAULT=7ZIP ACE 7ZIP_DESC= 7-Zip (.cb7) comic book archives support ACE_DESC= ACE (.cba) comic book archives support +NO_STAGE= yes post-patch: # fix man install directory @${REINPLACE_CMD} -E \ diff --git a/graphics/qcread/Makefile b/graphics/qcread/Makefile index b17879e71edc..8e2819301d40 100644 --- a/graphics/qcread/Makefile +++ b/graphics/qcread/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qcread -# Date created: 23 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= qcread PORTVERSION= 0.3 @@ -16,6 +12,7 @@ COMMENT= Supports both color and B&W parallel-port Connectix QuickCam for PC ONLY_FOR_ARCHS= i386 +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ -o qcread qcread.c cqc.c -lm ${LDFLAGS} diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 5502318dbb6c..bd236f60879c 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -32,6 +32,7 @@ MAN1= qgis.1 OPTIONS_DEFINE= GRASS POSTGIS MAPSERVER PYTHON +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} < 800000 diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 1640bbbbffe3..c24d18ef63cb 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -25,6 +25,7 @@ MAN1= qiv.1 PLIST_FILES= bin/qiv USE_XORG+= x11 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch-script: diff --git a/graphics/qiviewer/Makefile b/graphics/qiviewer/Makefile index 42c808e3f930..1c3baec0e106 100644 --- a/graphics/qiviewer/Makefile +++ b/graphics/qiviewer/Makefile @@ -31,6 +31,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src OPTIONS_DEFINE= WEBP WEBP_DESC= Support for WebP image format (experimental) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWEBP} diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index d0c6d160392c..166680cc7578 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: qslim -# Date created: Jan 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= qslim PORTVERSION= 2.1 @@ -38,6 +33,7 @@ CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/libgfx/ diff --git a/graphics/qt4-iconengines/Makefile b/graphics/qt4-iconengines/Makefile index c47133383c85..c7446af794fb 100644 --- a/graphics/qt4-iconengines/Makefile +++ b/graphics/qt4-iconengines/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= iconengines @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index a3ad490887a3..f473fe8345cc 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= imageformats @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake diff --git a/graphics/qt4-pixeltool/Makefile b/graphics/qt4-pixeltool/Makefile index 00762d2fde82..3bc677073a87 100644 --- a/graphics/qt4-pixeltool/Makefile +++ b/graphics/qt4-pixeltool/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= pixeltool @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${BUILD_WRKSRC}/${PORTNAME}.pro diff --git a/graphics/qt4-svg/Makefile b/graphics/qt4-svg/Makefile index 4872baa6ff0e..b61ffdc4c682 100644 --- a/graphics/qt4-svg/Makefile +++ b/graphics/qt4-svg/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= svg @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake diff --git a/graphics/qtgtl/Makefile b/graphics/qtgtl/Makefile index 53fd959c8d0a..f1c32f7aeee6 100644 --- a/graphics/qtgtl/Makefile +++ b/graphics/qtgtl/Makefile @@ -1,4 +1,3 @@ -# Created by: Alberto Villa <villa.alberto@gmail.com> # $FreeBSD$ PORTNAME= qtgtl @@ -21,6 +20,7 @@ USE_BZIP2= yes USES= cmake pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|set(QTGTL_LIB_SOVERSION.*|set(QTGTL_LIB_SOVERSION "0")|' \ ${PATCH_WRKSRC}/CMakeLists.txt diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 0dabad7ce9cc..16c7987e12c6 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -36,6 +36,7 @@ PLIST_FILES= bin/quat DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" "" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} diff --git a/graphics/quat/Makefile b/graphics/quat/Makefile index 58ab716c4eba..58b3b03c5633 100644 --- a/graphics/quat/Makefile +++ b/graphics/quat/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-gui \ PORTDOCS= * PLIST_FILES= bin/quat-txt +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index 867fa908e9d5..279619d12ba2 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quesa -# Date created: 03 Feb 2004 -# Whom: Igor Pokrovsky <tiamat@comset.net> -# +# Created by: Igor Pokrovsky <tiamat@comset.net> # $FreeBSD$ -# PORTNAME= quesa PORTVERSION= 1.8 @@ -28,6 +24,7 @@ USE_LDCONFIG= yes WRKSRC_EXAMPLES= ${WRKDIR}/${PORTNAME}examples-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined (WITH_EXAMPLES) diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index 39114767ec31..bd6df0ee4be1 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --without-glew --with-fribidi PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index 9a03e1fd9ab0..512521696261 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -25,6 +25,7 @@ MAN1= qvalldel.1 qvplay.1 qvrec.1 PORTDOCS= FAQ.txt HISTORY PROTOCOL.eng PROTOCOL.txt \ README README.FreeBSD README.eng +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index a252733ef50b..8f0b805ba46c 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -33,6 +33,7 @@ HAS_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} PREFIX=${PREFIX} ${PORTNAME}.pro diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index e5806477478f..dc2651dacc3a 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= include/radius.h \ libdata/pkgconfig/radius-engine.pc PLIST_DIRSTRY= libdata/pkgconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/configure diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 4aecfdd05aa8..4a9193328b79 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -36,6 +36,7 @@ MAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick MAGICK_CFLAGS= -DIMAGEPIPE OPTIONS_SUB= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index c762e33c10e2..4fa3f88ba9a5 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -32,6 +32,7 @@ USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack USE_SQLITE= 3 USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 690d03f53315..d017c533f814 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -26,6 +26,7 @@ USES= cmake:outsource pkgconfig USE_XZ= yes USE_GNOME= gtk20 glib20 USE_LDCONFIG= yes +NO_STAGE= yes # base GCC and clang in 9.1-RELEASE are insufficient: USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 72d8ae78d4ea..5377a01cb135 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rayshade -# Date created: 21 January 1998 -# Whom: giffunip@asme.org -# +# Created by: giffunip@asme.org # $FreeBSD$ -# PORTNAME= rayshade PORTVERSION= 4.0.6 @@ -39,6 +35,7 @@ PLIST_FILES= bin/rayshade CONFIGURE_ARGS= < ${WRKDIR}/config.ans .endif +NO_STAGE= yes pre-configure: @${SED} -e \ "s,@CFLAGS@,${CFLAGS},g ; \ diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile index 1ef7d34555dc..2753cca66196 100644 --- a/graphics/reallyslick/Makefile +++ b/graphics/reallyslick/Makefile @@ -32,6 +32,7 @@ MAN1= biof.1 busyspheres.1 colorfire.1 cyclone.1 drempels.1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREEALUT} diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 9ff23a144c44..103860953453 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -21,6 +21,7 @@ MAN1= recoverjpeg.1 OPTIONS_DEFINE= SSCRIPTS SSCRIPTS_DESC= Install sort-pictures script +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSCRIPTS} diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile index 789f72fda7ef..b996cb21a076 100644 --- a/graphics/renrot/Makefile +++ b/graphics/renrot/Makefile @@ -23,6 +23,7 @@ IMAGEMAGICK_DESC= Image::Magick Perl module support MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/graphics/repng2jpeg/Makefile b/graphics/repng2jpeg/Makefile index c9c853d92429..779becea3d80 100644 --- a/graphics/repng2jpeg/Makefile +++ b/graphics/repng2jpeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: repng2jpeg -# Date created: 2008-08-17 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= repng2jpeg PORTVERSION= 1.0.4 @@ -23,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lgd PLIST_FILES= bin/repng2jpeg RESTRICTED= No license text in tarball and website +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \ ${WRKSRC}/src/repng2jpeg.c ${LDFLAGS} diff --git a/graphics/rgbpaint/Makefile b/graphics/rgbpaint/Makefile index e143578ee674..3584ac54986b 100644 --- a/graphics/rgbpaint/Makefile +++ b/graphics/rgbpaint/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/if \[/s|==|=|g' ${WRKSRC}/configure diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 8b6f7000ed6d..370d6a84394d 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -25,4 +25,5 @@ INSTALLS_ICONS= yes USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile index 3428f70aa14f..47c3dc81773f 100644 --- a/graphics/ruby-cairo/Makefile +++ b/graphics/ruby-cairo/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS+=--ruby=${RUBY} DOCS= AUTHORS COPYING GPL NEWS +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR}/agg diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index fc3108867466..899ae35205e9 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +NO_STAGE= yes .include <bsd.port.pre.mk> # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index fe1cd41359ec..31a7811062fd 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -25,6 +25,7 @@ USE_RUBY= yes USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|2.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 0f6c54c69e7f..70fba9320508 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/GdkPixbuf2 -# Date created: 28 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ # $MCom: ports/graphics/ruby-gdk_pixbuf2/Makefile,v 1.2 2005/10/17 07:05:40 mezz Exp $ -# PORTNAME= gdk_pixbuf2 PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -30,6 +26,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/gdk_pixbuf2 diff --git a/graphics/ruby-image_size/Makefile b/graphics/ruby-image_size/Makefile index 4732128dbbc7..d265e2bd828e 100644 --- a/graphics/ruby-image_size/Makefile +++ b/graphics/ruby-image_size/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: image_size -# Date created: 13 May 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= image_size PORTVERSION= 0.0.20040618 @@ -30,6 +26,7 @@ DOCS_EN= ${RUBY_RD_FILES:N*.ja.rd} \ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ ${RUBY_RD_HTML_FILES:M*.ja.html} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/lib/image_size.rb ${RUBY_SITELIBDIR}/ diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index 2c81e5550f06..60c6a382d3b3 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Imlib2-Ruby -# Date created: 7 April 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= imlib2 PORTVERSION= 0.5.2 @@ -30,6 +26,7 @@ DOCSDIR= ${RUBY_MODDOCDIR} PORTDOCS= * .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -E -e 's|RSTRING\(([^)]+)\)->len|RSTRING_LEN(\1)|g' ${WRKSRC}/imlib2.c diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index f2192601345b..bf207b4a0fbf 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: Ruby/Ming -# Date created: 16 Oct 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ PORTNAME= ming @@ -29,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-ruby DOCS= ChangeLog INSTALL LGPL NEWS README TODO +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 1b267bec244c..f385f5975ded 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${LOCALBASE}" INSTALL_TARGET= site-install +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index 04e26dd53486..30410a71d5fb 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -31,6 +31,7 @@ DOCS_EN= FuncUsage README.en DOCS_JA= README.ja EXAMPLES_EN= pgdemo*.rb test/*.rb +NO_STAGE= yes pre-configure: ${DIRNAME} `${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 5e073c51949a..5addd24d3ba2 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -17,6 +17,7 @@ OPTIONS_DEFAULT= X11 OPTIONSFILE?= ${PORT_DBDIR}/ruby-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/ruby-rsvg2/Makefile b/graphics/ruby-rsvg2/Makefile index 8b1f72b93996..ebf5ed09e29c 100644 --- a/graphics/ruby-rsvg2/Makefile +++ b/graphics/ruby-rsvg2/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/rsvg2 diff --git a/graphics/ruby-svg/Makefile b/graphics/ruby-svg/Makefile index bcbfade8a798..4ee0a8bb6315 100644 --- a/graphics/ruby-svg/Makefile +++ b/graphics/ruby-svg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/SVG -# Date created: 8 July 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= svg PORTVERSION= 1.0.3 @@ -24,6 +20,7 @@ NO_BUILD= yes DOCS_EN= README.en.rd DOCS_JA= README.ja.rd +NO_STAGE= yes do-install: ${MKDIR} ${RUBY_SITELIBDIR}/svg ${INSTALL_DATA} ${WRKSRC}/lib/svg/*.rb ${RUBY_SITELIBDIR}/svg/ diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index 7be4ce427871..841b8d147536 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/Tgif -# Date created: 6 April 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= tgif PORTVERSION= 20010408 @@ -37,6 +33,7 @@ INSTALL_TARGET= site-install DOCS_EN= README DOCS_JA= ChangeLog.ja README.ja +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/graphics/rubygem-cairo/Makefile b/graphics/rubygem-cairo/Makefile index 41dd374ae4af..1ed5827fbef7 100644 --- a/graphics/rubygem-cairo/Makefile +++ b/graphics/rubygem-cairo/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile index 36ad905776e8..e94c8824872c 100644 --- a/graphics/rubygem-captcha/Makefile +++ b/graphics/rubygem-captcha/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-chunky_png/Makefile b/graphics/rubygem-chunky_png/Makefile index 003aca95ede8..78acaca8102e 100644 --- a/graphics/rubygem-chunky_png/Makefile +++ b/graphics/rubygem-chunky_png/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-clutter-gtk/Makefile b/graphics/rubygem-clutter-gtk/Makefile index 9446efa84fe3..fa9ec9c51f2e 100644 --- a/graphics/rubygem-clutter-gtk/Makefile +++ b/graphics/rubygem-clutter-gtk/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-clutter/Makefile b/graphics/rubygem-clutter/Makefile index 4093190ee952..1c1e5af1f341 100644 --- a/graphics/rubygem-clutter/Makefile +++ b/graphics/rubygem-clutter/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-dragonfly/Makefile b/graphics/rubygem-dragonfly/Makefile index ca1fc5845ead..b131551e6a91 100644 --- a/graphics/rubygem-dragonfly/Makefile +++ b/graphics/rubygem-dragonfly/Makefile @@ -17,4 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-exifr/Makefile b/graphics/rubygem-exifr/Makefile index 1e1cffb11024..9cc07b35cc45 100644 --- a/graphics/rubygem-exifr/Makefile +++ b/graphics/rubygem-exifr/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-exifr -# Date created: 4 October 2008 -# Whom: stas -# +# Created by: stas # $FreeBSD$ PORTNAME= exifr @@ -17,4 +14,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/exifr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile index f482b0504e83..73d98d5238c5 100644 --- a/graphics/rubygem-ezprint/Makefile +++ b/graphics/rubygem-ezprint/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile index 3692771d3456..88b268a588b2 100644 --- a/graphics/rubygem-gd2/Makefile +++ b/graphics/rubygem-gd2/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-gd2 -# Date created: 07 June 2007 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ PORTNAME= gd2 @@ -21,6 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes post-install: @${REINPLACE_CMD} 's|so.2|so.4|' ${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile index 9407e529df0c..3566b9a95f87 100644 --- a/graphics/rubygem-gdk_pixbuf2/Makefile +++ b/graphics/rubygem-gdk_pixbuf2/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile index dce69698e28a..b8db07b2f20d 100644 --- a/graphics/rubygem-geokit/Makefile +++ b/graphics/rubygem-geokit/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-goocanvas/Makefile b/graphics/rubygem-goocanvas/Makefile index c800c63c3476..9eab1c122a43 100644 --- a/graphics/rubygem-goocanvas/Makefile +++ b/graphics/rubygem-goocanvas/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile index ad1c9ceb31a5..16bdfc17939b 100644 --- a/graphics/rubygem-graphviz/Makefile +++ b/graphics/rubygem-graphviz/Makefile @@ -20,4 +20,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv bin/dot2ruby bin/git2gv bin/xml2gv +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index 10357548fbf1..15f89e0c5b7d 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-image_science/Makefile b/graphics/rubygem-image_science/Makefile index 37ba72a324e4..40222592e416 100644 --- a/graphics/rubygem-image_science/Makefile +++ b/graphics/rubygem-image_science/Makefile @@ -18,4 +18,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/image_science_thumb +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-imagesize/Makefile b/graphics/rubygem-imagesize/Makefile index e30d5e3c503c..a80590434183 100644 --- a/graphics/rubygem-imagesize/Makefile +++ b/graphics/rubygem-imagesize/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-imagesize -# Date created: 8 August 2009 -# Whom: Rick Elrod <codeblock@eighthbit.net> -# +# Created by: Rick Elrod <codeblock@eighthbit.net> # $FreeBSD$ PORTNAME= imagesize @@ -16,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index cb71fdd17c22..b6bda05644b0 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -19,6 +19,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index d1fa2d7dd8d5..31d46aa81c69 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -1,4 +1,4 @@ -# Whom: Steve Wills <steve@meatwad.mouf.net> +# Created by: Steve Wills <steve@meatwad.mouf.net> # $FreeBSD$ PORTNAME= opengl @@ -17,6 +17,7 @@ USE_RUBYGEMS= yes USE_GL= glut RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.8 IGNORE= Does not work with Ruby 1.8 diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile index fff7efbc2ab0..1a525021faf9 100644 --- a/graphics/rubygem-pdfkit/Makefile +++ b/graphics/rubygem-pdfkit/Makefile @@ -17,6 +17,7 @@ RUBYGEM_AUTOPLIST= yes REINPLACE_ARGS= -i '' +NO_STAGE= yes post-install: @${REINPLACE_CMD} -e '/s.date/d' ${PREFIX}/${GEM_SPEC} diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile index 01749f28877a..cea629cebff1 100644 --- a/graphics/rubygem-png/Makefile +++ b/graphics/rubygem-png/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-railroad/Makefile b/graphics/rubygem-railroad/Makefile index 4cbe8f65712d..985887e8ecec 100644 --- a/graphics/rubygem-railroad/Makefile +++ b/graphics/rubygem-railroad/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-railroad -# Date created: 17 April 2007 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ PORTNAME= railroad @@ -18,4 +15,5 @@ RUBYGEM_AUTOPLIST= YES PLIST_FILES= bin/railroad +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile index 40fecde85646..16011d9595de 100644 --- a/graphics/rubygem-rmagick/Makefile +++ b/graphics/rubygem-rmagick/Makefile @@ -15,6 +15,7 @@ RUBYGEM_AUTOPLIST= yes OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/rubygem-rsvg2/Makefile b/graphics/rubygem-rsvg2/Makefile index a3777bc279af..bd1f337a0df0 100644 --- a/graphics/rubygem-rsvg2/Makefile +++ b/graphics/rubygem-rsvg2/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index 8ea3f4774f12..f8b16690053b 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rubygem-scruffy -# Date created: Jan 7, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= scruffy PORTVERSION= 0.2.6 @@ -21,6 +16,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes post-install: ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \ ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 5aa71ad5cfd6..325f88770601 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -19,6 +19,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 BROKEN= does not work with ruby 1.9 diff --git a/graphics/rubyphoto/Makefile b/graphics/rubyphoto/Makefile index 62865313a7c2..7f96a0970f7f 100644 --- a/graphics/rubyphoto/Makefile +++ b/graphics/rubyphoto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubyphoto -# Date created: June 14, 2003 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# +# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca> # $FreeBSD$ -# PORTNAME= rubyphoto PORTVERSION= 1.4 @@ -25,6 +21,7 @@ USE_RUBY= yes RUBY_SHEBANG_FILES= ruby_photo.rb SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/abspath.rb ${RUBY_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/findbin.rb ${RUBY_SITELIBDIR} diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 3f62d4b54a24..0f8bcdae9a2d 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras +NO_STAGE= yes # Don't extract the libusb bundled with s10sh: EXTRACT_AFTER_ARGS= --exclude '*/libusb*' diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index eeb03a404988..bcca94d434ff 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sage -# Date created: 4 February 2005 -# Whom: Janni -# +# Created by: Janni # $FreeBSD$ -# PORTNAME= sage PORTVERSION= 0.2.0 @@ -25,6 +21,7 @@ MAN3= sage.3 sage_init.3 CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 2330842e055a..c2cfa28f6efd 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -30,6 +30,7 @@ PORTDOCS= README PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/sampleicc/Makefile b/graphics/sampleicc/Makefile index 912c1afd1a3a..972103a96b0c 100644 --- a/graphics/sampleicc/Makefile +++ b/graphics/sampleicc/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes USES= pathfix USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 22cc4186ac22..f1540c4676fa 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -48,6 +48,7 @@ GROUPS= saned CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include "Makefile.man" .include <bsd.port.options.mk> diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 588328acd0f8..d805766f5ee7 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -19,6 +19,7 @@ # Given that there is no other way for us to get version 2.11.0, # and since this is allowed by the license, we go straight at the # URL for the .tar.gz we need. +NO_STAGE= yes # The various versions of the code are at: # # http://lx1.avasys.jp/iscan/2.7.0/iscan-2.7.0-1.c2.tar.gz diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index c482caf750bf..3902b7966fa8 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= GTK1 GIMP GTK1_DESC= GTK1 support (Default is GTK2) GIMP_DESC= also build xscanimage as a GIMP plug-in +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK1} diff --git a/graphics/scale2x/Makefile b/graphics/scale2x/Makefile index 6697c13a7ef2..e0448567f6c5 100644 --- a/graphics/scale2x/Makefile +++ b/graphics/scale2x/Makefile @@ -26,6 +26,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/scalex bin/scalerx +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMMX} diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index 4e3a8cf976d5..c51bfc7af298 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFAULT= HTML_DESC= Install HTML Doxygen files LATEX_DESC= Install LaTeX Doxygen files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index fcff652a5360..81694de09128 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -20,6 +20,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/scr2png MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index cea66c59a309..90a76d774d69 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= scrot.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/graphics/scwm-icons/Makefile b/graphics/scwm-icons/Makefile index 5c0a616d119c..955b2cf749fd 100644 --- a/graphics/scwm-icons/Makefile +++ b/graphics/scwm-icons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scwm-icons -# Date created: 07 April 1998 -# Whom: Yukihiro Nakai <nacai@iname.com> -# +# Created by: Yukihiro Nakai <nacai@iname.com> # $FreeBSD$ -# PORTNAME= scwm-icons PORTVERSION= 0.99.2 @@ -16,6 +12,7 @@ COMMENT= An icon collection for the scwm window manager NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/scwm/pixmaps .for dir in icons mini-icons startup diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index f2ab8dfa6645..b60c34f07c51 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -24,4 +24,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lm USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index ac8ce63a4df6..206bacdfff8d 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -22,6 +22,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index f8a6bdf46314..a0da546935c4 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE_i386= MMX +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMMX} diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 0d040662aaaf..878ee5d2577b 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -25,6 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lm USE_LDCONFIG= yes +NO_STAGE= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showimage ${PREFIX}/bin diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 4a8b7a6d17bb..4265e70c7966 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes USE_GL= yes .endif +NO_STAGE= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin/sdl-showfont diff --git a/graphics/seam-carving-gui/Makefile b/graphics/seam-carving-gui/Makefile index 8b3a419d68c9..1fbd95c03f27 100644 --- a/graphics/seam-carving-gui/Makefile +++ b/graphics/seam-carving-gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seam-carving-gui -# Date created: 18 Oct 2008 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= seam-carving-gui PORTVERSION= 1.11 @@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/Src\ Seam\ Carving\ GUI\ ${PORTVERSION} PLIST_FILES= bin/SeamCarvingGui +NO_STAGE= yes do-configure: cd ${WRKSRC} && \ ${SETENV} QMAKESPEC="${QMAKESPEC}" ${QMAKE} seam-carving-gui.pro diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index 65ebf2f5a1d2..f4ef5ac30183 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seejpeg-1.10.tgz -# Date created: 2000 Oct 19 -# -# Whom: Donn Miller <dmmiller@cvzoom.net> +# Created by: Donn Miller <dmmiller@cvzoom.net> # $FreeBSD$ -# PORTNAME= seejpeg PORTVERSION= 1.10 @@ -28,6 +24,7 @@ USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-extract: ${CHMOD} 0644 ${WRKSRC}/Makefile diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile index 12e9c555bd53..936a22f7f377 100644 --- a/graphics/seom/Makefile +++ b/graphics/seom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seom -# Date created: 12th January 2010 -# Whom: bms -# +# Created by: bms # $FreeBSD$ -# PORTNAME= seom PORTVERSION= 2010011201 @@ -25,6 +21,7 @@ USE_XORG= x11 xv USE_GL= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 amd64 diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index eb8147d9e6b3..e7dbedbcf134 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -35,6 +35,7 @@ PORTEXAMPLES= qproof.scm qexport.scm MAKE_ENV+= TARGETS="${BIN_TARGETS}" +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index 2f2a3d7c90cb..7fe4224de89a 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -23,6 +23,7 @@ ONLY_FOR_ARCHS_REASON= uses SSE MAN1= sharpconstruct.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh @${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc diff --git a/graphics/shiva-collections/Makefile b/graphics/shiva-collections/Makefile index 374cd1e93e82..2e5e421f0f79 100644 --- a/graphics/shiva-collections/Makefile +++ b/graphics/shiva-collections/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: shiva-collections -# Date created: 26 February 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= shiva-collections PORTVERSION= 1.4 @@ -17,4 +12,5 @@ USE_BZIP2= yes USES= cmake NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 876b86898beb..4f5c29896dfc 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -39,6 +39,7 @@ SHEBANG_FILES= ${WRKSRC}/${CONFIGURE_SCRIPT} ${WRKSRC}/chkver GLIB_SCHEMAS= org.yorba.shotwell.gschema.xml org.yorba.shotwell-extras.gschema.xml +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E \ -e 's|share/shotwell|${DATADIR_REL}|g' \ diff --git a/graphics/show/Makefile b/graphics/show/Makefile index f84ff7528896..4cbb874301d5 100644 --- a/graphics/show/Makefile +++ b/graphics/show/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: show -# Date created: 06 July 2003 -# Whom: roop -# +# Created by: roop # $FreeBSD$ -# PORTNAME= show PORTVERSION= 2.2 @@ -23,6 +19,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ PLIST_FILES= bin/show +NO_STAGE= yes post-extract: @${CP} ${PATCHDIR}/Makefile ${WRKSRC} @${RM} ${WRKSRC}/${PORTNAME} diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index 2ba1a0f80b8d..5cf52137ebef 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -22,4 +22,5 @@ PLIST_FILES= bin/${PORTNAME}-kde4 \ share/applications/kde4/${PORTNAME}.desktop \ share/icons/hicolor/32x32/apps/${PORTNAME}.png +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 75316fa76f82..da4d3ecf17dd 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xft --without-pangographite +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 886e4fda5802..3de8231b42a9 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simage -# Date created: 10 May 2002 -# Whom: roland.jesse@gmx.net -# +# Created by: roland.jesse@gmx.net # $FreeBSD$ -# PORTNAME= simage PORTVERSION= 1.7.0 @@ -29,4 +25,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile index 6cd59fbd2aa0..16ae546ac6ce 100644 --- a/graphics/simpleviewer/Makefile +++ b/graphics/simpleviewer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Simple Viewer GL -# Date created: 08 Apr 2011 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= simpleviewer PORTVERSION= 1.7.1553.8560 @@ -30,6 +26,7 @@ MAKE_ARGS= CC=${CXX} PLIST_FILES= bin/sviewgl +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/sk1libs/Makefile b/graphics/sk1libs/Makefile index 4c22ab7b0b94..947846e50477 100644 --- a/graphics/sk1libs/Makefile +++ b/graphics/sk1libs/Makefile @@ -22,6 +22,7 @@ PYDISTUTILS_BUILD_TARGET=build_ext PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib \ -I${LOCALBASE}/include:${LOCALBASE}/include/freetype2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index 1169cfc8a760..4432b9663f7b 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -19,4 +19,5 @@ USES= cmake # Fix build with no-default PREFIX CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${KDE4_PREFIX} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index ea95d6037845..c161b6f1e782 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -37,6 +37,7 @@ CFLAGS+= -I${TK_INCLUDEDIR} -I${LOCALBASE}/include \ PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index 8f573125b26b..79c87c67563a 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -20,6 +20,7 @@ USE_DOS2UNIX= yes PLIST_FILES= bin/sketch +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index 87fdc7cfdbf2..5c13afcd48fd 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sng -# Date created: Mar 20, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sng PORTVERSION= 1.0.5 @@ -28,6 +23,7 @@ CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ MAN1= sng.1 PLIST_FILES= bin/sng bin/sng_regress +NO_STAGE= yes no-pre-patch: @${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '33,34s|^static ||' ${WRKSRC}/sngd.c diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 5a3976921069..8376adb91b6a 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= sodipodi.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/src/helper/action.c \ diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 3a80d3c50ea2..e571d752d435 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -25,6 +25,7 @@ NO_BUILD= yes USES= shebangfix perl5 SHEBANG_FILES= springgraph.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/springgraph.pl ${PREFIX}/bin/springgraph diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 0b52972d4f6a..667c26578398 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -19,6 +19,7 @@ OPTIONS_RADIO_RG1= ALTIVEC SSE ALTIVEC_DESC= Use Altivec instructions RG1_DESC= Optimizations Selection +NO_STAGE= yes .include <bsd.port.options.mk> CXXFLAGS+= -fPIC diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index 861e2fcf410d..c74c35f4c6ae 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -30,4 +30,5 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-debug --disable-yydebug .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index 3728806d80c9..0797ddfea7d3 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stamp -# Date created: 11 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= stamp PORTVERSION= 2.0.8 @@ -23,6 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_GNOME= gtk12 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \ ${WRKSRC}/configure diff --git a/graphics/structuresynth/Makefile b/graphics/structuresynth/Makefile index 6c6f658978e0..694b46f51d86 100644 --- a/graphics/structuresynth/Makefile +++ b/graphics/structuresynth/Makefile @@ -17,6 +17,7 @@ USE_QT4= qmake_build corelib gui opengl moc_build rcc_build xml script WRKSRC= ${WRKDIR}/structure-synth USE_DOS2UNIX= *.cpp *.h +NO_STAGE= yes post-extract: @${MV} "${WRKDIR}/Structure Synth Source Code" ${WRKSRC} @${RM} -rf ${WRKSRC}/Examples/DontDeploy diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 11242382717b..b64e8121c548 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -19,4 +19,5 @@ USES= pkgconfig MAN1= svg2pdf.1 PLIST_FILES= bin/svg2pdf +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index 8a3eac888465..e9002f31c17c 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -19,4 +19,5 @@ USES= pkgconfig MAN1= svg2png.1 PLIST_FILES= bin/svg2png +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index 00f16f2221ec..35d0f248d916 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: svg2swf -# Date created: 24 August 2000 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= svg2swf PORTVERSION= 0.1.3 @@ -24,6 +19,7 @@ PLIST_FILES= bin/svg2swf USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_VERSION} == "python1.5" diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index b4249968f3fe..2e1f15db986d 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -1,4 +1,4 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ PORTNAME= svgalib @@ -20,6 +20,7 @@ MANCOMPRESSED= yes ALL_TARGET= shared static +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/graphics/svgfig/Makefile b/graphics/svgfig/Makefile index 153807f68eee..9a12af657cc8 100644 --- a/graphics/svgfig/Makefile +++ b/graphics/svgfig/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:L} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index bf927b78b1c6..c2cddb15a12c 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -27,6 +27,7 @@ PLIST_SUB= VERSION=${PORTVERSION:R} OPTIONS_DEFINE= PULSEAUDIO PULSEAUDIO_DESC="Enable the PulseAudio sound module" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPULSEAUDIO} diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index e33befc12a23..68621a498336 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -21,4 +21,5 @@ USE_AUTOTOOLS= libtool PLIST_FILES= bin/swfmill +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 29d22dd34c26..d36fc8433063 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -36,6 +36,7 @@ MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLAME} diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index 7bec07c3fd32..9f47e2e6d218 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 1fca413233d1..df1cff0d1c10 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: synfigstudio -# Date created: 25 Jun 2006 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= synfigstudio DISTVERSION= 0.63.05 @@ -27,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=|' -e \ diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index aca1832ae70f..1176c362243e 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/telak MAN1= telak.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 diff --git a/graphics/tesseract-data/Makefile b/graphics/tesseract-data/Makefile index e2c068edbd0a..bf8a14569b2e 100644 --- a/graphics/tesseract-data/Makefile +++ b/graphics/tesseract-data/Makefile @@ -48,6 +48,7 @@ DATADIR= ${PREFIX}/share/tessdata PORTDATA= ${TESSERACT_LANGS:O:u:S|$|.traineddata|} .endif +NO_STAGE= yes pre-fetch: @${ECHO_MSG} "" @${ECHO_MSG} "The choice of language data to be installed may" diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index b0b0835c5339..7a021716d246 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= LIBLEPT_HEADERSDIR="${LOCALBASE}/include/leptonica" \ LIBS="${PTHREAD_LIBS}" LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .ifndef NOPORTDATA diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 256fe585d5e7..fce7f670ed4c 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -26,6 +26,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} MAN1= tgif.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 307bb191a639..d862be1ee95b 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/png22pnm bin/tif22pnm TIF22PNM_SRCS= ptspnm.c minigimp.c miniglib.c ptstiff3.c tif22pnm.c PNG2PNM_SRCS= png22pnm.c +NO_STAGE= yes do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} -DNDEBUG -I${LOCALBASE}/include \ diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 054f15138df1..d893c37be071 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -109,6 +109,7 @@ MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 15b7807a51cc..9da98e94793d 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 86e26ee71333..a668514e21e8 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= lib/libtifmerge.a \ MAN3= tifmerge.3 +NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/TIFMERGE.H ${WRKSRC}/tifmerge.h @${MV} ${WRKSRC}/TIFMERGE.C ${WRKSRC}/tifmerge.c diff --git a/graphics/tilecache/Makefile b/graphics/tilecache/Makefile index f1dc5405fe10..6c30f94c0e71 100644 --- a/graphics/tilecache/Makefile +++ b/graphics/tilecache/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tilecache -# Date created: 2011-10-18 -# Whom: joris -# +# Created by: joris # $FreeBSD$ -# PORTNAME= tilecache PORTVERSION= 2.11 @@ -24,6 +20,7 @@ PYDISTUTILS_PKGNAME= TileCache FILES_ETC= TileCache/Service.py setup.py tilecache_install_config.py +NO_STAGE= yes post-patch: @cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's|/etc|${ETCDIR}|' ${FILES_ETC}; diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index f8653b7409dc..ae4d57d7bb55 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -20,6 +20,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index e2905a06b124..638e7ac91a09 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: timeless -# Date created: 5 August 2006 -# Whom: Jeff Molofee -# +# Created by: Jeff Molofee # $FreeBSD$ -# PORTNAME= timeless PORTVERSION= 1.0 @@ -20,4 +16,5 @@ USE_SDL= sdl mixer PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/time.s3m PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index 1f79502e9930..e494577187c1 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}.jar \ SUB_FILES= tintfu.sh SUB_LIST= DISTNAME=${DISTNAME} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/tintfu.sh ${PREFIX}/bin/tintfu diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 650a2e7a1969..cc89b4511100 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: tinows -# Date created: 2011-10-18 -# Whom: Joris Dedieu <joris.dedieu@gmail.com> -# +# Created by: Joris Dedieu <joris.dedieu@gmail.com> # $FreeBSD$ -# PORTNAME= tinyows PORTVERSION= 1.0.0 @@ -23,6 +19,7 @@ GNU_CONFIGURE= YES OPTIONS_DEFINE= FASTCGI OPTIONS_DEFAULT= FASTCGI +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFASTCGI} diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index 28d82adb3e3b..05d21a8cb465 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tkpng -# Date created: 08 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tkpng PORTVERSION= 0.9 @@ -22,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/license.terms USE_TK= 84+ GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} \ diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 5d9cb11228c4..38a96b692ae7 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${TK_LIBDIR} PLIST_SUB+= TK_VER=${TK_VER} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 0b816f325894..c136c49a5078 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -29,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include \ LDFLAGS+= -L${LOCALBASE}/lib \ `pkg-config --libs gtkglext-1.0` +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS=""||g ; \ s|-I/usr/include/gtkglext-1.0/||g ; \ diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 5e897efa5cc7..082f44933cd8 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: tulip -# Date created: Feb 8, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tulip PORTVERSION= 3.8.0 @@ -37,6 +32,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-src PLIST_SUB+= TULIP_VERSION=${PORTVERSION} \ TULIP_VERS=${PORTVERSION:R} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index 5a9615d80e6f..3c061234350f 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -28,6 +28,7 @@ ONLY_FOR_ARCHS_REASON= Only works on little endian systems PLIST_FILES= bin/tumble PORTDOCS= README +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|LDFLAGS =|LDFLAGS= ${LDFLAGS}|' ${WRKSRC}/Makefile diff --git a/graphics/uDrawGraph/Makefile b/graphics/uDrawGraph/Makefile index 1f8430ed6f5c..83e488541fe9 100644 --- a/graphics/uDrawGraph/Makefile +++ b/graphics/uDrawGraph/Makefile @@ -29,6 +29,7 @@ LINK_OPTS= -sf RESTRICTED= binary under GNU LGPL without accompanying source +NO_STAGE= yes do-install: # licenses required at startup @cd ${WRKSRC}; \ diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 314a79ee216f..00380802a0cc 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -35,6 +35,7 @@ DST_DESC= Use local time for timestamps FITS_DESC= FITS output support GIMP_DESC= Install GIMP plugin +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCONTRAST} diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index afca8f5c8345..2775483a903d 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -15,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1li USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 72c6c232c948..3eb5a41fd431 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -20,6 +20,7 @@ PROJECTHOST= uniconvertor USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py diff --git a/graphics/unpaper/Makefile b/graphics/unpaper/Makefile index 9bed2ebd9e23..1ea4c1c5fa11 100644 --- a/graphics/unpaper/Makefile +++ b/graphics/unpaper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unpaper -# Date created: 01 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= unpaper PORTVERSION= 0.3 @@ -13,6 +9,7 @@ MASTER_SITES= CENKES BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Post-processing tool for scanned sheets of paper +NO_STAGE= yes do-build: @${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} \ ${WRKSRC}/src/${PORTNAME}.c -lm diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 7246c368af29..44ee023b9d01 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -58,6 +58,7 @@ MAN3= buildmap.3 bwdithermap.3 colorquant.3 dither.3 ditherbw.3 \ MAN5= rle.5 MLINKS= rle.5 RLE.5 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 2365951aea18..8c9053ac5dc0 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l +NO_STAGE= yes pre-patch: @${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD .for file in conf demo.csh globals.h tMakefile diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile index 142f98a6e14f..8e50f65d79e3 100644 --- a/graphics/viewnior/Makefile +++ b/graphics/viewnior/Makefile @@ -28,6 +28,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index eb17de357069..663463018bcc 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -1,4 +1,4 @@ -# Created by: cartola (Carlos E. G. Carvalho) +# Created by: cartola (Carlos E. G. Carvalho) # $FreeBSD$ PORTNAME= vigra @@ -25,6 +25,7 @@ OPTIONS_DEFINE= HDF5 OPENEXR NUMPY OPTIONS_DEFAULT= HDF5 OPENEXR NUMPY_DESC= NumPy mathematical computing (USE Fortran/GCC46+) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHDF5} diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 165232e5d59e..ff4649139e06 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -38,6 +38,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -Ee 's,^(G?MSGFMT = *)$$,\1${LOCALBASE}/bin/msgfmt,g' \ ${WRKSRC}/po/Makefile diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index ebcd59f00028..39c03d424be1 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -33,6 +33,7 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS+= cairomm-1.0.1:${PORTSDIR}/graphics/cairomm +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800025 diff --git a/graphics/visprint/Makefile b/graphics/visprint/Makefile index 12b2782008a4..f7b687a95156 100644 --- a/graphics/visprint/Makefile +++ b/graphics/visprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: visprint -# Date created: 11 November 2006 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= visprint PORTVERSION= 2.1 @@ -25,6 +21,7 @@ PLIST_FILES= bin/visprint MAN1= visprint.1 +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -c visprint.c) (cd ${WRKSRC} && ${CC} ${LDFLAGS} visprint.o -o visprint) diff --git a/graphics/volpack/Makefile b/graphics/volpack/Makefile index feed66e71356..d23a024db169 100644 --- a/graphics/volpack/Makefile +++ b/graphics/volpack/Makefile @@ -41,4 +41,5 @@ MAN3= volpack-BruteForce.3 volpack-Callback.3 \ volpack-VoxelField.3 volpack-VoxelSize.3 volpack-Window.3 \ volpack-WindowPHIGS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index f38a74a32e02..15f6a9ec43e7 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -16,4 +16,5 @@ USE_XZ= yes MAN1= vp.1 PLIST_FILES= bin/vp +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index ec762aeb3aaa..9e618a580a89 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webp -# Date created: 1 October 2010 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= webp PORTVERSION= 0.3.1 @@ -24,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAN1= cwebp.1 dwebp.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index a86de4ade339..5cb26f72ba2d 100644 --- a/graphics/whirlgif/Makefile +++ b/graphics/whirlgif/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whirlgif -# Date created: 20 Oct 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= whirlgif PORTVERSION= 3.04 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/whirlgif-3.04.orig MAN1= whirlgif.1 PLIST_FILES= bin/whirlgif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1 diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index 4ee179c1f710..fbb329547069 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -39,6 +39,7 @@ MAN1= dune.1 illegal2vrml.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Try to fix parallel builds (-jX) by calling submakes correctly diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile index fa98b6c7d6aa..31704ca0676b 100644 --- a/graphics/wings-devel/Makefile +++ b/graphics/wings-devel/Makefile @@ -28,6 +28,7 @@ USE_GMAKE= yes PORTSCOUT= limitw:1,odd +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index f040be6b1608..3ba926a07236 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -27,6 +27,7 @@ USE_GMAKE= yes PORTSCOUT= limitw:1,even +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile diff --git a/graphics/wmgrabimage/Makefile b/graphics/wmgrabimage/Makefile index d951883dffe5..d51db6f38edf 100644 --- a/graphics/wmgrabimage/Makefile +++ b/graphics/wmgrabimage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmGrabImage -# Date created: 4th November 1999 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> -# +# Created by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # $FreeBSD$ -# PORTNAME= wmGrabImage PORTVERSION= 0.72 @@ -23,4 +19,5 @@ USE_XORG= xpm MAN1= wmGrabImage.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/wmicons/Makefile b/graphics/wmicons/Makefile index ba36558443ba..013db9534fa7 100644 --- a/graphics/wmicons/Makefile +++ b/graphics/wmicons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icons for WindowMaker -# Date created: 26 Japnuary 1999 -# Whom: KIRIYAMA Kazuhiko -# +# Created by: KIRIYAMA Kazuhiko # $FreeBSD$ -# PORTNAME= wmicons PORTVERSION= 1.0 @@ -30,6 +26,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/WindowMaker-extra-0.1 WMICONDIR= ${PREFIX}/share/WindowMaker/Pixmaps +NO_STAGE= yes post-extract: ${MKDIR} ${WRKDIR}/isiconpack4 ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/isiconpack4.tgz \ diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 73e9ca25d86e..28b7723e3368 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -28,6 +28,7 @@ LIBAV_PC= libavcodec1 libavformat1 libavutil1 libswscale1 LIBAV_CFLAGS= $$(pkg-config --cflags ${LIBAV_PC}) LIBAV_LIBS= $$(pkg-config --libs ${LIBAV_PC}) +NO_STAGE= yes post-extract: .for i in configure install-sh @${CHMOD} ${BINMODE} ${WRKSRC}/${i} diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 81f299c9fe09..cf9f85741dfc 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -33,6 +33,7 @@ PLIST_SUB+= XAOSDIR="share/XaoS" DESKTOP_ENTRIES= "XaoS" "${COMMENT}" "" "xaos" "" false +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPTHREAD} diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index e348f698a290..2f20d4bfe7ed 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -18,4 +18,5 @@ MAN1= xbmbrowser.1 USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index e731e805cbe4..3f6d5d8a6da0 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xd3d -# Date created: Tue Sept. 16 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= xd3d PORTVERSION= 8.3.1 @@ -15,6 +11,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= A simple scientific visualization tool #-------------------------------------------------------------------------- +NO_STAGE= yes # You may define these options: # # - WITHOUT_IMAGEMAGICK : if you don't need to export bitmap images diff --git a/graphics/xdgagrab/Makefile b/graphics/xdgagrab/Makefile index 5f6685c72878..3aee828d9511 100644 --- a/graphics/xdgagrab/Makefile +++ b/graphics/xdgagrab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdgagrab -# Date created: 99/01/18 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xdgagrab PORTVERSION= 0.3 @@ -18,6 +14,7 @@ USE_XORG= x11 xxf86dga ALL_TARGET= xdgagrab PLIST_FILES= bin/xdgagrab +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile index 03214088983e..40b5e9c192d0 100644 --- a/graphics/xface.el/Makefile +++ b/graphics/xface.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x-face.el -# Date created: 17 Feb 2002 -# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> -# +# Created by: Yoichi NAKAYAMA <yoichi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xface.el PORTVERSION= 1.3.6.24 @@ -44,6 +40,7 @@ PLIST_SUB+= E21_ONLY="@comment " \ PLIST_SUB+= LISPDIR=${LISPDIR} \ DOCSDIR=share/doc/${PORTNAME} +NO_STAGE= yes post-extract: .if (${EMACS_PORT_NAME} == emacs21) ${CP} ${DISTDIR}/x-face-e21.el.gz ${WRKSRC} diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 58d4c4dfc00c..b8d7eb717386 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -36,6 +36,7 @@ OPTIONS_DEFINE= GHOSTSCRIPT I18N DOCS OPTIONS_DEFAULT= GHOSTSCRIPT I18N I18N_DESC= I18N support and Japanese docs +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 3d1112e843c2..0bf146fa7d5a 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 xext xpm USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index b00d15d5b602..942f2c0a927c 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfractint -# Date created: 7 Sept 1995 -# Whom: cacho@mexicano.gdl.iteso.mx -# +# Created by: cacho@mexicano.gdl.iteso.mx # $FreeBSD$ -# PORTNAME= xfractint PORTVERSION= 20.04p12 @@ -24,6 +20,7 @@ MAN1= ${PORTNAME}.1 DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index 55854ec5880b..8c3f3de3fd1c 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xglurbules -# Date created: 30 August 2002 -# Whom: Stephen Roome <steve@pepcross.com> -# +# Created by: Stephen Roome <steve@pepcross.com> # $FreeBSD$ -# PORTNAME= xglurbules PORTVERSION= 3.3 @@ -23,4 +19,5 @@ MANCOMPRESSED= yes PLIST_FILES= bin/xglurbules \ bin/xglurbules-noshm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index b9544ee3d0a8..f9cb32c3e534 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -20,4 +20,5 @@ USE_XORG= x11 xext MAN1= glib.1 xgrasp.1 PLIST_FILES= bin/glib bin/xgrasp +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 789637fdeb71..c3ac51f4bc1a 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -26,4 +26,5 @@ PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg lib/X11/app-defaults/Xli XLI_SNAPVER= 2006-11-10 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xmagv/Makefile b/graphics/xmagv/Makefile index a2539e02e99e..44c59d00642f 100644 --- a/graphics/xmagv/Makefile +++ b/graphics/xmagv/Makefile @@ -24,6 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} PLIST_FILES= bin/xmagv PORTDOCS= xmagv.doc +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/xmagv.j ${PREFIX}/man/ja/man1 ${MV} ${PREFIX}/man/ja/man1/xmagv.j ${PREFIX}/man/ja/man1/xmagv.1 diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index aad5c3448dd3..0e5bdff9b7e6 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes MAN1= xmandel.1 PLIST_FILES= bin/xmandel +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 89e61f6f2aad..63deef7acac8 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -38,6 +38,7 @@ MAN1= medcon.1 xmedcon-config.1 MAN3= medcon.3 MAN4= m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index 82ba30d769d1..ecf555a83471 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -19,6 +19,7 @@ ACLOCAL_ARGS= # none CONFIGURE_ARGS= --with-editres \ --with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/graphics/xmlgraphics-commons/Makefile b/graphics/xmlgraphics-commons/Makefile index dc4edf9cec28..f31b719a58b7 100644 --- a/graphics/xmlgraphics-commons/Makefile +++ b/graphics/xmlgraphics-commons/Makefile @@ -20,6 +20,7 @@ USE_ANT= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \ ${JAVAJARDIR}/${PORTNAME}.jar diff --git a/graphics/xmms-blursk/Makefile b/graphics/xmms-blursk/Makefile index 83afae01fbcf..3bdfd1fd7162 100644 --- a/graphics/xmms-blursk/Makefile +++ b/graphics/xmms-blursk/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes CPPFLAGS+= ${CFLAGS} ${PTHREAD_CFLAGS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile index 3634ecfe2bb6..9f9019c1519b 100644 --- a/graphics/xmms-dancingparticles/Makefile +++ b/graphics/xmms-dancingparticles/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gtk12 USE_SDL= sdl CFLAGS+= -I${PREFIX}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|\(#include.*\)SDL/\(SDL.*\)|\1\2| ; \ s|/usr/local|${PREFIX}|' ${WRKSRC}/*.cc ${WRKSRC}/*.h diff --git a/graphics/xmms-dflowers/Makefile b/graphics/xmms-dflowers/Makefile index 22fbe2ce7389..f86898bdc896 100644 --- a/graphics/xmms-dflowers/Makefile +++ b/graphics/xmms-dflowers/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ s|-Wall|-Wall ${CFLAGS}|; \ diff --git a/graphics/xmms-dscope/Makefile b/graphics/xmms-dscope/Makefile index 7799a6661c7c..463726d61f37 100644 --- a/graphics/xmms-dscope/Makefile +++ b/graphics/xmms-dscope/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3||; \ s|-Wall|-Wall ${CFLAGS}|; \ diff --git a/graphics/xmms-dspectogram/Makefile b/graphics/xmms-dspectogram/Makefile index 243be725c792..c701adfe9888 100644 --- a/graphics/xmms-dspectogram/Makefile +++ b/graphics/xmms-dspectogram/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ s|-Wall|-Wall ${CFLAGS}|; \ diff --git a/graphics/xmms-dspectral/Makefile b/graphics/xmms-dspectral/Makefile index 2eba1ca0e044..1fcd79bd72c6 100644 --- a/graphics/xmms-dspectral/Makefile +++ b/graphics/xmms-dspectral/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ s|-Wall|-Wall ${CFLAGS}|; \ diff --git a/graphics/xmms-finespectrum/Makefile b/graphics/xmms-finespectrum/Makefile index 1e49d18bac5d..f37243ac0645 100644 --- a/graphics/xmms-finespectrum/Makefile +++ b/graphics/xmms-finespectrum/Makefile @@ -22,6 +22,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/finespectrum-1.0.1alpha +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 69e3f79c5a5c..a7ec3634e562 100644 --- a/graphics/xmms-fishmatic/Makefile +++ b/graphics/xmms-fishmatic/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-lGL -lXext ${LIBS}" CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/config.cache @${REINPLACE_CMD} -e 's|-O2||; \ diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile index 2b9a4acd8ee3..40753de52d97 100644 --- a/graphics/xmms-gdancer/Makefile +++ b/graphics/xmms-gdancer/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Visualization/gdancer.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index 10941c1140ff..1136bd003f01 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_GL= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index 3e4d441c943e..9b17c88ac0af 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= lib/xmms/Visualization/libjess.so lib/xmms/Visualization/libjess.la USE_GNOME= glib12 USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index 27ac08bcfab5..a6e2aea7c507 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-Wall||' \ diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 131e7a76cc72..94773a84456c 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes USE_GNOME= gtk12 USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig diff --git a/graphics/xmms-scivi/Makefile b/graphics/xmms-scivi/Makefile index 4f2a7dc2987e..aa78f36be747 100644 --- a/graphics/xmms-scivi/Makefile +++ b/graphics/xmms-scivi/Makefile @@ -19,6 +19,7 @@ USE_XORG= x11 xt USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/graphics/xmms-vumeter/Makefile b/graphics/xmms-vumeter/Makefile index 668fa7b5c74f..c825c37f6371 100644 --- a/graphics/xmms-vumeter/Makefile +++ b/graphics/xmms-vumeter/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xmms/VU_Meter_skins +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/src/vumeter.h @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/graphics/xmms-waterfall/Makefile b/graphics/xmms-waterfall/Makefile index 8fe0de1885bc..c88d908c9128 100644 --- a/graphics/xmms-waterfall/Makefile +++ b/graphics/xmms-waterfall/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \ lib/xmms/Visualization/libwaterfall.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index a57bd6f6eef0..c6c8084ac75a 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes MAN1= gtkmorph.1 xmorph.1 INFO= xmorph +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 71918fcfa000..74746d214c86 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes post-extract: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6 diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile index e3594a2a4241..3aaa0d81d39f 100644 --- a/graphics/xnview/Makefile +++ b/graphics/xnview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xnview -# Date created: 9 Jul 2002 -# Whom: Serge Negodyuck <petr@petrovich.kiev.ua> -# +# Created by: Serge Negodyuck <petr@petrovich.kiev.ua> # $FreeBSD$ -# PORTNAME= xnview PORTVERSION= 1.70 @@ -24,6 +20,7 @@ MAN1= xnview.1 nview.1 MLINKS= nview.1 nv.1 \ nview.1 nconvert.1 +NO_STAGE= yes .include <bsd.port.pre.mk> LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x diff --git a/graphics/xoris/Makefile b/graphics/xoris/Makefile index 3a5fc2f535c8..6cf396ee8f22 100644 --- a/graphics/xoris/Makefile +++ b/graphics/xoris/Makefile @@ -13,6 +13,7 @@ COMMENT= X11 pixel color grabber USES= imake USE_XORG= x11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index db328560dde2..030d37553477 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -25,6 +25,7 @@ OPTIONS_DEFINE= GHOSTSCRIPT GHOSTSCRIPT_DESC= Install ghostscript (PS/PDF as bitmap bg) OPTIONS_DEFAULT= GHOSTSCRIPT +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGHOSTSCRIPT} diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index b8ddb2362584..4cea7d4d190e 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -32,6 +32,7 @@ MAKE_ENV+= RM="${RM} -f" MAN1= xpaint.1 pdfconcat.1 imgmerge.1 +NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/XPaint.ad diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 01e23e66c948..8a5e54c05cdb 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -31,6 +31,7 @@ LIBPAPER_DESC= Enable libpaper TYPE1_DESC= Ghostscript type1 fonts OPTIONS_DEFAULT= TYPE1 X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTYPE1} diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index 499dd73ac370..7b3eee51c307 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -20,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} PORTDOCS= xpx.doc xpxrc.eg PLIST_FILES= bin/xpx +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|myname|my_name|g' ${WRKSRC}/magtoppm.c @${REINPLACE_CMD} -e '/edit_mode/d' ${WRKSRC}/work.h diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 9ee05cf6cbe2..50ddfcf49d3d 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -30,6 +30,7 @@ MAN1= xsane.1 OPTIONS_DEFINE= GIMP NLS GIMP_DESC= GIMP plugin support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index d2574d93aa25..8e21ae44d2f1 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/xsvg MAN1= xsvg.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile index 17c48ffab291..35c9f54f0564 100644 --- a/graphics/xtexcad/Makefile +++ b/graphics/xtexcad/Makefile @@ -16,4 +16,5 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtexcad.1 PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 793c5d67371f..51f83d433020 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= xv:${PORTSDIR}/${PKGCATEGORY}/xv NOMAN= yes +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index feab3d0d9dcd..a8f3c7b2d47f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -32,6 +32,7 @@ MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 XVDIST= ${DISTDIR}/${DIST_SUBDIR} CFLAGS+= -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes pre-patch: @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt diff --git a/graphics/xwpick/Makefile b/graphics/xwpick/Makefile index 7b18c9f4b314..ea41ed89e59c 100644 --- a/graphics/xwpick/Makefile +++ b/graphics/xwpick/Makefile @@ -15,6 +15,7 @@ USES= imake USE_XORG= x11 xext MAN1= xwpick.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index ac46e5d303a3..934d41194565 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -18,6 +18,7 @@ USE_GNOME= imlib gdkpixbuf gtk20 MAN1= xzgv.1 PLIST_FILES= bin/xzgv +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 0786aa4471f7..c016c63458f8 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: YafRay -# Date created: 18 May 2003 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ -# PORTNAME= yafray PORTVERSION= 0.0.9 @@ -22,6 +18,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes pre-patch: @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index 2449f9ca57d5..e00332934063 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -32,6 +32,7 @@ USE_QT4= corelib gui imageformats linguist_build \ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUNEIFORM} diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index 82e74d6e6549..8441ed7d73b7 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -29,6 +29,7 @@ SUB_FILES= ${PORTNAME} DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX} +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile index c365f5798f25..9ee15b64f1f5 100644 --- a/graphics/yukon/Makefile +++ b/graphics/yukon/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: yukon -# Date created: 12th January 2010 -# Whom: bms -# +# Created by: bms # $FreeBSD$ -# -# TODO: roll svn tarball, add patches with sedification. PORTNAME= yukon PORTVERSION= 2010011201 @@ -44,6 +39,7 @@ FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 158 # svn tip at epoch 2009120801 SVNROOT_URI= https://devel.neopsis.com/svn/yukon +NO_STAGE= yes do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk ${WRKSRC} diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index 33ab0df7e6f6..0aaf985d7b39 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -19,4 +19,5 @@ USES= gmake pkgconfig PLIST_FILES= lib/zathura/djvu.so PLIST_DIRSTRY= lib/zathura +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index c38b93e9abe5..a8407238b952 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -21,4 +21,5 @@ PLIST_FILES= lib/zathura/pdf.so \ PLIST_DIRSTRY= lib/zathura \ share/applications +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index eb0edf1081e1..03c8984a0eaa 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -18,6 +18,7 @@ MAKE_ENV= SFLAGS="${STRIP}" OPTIONS_DEFINE= DOCS NLS SQLITE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index 9e11df9ca0f2..8ac2cc142e1a 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4 OPTIONS_DEFAULT= X11 IMAGEMAGICK V4L_DESC= Build zbarcam video scanner +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libjpeg.so) diff --git a/graphics/zgv/Makefile b/graphics/zgv/Makefile index de4a32000361..62facca27bba 100644 --- a/graphics/zgv/Makefile +++ b/graphics/zgv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zgv -# Date created: 2004-04-15 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= zgv PORTVERSION= 5.9 @@ -35,6 +31,7 @@ INFO= zgv PORTDOCS= NEWS README SECURITY TODO INSTALL .endif +NO_STAGE= yes post-patch: ${RM} ${WRKSRC}/doc/zgv @${REINPLACE_CMD} -e 's|ZGV_LIBS=|ZGV_LIBS+=|' ${WRKSRC}/src/Makefile diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index e30f26475fe6..d5a1562931a3 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zimg -# Date created: 20 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# +# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ -# PORTNAME= zimg PORTVERSION= 5.0.0 @@ -27,4 +23,5 @@ PLIST_FILES= include/zimg.h bin/zimg CFLAGS+= -DHAVE_GD_FREETYPE +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index 797d04dcab0e..f349c38fd42a 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zint -# Date created: 2010-03-13 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= zint PORTVERSION= 2.4.3 @@ -24,4 +20,5 @@ USE_QT4= gui xml qmake_build uic_build moc_build rcc_build designer DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index ee1cd83c7031..c9ce81169ea2 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -37,6 +37,7 @@ USE_GMAKE= yes USES= perl5 USE_PERL5= build +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure |