diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 0098fda52c7d85a29049faae90777e191a11cc0d (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b | |
parent | e226b2e95047b72ad858c0536de026def8709939 (diff) | |
download | FreeBSD-ports-0098fda52c7d85a29049faae90777e191a11cc0d.zip FreeBSD-ports-0098fda52c7d85a29049faae90777e191a11cc0d.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
288 files changed, 377 insertions, 426 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 7fd1f7e..9f96891 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} USE_LDCONFIG= yes MAN1= soxt-config.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 161378e..bbb8c3b 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -23,6 +23,7 @@ SUB_FILES= pkg-message XAWVER= 8 SUB_LIST= XAWVER="${XAWVER}" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile index 009a62d..1a2a657 100644 --- a/x11-toolkits/attica/Makefile +++ b/x11-toolkits/attica/Makefile @@ -19,6 +19,7 @@ USES= cmake CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \ -DQT4_BUILD:BOOL=ON +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 822bbcf..f6eaefc 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -1,7 +1,6 @@ # Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ -# PORTNAME= bakery PORTVERSION= 2.6.3 @@ -27,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib 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/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 715e799..3dc52d7 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -33,6 +33,7 @@ USE_TK= 84+ INVALID_TK_VER= 86 USE_XORG= x11 +NO_STAGE= yes post-install: ${LN} -sf libBLT24.so.3 ${PREFIX}/lib/libBLT24.so ${LN} -sf libBLTlite24.so.3 ${PREFIX}/lib/libBLTlite24.so diff --git a/x11-toolkits/bwidget/Makefile b/x11-toolkits/bwidget/Makefile index 85996f8..2cbbf61 100644 --- a/x11-toolkits/bwidget/Makefile +++ b/x11-toolkits/bwidget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bwidget -# Date created: Jan 29, 2002 -# Whom: Alexander Kabaev <ak03@gte.com> -# +# Created by: Alexander Kabaev <ak03@gte.com> # $FreeBSD$ -# PORTNAME= bwidget PORTVERSION= 1.9.2 @@ -25,6 +21,7 @@ NO_BUILD= yes PORTDOCS= * .endif +NO_STAGE= yes do-install: @$(MKDIR) ${PREFIX}/lib/bwidget ${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/lib/bwidget diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index 4665008..b161d80 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= DEBUG DOCS DEBUG_CONFIGURE_ON= --enable-debug +NO_STAGE= yes .include <bsd.port.options.mk> post-configure: diff --git a/x11-toolkits/easygtk/Makefile b/x11-toolkits/easygtk/Makefile index 316f387..541b171 100644 --- a/x11-toolkits/easygtk/Makefile +++ b/x11-toolkits/easygtk/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes MAKE_ENV= MKDIR="${MKDIR}" \ LN="${LN}" +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libeasygtk.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/easygtk.h ${PREFIX}/include/ diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 22bec84..6b39635 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ARGS= --enable-shared --enable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index c8dadef..a31d1dd 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -24,6 +24,7 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-quick-launch +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11-toolkits/fl_editor/Makefile b/x11-toolkits/fl_editor/Makefile index 5b4b84e..d1b1bbe 100644 --- a/x11-toolkits/fl_editor/Makefile +++ b/x11-toolkits/fl_editor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fl_editor -# Date created: 17 August 2001 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= fl_editor PORTVERSION= 0.4.5 @@ -40,6 +36,7 @@ LIB_FILES= libfleditor.so.1 post-patch: patch-inplace +NO_STAGE= yes patch-inplace: @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index c6c0b9e..6f3821f 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(BATCH) || defined(PACKAGE_BUILDING) diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 8eb70b5..b38fd3e 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -34,6 +34,7 @@ PORTDOCS= * MAN1= fltk-config.1 fluid.1 MAN3= fltk.3 +NO_STAGE= yes post-patch: prefix="${PREFIX}" ; plength=$$(($${#prefix}+10)) ; \ ${REINPLACE_CMD} -e "\|/etc/fltk|{s||${PREFIX}&|;s|10|$${plength}|;}" \ diff --git a/x11-toolkits/flvw/Makefile b/x11-toolkits/flvw/Makefile index 05899a4..a81d4b8 100644 --- a/x11-toolkits/flvw/Makefile +++ b/x11-toolkits/flvw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flvw -# Date created: 17 August 2001 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= flvw PORTVERSION= 20000224 @@ -38,6 +34,7 @@ USE_LDCONFIG= yes CFLAGS+= -fPIC .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/^#define fl_inactive inactive//' \ ${WRKSRC}/FL/Flv_List.H diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 5442655..faa2f92 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -41,6 +41,7 @@ OPTIONS_DEFAULT=SHM XFT APPS_DESC= Install sample applications SHM_DESC= Shared Memory support +NO_STAGE= yes .include <bsd.port.options.mk> ## diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index e1973f1..ff87068 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -37,6 +37,7 @@ OPTIONS_DEFAULT=SHM XFT APPS_DESC= Install sample applications SHM_DESC= Shared Memory support +NO_STAGE= yes .include <bsd.port.options.mk> ## diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 0978237..7057cdf 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -40,6 +40,7 @@ MAN1= reswrap-17.1 shutterbug-17.1 adie-17.1 PathFinder-17.1 \ MAN_REPLACE+= s|${man1:S/-17//}|${man1}|; .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MJPEG} diff --git a/x11-toolkits/fpc-gnome1/Makefile b/x11-toolkits/fpc-gnome1/Makefile index 5d7a35d..bc44f77 100644 --- a/x11-toolkits/fpc-gnome1/Makefile +++ b/x11-toolkits/fpc-gnome1/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/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile index 4174671..426da2d 100644 --- a/x11-toolkits/fpc-gtk1/Makefile +++ b/x11-toolkits/fpc-gtk1/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/x11-toolkits/fpc-gtk2/Makefile b/x11-toolkits/fpc-gtk2/Makefile index fc65592..cb84108 100644 --- a/x11-toolkits/fpc-gtk2/Makefile +++ b/x11-toolkits/fpc-gtk2/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= GTK2 GTK2_DESC= Gimp Toolkit for X11 GUI (version 2.x) OPTIONS_DEFAULT= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile index b39d4f0..45512a3 100644 --- a/x11-toolkits/fpc-xforms/Makefile +++ b/x11-toolkits/fpc-xforms/Makefile @@ -18,4 +18,5 @@ OPTIONS_DEFINE= XFORMS XFORMS_DESC= Install xforms graphical user interface toolkit OPTIONS_DEFAULT= XFORMS +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 9eb0996..db0ad6e 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 5aa5be9..bd81846 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -28,6 +28,7 @@ PLIST_DIRS= include/gai PORTDOCS= * USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|sdl-config --|${SDL_CONFIG} --|g; \ s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/configure diff --git a/x11-toolkits/gal2-reference/Makefile b/x11-toolkits/gal2-reference/Makefile index 75f7211..8007008 100644 --- a/x11-toolkits/gal2-reference/Makefile +++ b/x11-toolkits/gal2-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: gal2-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/docs +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 78dd7ab..7691009 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -30,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.6" PORTVERSION=${PORTVERSION} \ SHLIBVERSION="2.4" +NO_STAGE= yes post-extract: ${TOUCH} -f ${WRKSRC}/gal/util/e-util-private.h diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index e2b20eb..5f76cf3 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -19,4 +19,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 3f56f5e..4d08f95 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -33,6 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" GIGI_LIBS= GiGi GiGiSDL WRKSRC= ${WRKDIR}/gigi/GG +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOGRE} diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index 3260aed..59b5c6c 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -13,6 +13,7 @@ USE_GNOME= glib20 gtk20 USES= gmake pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(/usr/bin/clang) && ${OSVERSION} > 900014 diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 99d08e7..7f99333 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \ ${BASEDIR}/pkgIndex.tcl PLIST_DIRS= ${BASEDIR} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \ s|%%LOCALBASE%%|${LOCALBASE}|; \ diff --git a/x11-toolkits/gnome-desktop-sharp20/Makefile b/x11-toolkits/gnome-desktop-sharp20/Makefile index d8d8d37..4b6426f 100644 --- a/x11-toolkits/gnome-desktop-sharp20/Makefile +++ b/x11-toolkits/gnome-desktop-sharp20/Makefile @@ -18,6 +18,7 @@ USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index 1ac1a7a..e34f7e3 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-sharp -# Date created: 20061025 -# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org> -# +# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnome-sharp PORTVERSION= 2.24.2 @@ -24,6 +20,7 @@ USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index e5ce32b..6160918 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomemm -# Date created: 21 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ -# PORTNAME= gnomemm PORTVERSION= 2.6.2 @@ -28,4 +24,5 @@ LATEST_LINK= gnomemm2 do-install: # empty +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 70684ac..13c87f10 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= BACK=cairo-${BACKVERSION} BACK_SUFFIX?= -cairo +NO_STAGE= yes .include <bsd.port.pre.mk> MAKE_FLAGS+= messages=yes diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 42f2bcb..a26dfca 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -69,6 +69,7 @@ PLIST_SUB+= WITH_ASPELL="" PLIST_SUB+= WITH_ASPELL="@comment " .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|libpng/png.h|png.h|" ${WRKSRC}/configure diff --git a/x11-toolkits/gstreamer-plugins-pango/Makefile b/x11-toolkits/gstreamer-plugins-pango/Makefile index 1e3c380..ed6be61 100644 --- a/x11-toolkits/gstreamer-plugins-pango/Makefile +++ b/x11-toolkits/gstreamer-plugins-pango/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-pango -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/gstreamer-plugins-pango/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $ -# PORTREVISION= 1 CATEGORIES= x11-toolkits @@ -15,4 +11,5 @@ GST_PLUGIN= pango MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/gstreamer1-plugins-pango/Makefile b/x11-toolkits/gstreamer1-plugins-pango/Makefile index ce7fd50..f0bfb8e 100644 --- a/x11-toolkits/gstreamer1-plugins-pango/Makefile +++ b/x11-toolkits/gstreamer1-plugins-pango/Makefile @@ -10,4 +10,5 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/gtk-sharp-beans/Makefile b/x11-toolkits/gtk-sharp-beans/Makefile index a43b68f..cca03d0 100644 --- a/x11-toolkits/gtk-sharp-beans/Makefile +++ b/x11-toolkits/gtk-sharp-beans/Makefile @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_BZIP2= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 002c201..b96817b 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -1,6 +1,5 @@ # Created by: Juli Mallett # $FreeBSD$ -# $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $ PORTNAME= gtk-sharp PORTVERSION= 1.0.10 @@ -24,6 +23,7 @@ USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ USE_AUTOTOOLS= libtool +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index fdf1a08..8f999ef 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -1,6 +1,5 @@ # Created by: Juli Mallett # $FreeBSD$ -# $Id: Makefile,v 1.27 2007/10/03 00:48:49 killfill Exp $ PORTNAME= gtk-sharp PORTVERSION= 2.12.10 @@ -23,6 +22,7 @@ USES= perl5 gmake pkgconfig USE_PERL5= run USE_GNOME= gnomehack gtk20 libglade2 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index baf7c40..3a14541 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -28,6 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include INFO= gdk gtk MAN1= gtk-config.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11-toolkits/gtk20-reference/Makefile b/x11-toolkits/gtk20-reference/Makefile index b327d0e..2ad8266 100644 --- a/x11-toolkits/gtk20-reference/Makefile +++ b/x11-toolkits/gtk20-reference/Makefile @@ -7,6 +7,7 @@ BOOKS= gdk gtk PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 0ab5b46..76cb5b8 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -1,7 +1,6 @@ # Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> # $FreeBSD$ # $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.237 2013/03/04 17:44:38 kwm Exp $ -# Remember to update graphics/gtk-update-icon-cache too. PORTNAME= gtk PORTVERSION= 2.24.19 @@ -46,6 +45,7 @@ MAN1= gtk-query-immodules-2.0.1 OPTIONS_DEFINE= CUPS DEBUG OPTIONS_DEFAULT=CUPS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/x11-toolkits/gtk30-reference/Makefile b/x11-toolkits/gtk30-reference/Makefile index ea8205c..304ef83 100644 --- a/x11-toolkits/gtk30-reference/Makefile +++ b/x11-toolkits/gtk30-reference/Makefile @@ -7,6 +7,7 @@ BOOKS= gdk gtk PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 486a6be..db83010 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -50,6 +50,7 @@ OPTIONS_DEFINE= CUPS COLORD DEBUG OPTIONS_DEFAULT=CUPS COLORD COLORD_DESC= Color profile support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile index 98d4bd8..14dbfefd 100644 --- a/x11-toolkits/gtkada/Makefile +++ b/x11-toolkits/gtkada/Makefile @@ -25,6 +25,7 @@ MAKE_ENV+= DESTDIR=${DESTINY} \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/x11-toolkits/gtkdatabox/Makefile b/x11-toolkits/gtkdatabox/Makefile index 9fead3f..34cdca5 100644 --- a/x11-toolkits/gtkdatabox/Makefile +++ b/x11-toolkits/gtkdatabox/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGLADE} diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index 579d474..1afb307 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -23,6 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/gtkextra2 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 1b57b6e..cdd150f 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -22,4 +22,5 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-lib-GL +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 45e8797..c71f036 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -34,6 +34,7 @@ USES= gettext iconv pathfix pkgconfig USE_GNOME= gdkpixbuf2 gtk20 pangox-compat USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 76e7343..0fd62e5 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGDK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||g' \ diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index e073cab..86beedb 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -17,6 +17,7 @@ USES= pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\ ${WRKSRC}/src/Makefile.in diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 7dca5fa..01b860f 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -26,4 +26,5 @@ MAN1= mathmlviewer.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm20-reference/Makefile b/x11-toolkits/gtkmm20-reference/Makefile index 8923550..7f8eeba 100644 --- a/x11-toolkits/gtkmm20-reference/Makefile +++ b/x11-toolkits/gtkmm20-reference/Makefile @@ -10,6 +10,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/examples -name Makefile.in \ | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 6be737e..9826eb9 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -28,6 +28,7 @@ USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \ ${WRKSRC}/glib/src/*.ccg ${WRKSRC}/glib/glibmm/*.* \ diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile index d5d1108..77163cb 100644 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ b/x11-toolkits/gtkmm24-reference/Makefile @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) .for d in docs diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 9ee049d..a9afa18 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-documentation \ PLIST_SUB= VERSION="2.4" API_VERSION="2.4" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/gtkmm30-reference/Makefile b/x11-toolkits/gtkmm30-reference/Makefile index f5a4810..02b6dbc 100644 --- a/x11-toolkits/gtkmm30-reference/Makefile +++ b/x11-toolkits/gtkmm30-reference/Makefile @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-3.0 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) .for d in docs diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index bd64d50..3576ae9e 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-documentation \ PLIST_SUB= VERSION="3.0" API_VERSION="3.0" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/gtksourceview-reference/Makefile b/x11-toolkits/gtksourceview-reference/Makefile index 0e370cd..e71973d 100644 --- a/x11-toolkits/gtksourceview-reference/Makefile +++ b/x11-toolkits/gtksourceview-reference/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: gtksourceview-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/x11-toolkits/gtksourceview-sharp/Makefile b/x11-toolkits/gtksourceview-sharp/Makefile index ea1d70c..2e62197 100644 --- a/x11-toolkits/gtksourceview-sharp/Makefile +++ b/x11-toolkits/gtksourceview-sharp/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: gtksourceview-sharp -# Date created: 20040821 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# $Id: Makefile,v 1.30 2007/05/19 17:34:30 killfill Exp $ -# PORTNAME= gtksourceview-sharp PORTVERSION= 0.12 @@ -26,6 +21,7 @@ USE_GNOME= gtksourceview gnomehack gtksharp20 USE_AUTOTOOLS= libtool USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 151060f..b4f1621 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnuregex" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/x11-toolkits/gtksourceview2-reference/Makefile b/x11-toolkits/gtksourceview2-reference/Makefile index 0572154..fa8c0ce 100644 --- a/x11-toolkits/gtksourceview2-reference/Makefile +++ b/x11-toolkits/gtksourceview2-reference/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: gtksourceview-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview2-reference/Makefile,v 1.1 2007/06/25 20:59:01 mezz Exp $ -# PORTREVISION= 0 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index cb3d281..c86748b 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/x11-toolkits/gtksourceview3-reference/Makefile b/x11-toolkits/gtksourceview3-reference/Makefile index 5867f5b..fa8c0ce 100644 --- a/x11-toolkits/gtksourceview3-reference/Makefile +++ b/x11-toolkits/gtksourceview3-reference/Makefile @@ -4,4 +4,5 @@ PORTREVISION= 0 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index a93c387..1de5f30 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in diff --git a/x11-toolkits/gtksourceviewmm3/Makefile b/x11-toolkits/gtksourceviewmm3/Makefile index 92f69e9..50ca774 100644 --- a/x11-toolkits/gtksourceviewmm3/Makefile +++ b/x11-toolkits/gtksourceviewmm3/Makefile @@ -20,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBAS}/lib CONFIGURE_ARGS= --disable-documentation +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtkunique/Makefile b/x11-toolkits/gtkunique/Makefile index c45b2e0..203b365 100644 --- a/x11-toolkits/gtkunique/Makefile +++ b/x11-toolkits/gtkunique/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 60849a6..6127a96 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: guile-gtk -# Date created: 1 January 2000 -# Whom: Matt Braithwaite <mab@red-bean.com> -# +# Created by: Matt Braithwaite <mab@red-bean.com> # $FreeBSD$ # $MCom: ports/x11-toolkits/guile-gtk/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ @@ -27,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= guile-gtk +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|gtk-1\.2/||g' diff --git a/x11-toolkits/hippo-canvas/Makefile b/x11-toolkits/hippo-canvas/Makefile index 453e1a4..6964b8a 100644 --- a/x11-toolkits/hippo-canvas/Makefile +++ b/x11-toolkits/hippo-canvas/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-python USE_LDCONFIG= yes CONFIGURE_ARGS+= --disable-gtk-doc +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's/^SUBDIRS =.*$$/SUBDIRS = ./g' ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index 47c6427..bdf0dd5 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= OpenGLRaw>=1.3 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 5ad7c8b..1d25f5c 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -14,5 +14,6 @@ LICENSE= BSD USE_CABAL= OpenGL>=2.8 OpenGLRaw>=1.3 USE_GL= glut +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index e8b4251..9c8f887 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= GLURaw>=1.1.0.0 OpenGLRaw>=1.3.0.0 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile index 186d31c..ab37b35 100644 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ b/x11-toolkits/hs-OpenGLRaw/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD USE_GL= gl glut +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index c7861d4..f526844 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -25,6 +25,7 @@ PLIST_SUB+= GHC="@comment " OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "amd64" diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index b509a6e..f3a4df3 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= cairo>=0.12.0 gio>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 USE_GNOME= gtk20 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 2c67b5b..79be8ed 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -25,6 +25,7 @@ VTE_DESC= Terminal emulator WEBKIT_DESC= WebKit rendering engine SOEGTK_DESC= Examples for Haskell SoE +NO_STAGE= yes .include "../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MGCONF} diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile index 740f647..aeed712 100644 --- a/x11-toolkits/hs-gtkglext/Makefile +++ b/x11-toolkits/hs-gtkglext/Makefile @@ -15,5 +15,6 @@ LICENSE= LGPL21 USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 9af5c17..3ddbe73 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl USE_GNOME= gtksourceview2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 418b89d..a2c2efd 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl USE_GNOME= pango +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index 784a8eb..1d5ce7e 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 USE_GNOME= vte +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index 713c52b..cc470ec 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -14,5 +14,6 @@ USE_WX= 2.9 WX_COMPS= wx WX_UNICODE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index d21fceb..f4be5dc 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -17,6 +17,7 @@ WX_UNICODE= yes NOPORTDOCS= yes USE_DOS2UNIX= yes +NO_STAGE= yes post-patch:: @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \ s|/sbin/ldconfig -n|/sbin/ldconfig -m| ' ${WRKSRC}/Setup.hs diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index a06e041..b8267992 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -14,5 +14,6 @@ USE_WX= 2.9 WX_COMPS= wx WX_UNICODE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile index 5719190..f9b5d32 100644 --- a/x11-toolkits/hs-wxdirect/Makefile +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -14,5 +14,6 @@ USE_CABAL= parsec>=2.1.0 strict EXECUTABLE= wxdirect +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile index 9e21c3c..e68d371 100644 --- a/x11-toolkits/irrlicht/Makefile +++ b/x11-toolkits/irrlicht/Makefile @@ -34,6 +34,7 @@ EXAMPLEDIRS= 01.HelloWorld 02.Quake3Map 03.CustomSceneNode 04.Movement 05.UserIn OPTIONS_DEFINE= DEBUG EXAMPLES JOYSTICK JOYSTICK_DESC= Support for Linux Joystick +NO_STAGE= yes .include <bsd.port.options.mk> .if (${ARCH} == "amd64") || (${ARCH} == "ia64") diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index 054cbda..370cb19 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: itk -# Date created: Aug 17 1996 -# Whom: chuckr -# +# Created by: chuckr # $FreeBSD$ -# PORTNAME= itk PORTVERSION= 3.3 @@ -39,6 +35,7 @@ ITK_LIB_FILE= ${ITK_LIB}.${SHLIB_MAJOR} .if defined(DISPLAY) post-build: test .else +NO_STAGE= yes post-build: # # DISPLAY is not set, so post-build testing is impossible diff --git a/x11-toolkits/iwidgets/Makefile b/x11-toolkits/iwidgets/Makefile index 09d3c9e..423d350 100644 --- a/x11-toolkits/iwidgets/Makefile +++ b/x11-toolkits/iwidgets/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: itk -# Date created: Aug 17 1996 -# Whom: chuckr -# +# Created by: chuckr # $FreeBSD$ -# PORTNAME= iwidgets PORTVERSION= 4.0.1 @@ -45,6 +41,7 @@ MANN= iwidgets_buttonbox.n iwidgets_calendar.n iwidgets_canvasprintbox.n iwidget iwidgets_spintime.n iwidgets_tabnotebook.n iwidgets_tabset.n iwidgets_timeentry.n iwidgets_timefield.n \ iwidgets_toolbar.n iwidgets_watch.n +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=${MKDIR},' \ -e 's,^INSTALL =.*,INSTALL=${INSTALL} -c,' \ diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index ecb04cc7..92add45 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -49,6 +49,7 @@ MAN5 = VirtualBindings.5 mwmrc.5 .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) && !defined(BATCH) && !defined(WANT_LESSTIF) MANUAL_PACKAGE_BUILD= do not want to install during interactive build IS_INTERACTIVE= yes +NO_STAGE= yes pre-extract: @${ECHO_CMD} "***********************************************************" @${ECHO_CMD} "* W a r n i n g *" diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 11183bc..e8f71bd 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -16,4 +16,5 @@ CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index 34b4a8c..43beb3fb 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -12,4 +12,5 @@ COMMENT= X Miscellaneous Utilities libraries XORG_CAT= lib USE_XORG= xproto:both x11 xt xext +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 5a5ddbd..6cc4439 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -282,6 +282,7 @@ MAN3= MenuPopdown.3 \ XtWindowOfObject.3 \ XtWindowToWidget.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ ${WRKSRC}/configure diff --git a/x11-toolkits/libbonoboui-reference/Makefile b/x11-toolkits/libbonoboui-reference/Makefile index e3e1197..17dbab0 100644 --- a/x11-toolkits/libbonoboui-reference/Makefile +++ b/x11-toolkits/libbonoboui-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: libbonoboui-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc/api +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 470d708..d05644c 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index d62106a..dee3127 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgail-gnome -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports-stable/x11-toolkits/libgail-gnome/Makefile,v 1.1 2010/06/23 12:27:01 kwm Exp $ -# PORTNAME= libgail-gnome PORTVERSION= 1.20.3 @@ -29,4 +25,5 @@ PLIST_FILES= lib/gtk-2.0/modules/libgail-gnome.la \ libdata/pkgconfig/libgail-gnome.pc GCONF_SCHEMAS= libgail-gnome.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index 5b31269..c4c596c5 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -30,5 +30,6 @@ PLIST_FILES= lib/libgdiplus.a \ lib/libgdiplus.so.0 \ libdata/pkgconfig/libgdiplus.pc +NO_STAGE= yes .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index ed6ccda..68204cc 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -27,4 +27,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 0b74f0c..b0b8529 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|2\.0|2.6|' ${WRKSRC}/tools/m4/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ diff --git a/x11-toolkits/libgnomeui-reference/Makefile b/x11-toolkits/libgnomeui-reference/Makefile index 4af3e60..5cf7d79 100644 --- a/x11-toolkits/libgnomeui-reference/Makefile +++ b/x11-toolkits/libgnomeui-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: libgnomeui-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc/reference +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index efd4643..4ea0e7c 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -30,6 +30,7 @@ USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile index a85b626..c7a64de 100644 --- a/x11-toolkits/libgnomeuimm/Makefile +++ b/x11-toolkits/libgnomeuimm/Makefile @@ -23,4 +23,5 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 5c4c8ab..468ffaa 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -32,6 +32,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/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index 36e5eb3..ee2e03a6 100644 --- a/x11-toolkits/libgtk-java/Makefile +++ b/x11-toolkits/libgtk-java/Makefile @@ -34,6 +34,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sed -i|${SED} -i.bak -e|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ diff --git a/x11-toolkits/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile index 0bdd88b..9b110dd 100644 --- a/x11-toolkits/libgtksourceviewmm/Makefile +++ b/x11-toolkits/libgtksourceviewmm/Makefile @@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBAS}/lib CONFIGURE_ARGS= --disable-docs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/gtksourceview/gtksourceviewmm/sourceiter.cc \ diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 1a4642a..4948ffd 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -24,6 +24,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/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 774d6e2..8346c7d 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -22,4 +22,5 @@ USE_LDCONFIG= yes USES= pkgconfig gettext GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index 473cbab..4e4704c 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile index a3db5eb..b83ab8d 100644 --- a/x11-toolkits/libunique3/Makefile +++ b/x11-toolkits/libunique3/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ -e 's|unique tests doc|unique tests|g' \ diff --git a/x11-toolkits/libwnck-reference/Makefile b/x11-toolkits/libwnck-reference/Makefile index e18d4e3..63fcf9e 100644 --- a/x11-toolkits/libwnck-reference/Makefile +++ b/x11-toolkits/libwnck-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: libwnck-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 4ed3e49..1a90e6d 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -32,6 +32,7 @@ OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP STARTUP_DESC= Startup notification support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTARTUP} diff --git a/x11-toolkits/libxaw3dxft/Makefile b/x11-toolkits/libxaw3dxft/Makefile index 4646116..3d20635 100644 --- a/x11-toolkits/libxaw3dxft/Makefile +++ b/x11-toolkits/libxaw3dxft/Makefile @@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include/freetype2 DOCSDIR= ${LOCALBASE}/share/doc/libXaw3dXft PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^pkgconfigdir/s:=.*:= ${PREFIX}/libdata/pkgconfig:'\ ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index 0900df4..a29c091 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -1,6 +1,5 @@ # Created by: James Earl <jdearl@telus.net> # $FreeBSD$ -# PORTNAME= libxfce4gui PORTVERSION= 4.10.0 @@ -31,6 +30,7 @@ OPTIONS_DEFINE= DOCS NLS STARTUP OPTIONS_DEFAULT= STARTUP STARTUP_DESC= Use libstartup-notification +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index 6182faa..1702617 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gnomeprefix gtk20 libartlgpl2 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' diff --git a/x11-toolkits/linux-f10-blt/Makefile b/x11-toolkits/linux-f10-blt/Makefile index bb088c3..7f53208 100644 --- a/x11-toolkits/linux-f10-blt/Makefile +++ b/x11-toolkits/linux-f10-blt/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-blt -# Date created: 2009-08-04 -# Whom: Stas Timoknin <stast@bsdportal.ru> +# Created by: Stas Timoknin <stast@bsdportal.ru> # $FreeBSD$ -# PORTNAME= blt PORTVERSION= 2.4 @@ -21,4 +18,5 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" TCLVERSION="8.5" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index 989f5c5..ba7456f 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-gtk -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= gtk PORTVERSION= 1.2.10 @@ -26,4 +22,5 @@ RPMVERSION= 66.fc10 USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile index b6d3c75..b113573 100644 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ b/x11-toolkits/linux-f10-gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-gtk2 -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= gtk2 PORTVERSION= 2.14.7 @@ -47,6 +43,7 @@ SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm \ pixman-0.12.0-3.fc10.src.rpm \ jasper-1.900.1-8.fc9.src.rpm +NO_STAGE= yes post-install: @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules @chroot ${PREFIX} /usr/bin/gdk-pixbuf-query-loaders-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index 882edc5..458581a 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-openmotif/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes SRC_DISTFILES= DISTINFO_FILE= ${MASTERDIR}/distinfo.i386 +NO_STAGE= yes post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ ${WRKSRC}/usr/share ${WRKSRC}/usr/lib/X11 diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 4f6d364..19a5e2f 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-pango -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= pango PORTVERSION= 1.28.3 @@ -30,6 +26,7 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +NO_STAGE= yes post-install: @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-pc-linux-gnu/pango.modules diff --git a/x11-toolkits/linux-f10-qt45/Makefile b/x11-toolkits/linux-f10-qt45/Makefile index 5bb5766..8f5f5a1 100644 --- a/x11-toolkits/linux-f10-qt45/Makefile +++ b/x11-toolkits/linux-f10-qt45/Makefile @@ -19,4 +19,5 @@ RPMVERSION= 9.fc10 USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-tk85/Makefile b/x11-toolkits/linux-f10-tk85/Makefile index c162ae7..c1a2b6b 100644 --- a/x11-toolkits/linux-f10-tk85/Makefile +++ b/x11-toolkits/linux-f10-tk85/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-tk85 -# Date created: 2009-05-04 -# Whom: bsam +# Created by: bsam # $FreeBSD$ -# PORTNAME= tk PORTVERSION= 8.5.3 @@ -28,4 +25,5 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index 8106b5a..cdc2624 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -14,6 +14,7 @@ USES= motif USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index 8e4c698..465162a 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: Mowitz -# Date created: this 7th day of January, 2002 -# Whom: mi -# +# Created by: mi # $FreeBSD$ PORTNAME= Mowitz @@ -21,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d +NO_STAGE= yes post-install: ${RM} ${PREFIX}/lib/libMowitz.la # Anyone knows a better way? diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 57250fe..dd6507b 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes USE_GCC= yes USE_DOS2UNIX= *.cpp *.h +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/install/ s|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMake/ConfigureBuild.cmake diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index a0e383c..57dec65 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -17,6 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|version-info.*$$|version-info 8:0:0|g' \ ${WRKSRC}/X11/neXtaw/Makefile.in diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index d8c0aa8..6f16399 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -32,6 +32,7 @@ FFMPEG_DESC= FFmpeg plugin QT4_DESC= Qt4 plugin GD_DESC= GD plugin +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index ad7d99f..bfa9d00 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -43,6 +43,7 @@ CONFIGURE_ENV= CAMLP4O="camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo" PATTERN= [[:space:]]*(do|then)?[[:space:]]*)cp([[:space:]] +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index aa5588a..c729f67 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= open-motif PORTVERSION= 2.3.4 @@ -47,6 +46,7 @@ EXTRA_PATCHES+= ${WITH_JDK_PATCH} .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile index 7dc97dd..b0c6851 100644 --- a/x11-toolkits/otk/Makefile +++ b/x11-toolkits/otk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: otk -# Date created: 21 Jan 2006 -# Whom: Igor Pokrovsky <ip@doom.homeunix.org> -# +# Created by: Igor Pokrovsky <ip@doom.homeunix.org> # $FreeBSD$ -# PORTNAME= otk PORTVERSION= 0.95 @@ -30,6 +26,7 @@ PLIST_FILES= include/gadget_lib.h include/otk_lib.h \ CPPFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -lGLU -lGL -lXmu -lXext -lX11 -L${LOCALBASE}/lib +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -shared otk_lib.c \ -o libotk.so.0 ${LDFLAGS} diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index d023c99..ea693f9 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -20,6 +20,7 @@ USE_PERL5= modbuild USE_WX= 2.6+ WX_COMPS= wx contrib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MUNICODE} diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index ab86133..625b73b 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-GladeXML -# Date created: 2004-08-03 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= Glade PORTVERSION= 1.007 @@ -31,4 +27,5 @@ USE_PERL5= configure MAN3= Gtk2::GladeXML.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gnome2-Canvas/Makefile b/x11-toolkits/p5-Gnome2-Canvas/Makefile index 938908d..bb483bc 100644 --- a/x11-toolkits/p5-Gnome2-Canvas/Makefile +++ b/x11-toolkits/p5-Gnome2-Canvas/Makefile @@ -25,6 +25,7 @@ USES= pkgconfig perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile index a58f97d..9d591ca 100644 --- a/x11-toolkits/p5-Gnome2-VFS/Makefile +++ b/x11-toolkits/p5-Gnome2-VFS/Makefile @@ -24,6 +24,7 @@ USES= pkgconfig perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Gnome2/Makefile b/x11-toolkits/p5-Gnome2/Makefile index fd1e245..f076dbc 100644 --- a/x11-toolkits/p5-Gnome2/Makefile +++ b/x11-toolkits/p5-Gnome2/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Gnome2 -# Date created: Jan 2, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Gnome2 PORTVERSION= 1.042 @@ -34,6 +29,7 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 656e2ea..bc39645 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -26,4 +26,5 @@ MAN3= Gtk.3pm \ Gtk::objects.3pm \ Gtk::reference.3pm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Chmod/Makefile b/x11-toolkits/p5-Gtk2-Chmod/Makefile index 5970ab1..779ff38 100644 --- a/x11-toolkits/p5-Gtk2-Chmod/Makefile +++ b/x11-toolkits/p5-Gtk2-Chmod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Gtk2-Chmod -# Date created: 2009-10-19 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Gtk2-Chmod PORTVERSION= 0.0.0 @@ -25,4 +21,5 @@ USE_PERL5= configure MAN3= Gtk2::Chmod.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile b/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile index 9474061..58abdd6 100644 --- a/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Ex-Dialogs -# Date created: 22 July 2008 -# Whom: Paul Schmehl <pauls@utdallas.edu> -# +# Created by: Paul Schmehl <pauls@utdallas.edu> # $FreeBSD$ -# PORTNAME= Gtk2-Ex-Dialogs PORTVERSION= 0.11 @@ -29,4 +25,5 @@ MAN3= Gtk2::Ex::Dialogs::Question.3 \ Gtk2::Ex::Dialogs::ChoosePreviewFile.3 \ Gtk2::Ex::Dialogs.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile index edacf16..2138248 100644 --- a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile @@ -62,4 +62,5 @@ MAN3= Gtk2::Ex::FormFactory.3 \ Gtk2::Ex::FormFactory::Window.3 \ Gtk2::Ex::FormFactory::YesNo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile b/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile index a39414d..2694541 100644 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Ex-PodViewer -# Date created: 2004-08-20 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= Gtk2-Ex-PodViewer PORTVERSION= 0.18 @@ -28,4 +24,5 @@ USE_PERL5= configure MAN1= podviewer.1 MAN3= ${PORTNAME:S/-/::/g}.3 ${PORTNAME:S/-/::/g}::Parser.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile b/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile index ac8a1d2..a372076 100644 --- a/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Ex-Simple-List -# Date created: 3 December 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Gtk2-Ex-Simple-List PORTVERSION= 0.50 @@ -23,4 +19,5 @@ USES= perl5 USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile index d4337b7..6730525 100644 --- a/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Ex-Utils -# Date created: 22 July 2008 -# Whom: Paul Schmehl <pauls@utdallas.edu> -# +# Created by: Paul Schmehl <pauls@utdallas.edu> # $FreeBSD$ -# PORTNAME= Gtk2-Ex-Utils PORTVERSION= 0.09 @@ -29,4 +25,5 @@ USE_PERL5= configure MAN3= Gtk2::Ex::Constants.3 \ Gtk2::Ex::Utils.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-GladeXML/Makefile b/x11-toolkits/p5-Gtk2-GladeXML/Makefile index 11df941..045f2b5 100644 --- a/x11-toolkits/p5-Gtk2-GladeXML/Makefile +++ b/x11-toolkits/p5-Gtk2-GladeXML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-GladeXML -# Date created: 22 July 2008 -# Whom: Paul Schmehl <pauls@utdallas.edu> -# +# Created by: Paul Schmehl <pauls@utdallas.edu> # $FreeBSD$ -# PORTNAME= Gtk2-GladeXML PORTVERSION= 1.007 @@ -29,4 +25,5 @@ USES= perl5 USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Html2/Makefile b/x11-toolkits/p5-Gtk2-Html2/Makefile index 22e91c2..d786fab 100644 --- a/x11-toolkits/p5-Gtk2-Html2/Makefile +++ b/x11-toolkits/p5-Gtk2-Html2/Makefile @@ -24,6 +24,7 @@ USES= pkgconfig perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Gtk2-ImageView/Makefile b/x11-toolkits/p5-Gtk2-ImageView/Makefile index 117f1de..fca546c 100644 --- a/x11-toolkits/p5-Gtk2-ImageView/Makefile +++ b/x11-toolkits/p5-Gtk2-ImageView/Makefile @@ -34,4 +34,5 @@ MAN3= Gtk2::ImageView.3 \ Gtk2::ImageView::Zoom.3 \ Gtk2::ImageView::index.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile b/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile index 36ec8af..a1ac69e 100644 --- a/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile +++ b/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Gtk2-PathButtonBar -# Date created: 2009-10-19 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Gtk2-PathButtonBar PORTVERSION= 0.1.2 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= Gtk2::PathButtonBar.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile index 4063c7b..2a5c702 100644 --- a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile +++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ PORTNAME= Gtk2-TrayIcon @@ -23,4 +22,5 @@ USE_PERL5= configure MAN3= Gtk2::TrayIcon.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index d23855c..5bbca46 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Gtk2 -# Date created: Oct 27 2003 -# Whom: clsung@dragon2.net -# +# Created by: clsung@dragon2.net # $FreeBSD$ -# PORTNAME= Gtk2 PORTVERSION= 1.243 @@ -30,6 +26,7 @@ USE_GMAKE= yes CONFIGURE_ENV+= FORCE_GMAKE=yes MAKE_ENV+= LANG=C +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile index 9133a72..c3911b5 100644 --- a/x11-toolkits/p5-Pango/Makefile +++ b/x11-toolkits/p5-Pango/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Pango -# Date created: Oct 30 2009 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Pango PORTVERSION= 1.223 @@ -27,6 +23,7 @@ USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index 721d558..94ca9e9 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -132,6 +132,7 @@ MAN3= Prima.3 \ pod::Prima::tutorial.3 \ pod::gencls.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXFT} diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile index c68d6a9..040db22 100644 --- a/x11-toolkits/p5-Tk-Action/Makefile +++ b/x11-toolkits/p5-Tk-Action/Makefile @@ -22,4 +22,5 @@ USES= perl5 MAN3= Tk::Action.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Autoscroll/Makefile b/x11-toolkits/p5-Tk-Autoscroll/Makefile index f7758b6..089c316 100644 --- a/x11-toolkits/p5-Tk-Autoscroll/Makefile +++ b/x11-toolkits/p5-Tk-Autoscroll/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::Autoscroll.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-ColourChooser/Makefile b/x11-toolkits/p5-Tk-ColourChooser/Makefile index 2029d21..7f45ef0 100644 --- a/x11-toolkits/p5-Tk-ColourChooser/Makefile +++ b/x11-toolkits/p5-Tk-ColourChooser/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::ColourChooser.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Contrib/Makefile b/x11-toolkits/p5-Tk-Contrib/Makefile index 2c58e90..3592499 100644 --- a/x11-toolkits/p5-Tk-Contrib/Makefile +++ b/x11-toolkits/p5-Tk-Contrib/Makefile @@ -18,4 +18,5 @@ USES= perl5 USE_PERL5= configure MAN3= Tk::Axis.3 Tk::Dial.3 Tk::OlWm.3 Tk::TiedListbox.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-CursorControl/Makefile b/x11-toolkits/p5-Tk-CursorControl/Makefile index 52fde8e..7934c89 100644 --- a/x11-toolkits/p5-Tk-CursorControl/Makefile +++ b/x11-toolkits/p5-Tk-CursorControl/Makefile @@ -20,6 +20,7 @@ USES= perl5 MAN3= Tk::CursorControl.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/Tk\/demos\/widtrib\/cursor.pl/ s|cursor.pl|cursorcontrol.pl|' \ diff --git a/x11-toolkits/p5-Tk-DKW/Makefile b/x11-toolkits/p5-Tk-DKW/Makefile index 0accff8..8565247 100644 --- a/x11-toolkits/p5-Tk-DKW/Makefile +++ b/x11-toolkits/p5-Tk-DKW/Makefile @@ -22,6 +22,7 @@ DKW_MODULES= CheckBox Columns ComboEntry CornerBox DockFrame IconCanvas\ TableEdit MAN3= ${DKW_MODULES:S/^/Tk::/:S/$/.3/} +NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/Tk/* ${WRKSRC}/ @${RMDIR} ${WRKSRC}/Tk/ diff --git a/x11-toolkits/p5-Tk-Date/Makefile b/x11-toolkits/p5-Tk-Date/Makefile index ce69aef..9dda44d 100644 --- a/x11-toolkits/p5-Tk-Date/Makefile +++ b/x11-toolkits/p5-Tk-Date/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::Date.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile index 5fbdba7..85aa119 100644 --- a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile +++ b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Enscript/Makefile b/x11-toolkits/p5-Tk-Enscript/Makefile index 14d73fc..86f0ae3 100644 --- a/x11-toolkits/p5-Tk-Enscript/Makefile +++ b/x11-toolkits/p5-Tk-Enscript/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::Enscript.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-FileDialog/Makefile b/x11-toolkits/p5-Tk-FileDialog/Makefile index 9c02cde..83f8a10 100644 --- a/x11-toolkits/p5-Tk-FileDialog/Makefile +++ b/x11-toolkits/p5-Tk-FileDialog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Tk-FileDialog -# Date created: 1 July 2001 -# Whom: minter -# +# Created by: minter # $FreeBSD$ PORTNAME= Tk-FileDialog @@ -22,4 +19,5 @@ MAN3= Tk::FileDialog.3 PLIST_SUB= PERL_VERSION=${PERL_VERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-FontDialog/Makefile b/x11-toolkits/p5-Tk-FontDialog/Makefile index 280e5bc..63aea11 100644 --- a/x11-toolkits/p5-Tk-FontDialog/Makefile +++ b/x11-toolkits/p5-Tk-FontDialog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tk-FontDialog -# Date created: 16 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tk-FontDialog PORTVERSION= 0.15 @@ -22,4 +18,5 @@ USES= perl5 USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile index b5e1f5b..509ae17 100644 --- a/x11-toolkits/p5-Tk-GBARR/Makefile +++ b/x11-toolkits/p5-Tk-GBARR/Makefile @@ -23,4 +23,5 @@ MAN3= Tk::Cloth.3 \ Tk::NumEntryPlain.3 \ Tk::TFrame.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Getopt/Makefile b/x11-toolkits/p5-Tk-Getopt/Makefile index 3715a8f..21055ad 100644 --- a/x11-toolkits/p5-Tk-Getopt/Makefile +++ b/x11-toolkits/p5-Tk-Getopt/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::Getopt.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-HistEntry/Makefile b/x11-toolkits/p5-Tk-HistEntry/Makefile index 9e08423..975606e 100644 --- a/x11-toolkits/p5-Tk-HistEntry/Makefile +++ b/x11-toolkits/p5-Tk-HistEntry/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::HistEntry.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-JComboBox/Makefile b/x11-toolkits/p5-Tk-JComboBox/Makefile index 22cf469..1c26996 100644 --- a/x11-toolkits/p5-Tk-JComboBox/Makefile +++ b/x11-toolkits/p5-Tk-JComboBox/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 Tk::CWidget.3 Tk::JComboBox::tutorial.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile index 4fdc02a..ea1ebbe 100644 --- a/x11-toolkits/p5-Tk-ResizeButton/Makefile +++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Tk::ResizeButton.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Role-Dialog/Makefile b/x11-toolkits/p5-Tk-Role-Dialog/Makefile index df9a7c4..b0e605e 100644 --- a/x11-toolkits/p5-Tk-Role-Dialog/Makefile +++ b/x11-toolkits/p5-Tk-Role-Dialog/Makefile @@ -28,4 +28,5 @@ USES= perl5 MAN3= Tk::Role::Dialog.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile index 3a2621f..713d9d2 100644 --- a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile +++ b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile @@ -23,4 +23,5 @@ USES= perl5 MAN3= Tk::Role::HasWidgets.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Splashscreen/Makefile b/x11-toolkits/p5-Tk-Splashscreen/Makefile index 3e6ba82..d2f1beb 100644 --- a/x11-toolkits/p5-Tk-Splashscreen/Makefile +++ b/x11-toolkits/p5-Tk-Splashscreen/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Tk::Splashscreen.3 \ Tk::waitVariableX.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Sugar/Makefile b/x11-toolkits/p5-Tk-Sugar/Makefile index 3150f3f..76dfc49 100644 --- a/x11-toolkits/p5-Tk-Sugar/Makefile +++ b/x11-toolkits/p5-Tk-Sugar/Makefile @@ -19,4 +19,5 @@ USES= perl5 MAN3= Tk::Sugar.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index f2b6a26..a735216 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -22,4 +22,5 @@ MAN3= Tk::TableMatrix.3 \ Tk::TableMatrix::Spreadsheet.3 \ Tk::TableMatrix::SpreadsheetHideRows.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-ToolBar/Makefile b/x11-toolkits/p5-Tk-ToolBar/Makefile index 206cc4c..e2ace44 100644 --- a/x11-toolkits/p5-Tk-ToolBar/Makefile +++ b/x11-toolkits/p5-Tk-ToolBar/Makefile @@ -20,4 +20,5 @@ USES= perl5 MAN3= Tk::ToolBar.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 9846dab..c403a05 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -144,6 +144,7 @@ MAN3= Tie::Watch.3 \ Tk::tkvars.3 \ Tk::widgets.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXFT} diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile index ce7759d..8ea8050 100644 --- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile +++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Wx::Perl::ProcessStream.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index fb38e41..c568556 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -46,6 +46,7 @@ MAN3= Wx.3 \ Wx::build::Options.3 \ Wx::build::Utils.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501508 diff --git a/x11-toolkits/pango-reference/Makefile b/x11-toolkits/pango-reference/Makefile index 1a859b28..8007008 100644 --- a/x11-toolkits/pango-reference/Makefile +++ b/x11-toolkits/pango-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: pango-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/docs +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index d6dda27..bce0e01 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -41,6 +41,7 @@ MAN1= pango-view.1 pango-querymodules.1 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index f500272..80cd262 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --disable-documentation \ PLIST_SUB= VERSION="2.4" API_VERSION="1.4" +NO_STAGE= yes post-patch: .for d in tests @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index 05d41cf..77b2597 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -22,4 +22,5 @@ USE_GNOME= glib20 pango CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile index e33ab4d..4241abf 100644 --- a/x11-toolkits/pangoxsl/Makefile +++ b/x11-toolkits/pangoxsl/Makefile @@ -21,4 +21,5 @@ CONFIGURE_ARGS= --disable-gtk-doc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index be56515..2e9e5dd 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -32,6 +32,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" OPTIONS_DEFINE= DEBUG +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/x11-toolkits/phat/Makefile b/x11-toolkits/phat/Makefile index d922a04..9769871 100644 --- a/x11-toolkits/phat/Makefile +++ b/x11-toolkits/phat/Makefile @@ -17,6 +17,7 @@ USES= pathfix pkgconfig USE_GNOME= gtk20 libgnomecanvas USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ -e 's|-Werror||g' \ diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index 142ab6c..551541b 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: plib -# Date created: 26 June 1999 -# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> -# +# Created by: Brian Buchanan <brian@CSUA.Berkeley.EDU> # $FreeBSD$ -# PORTNAME= plib PORTVERSION= 1.8.5 @@ -23,6 +19,7 @@ CXXFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-js-jsBSD.cxx diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile index 7511540..5311958 100644 --- a/x11-toolkits/pure-gtk/Makefile +++ b/x11-toolkits/pure-gtk/Makefile @@ -14,5 +14,6 @@ USES= pkgconfig USE_PURE= ffi USE_GNOME= glib20 gtk20 atk pango +NO_STAGE= yes .include "${.CURDIR}/../../lang/pure/bsd.pure.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile index 053e7d5..b4da0e9 100644 --- a/x11-toolkits/pure-tk/Makefile +++ b/x11-toolkits/pure-tk/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= lib/pure/gnocl.pure \ lib/pure/tk.so \ lib/pure/tk.pure +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e "s|/usr/include|${LOCALBASE}/include|g" \ diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index cc2efc0..bda63f7 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src PMWVERSION= ${DISTNAME:R:S/./_/g} PLIST_SUB= PMWVERSION="${PMWVERSION}" +NO_STAGE= yes post-install: @${MKDIR} ${DATADIR} @(cd ${WRKSRC}/Pmw/${PMWVERSION}/bin; ${TAR} cf - .) | \ diff --git a/x11-toolkits/py-SquareMap/Makefile b/x11-toolkits/py-SquareMap/Makefile index 0d9771b..d8cf35c 100644 --- a/x11-toolkits/py-SquareMap/Makefile +++ b/x11-toolkits/py-SquareMap/Makefile @@ -17,4 +17,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wxPython>0:${PORTSDIR}/x11-toolkits/py-wxPyt USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile index ea9b190..517dd97 100644 --- a/x11-toolkits/py-fltk/Makefile +++ b/x11-toolkits/py-fltk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-fltk -# Date created: 6 Apr 2004 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= fltk PORTVERSION= 1.3.0 @@ -31,6 +27,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} XTRADOCS= CHANGES README TODO CFLAGS+= -DFL_LIBRARY +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|freebsd8', 'freebsd9', 'freebsd10|g" ${WRKSRC}/setup.py diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile index dafb766..3e13da5 100644 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ b/x11-toolkits/py-gnome-desktop/Makefile @@ -44,6 +44,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop DOCSDIR= ${WRKSRC}/share/doc/py-gnome-desktop .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index 8066c8a..5fb221f 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -36,6 +36,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 31cf9f6..7f96a2d 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -34,6 +34,7 @@ EG_DST_DIR= ${PREFIX}/share/examples/py-gnome CONFLICTS= py*-gnome-1* +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 8473c9c..27e4337 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -39,6 +39,7 @@ CONFLICTS= py*-gtk-0* OPTIONS_DEFINE= NUMPY NUMPY_DESC= Numpy support (pulls in gcc44) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNUMPY} diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index 9b3418f..05a5b01 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -23,4 +23,5 @@ USE_GNOME= pygtk2 GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index af4f569..0d87e26 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py-gui/Makefile b/x11-toolkits/py-gui/Makefile index 73fa951..0bdede9 100644 --- a/x11-toolkits/py-gui/Makefile +++ b/x11-toolkits/py-gui/Makefile @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/PyGUI-${PORTVERSION} OPTIONS_DEFINE= OPENGL DOCS OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index af2a8df..d3020c5 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -76,6 +76,7 @@ X11_MAKE_ENV+= USE_X11=1 FFMPEG_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ffmpeg:${PORTSDIR}/multimedia/py-ffmpeg .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPDF} diff --git a/x11-toolkits/py-kiwi/Makefile b/x11-toolkits/py-kiwi/Makefile index ce694e6..d996497 100644 --- a/x11-toolkits/py-kiwi/Makefile +++ b/x11-toolkits/py-kiwi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-kiwi -# Date created: 2006-05-04 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= kiwi PORTVERSION= 1.9.29 @@ -30,6 +26,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} FETCH_ARGS= -rRp +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile index 7802e06..986f2af 100644 --- a/x11-toolkits/py-pyqwt/Makefile +++ b/x11-toolkits/py-pyqwt/Makefile @@ -28,6 +28,7 @@ USE_PYTHON= 2.5+ MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \ ${WRKSRC}/GNUmakefile diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 47dbca4..430aebe 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -39,6 +39,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/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile index cd94ccf..cccb542 100644 --- a/x11-toolkits/py-sexy/Makefile +++ b/x11-toolkits/py-sexy/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes USES= pkgconfig GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index b343ced..3972547 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -30,6 +30,7 @@ PYDISTUTILS_PKGNAME= Tkinter PLIST_FILES= %%PYTHON_LIBDIR%%/lib-dynload/_tkinter.so +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile index 74d4f71..d386e3e 100644 --- a/x11-toolkits/py-tktreectrl/Makefile +++ b/x11-toolkits/py-tktreectrl/Makefile @@ -22,4 +22,5 @@ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TkinterTreectrl PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py-traitsbackendwx/Makefile b/x11-toolkits/py-traitsbackendwx/Makefile index 7a69180..6d5ed1f 100644 --- a/x11-toolkits/py-traitsbackendwx/Makefile +++ b/x11-toolkits/py-traitsbackendwx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-traitsbackendwx -# Date created: 2009-08-21 -# Whom: Jacob Frelinger <jacob.frelinger@duke.edu> -# +# Created by: Jacob Frelinger <jacob.frelinger@duke.edu> # $FreeBSD$ -# PORTNAME= traitsbackendwx PORTVERSION= 3.2.0 @@ -26,5 +22,6 @@ PYEASYINSTALL_UNINSTALLARGS= -q -m -N -S ${PYTHON_SITELIBDIR} ${PYDISTUTILS_PKGN USE_WX= 2.8 WX_COMPS= python +NO_STAGE= yes .include <bsd.port.pre.mk> .include <bsd.port.post.mk> diff --git a/x11-toolkits/py-traitsgui/Makefile b/x11-toolkits/py-traitsgui/Makefile index 54fb59c..3bc818b 100644 --- a/x11-toolkits/py-traitsgui/Makefile +++ b/x11-toolkits/py-traitsgui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-traitsgui -# Date created: 2009-08-21 -# Whom: Jacob Frelinger <jacob.frelinger@duke.edu> -# +# Created by: Jacob Frelinger <jacob.frelinger@duke.edu> # $FreeBSD$ -# PORTNAME= traitsgui PORTVERSION= 3.1.0 @@ -23,6 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TraitsGUI +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} diff --git a/x11-toolkits/py-vte/Makefile b/x11-toolkits/py-vte/Makefile index 82fa27c..1047d4d 100644 --- a/x11-toolkits/py-vte/Makefile +++ b/x11-toolkits/py-vte/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-vte -# Date created: 18 February 2007 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.5 2010/09/30 09:15:43 kwm Exp $ -# PORTREVISION= 1 CATEGORIES= x11-toolkits gnome python @@ -25,4 +21,5 @@ CONFIGURE_ARGS= --enable-python \ --disable-Bsymbolic \ --disable-freetypetest +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index e3f4cfb..9875602 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wax -# Date created: 2006-04-03 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= wax PORTVERSION= 0.3.33 @@ -32,6 +28,7 @@ PLIST_SUB= PORTEXAMPLES="@comment " PLIST_SUB= PORTEXAMPLES="" .endif +NO_STAGE= yes do-install: @cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \; @cd ${WRKSRC} && ${FIND} . ${FIND_DELETE} -delete diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile index bda139f..f5bc290 100644 --- a/x11-toolkits/py-wmdockapps/Makefile +++ b/x11-toolkits/py-wmdockapps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pywmdockapps -# Date created: 2007-05-09 -# Whom: David Thiel <lx@FreeBSD.org> -# +# Created by: David Thiel <lx@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wmdockapps PORTVERSION= 1.21 @@ -21,6 +17,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pywmdockapps USE_XORG= x11 xpm xau xext xfixes xi +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/setup.py diff --git a/x11-toolkits/py-wxPython26-common/Makefile b/x11-toolkits/py-wxPython26-common/Makefile index 48c7716..05373a6 100644 --- a/x11-toolkits/py-wxPython26-common/Makefile +++ b/x11-toolkits/py-wxPython26-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxPython shared common -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 6 @@ -14,4 +10,5 @@ PYDISTUTILS_NOEGGINFO= yes PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython26-unicode/Makefile b/x11-toolkits/py-wxPython26-unicode/Makefile index ecd3032..cd8cfd4 100644 --- a/x11-toolkits/py-wxPython26-unicode/Makefile +++ b/x11-toolkits/py-wxPython26-unicode/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: wxPython unicode -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# WITH_WXPYTHON_UNICODE= yes MASTERDIR= ${.CURDIR}/../py-wxPython26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 19a491b..349a87d 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -43,6 +43,7 @@ PYDISTUTILS_EGGINFO= ${WX_PYTHON_DIR}/wxPython-${PORTVERSION}-${PYTHON_VERSION:S wxaddons-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info .endif +NO_STAGE= yes post-extract: # only keep the scripts we need @${RM} ${WRKSRC}/scripts/*.py diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile index f9e86e1..17c4d9c 100644 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ b/x11-toolkits/py-wxPython28-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxPython shared common -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 @@ -13,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../py-wxPython28 PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython28-unicode/Makefile b/x11-toolkits/py-wxPython28-unicode/Makefile index 515c804..0b4aec7 100644 --- a/x11-toolkits/py-wxPython28-unicode/Makefile +++ b/x11-toolkits/py-wxPython28-unicode/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: wxPython unicode -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# WITH_WXPYTHON_UNICODE= yes MASTERDIR= ${.CURDIR}/../py-wxPython28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index ed9d9d2..83d590e 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -36,6 +36,7 @@ WXPORT= gtk2 CONFIGURE_ARGS+= --enable-aui +NO_STAGE= yes post-extract: # only keep the scripts we need @${RM} ${WRKSRC}/scripts/*.py diff --git a/x11-toolkits/py-xlib/Makefile b/x11-toolkits/py-xlib/Makefile index 855dd77..2b657c2 100644 --- a/x11-toolkits/py-xlib/Makefile +++ b/x11-toolkits/py-xlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: python-xlib -# Date created: 5 December 2001 -# Whom: Mike Meyer <mwm@mired.org> -# +# Created by: Mike Meyer <mwm@mired.org> # $FreeBSD$ -# PORTNAME= xlib PORTVERSION= 0.14 @@ -20,4 +16,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-xlib PYDISTUTILS_PKGVERSION= 0.12 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/py31-tkinter/Makefile b/x11-toolkits/py31-tkinter/Makefile index c788698..f2d1289 100644 --- a/x11-toolkits/py31-tkinter/Makefile +++ b/x11-toolkits/py31-tkinter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py31-tkinter -# Date created: 13 Jul 2009 -# Whom: Daichi GOTO <daichi@FreeBSD.org> -# +# Created by: Daichi GOTO <daichi@FreeBSD.org> # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../py-tkinter @@ -11,4 +7,5 @@ MAINTAINER= daichi@FreeBSD.org PYTHON_VERSION= python3.1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index f5148b4..ed1ac82 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= gui @@ -51,6 +51,7 @@ EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir +NO_STAGE= yes .include "${.CURDIR}/../../devel/qt4/files/Makefile.options" .if ${QT4_OPTIONS:MCUPS} diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile index 0984a33..0a817ea 100644 --- a/x11-toolkits/qt4pas/Makefile +++ b/x11-toolkits/qt4pas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt4pas -# Date created: 2009-01-20 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= qt4pas PORTVERSION= 2.5 @@ -21,6 +17,7 @@ USE_QT4= corelib gui network script webkit qmake_build \ QT4_VER_MIN= 4.5.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g} diff --git a/x11-toolkits/qtada/Makefile b/x11-toolkits/qtada/Makefile index eaeda24..b99c11d 100644 --- a/x11-toolkits/qtada/Makefile +++ b/x11-toolkits/qtada/Makefile @@ -22,6 +22,7 @@ MAKE_ENV= DESTDIR=${DESTINY} #CONFIGURE_ARGS= --with-gtkada=NO +NO_STAGE= yes post-install: ${MV} ${DESTINY}${PREFIX}/examples ${DESTINY}${PREFIX}/share/ ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/ diff --git a/x11-toolkits/qwt5-designerplugin/Makefile b/x11-toolkits/qwt5-designerplugin/Makefile index 78161d7..7637196 100644 --- a/x11-toolkits/qwt5-designerplugin/Makefile +++ b/x11-toolkits/qwt5-designerplugin/Makefile @@ -25,6 +25,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/designer BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} +NO_STAGE= yes do-configure: (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}) diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index 4c5f3d1..19a3fa5 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -24,6 +24,7 @@ STRIP_FILES= lib/libqwt.so.${PORTVERSION} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.man> diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index df8310a..3d03b33 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -30,6 +30,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/designer BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} +NO_STAGE= yes do-configure: (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}) diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index b166e21..6cede5f 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -29,6 +29,7 @@ STRIP_FILES= lib/libqwt6.so.${PORTVERSION} \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 93bef96..01a18ec 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -25,4 +25,5 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile index 64f45a2..cdd9cce 100644 --- a/x11-toolkits/ruby-fox16/Makefile +++ b/x11-toolkits/ruby-fox16/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FXRuby -# Date created: 8 October 2008 -# Whom: Luiz Eduardo Roncato Cordeiro <lercordeiro@gmail.com> -# +# Created by: Luiz Eduardo Roncato Cordeiro <lercordeiro@gmail.com> # $FreeBSD$ -# PORTNAME= fox PORTVERSION= 1.6.19 @@ -33,6 +29,7 @@ NOHARM_ARGS= --no-harm USE_XORG= xcursor xproto x11 xextproto xext xrandr USE_GL= yes +NO_STAGE= yes install-noharm: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS} diff --git a/x11-toolkits/ruby-goocanvas/Makefile b/x11-toolkits/ruby-goocanvas/Makefile index c80bd11..19c8a20 100644 --- a/x11-toolkits/ruby-goocanvas/Makefile +++ b/x11-toolkits/ruby-goocanvas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-goocanvas -# Date created: 2010-11-19 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= goocanvas 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}/goocanvas diff --git a/x11-toolkits/ruby-gstreamer/Makefile b/x11-toolkits/ruby-gstreamer/Makefile index 6a0f7e3..29e7aa5 100644 --- a/x11-toolkits/ruby-gstreamer/Makefile +++ b/x11-toolkits/ruby-gstreamer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-gstreamer -# Date created: 2010-11-19 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gstreamer 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}/${PORTNAME} diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile index da2b3df..f26cdcd 100644 --- a/x11-toolkits/ruby-gtk/Makefile +++ b/x11-toolkits/ruby-gtk/Makefile @@ -51,6 +51,7 @@ DOCS_EN= BUGS \ ToDo DOCS_JA= README.EXT.ja +NO_STAGE= yes post-extract: ${FIND} ${WRKSRC} -name CVS -type d -print0 | ${XARGS} -0 ${RM} -rf ${MKDIR} ${WRKSRC}/sample/browser diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index ffc77b3..c78f19c 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/GTK2 -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# +# Created by: Yasuhiro Fukuma <yasuf@big.or.jp> # $FreeBSD$ # $MCom: ports/x11-toolkits/ruby-gtk2/Makefile,v 1.5 2007/10/05 05:06:39 mezz Exp $ -# PORTNAME= gtk2 PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -32,6 +28,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}/gtk2 diff --git a/x11-toolkits/ruby-gtksourceview2/Makefile b/x11-toolkits/ruby-gtksourceview2/Makefile index 50b37b7..4817789 100644 --- a/x11-toolkits/ruby-gtksourceview2/Makefile +++ b/x11-toolkits/ruby-gtksourceview2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-gtksourceview2 -# Date created: 2010-11-19 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtksourceview2 PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -28,6 +24,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}/gtksourceview2 diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index 053f9b5..29417a5 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/Pango -# Date created: 9 February -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/ruby-pango/Makefile,v 1.2 2005/10/17 07:05:43 mezz Exp $ -# PORTNAME= pango PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -32,6 +28,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}/${PORTNAME} diff --git a/x11-toolkits/ruby-poppler/Makefile b/x11-toolkits/ruby-poppler/Makefile index 0a4a6b1..400267e 100644 --- a/x11-toolkits/ruby-poppler/Makefile +++ b/x11-toolkits/ruby-poppler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-poppler -# Date created: 2010-11-19 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= poppler PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -28,6 +24,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}/${PORTNAME} diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index e71974e..767b7a3 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_TK= 84+ +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 diff --git a/x11-toolkits/ruby-vte/Makefile b/x11-toolkits/ruby-vte/Makefile index daa689f..3da1f89 100644 --- a/x11-toolkits/ruby-vte/Makefile +++ b/x11-toolkits/ruby-vte/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-vte -# Date created: 2010-11-19 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vte PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -28,6 +24,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}/${PORTNAME} diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile index 4dbce3b..74a728e 100644 --- a/x11-toolkits/rubygem-gdk3/Makefile +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index d41e422..f76af3e 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -17,4 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile index 01c6001..ad28cf6 100644 --- a/x11-toolkits/rubygem-gtk3/Makefile +++ b/x11-toolkits/rubygem-gtk3/Makefile @@ -20,4 +20,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtksourceview2/Makefile b/x11-toolkits/rubygem-gtksourceview2/Makefile index 1efaf14..9ac5cfe 100644 --- a/x11-toolkits/rubygem-gtksourceview2/Makefile +++ b/x11-toolkits/rubygem-gtksourceview2/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index 01252fd..7367400 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile index 7662ff8..0d2558f 100644 --- a/x11-toolkits/rubygem-pango/Makefile +++ b/x11-toolkits/rubygem-pango/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index da5ccec..ee27bc1 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-vte/Makefile b/x11-toolkits/rubygem-vte/Makefile index d9e33e8..24f4f6d 100644 --- a/x11-toolkits/rubygem-vte/Makefile +++ b/x11-toolkits/rubygem-vte/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile index bc40be8..2ed1c61 100644 --- a/x11-toolkits/sakura/Makefile +++ b/x11-toolkits/sakura/Makefile @@ -19,6 +19,7 @@ LDFLAGS+= -lintl MAN1= sakura.1 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 1889bbb..560b46e 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gtk20 MAKE_ENV+= LDFLAGS="${LDFLAGS}" CFLAGS+= -DPIC ${PICFLAG} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index d50f3f3..dff2c79 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -21,4 +21,5 @@ USE_GNOME= pango GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/shared-desktop-ontologies/Makefile b/x11-toolkits/shared-desktop-ontologies/Makefile index b7e8ffb..67a1493 100644 --- a/x11-toolkits/shared-desktop-ontologies/Makefile +++ b/x11-toolkits/shared-desktop-ontologies/Makefile @@ -14,6 +14,7 @@ INSTALL_TARGET= install USE_BZIP2= yes USES= cmake pkgconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \ ${WRKSRC}/CMakeLists.txt diff --git a/x11-toolkits/skinlf/Makefile b/x11-toolkits/skinlf/Makefile index 353f2cd..04872ad 100644 --- a/x11-toolkits/skinlf/Makefile +++ b/x11-toolkits/skinlf/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: skinlf -# Date created: September 2009 -# Whom: Chris Rees -# +# Created by: Chris Rees # $FreeBSD$ -# PORTNAME= skinlf PORTVERSION= 6.7 @@ -27,6 +23,7 @@ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${JAR_NAME} \ %%JAVAJARDIR%%/themepack.zip +NO_STAGE= yes do-install: ${MKDIR} ${JAVAJARDIR} ${INSTALL_DATA} "${WRKSRC}/lib/${JAR_NAME}" ${JAVAJARDIR}/${JAR_NAME} diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 5ecc4cd..cf09882 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -24,6 +24,7 @@ USES= gmake MAKE_JOBS_UNSAFE= yes MAKE_ENV= OPENWINHOME=${LOCALBASE} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index d81fb14..dab7129 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SoQt -# Date created: 10 March 2003 -# Whom: roland.jesse@gmx.net -# +# Created by: roland.jesse@gmx.net # $FreeBSD$ -# PORTNAME= SoQt PORTVERSION= 1.5.0 @@ -34,6 +30,7 @@ USE_LDCONFIG= yes MAN1= soqt-config.1 +NO_STAGE= yes post-install: @${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me diff --git a/x11-toolkits/swt-devel/Makefile b/x11-toolkits/swt-devel/Makefile index b507b00..d127827 100644 --- a/x11-toolkits/swt-devel/Makefile +++ b/x11-toolkits/swt-devel/Makefile @@ -46,6 +46,7 @@ MOZILLA_DESC= Gecko browser support OPTIONS_DEFAULT=CAIRO GNOMEVFS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCAIRO} diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index 124a78b..fe8bc76 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -48,6 +48,7 @@ OPTIONS_DEFAULT= CAIRO GNOMEVFS GNOMEVFS_DESC= Gnome VFS Support BROWSER_DESC= Gecko Browser Support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCAIRO} diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index ba1515b..49a59d0 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -31,6 +31,7 @@ DEBUG_CMAKE_ON= -DDEBUG:BOOL=YES NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=NO NLS_USES= gettext +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile index b5cb4af..e2d5cf9 100644 --- a/x11-toolkits/tile/Makefile +++ b/x11-toolkits/tile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tile -# Date created: 18 July 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tile PORTVERSION= 0.8.4.0 @@ -24,6 +20,7 @@ GNU_CONFIGURE= yes TKPKG= ${PORTNAME}${PORTVERSION} PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG} +NO_STAGE= yes .include <bsd.port.pre.mk> CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 1f7c95a..0a1d71c 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -1,4 +1,4 @@ -# Created by: Thomas Gellekum <tg@freebsd.org> +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ PORTNAME= tix @@ -39,6 +39,7 @@ MANN= TixIntro.n compound.n pixmap.n tix.n tixBalloon.n \ TIX_LIB= libTix${PORTVERSION}.so TIX_LIB_FILE= ${TIX_LIB}.0 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-extract: diff --git a/x11-toolkits/tk-wrapper/Makefile b/x11-toolkits/tk-wrapper/Makefile index cd0f873..f8c9bff 100644 --- a/x11-toolkits/tk-wrapper/Makefile +++ b/x11-toolkits/tk-wrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tk-wrapper -# Date created: 16 April 2007 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= tcltk@FreeBSD.org @@ -11,4 +7,5 @@ BUILDING_TK_WRAPPER= yes MASTERDIR= ${.CURDIR}/../../lang/tcl-wrapper +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index f50bdf5..e1635b9 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -50,6 +50,7 @@ PLIST_SUB= TK_VER=${TK_VER} \ SUB_FILES= pkgIndex.tcl +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTKMAN} && !defined(NO_INSTALL_MANPAGES) diff --git a/x11-toolkits/tk85/Makefile b/x11-toolkits/tk85/Makefile index fb414d1..f519a7c 100644 --- a/x11-toolkits/tk85/Makefile +++ b/x11-toolkits/tk85/Makefile @@ -51,6 +51,7 @@ DEMOS_DESC= Install demos SUB_LIST+= TCLPATCHLEVEL="${PORTVERSION}" +NO_STAGE= yes .include <bsd.port.pre.mk> DATADIR= ${PREFIX}/share/${PORTNAME}${TCL_VER} diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile index af622c3..f3a401e 100644 --- a/x11-toolkits/tk86/Makefile +++ b/x11-toolkits/tk86/Makefile @@ -52,6 +52,7 @@ MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} PLIST_SUB= TK_VER=${TK_VER} \ SHORT_TK_VER=${SHORT_TK_VER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEMOS} diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index 2ee4ebc..504772a 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tkdnd -# Date created: 14 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tkdnd PORTVERSION= 1.0 @@ -28,6 +24,7 @@ PLIST_SUB= TKPKG=${TKPKG} USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} MANN= ${PORTNAME}.n +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee '/^install:/s#install-doc##' -e 's#.*txt.*##' ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 520514b..b32223c 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES MANPAGES_DESC= Install manual pages +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index ba45c87..d0a5374 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -21,6 +21,7 @@ PORTDOCS= * PLIST_SUB= DISTNAME=${DISTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index b9d6c08..8bfdc4c 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tktray -# Date created: 14 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tktray PORTVERSION= 1.1 @@ -26,6 +22,7 @@ PLIST_SUB= TKPKG=${TKPKG} USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} MANN= ${PORTNAME}.n +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee '/^.+TCLLIBPATH/s#$$# \\#' ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/tktreectrl/Makefile b/x11-toolkits/tktreectrl/Makefile index 3f8aee9..38c0c20 100644 --- a/x11-toolkits/tktreectrl/Makefile +++ b/x11-toolkits/tktreectrl/Makefile @@ -21,4 +21,5 @@ USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} PLIST_SUB= TKPKG=${TKPKG} MANN= treectrl.n +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index 82ce0a2..2343395 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --disable-maintainer-flags CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/configure ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index 404ad75..67e4fa91 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/home/vgui OPTIONS_DEFINE= OPENGL # DOCS (commented out, see below) OPTIONS_DEFAULT= OPENGL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index 4ef859a..118a095 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -24,6 +24,7 @@ MAN1= vdk-config-2.1 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile index 2589e86..2aba21b 100644 --- a/x11-toolkits/vdkbuilder/Makefile +++ b/x11-toolkits/vdkbuilder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vdkbuilder -# Date created: 29 January 2000 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vdkbuilder PORTVERSION= 2.5.0 @@ -30,6 +26,7 @@ MAN1= vdkb2.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|cflag="-s"|cflag="$$CXXFLAGS"|g' ${WRKSRC}/configure diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile index 08c3c89..aa8ada7 100644 --- a/x11-toolkits/viewklass/Makefile +++ b/x11-toolkits/viewklass/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake USES= motif GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \ s/^CXXFLAGS=/CXXFLAGS+=/g ; \ diff --git a/x11-toolkits/vte-reference/Makefile b/x11-toolkits/vte-reference/Makefile index 0af18e7..5cf7d79 100644 --- a/x11-toolkits/vte-reference/Makefile +++ b/x11-toolkits/vte-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: vte-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc/reference +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index ec62157..c4e5682 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFINE= GLX GLX_DESC= Support for DRI/GLX rendering .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile index db247f1..19b5b56 100644 --- a/x11-toolkits/vtkfox/Makefile +++ b/x11-toolkits/vtkfox/Makefile @@ -22,6 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= gahr GH_COMMIT= 378836c +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFOX16} diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile index 574c0e4..e2968e3 100644 --- a/x11-toolkits/wmapp/Makefile +++ b/x11-toolkits/wmapp/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: wmapp -# Date Created: Apr 3, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= wmapp PORTVERSION= 0.0.4.3 @@ -21,6 +16,7 @@ CFLAGS+= -I${LOCALBASE}/include ALL_TARGET= # empty PLIST_FILES= lib/libwmapp.a +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|export |#export |g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/xwrapper.h diff --git a/x11-toolkits/wxgtk26-common/Makefile b/x11-toolkits/wxgtk26-common/Makefile index 1bdbb9c..ff14e8c 100644 --- a/x11-toolkits/wxgtk26-common/Makefile +++ b/x11-toolkits/wxgtk26-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (common files) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit (common files) WXGTK_FLAVOR= gtk2-common MASTERDIR= ${.CURDIR}/../wxgtk26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk26-contrib-common/Makefile b/x11-toolkits/wxgtk26-contrib-common/Makefile index 58d6c54..411580e 100644 --- a/x11-toolkits/wxgtk26-contrib-common/Makefile +++ b/x11-toolkits/wxgtk26-contrib-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-contrib-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) WXGTK_FLAVOR= gtk2-contrib-common MASTERDIR= ${.CURDIR}/../wxgtk26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile index 1eba770..4380eab 100644 --- a/x11-toolkits/wxgtk26-contrib/Makefile +++ b/x11-toolkits/wxgtk26-contrib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries WXGTK_FLAVOR= gtk2-contrib MASTERDIR= ${.CURDIR}/../wxgtk26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk26-docs/Makefile b/x11-toolkits/wxgtk26-docs/Makefile index 7341b91..65c7ba1 100644 --- a/x11-toolkits/wxgtk26-docs/Makefile +++ b/x11-toolkits/wxgtk26-docs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk_doc_26 -# Date created: November, 15th 2005 -# Whom: Matthias Sund <m.sund@arcor.de> -# +# Created by: Matthias Sund <m.sund@arcor.de> # $FreeBSD$ -# PORTNAME= wxgtk_doc PORTVERSION= 2.6.4 @@ -21,6 +17,7 @@ NO_BUILD= YES WXGTKDOCDIR= share/doc/${PORTNAME}_26 WRKSRC= ${WRKDIR}/wxWidgets-${PORTVERSION}/docs +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${WXGTKDOCDIR} @(cd ${WRKSRC} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;) diff --git a/x11-toolkits/wxgtk26-unicode-contrib/Makefile b/x11-toolkits/wxgtk26-unicode-contrib/Makefile index 62f0029..98626e0 100644 --- a/x11-toolkits/wxgtk26-unicode-contrib/Makefile +++ b/x11-toolkits/wxgtk26-unicode-contrib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-unicode-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) @@ -13,4 +9,5 @@ CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2* WXGTK_FLAVOR= gtk2-unicode-contrib MASTERDIR= ${.CURDIR}/../wxgtk26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk26-unicode/Makefile b/x11-toolkits/wxgtk26-unicode/Makefile index 049949a..e18291d 100644 --- a/x11-toolkits/wxgtk26-unicode/Makefile +++ b/x11-toolkits/wxgtk26-unicode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-unicode -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (Unicode) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit (Unicode) WXGTK_FLAVOR= gtk2-unicode MASTERDIR= ${.CURDIR}/../wxgtk26 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 88a5065..df7fe70 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -71,6 +71,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/w WX_UNICODE= yes .endif +NO_STAGE= yes pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ -e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \ diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile index 18a10bee..6b1d3aa 100644 --- a/x11-toolkits/wxgtk28-common/Makefile +++ b/x11-toolkits/wxgtk28-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (common files) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit (common files) WXGTK_FLAVOR= gtk2-common MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-contrib-common/Makefile b/x11-toolkits/wxgtk28-contrib-common/Makefile index 9318421..708aef0 100644 --- a/x11-toolkits/wxgtk28-contrib-common/Makefile +++ b/x11-toolkits/wxgtk28-contrib-common/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-contrib-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) WXGTK_FLAVOR= gtk2-contrib-common MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile index abc9fbe..9fd5e95 100644 --- a/x11-toolkits/wxgtk28-contrib/Makefile +++ b/x11-toolkits/wxgtk28-contrib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries WXGTK_FLAVOR= gtk2-contrib MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-unicode-contrib/Makefile b/x11-toolkits/wxgtk28-unicode-contrib/Makefile index c6eb3d1..908b447 100644 --- a/x11-toolkits/wxgtk28-unicode-contrib/Makefile +++ b/x11-toolkits/wxgtk28-unicode-contrib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-unicode-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) WXGTK_FLAVOR= gtk2-unicode-contrib MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-unicode/Makefile b/x11-toolkits/wxgtk28-unicode/Makefile index 3b2dc70..11c56a9 100644 --- a/x11-toolkits/wxgtk28-unicode/Makefile +++ b/x11-toolkits/wxgtk28-unicode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk26-unicode -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# +# Created by: fjoe@FreeBSD.org # $FreeBSD$ -# MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (Unicode) @@ -11,4 +7,5 @@ COMMENT= The wxWidgets GUI toolkit (Unicode) WXGTK_FLAVOR= gtk2-unicode MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 5a11103..efb7fcf 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -1,4 +1,4 @@ -# Created by: fjoe@FreeBSD.ORG +# Created by: fjoe@FreeBSD.org # $FreeBSD$ PORTNAME= wx @@ -47,6 +47,7 @@ OPTIONS_DEFINE= GSTREAMER MSPACK OPTIONS_DEFAULT= GSTREAMER MSPACK MSPACK_DESC= MS archives support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGSTREAMER} diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 06dd9c1..780911b 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -1,4 +1,4 @@ -# Created by: fjoe@FreeBSD.ORG +# Created by: fjoe@FreeBSD.org # $FreeBSD$ PORTNAME= wx @@ -47,6 +47,7 @@ OPTIONS_DEFINE= GSTREAMER MSPACK OPTIONS_DEFAULT= GSTREAMER MSPACK MSPACK_DESC= MS archives support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGSTREAMER} diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index c36c2ad..b791eae 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -18,4 +18,5 @@ CONFIGURE_ARGS=--enable-production --enable-static MAN3= XbaeCaption.3 XbaeInput.3 XbaeMatrix.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index ebfee7b..f691605 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xforms -# Date created: 28 March 1997 -# Whom: gena -# +# Created by: gena # $FreeBSD$ -# PORTNAME= xforms DISTVERSION= 1.0.93sp1 @@ -42,6 +38,7 @@ BROKEN= Does not work with latest xforms version #PATCH_DIST_STRIP= -p1 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 67cfaae..51d71c2 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -1,4 +1,4 @@ -# Created by: Peter Hawkins <thepish@freebsd.org> +# Created by: Peter Hawkins <thepish@FreeBSD.org> # $FreeBSD$ PORTNAME= XmHTML @@ -19,6 +19,7 @@ USE_LDCONFIG= yes USE_XORG= xmu CFLAGS+= -I${LOCALBASE}/include/libpng15 +NO_STAGE= yes do-configure: @${DO_NADA} diff --git a/x11-toolkits/xscoop/Makefile b/x11-toolkits/xscoop/Makefile index b4304ad..7e5571e 100644 --- a/x11-toolkits/xscoop/Makefile +++ b/x11-toolkits/xscoop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xscoop -# Date created: Sa 04 Nov 2005 00:00:00 MET DST -# Whom: Ron Scheckelhoff <rscheckelhoff@fourcalorieservers.com -# +# Created by: Ron Scheckelhoff <rscheckelhoff@fourcalorieservers.com # $FreeBSD$ -# PORTNAME= xscoop PORTVERSION= 1.0.2 @@ -21,6 +17,7 @@ NO_BUILD= yes # distfile contains i386 binary ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include <bsd.port.pre.mk> LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index da97ff0..ce46bcd 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -31,6 +31,7 @@ MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 props.1 shelltool.1 \ textedit.1 MANCOMPRESSED= yes +NO_STAGE= yes do-install: @cd ${WRKSRC}/clients; ${MAKE} install install.man diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index ac2d63a..79266c5 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -34,6 +34,7 @@ MAN1= xview.1 X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \ lib/libxview/misc/gettext.h lib/libxview/textsw/txt_e_menu.c +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 800089 |