diff options
190 files changed, 250 insertions, 296 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 676ce8e..34c7736 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adamem -# Date created: November 11, 2001 -# Whom: Jeremy Karlson -# +# Created by: Jeremy Karlson # $FreeBSD$ -# PORTNAME= adamem PORTVERSION= 1.0 @@ -21,6 +17,7 @@ ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PROGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR} diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index f601b5d..0c5464f 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -52,6 +52,7 @@ PLIST_DIRS= %%DATADIR%%/snap \ %%DATADIR%%/artwork \ %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile index 9312223..04f5d2e 100644 --- a/emulators/advancemenu/Makefile +++ b/emulators/advancemenu/Makefile @@ -30,6 +30,7 @@ MAN1= advmenu.1 PORTDOCS= * PLIST_FILES= bin/advmenu +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile index e96adb7..b232db6 100644 --- a/emulators/advancemess/Makefile +++ b/emulators/advancemess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: advancemess -# Date created: 2007-01-10 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= advancemess PORTVERSION= 0.102.0.1 @@ -28,6 +24,7 @@ SLANG_DESC= Enable sLang support (for video driver) MAN1= advmess.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 4849cdc..0366d7b 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: aftp -# Date created: 18th Febuary 1997 -# Last updated: 2nd August, 1998 -# Whom: Joel Sutton <jsutton@bbcon.com.au> -# +# Created by: Joel Sutton <jsutton@bbcon.com.au> # $FreeBSD$ -# PORTNAME= aftp PORTVERSION= 1.0 @@ -19,6 +14,7 @@ COMMENT= A ftp-like shell for accessing Apple II disk images MAN1= aftp.1 PLIST_FILES= bin/aftp +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index a11263d..32fa780 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: aqemu -# Date created: 2008-09-03 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= aqemu PORTVERSION= 0.8.1 @@ -24,4 +19,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} MAN1= aqemu.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 819acdc..fd4033c 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -64,6 +64,7 @@ CONFIGURE_ARGS+= --enable-bufferedlog CONFIGURE_ARGS+= --enable-veryslow .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Atari800 has the following tunable option(s):" diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index c3725a1..c426f75 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -28,6 +28,7 @@ USE_GNOME+= gtk12 CONFIGURE_ARGS+= --gtk 1.2 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%CFLAGS%%|"${CFLAGS}"|g ; \ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 3d60c32..872027c 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -90,6 +90,7 @@ MAN5= bochsrc.5 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MTERM) && empty(PORT_OPTIONS:MWXGTK) && empty(PORT_OPTIONS:MX11) diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index f9a271a..87c1279 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: bsvc -# Date created: 03-Mar-1997 -# Whom: tenser@spitfire.ecsel.psu.edu -# +# Created by: tenser@spitfire.ecsel.psu.edu # $FreeBSD$ -# PORTNAME= bsvc PORTVERSION= 2.1 @@ -21,6 +17,7 @@ MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC} USE_TK_RUN= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 709d811..969b683 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -44,6 +44,7 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \ SYMLINK_FOR_BINARY="false" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile index 3ef3c15..9e50dce 100644 --- a/emulators/cinc/Makefile +++ b/emulators/cinc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cinc -# Date created: 28 May 2002 -# Whom: verm@drunkmonk.net -# +# Created by: verm@drunkmonk.net # $FreeBSD$ -# PORTNAME= cinc PORTVERSION= 2.1.3 @@ -20,6 +16,7 @@ USE_GMAKE= yes PLIST_FILES= bin/cinc \ bin/casm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index ac41d39..5d2b346 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cingb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cingb PORTVERSION= 0.31 @@ -29,6 +25,7 @@ PLIST_FILES= bin/cingb bin/cingb_conf CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "sparc64" && ${ARCH} != "powerpc" diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 6f98449..30546a9 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpm-emulator -# Date created: 28 June 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= cpmemu PORTVERSION= 0.2.1.1 @@ -22,4 +18,5 @@ COMMENT= Cpm emulator ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 1df190f..3db9ec2 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -1,6 +1,5 @@ # Created by: joerg # $FreeBSD$ -# PORTNAME= cpmtools PORTVERSION= 1.1 @@ -20,6 +19,7 @@ USE_GCC= any # # need our own build target to pass PREFIX down to the make command # +NO_STAGE= yes do-build: @(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all) diff --git a/emulators/cygne-sdl/Makefile b/emulators/cygne-sdl/Makefile index 73b7721..58ee2e9 100644 --- a/emulators/cygne-sdl/Makefile +++ b/emulators/cygne-sdl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Cygne/SDL -# Date created: 4 May 2006 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= cygne-sdl PORTVERSION= 0.1 @@ -20,6 +16,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/Cygne-SDL-${PORTVERSION}/src +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index aa376fc..36c9fa5 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: darcnes -# Date created: 22 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= darcnes PORTVERSION= 9b0401 @@ -25,6 +21,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \ AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) diff --git a/emulators/dboxfe/Makefile b/emulators/dboxfe/Makefile index 4b72c94..7ff9ea7 100644 --- a/emulators/dboxfe/Makefile +++ b/emulators/dboxfe/Makefile @@ -29,6 +29,7 @@ DESKTOP_ENTRIES= "DBoxFE" "DOSBox configuration manager" \ PRO_DIRS= . dboxfetray +NO_STAGE= yes do-configure: .for dir in ${PRO_DIRS} @(cd ${WRKSRC}/${dir} && \ diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 2261e5b..a0399ae 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -33,6 +33,7 @@ MAN1= desmume-cli.1 \ desmume-glade.1 \ desmume.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 5df64c9..515b369 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/dgen \ MAN1= dgen.1 dgen_tobin.1 MAN5= dgenrc.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index 797a79a..66b87bc 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -53,6 +53,7 @@ PORTAUDIO_DESC= Enable PortAudio (mic) support FRAMEDUMPS_DESC= Encode framedumps in AVI format OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index c2050ad..4329ff7 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -32,6 +32,7 @@ OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY DEBUGGER_ENABLE_DESC=Enable internal debugger DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUGGER_ENABLE} diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 3ccf92c..58c3e30 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -22,6 +22,7 @@ MAKE_ARGS+= MANDIR="${PREFIX}/man/man" MAN1= doscmd.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${ECHO_MSG} NOTE: @${ECHO_MSG} ===== diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index caf982b..91b1f4b 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtcyber -# Date created: 2006-09-03 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= dtcyber PORTVERSION= 2.0b1 @@ -28,6 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.x11 ${REINPLACE_CMD} -e 's|CFLAGS = -O2|CFLAGS+= |' ${WRKSRC}/Makefile.x11 diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile index dfa6c3c..d7d67bf 100644 --- a/emulators/dynagen/Makefile +++ b/emulators/dynagen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynagen -# Date created: 2006-11-07 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= dynagen PORTVERSION= 0.11.0 @@ -50,6 +46,7 @@ USE_PYDISTUTILS= yes ALL_TARGET= # empty USE_DOS2UNIX= yes +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/dynagen ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dynagen.ini ${PREFIX}/etc/dynagen.ini.sample diff --git a/emulators/dynagui/Makefile b/emulators/dynagui/Makefile index 3ae4bc2..89176ad 100644 --- a/emulators/dynagui/Makefile +++ b/emulators/dynagui/Makefile @@ -17,6 +17,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes IMGDIR= ${PREFIX}/share/${PORTNAME}/img +NO_STAGE= yes post-install: ${MKDIR} ${IMGDIR} ${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR} diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index cbac80f..7e8ffb5 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -31,6 +31,7 @@ MAKE_ENV= \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_FILES= bin/${PORTNAME} bin/nvram_export diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index d37d0c4..5e3e4a6 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 21 Mar 2007 -# Whom: Pavel I Volkov <pavelivolkov@googlemail.com> -# +# Created by: Pavel I Volkov <pavelivolkov@googlemail.com> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.8-RC2 @@ -36,6 +32,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 5f80084..349c1ea 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 31 Jan 2006 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.7 @@ -32,6 +28,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index 465daad..bcedbb2 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -30,6 +30,7 @@ PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \ joystick.txt keyboard.txt scsi.txt PLIST_FILES= bin/readdisk bin/uae +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/extract-xiso/Makefile b/emulators/extract-xiso/Makefile index c37896b..37dbcad 100644 --- a/emulators/extract-xiso/Makefile +++ b/emulators/extract-xiso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extract-xiso -# Date created: Sun Apr 20 18:28:16 CEST 2003 -# Whom: king@v2project.com -# +# Created by: king@v2project.com # $FreeBSD$ -# PORTNAME= extract-xiso DISTVERSION= 2.5 @@ -26,6 +22,7 @@ MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} PORTDOCS= * .endif +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 11ffd06..7c8d609 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -39,6 +39,7 @@ LOGO_DESC= Enable a logoscreen when creating avis (SDL) GTK2_DESC= Enable GTK2 GUI (SDL) GTK3_DESC= Enable GTK3 GUI (SDL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFRAMESKIP} diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 1844f72..4c3766d 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -34,6 +34,7 @@ BPP16_DESC= With BPP16 BPP24_DESC= With BPP24 BPP32_DESC= With BPP32 (see pkg-message) +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 370acc7..43b3e3e 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -23,6 +23,7 @@ USE_SDL= sdl ROM= 1541 Basic Char Kernal +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKDIR}/${WRKNAME}/TkGui.tcl diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 5086541..a14e97c 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= AUDIOTOOLS AUDIOTOOLS_DESC= Build audio <-> tape utilities +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOTOOLS} diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 7460e48..33bf066 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SAMPLERATE AO_DESC= Use libao for audio output SAMPLERATE_DESC= Better beeper sound quality +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAO} diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index 1dbbe2d..a6dfba3 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbe -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gbe PORTVERSION= 0.0.22 @@ -24,6 +20,7 @@ PLIST_FILES= bin/gbe CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile index c1bb116..577d2b4 100644 --- a/emulators/generator-cbiere/Makefile +++ b/emulators/generator-cbiere/Makefile @@ -38,6 +38,7 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}-gtk LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index d9afe2e..18c7bc7 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: generator -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= generator PORTVERSION= 0.35 @@ -35,6 +31,7 @@ SDL_DESC= Use SDL for audio PLIST_FILES= bin/${PORTNAME}-gtk +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 9851ca7..f3c7f95 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gens -# Date created: 22 Jun 2005 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= gens PORTVERSION= 2.12a @@ -25,6 +21,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index f0943bb..78e9fb5 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gngb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gngb PORTVERSION= 20060309 @@ -32,6 +28,7 @@ USE_GL= gl CONFIGURE_ARGS+= --disable-gl .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_GL) @${ECHO_MSG} diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index e56ccbb..1eb2267 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -35,6 +35,7 @@ STAR_DESC= Use Starscream as 68k emulator MAN1= gngeo.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MI386ASM} || ${PORT_OPTIONS:MRAZE} || \ diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index b9e3369..2b1eb6e 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -30,6 +30,7 @@ DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" "true" OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 9e3b152..92b7a06 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gnuboy -# Date created: Mar 11, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnuboy PORTVERSION= 1.0.3 @@ -31,6 +26,7 @@ PLIST_FILES= bin/sdlgnuboy bin/sgnuboy bin/xgnuboy CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: .for file in sdlgnuboy sgnuboy xgnuboy ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 15ad9d8..31c37fe 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^SUBDIRS = intl|SUBDIRS =|g ; \ diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 7793d72..751f65d 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/gxemul # a virtual VGA adaptor. CONFLICTS= svgalib-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index d9cb968..c596f74 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-xmame-dir=${LOCALBASE}/share/xmame +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 55a7e04..1aaba39 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -38,6 +38,7 @@ CFLAGS+= -I${LOCALBASE}/include/portaudio2 PA2_INCLUDE_DIR=-I${LOCALBASE}/include/portaudio2 PA2_LIBRARY= ${LOCALBASE}/lib/portaudio2/libportaudio.so +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 434c763..cec7ef7 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index 191ead9..f6ebded 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -28,6 +28,7 @@ PORTDOCS= README OPTIONS_DEFINE= ALIASES DOCS ALIASES_DESC= Install subcommand symbolic links +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALIASES} diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index e65e0d5..5e43a28 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -46,6 +46,7 @@ PULSEAUDIO_DESC= Build Pulseaudio sound driver INPUT_SDL_DESC= Build SDL input driver INPUT_X_DESC= Build X input driver +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MACCURACY} diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 79d04a4..e6bb70f 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -49,6 +49,7 @@ MAKE_ENV+= PORTDOCS=false MAKE_ENV+= PORTDOCS=true .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 1d7c8c7..b80eaa24 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel # - amd64 specific port to be normal port (based on binary package) diff --git a/emulators/i386-wine/Makefile b/emulators/i386-wine/Makefile index 3e65cfa..57c256f 100644 --- a/emulators/i386-wine/Makefile +++ b/emulators/i386-wine/Makefile @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine # - amd64 specific port to be normal port (based on binary package) diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index e654a12..5e9f8d0 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -23,6 +23,7 @@ PORTDOCS= ia64user.txt readme OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-build: diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index f74bde8..8c942d9 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ines -# Date created: 02 November 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= ines PORTVERSION= 3.0 @@ -26,6 +22,7 @@ USE_XORG= x11 xext NO_BUILD= yes STRIP= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin ${MKDIR} ${DATADIR} diff --git a/emulators/its/Makefile b/emulators/its/Makefile index b5ba6d9..168d0e6 100644 --- a/emulators/its/Makefile +++ b/emulators/its/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: its -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= its PORTVERSION= 1.0 @@ -38,6 +34,7 @@ IMAGE_BZ2= ${IMAGE_NAME}.bz2 DOCDIR= ${PREFIX}/share/doc/${KSITS_KLH10_DIR} PLIST_SUB+= IMAGE_HOME=${IMAGE_HOME} +NO_STAGE= yes do-install: @ ${ECHO} Installing compressed PI ITS RP06 disk image in ${IMAGE_HOME} .if (${IMAGE_HOME} == ${KLH10_HOME}) diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index 5581f4d..2e16fd9 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -25,6 +25,7 @@ JARFILE= ${DISTNAME}${EXTRACT_SUFX} DESKTOP_ENTRIES= "Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE} PLIST_FILES+= share/pixmaps/${PORTNAME}.png +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \ org/javatari/pc/screen/images/LogoIcon32.png) diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index 1d56f48..2daaf2f 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -22,6 +22,7 @@ USES= cmake pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 44ce24f..4f401d3 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -31,6 +31,7 @@ TOOLS= as1600 bin2rom cgc_update crc32 dasm0256 dasm1600 dasm1600o dis1600 \ SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOOLS} diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index 6846a3a..d5bb063 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -41,4 +41,5 @@ DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/klh10/Makefile b/emulators/klh10/Makefile index aaab68b..72b1e27 100644 --- a/emulators/klh10/Makefile +++ b/emulators/klh10/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: klh10 -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= klh10 PORTVERSION= 2.0a @@ -80,6 +76,7 @@ KSITS_DOCS= Intro.txt \ utils.txt \ vtape.txt +NO_STAGE= yes pre-install: @ ${MKDIR} ${KSITS_KLH10_HOME} @ ${MKDIR} ${KSITS_DRIVER_DIR} diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index 63e78af..798242e 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/Makefile @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include <bsd.port.pre.mk> PORTDOCS= kqemu-doc.html kqemu-tech.html diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 3283821..1de6dd8 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-devel-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include <bsd.port.pre.mk> PORTDOCS= kqemu-doc.html kqemu-tech.html diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index b3b0a29..074a141 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -20,6 +20,7 @@ LIBDSK_DESC= Include LibDSK support (recommended) OPTIONS_DEFAULT= LIBDSK +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBDSK} diff --git a/emulators/libdsk/Makefile b/emulators/libdsk/Makefile index f75c193..57a7023 100644 --- a/emulators/libdsk/Makefile +++ b/emulators/libdsk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdsk -# Date created: 31 January 2008 -# Whom: pixel -# +# Created by: pixel # $FreeBSD$ -# PORTNAME= libdsk PORTVERSION= 1.2.1 @@ -23,4 +19,5 @@ MAN5= libdskrc.5 NO_MANCOMPRESSED=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 4b785ae..60839cb 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -23,6 +23,7 @@ MAN3= libspectrum.3 OPTIONS_DEFINE= AUDIOFILE AUDIOFILE_DESC= Support loading from .wav files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOFILE} diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 0ba785e..e99df7f 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-ePSXe -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= epsxe PORTVERSION= 1.6.0 @@ -25,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/epsxe-wrapper ${PREFIX}/bin/epsxe ${INSTALL_PROGRAM} ${WRKSRC}/epsxe ${PREFIX}/libexec diff --git a/emulators/linux-geepee32/Makefile b/emulators/linux-geepee32/Makefile index 64d9a2e..faae5e1 100644 --- a/emulators/linux-geepee32/Makefile +++ b/emulators/linux-geepee32/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: geepee32 -# Date Created: 05 October 2003 -# Whom: <arundel@gmx.net> -# +# Created by: <arundel@gmx.net> # $FreeBSD$ PORTNAME= geepee32 @@ -25,6 +22,7 @@ REINPLACE_ARGS= TARGET_DIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index baf4964..6b275f3 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -28,6 +28,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-peops-spu/Makefile b/emulators/linux-peops-spu/Makefile index 151799f..b1b554b 100644 --- a/emulators/linux-peops-spu/Makefile +++ b/emulators/linux-peops-spu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-peops-spu -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= peops-spu PORTVERSION= 1.9 @@ -27,6 +23,7 @@ MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} +NO_STAGE= yes .include <bsd.port.pre.mk> PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile index e31fb20..d268a89 100644 --- a/emulators/linux-pete-mesagpu/Makefile +++ b/emulators/linux-pete-mesagpu/Makefile @@ -31,6 +31,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-pete-xgl2gpu/Makefile b/emulators/linux-pete-xgl2gpu/Makefile index c841ab2..7a3358d 100644 --- a/emulators/linux-pete-xgl2gpu/Makefile +++ b/emulators/linux-pete-xgl2gpu/Makefile @@ -31,6 +31,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-systemsimcell/Makefile b/emulators/linux-systemsimcell/Makefile index 3def3e6..a4d5304 100644 --- a/emulators/linux-systemsimcell/Makefile +++ b/emulators/linux-systemsimcell/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: emulators/linux-systemsimcell -# Date created: 20 January 2009 -# Whom: Stas Timokhin <stast@bsdportal.ru> +# Created by: Stas Timokhin <stast@bsdportal.ru> # $FreeBSD$ -# PORTNAME= systemsimcell PORTVERSION= 3.1.25 @@ -27,6 +24,7 @@ USE_LINUX_APPS= tcl84 tk84 blt USE_LINUX_RPM= yes NOFETCHFILES= systemsim-cell-3.1-25.f9.${ARCH}.rpm +NO_STAGE= yes .include <bsd.port.pre.mk> DOWNLOAD_URL= http://www.alphaworks.ibm.com/tech/cellsystemsim/download diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 6291d27..12b5630 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -106,6 +106,7 @@ NO_WRKSUBDIR= yes DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.12" +NO_STAGE= yes # TODO: # - move master sites to bsd.sites.mk # - add 2-3 mirrors from each country (http://www.centos.org/modules/tinycontent/index.php?id=31) diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index ac7c78f..57c8fd0 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -115,6 +115,7 @@ EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf EXTRACT_AFTER_ARGS?= +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) diff --git a/emulators/linux_base-gentoo-stage3/Makefile b/emulators/linux_base-gentoo-stage3/Makefile index f5d8b88..b126805 100644 --- a/emulators/linux_base-gentoo-stage3/Makefile +++ b/emulators/linux_base-gentoo-stage3/Makefile @@ -1,10 +1,8 @@ -# New ports collection makefile for: linux_base-gentoo-stage3 -# Date created: 11 May 2006 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3 WITH_LINUXBASE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index 6ef822a..59ef262 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -37,6 +37,7 @@ PKGNAMEPREFIX= linux_dist- PREFIX_SUBDIR= ${PORTNAME}/ .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 27ddd98..528bbd3 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lisaem -# Date created: 2007-07-04 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lisaem DISTVERSION= 1.2.6 @@ -22,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_WX= 2.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ -e "s|wx-config|${WX_CONFIG}|g" ${WRKSRC}/build.sh diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 1babe89..ddcea15 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -26,6 +26,7 @@ XMAME_DESC= Install xmame emulator SNES9X_DESC= Install snes9x emulator ZSNES_DESC= Install zsnes emulator +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMAME} diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index 22a996a..83ea076 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -46,6 +46,7 @@ USE_XORG= x11 xi SUB_FILES= m2000.sh PORTDOCS= M2000.txt +NO_STAGE= yes post-extract: ${MKDIR} ${WRKDIR}/tapeconv ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index f412e1c..f62631e 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -57,6 +57,7 @@ UPDATE_PATCHES!= /usr/bin/jot -s " " \ ${PATCHLEVEL} 1 ${PATCHLEVEL} .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile index 69e7dea..5084c41 100644 --- a/emulators/mastergear/Makefile +++ b/emulators/mastergear/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mastergear -# Date created: 02 November 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= mastergear PORTVERSION= 2.0 @@ -24,6 +20,7 @@ ONLY_FOR_ARCHS= i386 NO_BUILD= yes STRIP= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin @${MKDIR} ${DATADIR} diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 49b2993..ec368de 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -30,6 +30,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= NLS DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index cce664b..d181f89 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -57,6 +57,7 @@ UPDATE_PATCHES!= /usr/bin/jot -s " " \ ${PATCHLEVEL} 1 ${PATCHLEVEL} .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 2341bf3..0878cb2 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: minivmac -# Date created: 9 November 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# PORTNAME= minivmac PORTVERSION= 3.0.0 @@ -23,6 +19,7 @@ ALL_TARGET= # nothing PLIST_FILES= bin/minivmac +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index bbb223a..3822f6f 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -32,6 +32,7 @@ INFO= mtools OPTIONS_DEFINE= ICONV X11 OPTIONS_DEFAULT=ICONV X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MICONV} diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index 719a627..4c0f239 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -28,6 +28,7 @@ FIXFILES?= r4300/r4300.c memory/dma.c r4300/recomp.c r4300/x86/assemble.c OPTIONS_DEFINE= GTK2 GTK2_DESC= Use gtk20 instead of gtk12 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/emulators/mupen64-dummyaudio/Makefile b/emulators/mupen64-dummyaudio/Makefile index 9555d2e..a776243 100644 --- a/emulators/mupen64-dummyaudio/Makefile +++ b/emulators/mupen64-dummyaudio/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-glide/Makefile b/emulators/mupen64-glide/Makefile index 54d260a..33f95a3 100644 --- a/emulators/mupen64-glide/Makefile +++ b/emulators/mupen64-glide/Makefile @@ -19,4 +19,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-gln64/Makefile b/emulators/mupen64-gln64/Makefile index cfcdcfb..d580b46 100644 --- a/emulators/mupen64-gln64/Makefile +++ b/emulators/mupen64-gln64/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-input/Makefile b/emulators/mupen64-input/Makefile index 77ae0a5..357ff1f 100644 --- a/emulators/mupen64-input/Makefile +++ b/emulators/mupen64-input/Makefile @@ -15,4 +15,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-rice/Makefile b/emulators/mupen64-rice/Makefile index c24a4ce..b875ca4 100644 --- a/emulators/mupen64-rice/Makefile +++ b/emulators/mupen64-rice/Makefile @@ -28,6 +28,7 @@ PLIST_DIRS+= share/mupen64 FIXME2= glh_genext.h +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|CDaedalusRender::IsTextureEnabled|IsTextureEnabled|' \ ${WRKSRC}/DaedalusRender.h diff --git a/emulators/mupen64-rsp/Makefile b/emulators/mupen64-rsp/Makefile index f3a5d74..1d14be8 100644 --- a/emulators/mupen64-rsp/Makefile +++ b/emulators/mupen64-rsp/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sdlaudio/Makefile b/emulators/mupen64-sdlaudio/Makefile index 7f46436..ea811d1 100644 --- a/emulators/mupen64-sdlaudio/Makefile +++ b/emulators/mupen64-sdlaudio/Makefile @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile index bde314d..d8736f8 100644 --- a/emulators/mupen64-sdlinput/Makefile +++ b/emulators/mupen64-sdlinput/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-softgfx/Makefile b/emulators/mupen64-softgfx/Makefile index d8cf8b1..a9ae396 100644 --- a/emulators/mupen64-softgfx/Makefile +++ b/emulators/mupen64-softgfx/Makefile @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sound/Makefile b/emulators/mupen64-sound/Makefile index f65f60d..6694655 100644 --- a/emulators/mupen64-sound/Makefile +++ b/emulators/mupen64-sound/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-tr64/Makefile b/emulators/mupen64-tr64/Makefile index 429c77e..b4d6f60 100644 --- a/emulators/mupen64-tr64/Makefile +++ b/emulators/mupen64-tr64/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64/Makefile b/emulators/mupen64/Makefile index 8406bf4..efef9ad 100644 --- a/emulators/mupen64/Makefile +++ b/emulators/mupen64/Makefile @@ -39,6 +39,7 @@ PLUGINDIR= ${LOCALBASE}/share/mupen64/plugins do-install: # empty +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile index 6ff9827..aba2450 100644 --- a/emulators/mupen64plus-audio-sdl/Makefile +++ b/emulators/mupen64plus-audio-sdl/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index b9cc28c..3940826 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.common" diff --git a/emulators/mupen64plus-input-sdl/Makefile b/emulators/mupen64plus-input-sdl/Makefile index eaaed16..961cb61 100644 --- a/emulators/mupen64plus-input-sdl/Makefile +++ b/emulators/mupen64plus-input-sdl/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTION_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-plugins/Makefile b/emulators/mupen64plus-plugins/Makefile index 5a1d1ea..48d017f 100644 --- a/emulators/mupen64plus-plugins/Makefile +++ b/emulators/mupen64plus-plugins/Makefile @@ -20,6 +20,7 @@ RSP_Z64_DESC= z64 RSP plugin OPTIONS_DEFAULT= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 +NO_STAGE= yes .include <bsd.port.pre.mk> # Graphics plugins diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile index 2bd280e..03b1d92 100644 --- a/emulators/mupen64plus-rsp-hle/Makefile +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-z64/Makefile b/emulators/mupen64plus-rsp-z64/Makefile index cbb1c12..4338523 100644 --- a/emulators/mupen64plus-rsp-z64/Makefile +++ b/emulators/mupen64plus-rsp-z64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-ui-console/Makefile b/emulators/mupen64plus-ui-console/Makefile index 510aea8..16d0223 100644 --- a/emulators/mupen64plus-ui-console/Makefile +++ b/emulators/mupen64plus-ui-console/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-arachnoid/Makefile b/emulators/mupen64plus-video-arachnoid/Makefile index 039d7a3..5d65292 100644 --- a/emulators/mupen64plus-video-arachnoid/Makefile +++ b/emulators/mupen64plus-video-arachnoid/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index d7418f1..9c52308 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile index 3c8480b..10a6083 100644 --- a/emulators/mupen64plus-video-rice/Makefile +++ b/emulators/mupen64plus-video-rice/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index e877c25..778ffe9 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index 1f76d34..fe75357 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64plus -# Date created: 2008-05-17 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mupen64plus PORTVERSION= 1.99.4 @@ -38,6 +34,7 @@ SUB_FILES= pkg-message do-install: # empty +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index e7a3ebb..639aa19 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -50,6 +50,7 @@ PLIST_FILES= ${PLIST_EXECS} ${PLIST_DATA} PLIST_DIRS= lib/nonpareil PORTDOCS= CREDITS DEBUGGING README TODO +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 5adfe6c..bf68180 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: o2em -# Date created: 24 June 2005 -# Whom: Gunter Wambaugh <techgunter@yahoo.com> -# +# Created by: Gunter Wambaugh <techgunter@yahoo.com> # $FreeBSD$ -# PORTNAME= o2em PORTVERSION= 1.17 @@ -25,6 +21,7 @@ USE_ZIP= yes USE_GMAKE= yes LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile index a8c9c81..c971959 100644 --- a/emulators/ods2reader/Makefile +++ b/emulators/ods2reader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ods2reader -# Date created: 21 Jan 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= ods2reader PORTVERSION= 19930601 @@ -22,6 +18,7 @@ EXTRACT_BEFORE_ARGS= -qoa NO_WRKSUBDIR= yes PLIST_FILES= bin/ods2reader +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ods2reader ods-2-reader.c diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index 0332a1c..8928d0c 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools WITHOUT_X11= yes PKGNAMESUFFIX= -nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 45dca18..c7d40c5 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -76,6 +76,7 @@ LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu USE_RC_SUBR= vmware-guestd vmware-kmod +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index feda6d1..b0b2fc4 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -39,6 +39,7 @@ IGNORE= opemsx requires port data, unset NOPORTDATA to install MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \ ${WRKSRC}/build/libraries.py diff --git a/emulators/p5-Acme-6502/Makefile b/emulators/p5-Acme-6502/Makefile index 9295a12..3e1b82b 100644 --- a/emulators/p5-Acme-6502/Makefile +++ b/emulators/p5-Acme-6502/Makefile @@ -20,4 +20,5 @@ USE_PERL5= modbuild MAN3= Acme::6502.3 \ Acme::6502::Tube.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index 690322a..75d7917 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -19,4 +19,5 @@ KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 6d63dfd..a117fe6 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcemu(1) -# Date created: 7 March 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= pcemu PORTVERSION= 1.01b @@ -33,4 +29,5 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ USE_XORG= x11 xext MAKE_ENV= FILESDIR=${FILESDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index bc1c179..86e5d16 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -43,6 +43,7 @@ PORTDOCS= ChangeLog README # accessed through libcdio (using cam(4) and pass(4)) DEFAULT_DVD_DEVICE?= /dev/cd0 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "amd64" diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index b1e28d7..db9f5ee 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -23,6 +23,7 @@ PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= SDL OPTIMIZED_CFLAGS DEBUG SDL_DESC= Use SDL for user interface +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index 3143560..e07dbb4 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -19,6 +19,7 @@ PORTDOCS= README PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom PLIST_DIRS= share/apple2 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 8b5d056..5c95c54 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: GDB 5.1 PowerPC simulator -# Date created: 12 October 2001 -# Whom: Mark Peek <mp@FreeBSD.org> -# David O'Brien <obrien@NUXI.com> +# Created by: Mark Peek <mp@FreeBSD.org> # $FreeBSD$ -# PORTNAME= psim-freebsd .if defined(WITHOUT_GPLv3) @@ -27,6 +22,7 @@ CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim \ --disable-nls +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${EXAMPLESDIR} diff --git a/emulators/pyxmame/Makefile b/emulators/pyxmame/Makefile index d005747..57290b1 100644 --- a/emulators/pyxmame/Makefile +++ b/emulators/pyxmame/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyxmame -# Date created: 2006-08-01 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pyxmame PORTVERSION= 0.4.0 @@ -21,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share|g ; \ s|/usr/share/pixmaps|${PREFIX}/share/pixmaps|g' \ diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 1e4c411..e5bb962 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -47,6 +47,7 @@ BSD_USER_DESC= Also build bsd-user targets (for testing) STATIC_LINK_DESC= Statically link the executables OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index 0cab975..c3bc997 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -22,6 +22,7 @@ USES= gettext perl5 MAN1= qemu-launcher.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 02c52fb..e86077b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -38,6 +38,7 @@ ADD_AUDIO_DESC= Emulate more audio hardware (experimental!) ALL_TARGETS_DESC= Also build non-x86 targets OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS +NO_STAGE= yes .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MALL_TARGETS) diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 8047731..02a1b3c 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -33,6 +33,7 @@ DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \ "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.png" \ "${PORTNAME}-sdlmess" "Game;Emulator;Qt;" "true" +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index 25b9656..414684f 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -19,6 +19,7 @@ DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ OPTIONS_DEFINE= DOCS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 602919f..45a788e 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: QUASI88 -# Date created: 22 May 1999 -# Whom: Nishika <nishika@cheerful.com> -# +# Created by: Nishika <nishika@cheerful.com> # $FreeBSD$ -# PORTNAME= quasi88 PORTVERSION= 0.6.3 @@ -27,6 +23,7 @@ PLIST_FILES= bin/quasi88 %%EXAMPLESDIR%%/keyconf.rc \ %%EXAMPLESDIR%%/quasi88.rc PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 5c72cc2..31b9e92 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: raine -# Date created: Jul 22 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= raine PORTVERSION= 0.43.3 @@ -29,6 +25,7 @@ MAKEFILE= makefile ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 6cddc08..bf9c2d4 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -27,6 +27,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" +NO_STAGE= yes .include <bsd.port.pre.mk> SRC_BASE?= /usr/src diff --git a/emulators/seabios-devel/Makefile b/emulators/seabios-devel/Makefile index 474711b..39bd0ab 100644 --- a/emulators/seabios-devel/Makefile +++ b/emulators/seabios-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seabios-devel -# Date created: Sat Sep 10 19:00:54 CEST 2011 -# Whom: Juergen Lock <nox@FreeBSD.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= seabios-devel PORTVERSION= 1.6.3.1 @@ -24,6 +20,7 @@ ONLY_FOR_ARCHS= amd64 i386 # Doesn't run with qemu 0.11.1 CONFLICTS_INSTALL= qemu-[0-9]* +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900033 diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 9023727..c26c3da 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 6811sim -# Date created: Thu Sep 14 11:10:01 CDT 1995 -# Whom: erich@rrnet.com -# +# Created by: erich@rrnet.com # $FreeBSD$ -# PORTNAME= sim6811 PORTVERSION= 1.6 @@ -18,4 +14,5 @@ COMMENT= A Motorola 6811 simulator NO_WRKSUBDIR= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index a1f5f4a..0351155 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sim -# Date created: 7 November 1997 -# Whom: jraynard -# +# Created by: jraynard # $FreeBSD$ -# PORTNAME= simh PORTVERSION= 3.9.0 @@ -32,6 +28,7 @@ PORTDOCS= 0readme_${PORTVERSION:R:S/.//}.txt 0readme_ethernet.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} bin/simh-eclipse %%DATADIR%%/ka655x.bin PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes pre-patch: @${MKDIR} ${WRKSRC}/BIN diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index cf90683..6a0a7ec 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -26,6 +26,7 @@ NO_MTREE= yes MAN1= ski.1 MLINKS= ski.1 bski.1 ski.1 xski.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nue/usr/bin/ski ${PREFIX}/bin brandelf -t Linux ${PREFIX}/bin/ski diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 5ddc53a..0ea5c56 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: skyeye -# Date created: Mon July 18, 2005 -# Whom: Ruan Wei (iamayan@gmail.com) -# +# Created by: Ruan Wei (iamayan@gmail.com) # $FreeBSD$ -# PORTNAME= skyeye PORTVERSION= 1.2 @@ -26,6 +22,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-v1 +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 2dfb8e5..5e003ac 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snes9express -# Date created: 15 Mar 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= snes9express PORTVERSION= 1.43 @@ -28,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/snsp.s9xskin PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<endian\.h>|<sys/endian.h>|' \ ${WRKSRC}/s9xskin.cc diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index adfd034..1b01a41 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -35,6 +35,7 @@ NETPLAY_DESC= Enable network support XV_DESC= Enable XVideo output on GTK XRANDR_DESC= Enable XRandR support on GTK +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 926c6df..8aaa876 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -39,6 +39,7 @@ MMX_DESC= Enable MMX JMA_DESC= Enable JMA archive decompression support NETPLAY_DESC= Enable network support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index ee10f4f..16c61ed 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -23,6 +23,7 @@ PORTDOCS= cycle.ps.gz spim.ps.gz SPIM.html PLIST_FILES= bin/spim %%DATADIR%%/exceptions.s PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 3bfe8bd..c7d3a25 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stella -# Date created: March 4, 1999 -# Whom: Jacques Vidrine <nectar@FreeBSD.org> -# +# Created by: Jacques Vidrine <nectar@FreeBSD.org> # $FreeBSD$ -# PORTNAME= stella PORTVERSION= 3.6.1 @@ -26,6 +22,7 @@ HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|=sdl-config|="$$SDL_CONFIG"|g' ${WRKSRC}/configure diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 2382a96..c8e306c 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib ALL_TARGET= all fnttobdf tosfonts fonts +NO_STAGE= yes pre-build: ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img diff --git a/emulators/svr4_base/Makefile b/emulators/svr4_base/Makefile index d5adc8f..1738e3d 100644 --- a/emulators/svr4_base/Makefile +++ b/emulators/svr4_base/Makefile @@ -1,11 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: svr4_base -# Version required: 2.6 -# Date created: Monday Dec 25, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= svr4_base PORTVERSION= 2.6 @@ -22,6 +16,7 @@ NO_BUILD= yes EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: .for D in dev etc/default @[ -d ${PREFIX}/compat/svr4/$D ] || ${MKDIR} ${PREFIX}/compat/svr4/$D diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile index 85aa3fe..2d845d1 100644 --- a/emulators/swine/Makefile +++ b/emulators/swine/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= swine @@ -29,6 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "i386" diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index bc644cb..f59d811 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --disable-gdb MAN1= tiemu.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index ab1805a..5ab8afc 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gtk20 INSTALLS_ICONS= yes # Unbreak parallel builds (-jX) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \ ${WRKSRC}/Makefile.in diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index fc694a9..e843e0b 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -37,6 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${WRKSRC}/ic/ieee754/.libs LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index da5f11d..b9d4b29 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -27,6 +27,7 @@ USERS= _tss GROUPS= _tss SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 8eaafd4..fc7a886 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuxnes -# Date created: 13 Feb 2000 -# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org> -# +# Created by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tuxnes PORTVERSION= 0.75 @@ -23,4 +19,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/romfixer bin/tuxnes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 1481258..cd5a612 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -22,6 +22,7 @@ USE_GNOME= gtk20 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-configure: diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile index 7b41cb2..2431a10 100644 --- a/emulators/ucon64/Makefile +++ b/emulators/ucon64/Makefile @@ -14,6 +14,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ucon64.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ucon64_misc.c diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 0181ee4..c91aebf 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vMac -# Date created: Jul 11th 1999 -# Whom: troll -# +# Created by: troll # $FreeBSD$ -# PORTNAME= vMac PORTVERSION= 0.1.9.3 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext SUB_FILES= pkg-message +NO_STAGE= yes pre-patch: (cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c) diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 2ad27d3..de8dddc 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -38,6 +38,7 @@ PROFILING_DESC= Enable profiling GTK2_CONFIGURE_ON= --enable-gtk=2.4 PROFILING_CONFIGURE_ENABLE= profiling +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/emulators/vboxtool/Makefile b/emulators/vboxtool/Makefile index 51abbdb..b9ea3e7 100644 --- a/emulators/vboxtool/Makefile +++ b/emulators/vboxtool/Makefile @@ -24,6 +24,7 @@ USE_ZIP= yes SAMPLESDIR= ${PREFIX}/share/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|!/bin/bash|!/usr/bin/env bash|' \ -e 's|/etc/|${PREFIX}&|g' \ diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 04f82f0..b9fc2c7 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vgb-bin -# Date created: 04 Aug 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= vgb PORTVERSION= 3.0 @@ -26,6 +22,7 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin @${INSTALL_DIR} ${PREFIX}/share/vgb diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 8428ae5..63f11bc 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vgba-bin -# Date created: 04 Aug 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= vgba PORTVERSION= 3.0 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgba ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b7b0b2f..ed01bb6 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --enable-fullscreen --enable-ipv6 --disable-dependency-tracking #CONFIGURE_ARGS+= --enable-parsid #CONFIGURE_ARGS+= --enable-memmap +NO_STAGE= yes Optional Features: diff --git a/emulators/virtio-kmod/Makefile b/emulators/virtio-kmod/Makefile index e334da9..eb8c0da 100644 --- a/emulators/virtio-kmod/Makefile +++ b/emulators/virtio-kmod/Makefile @@ -19,6 +19,7 @@ PLIST_SUB= KMODDIR=${KMODDIR:C,^/,,} NEEDSUBDIRS= amd64 cam conf contrib dev/pci geom i386 kern net netinet netinet6 \ sys tools vm x86 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index c06d4e0..05601e5 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -40,6 +40,7 @@ CONFLICTS_INSTALL= virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* v OPTIONS_DEFINE= DEBUG X11 OPENGL OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index e56799e..21f8ca3 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -1,4 +1,4 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= virtualbox-ose @@ -39,6 +39,7 @@ CONFLICTS_INSTALL= virtualbox-ose-kmod-[3,4]* virtualbox-ose-kmod-devel-[3,4]* OPTIONS_DEFINE= DEBUG VIMAGE VIMAGE_DESC= VIMAGE virtual networking support +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index c12bc32..64f5e4c 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -40,6 +40,7 @@ OPTIONS_DEFINE= DEBUG VIMAGE DEBUG_DESC= Debug symbols, additional logs and assertions VIMAGE_DESC= VIMAGE virtual networking support +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 486bf1f..92db231 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -1,4 +1,4 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= virtualbox-ose @@ -69,6 +69,7 @@ VDE_DESC= Build with VDE support VNC_DESC= Build with VNC support WEBSERVICE_DESC= Build Webservice +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \ diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index d89d8eb..d29c908 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -77,6 +77,7 @@ ENV= .SHELL: path="/bin/sh" unsetenv=true .endif +NO_STAGE= yes .include <bsd.port.options.mk> KMODDIR= /boot/modules diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile index 802810a..c1e4075 100644 --- a/emulators/visualboyadvance-m/Makefile +++ b/emulators/visualboyadvance-m/Makefile @@ -30,6 +30,7 @@ USES= cmake pkgconfig CMAKE_ARGS+= -DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc" SVN_REV= 1001 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASM} diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index 28b352f..1d8cdd3 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= VisualOS.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^#define _/d' ${WRKSRC}/src/signals.c diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 8f0e562..07b4325 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes MAN1= vmips.1 vmipstool.1 INFO= vmips +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index ef8fc49..6552ed2 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vmsbackup -# Date created: 18 Apr 1994 -# Whom: Jonathan M. Bresler (jmb) -# +# Created by: Jonathan M. Bresler (jmb) # $FreeBSD$ -# PORTNAME= vmsbackup PORTVERSION= 4.1.1 @@ -24,6 +20,7 @@ PLIST_FILES= bin/vmsbackup MAN1= vmsbackup.1 MANCOMPRESSED= no +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${UNZIP_CMD} ${DISTDIR}/${DISTNAME} -d ${WRKSRC} diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile index 091b481..128c67d 100644 --- a/emulators/vmw/Makefile +++ b/emulators/vmw/Makefile @@ -24,6 +24,7 @@ PORTDOCS+= ${i}-eucj.txt ${i}-sjis.txt ${i}.txt PLIST_FILES+= sbin/${i} .endfor +NO_STAGE= yes do-install: .for i in ${SBINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ diff --git a/emulators/vxtools/Makefile b/emulators/vxtools/Makefile index 0b0c53c..fdbe5fa 100644 --- a/emulators/vxtools/Makefile +++ b/emulators/vxtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vxtools -# Date created: 10 December 1999 -# Whom: Martin Hinner -# +# Created by: Martin Hinner # $FreeBSD$ -# PORTNAME= vxtools PORTVERSION= 0.2 @@ -21,6 +17,7 @@ USE_GMAKE= yes MAN1= vxmount.1 vxumount.1 MAN8= prtvtoc.8 +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/vxls ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/vxmount ${PREFIX}/bin diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 738c52b..2086f66 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -69,6 +69,7 @@ MONO_DESC= Bundle Mono MSI package for Wine PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/emulators/wine-doors/Makefile b/emulators/wine-doors/Makefile index 762e4a9..2d6960b 100644 --- a/emulators/wine-doors/Makefile +++ b/emulators/wine-doors/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wine-doors -# Date created: 7 July 2007 -# Whom: ports@mcdermottroe.com -# +# Created by: ports@mcdermottroe.com # $FreeBSD$ -# PORTNAME= wine-doors PORTVERSION= 0.1.2 @@ -29,6 +25,7 @@ NO_BUILD= yes SUB_FILES= preferences.xml +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/etc/${PORTNAME}|${PREFIX}/etc/${PORTNAME}|g' \ ${WRKSRC}/src/preferences.py diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 9a69638..f1e7a65 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -22,6 +22,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 9fd9de2..91ac725 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -23,6 +23,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile index cf6de0d..ef3c58e 100644 --- a/emulators/wine-mono/Makefile +++ b/emulators/wine-mono/Makefile @@ -20,6 +20,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi PLIST_DIRSTRY= %%DATADIR%%/mono %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/mono ${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5b3c0c4..bb66501 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -70,6 +70,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf PORTSCOUT= limitw:1,even +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index ae43f34..4b325da 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxmupen64plus -# Date created: 2011-12-17 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wxmupen64plus PORTVERSION= 0.2 @@ -31,6 +27,7 @@ USE_PYTHON= yes WAF_SCRIPT= waf +NO_STAGE= yes do-configure: @cd ${WRKSRC} && \ ${PYTHON_CMD} ${WAF_SCRIPT} configure --mupenapi=${LOCALBASE}/include/${PORTNAME:S/wx//} \ diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 58b3e90..5a48b9c 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -32,6 +32,7 @@ PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: .SILENT diff --git a/emulators/xbraitenberg/Makefile b/emulators/xbraitenberg/Makefile index 5e8b0b7..767cd3e 100644 --- a/emulators/xbraitenberg/Makefile +++ b/emulators/xbraitenberg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbraitenberg -# Date created: 28 Mar 2004 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= xbraitenberg PORTVERSION= 0.9 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/xbraitenberg +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index f1c3201..7556f18 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -29,6 +29,7 @@ MOTIF_DESC= With Motif widget set ATHENA_DESC= With Athen widget set XSHM_DESC= With XShm support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index b35d1be..937a7ce 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xhomer -# Date created: 24 May 2006 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= xhomer DISTVERSION= 9-16-06 @@ -28,6 +24,7 @@ PLIST_FILES= bin/xhomer %%EXAMPLESDIR%%/xhomer.cfg PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE SIMH +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 59001e9..c6af615 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -101,6 +101,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} # # Various options are processed here. # +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 15c030d..b848813 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmess -# Date created: Tue Aug 17 00:21:10 MET DST 1999 -# Whom: nox@jelal.kn-bremen.de -# +# Created by: nox@jelal.kn-bremen.de # $FreeBSD$ -# PORTNAME= xmess PORTREVISION= 3 @@ -16,4 +12,5 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= mess +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 1504db7..900d70a 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -33,6 +33,7 @@ SUB_FILES= pkg-message DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MESOUND} diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 36cf3c4..3752781 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -26,6 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro # Prevent configure from trying to run auto* since it's not needed and will # error if auto* < 2.54 +NO_STAGE= yes post-configure: @${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 273aa6c..bce7adc 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -27,6 +27,7 @@ OPTIONS_DEFINE= QT4 OPTIONS_DEFAULT= QT4 QT4_DESC= Build wit qt4 interface instead of gtk2 one +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQT4} diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 82e0eed..0a36705 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= yape PLIST_FILES= bin/yape PORTDOCS= * +NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index fc80e0a..49109dd 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -40,6 +40,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUGGER} |